Filter interviews by
I applied via Instahyre and was interviewed in Jan 2024. There were 4 interview rounds.
Dsa mid-easy level question
With client . Mid level DSA
I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.
Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.
Closure allows a function to access variables from its outer scope even after the outer function has finished executing.
It is created whenever a function is defined within another function, and the inner function has access to the outer function's variables.
Closure is commonly used in event handler...
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.
This test consist of 3 sections, platform was hackerearth and duration was 1 hour:
1. MCQ related to basic concepts
2. MCQ related to what will be the code output
3. 2 Coding problems (Easy level).
It was a nodejs related opening.
Recro interview questions for designations
I applied via LinkedIn and was interviewed before Oct 2022. There were 5 interview rounds.
The first round was a HackerRank assessment which comprised of objective type questions and two coding covering the concepts from HTML, CSS, JavaScript and React.
Redux workflow involves actions, reducers, and a store to manage state in a predictable way.
Actions are payloads of information that send data from your application to the Redux store.
Reducers specify how the application's state changes in response to actions.
The store holds the state of the application and allows access to state via getState(), update state via dispatch(action), and register listeners via subscribe(li
Top trending discussions
posted on 4 Feb 2024
I applied via Job Fair
Create a controller, service, and repository to save user details using Spring Data JPA.
Create a UserController class with appropriate mappings for saving user details.
Create a UserService class with a method to save user details.
Create a UserRepository interface that extends JpaRepository to handle database operations.
Implement the saveUserDetails method in the UserService class to call the save method of the UserRepo...
posted on 9 Nov 2024
I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.
Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.
Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.
It works by continuously checking the event queue for any pending events, executing them one by one, and then moving on to the next event.
Event loop helps in pre...
The order of output is fs, process, setTimeout, setInterval, promise.
fs module is synchronous and will output first
process is next in line
setTimeout will be executed after process
setInterval will be executed after setTimeout
promise will be executed last
JavaScript is an interpreted language.
JavaScript is an interpreted language, meaning it is executed line by line at runtime.
There is no separate compilation step in JavaScript like in languages that use compilers.
Examples of interpreted languages include Python, Ruby, and PHP.
Output comparison of for loops using var, let, and bind in JavaScript.
Using var: variable is function-scoped, may lead to unexpected behavior in loops.
Using let: variable is block-scoped, recommended for loop iterations.
Using bind: creates a new function with a specified 'this' value and initial arguments.
I work on coding, debugging, testing, and collaborating with team members. Tech stack decisions are based on project requirements, scalability, performance, and team expertise.
Daily tasks include coding, debugging, testing, and collaborating with team members
Tech stack decisions are based on project requirements, scalability, performance, and team expertise
Consider factors like language compatibility, libraries/framewo...
Design a scalable, real-time document sharing app like Google Docs.
Use websockets for real-time collaboration
Implement version control to track changes
Utilize a distributed database for scalability
Include user authentication and access control
Support offline editing with automatic sync
Utilize cloud storage for scalability, implement image compression techniques, and regularly update image processing libraries.
Utilize cloud storage for scalability
Implement image compression techniques
Regularly update image processing libraries
posted on 20 Mar 2024
Template and Reactive Forms in Angular are two ways to handle forms in Angular applications.
Template Forms are based on the traditional HTML forms and are easy to use for simple forms.
Reactive Forms are more flexible and powerful, allowing for complex form validation and dynamic form controls.
Template Forms use two-way data binding, while Reactive Forms use a more reactive approach with observables.
Reactive Forms are r...
Low level design for a chess game including classes, functions, and data structures.
Create classes for pieces (e.g. Pawn, Rook, Bishop) with properties like position and color
Implement functions for moving pieces, checking valid moves, and capturing opponent pieces
Use data structures like 2D arrays to represent the chess board and track piece positions
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Design a Splitwise application for managing shared expenses among friends.
Implement user authentication and authorization for secure access.
Create a user-friendly interface for adding expenses and splitting them among friends.
Develop algorithms for calculating balances and settling debts between users.
Include features for adding comments, attaching receipts, and generating reports.
Consider scalability and performance o...
based on 5 interviews
Interview experience
based on 8 reviews
Rating in categories
Senior Software Engineer
23
salaries
| ₹14 L/yr - ₹45 L/yr |
Software Engineer
21
salaries
| ₹8 L/yr - ₹16.6 L/yr |
Sales Development Representative
9
salaries
| ₹6 L/yr - ₹6 L/yr |
Talent Acquisition Consultant
7
salaries
| ₹5.7 L/yr - ₹12 L/yr |
Front end Developer
6
salaries
| ₹8 L/yr - ₹19 L/yr |
Udaan
Swiggy
CARS24
BlackBuck