Filter interviews by
I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.
Closure is a function that has access to its parent scope even after the parent function has returned.
Closure allows for private variables and functions in JavaScript.
It is created when a function is returned from another function.
Closures can be used to create factory functions and currying.
Example: function outer() { let x = 10; return function inner() { console.log(x); } }
Example: const add = (function () { let coun...
var, let, and const are used to declare variables in JavaScript with different scoping rules and mutability.
var has function-level scope and can be redeclared and reassigned
let has block-level scope and can be reassigned but not redeclared
const has block-level scope and cannot be reassigned or redeclared
Use const for values that should not change, let for values that may change, and var for legacy code or global variab
I applied via Naukri.com
Answers to common interview questions for Software Engineer position
Option Strict and Option Explicit are compiler directives in VB.NET
Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection
System.String is immutable while System.StringBuilder is mutable
Delegate is a type that represents a reference to a method
Value types store data directly while reference types store a referen...
posted on 8 Jul 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.
Search for a target value in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Determine which half of the array the target value lies in based on the pivot point.
Continue binary search in the appropriate half of the array to find the target value.
Design IMDB with concurrent ratings management
Implement a locking mechanism to ensure only one user can update a rating at a time
Use a queue system to handle multiple rating requests in an orderly manner
Consider using distributed systems to handle high concurrency levels
Design a vehicle rental system API
Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle
Include authentication and authorization mechanisms for users and admins
Implement payment gateway integration for processing rental payments
Include features like vehicle search, filtering, and reviews/ratings
Consider scalability and performance optimizations for handling high traffic
posted on 19 Feb 2024
Discussion on experience and current role and responsibilities
A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.
Define the job scheduling requirements such as priority, deadline, resource constraints, etc.
Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.
Maintain a queue of jobs to be executed and allocate resources accordingly.
Monitor job execution and handle...
posted on 28 Feb 2024
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
It is not a aptitude just like a game
posted on 18 Mar 2024
posted on 25 Nov 2022
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
I selected this job because of my passion for analyzing data and using insights to drive decision-making.
Passion for data analysis
Opportunity to use insights for decision-making
Interest in working with data-driven technologies
I have a strong background in data analysis, excellent problem-solving skills, and a proven track record of delivering actionable insights.
I have a degree in data science and have completed multiple data analysis projects during my studies.
I am proficient in various data analysis tools such as Python, R, and SQL.
I have experience in interpreting complex data sets and presenting findings to stakeholders in a clear and c
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
based on 3 interviews
Interview experience
based on 33 reviews
Rating in categories
3-5 Yrs
Not Disclosed
Engineer 1
23
salaries
| ₹7 L/yr - ₹10.8 L/yr |
L2 Engineer
15
salaries
| ₹8.5 L/yr - ₹14.5 L/yr |
Senior Software Engineer
11
salaries
| ₹12.5 L/yr - ₹26.5 L/yr |
Senior Engineer
7
salaries
| ₹16.8 L/yr - ₹28.6 L/yr |
Engineering Manager
7
salaries
| ₹36.8 L/yr - ₹42 L/yr |
Yalamanchili Software Exports
ScoreMe Solutions
Xtancia Technosoft
Global Edge Software