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
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
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
Questions were crayon box ,the bot and the game and happy neighbourhood for 90 mins
Design a Booking Management System for handling reservations and scheduling.
Create a user-friendly interface for customers to make bookings
Implement a database to store booking information
Include features for managing availability, cancellations, and payments
posted on 15 Oct 2024
DSA Problems from leetcode
Interview experience
based on 8 reviews
Rating in categories
Software Engineer
19
salaries
| ₹5.8 L/yr - ₹21 L/yr |
Senior Software Engineer
19
salaries
| ₹14 L/yr - ₹40.5 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 |
TCS
Infosys
Wipro
HCLTech