Filter interviews by
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Online Basic aptitude questions test.
A class representing a car with properties and methods.
Create a class named Car
Add properties like make, model, year, color
Include methods like start(), stop(), accelerate(speed), brake()
Example: class Car { constructor(make, model, year, color) { this.make = make; this.model = model; this.year = year; this.color = color; } start() { console.log('Car started'); } stop() { console.log('Car stopped'); } accelerate(speed)...
Top trending discussions
posted on 5 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
A simple Flask application demonstrating GET and POST methods for handling requests.
Import Flask: Use 'from flask import Flask, request, jsonify'.
Initialize the app: 'app = Flask(__name__)'.
Define a GET route: '@app.route('/get', methods=['GET'])'.
Define a POST route: '@app.route('/post', methods=['POST'])'.
Handle GET requests: 'return jsonify(message='GET request received')'.
Handle POST requests: 'data = request.json;...
Learn how to assign values to cookies in a Flask web application.
Use 'response.set_cookie()' to assign a value to a cookie.
Example: response.set_cookie('username', 'JohnDoe')
Cookies can have optional parameters like 'max_age' and 'path'.
Example: response.set_cookie('session_id', 'abc123', max_age=60*60*24) for 1 day.
Access cookies using 'request.cookies.get()'.
Example: username = request.cookies.get('username')
- Convert a given input of keys-values to value-keys using Python
I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.
Basic questions on python and palindrome
Medium level complexity problems in python
posted on 16 Dec 2024
It was a Basic Aptitude Test
We were asked to do Sorting, SQL queries (join)
posted on 30 Apr 2024
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
There was coding test
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.
Divide the input array into two halves
Recursively sort each half
Merge the sorted halves back together
posted on 6 Jun 2023
I applied via Referral and was interviewed before Jun 2022. There were 2 interview rounds.
Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.
IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.
PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.
SaaS (Software as a Service) deli...
I appeared for an interview before May 2024, where I was asked the following questions.
I have extensive experience managing on-premises Linux servers, focusing on performance, security, and automation.
Configured and maintained Apache and Nginx web servers for hosting applications.
Implemented security measures using firewalls and SELinux to protect server data.
Automated server updates and backups using cron jobs and shell scripts.
Monitored server performance with tools like Nagios and Grafana to ensure up...
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.
Code in any language
based on 1 interview experience
Difficulty level
Duration
based on 17 reviews
Rating in categories
Senior Software Engineer
123
salaries
| ₹6.5 L/yr - ₹18.6 L/yr |
Software Engineer
103
salaries
| ₹6 L/yr - ₹13.1 L/yr |
System Analyst
50
salaries
| ₹13.9 L/yr - ₹22 L/yr |
Lead Software Engineer
26
salaries
| ₹15.5 L/yr - ₹31 L/yr |
Senior Test Engineer
17
salaries
| ₹10.5 L/yr - ₹15 L/yr |
Prime Focus Technologies
Subex
Yalamanchili Software Exports
Algonomy