Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
What is your favourite product and How would you improve it?
They will give one coding question and you have to answer that on.
I applied via Campus Placement and was interviewed before Jun 2023. There were 5 interview rounds.
It contains the medium aptitude questions
Basic code question like based on math
It contains dp question and graphs
Merge Sort algorithm
Divide the array into two halves
Recursively sort each half
Merge the sorted halves
Divami Design Labs interview questions for popular designations
I applied via gmail group and was interviewed in May 2021. There were 5 interview rounds.
Smoke testing is a broad test to check if the software is stable enough for further testing. Sanity testing is a narrow test to check if the specific functionality is working as expected.
Smoke testing is performed to ensure that the critical functionalities of the software are working.
Sanity testing is performed to ensure that the recent changes or fixes have not adversely affected the functionality.
Smoke testing is a ...
Functional testing focuses on testing the functionality of a system, while non-functional testing focuses on testing other aspects like performance and usability.
Functional testing verifies if the system meets the specified functional requirements.
Non-functional testing includes performance testing, usability testing, security testing, etc.
Functional testing ensures that the system works as intended, while non-function...
posted on 26 Mar 2021
I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 2 Sep 2020
I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.
Event loop is a mechanism that allows JavaScript to perform non-blocking I/O operations.
Event loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.
It executes the tasks in the task queue one by one, and once the task is completed, it is removed from the queue.
Event loop ensures that the JavaScript code does not block the main thread and allows for asynchronous programming.
Exam...
var is function-scoped while let is block-scoped.
var declarations are hoisted to the top of their scope while let declarations are not.
var can be redeclared in the same scope while let cannot.
let is preferred over var for better code readability and avoiding unexpected behavior.
Example: var x = 10; if (true) { var x = 20; } console.log(x); // Output: 20 let y = 10; if (true) { let y = 20; } console.log(y
Prototype is a property of an object that allows adding new properties and methods to an existing object.
Prototype is a blueprint for creating objects.
It is used to add new properties and methods to an existing object.
All objects in JavaScript have a prototype property.
The prototype property is used to share properties and methods between objects.
Modifying the prototype of an object affects all instances of that object
Javascript is single threaded.
Javascript has a single call stack and event loop.
It can handle asynchronous operations through callbacks and promises.
Web workers can be used for multi-threading in Javascript.
posted on 23 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
posted on 17 May 2021
I applied via Campus Placement and was interviewed before May 2020. There were 6 interview rounds.
based on 7 interviews
Interview experience
based on 34 reviews
Rating in categories
Software Engineer
52
salaries
| ₹3.7 L/yr - ₹15 L/yr |
UX Engineer
15
salaries
| ₹3 L/yr - ₹8 L/yr |
QA Engineer
10
salaries
| ₹3 L/yr - ₹8.2 L/yr |
Senior Software Engineer
9
salaries
| ₹7.2 L/yr - ₹11.8 L/yr |
Software Developer
7
salaries
| ₹4.8 L/yr - ₹12 L/yr |
Frog Design
Think Design
Robosoft Technologies
NetBramha Studios