Filter interviews by
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Easy array, string and DSA important problems
Basic questions prepare easy questions
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Medium and hard questions on tech stack and live coding
1 hour multiple choice and fill in the blanks questions on basic English, Maths. Coding concepts
Reverse array, get substring, remove 0s
Use array.reverse() to reverse the array
Use string.substring() to get a substring
Use array.filter() to remove 0s from the array
Robosoft Technologies interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
Fontend developer have question about HTML, CSS and Javascript
Get interview-ready with Top Robosoft Technologies Interview Questions
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to identify the minimal updates needed, reducing re-renders.
This approach helps in optimi...
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
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.
I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.
Top trending discussions
2 Interview rounds
based on 51 reviews
Rating in categories
Software Engineer
306
salaries
| ₹4.7 L/yr - ₹17.4 L/yr |
Senior Software Engineer
288
salaries
| ₹8.2 L/yr - ₹29 L/yr |
Associate Software Engineer
108
salaries
| ₹4 L/yr - ₹6.5 L/yr |
Technical Lead
74
salaries
| ₹13.8 L/yr - ₹36 L/yr |
Software Developer
44
salaries
| ₹5.2 L/yr - ₹10 L/yr |
Persistent Systems
TCS
LTIMindtree
Mphasis