i
Winjit
Technologies
Filter interviews by
Promises are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used in JavaScript to handle asynchronous operations.
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.
Example: Fetching data from an API returns a Promise that resolves with the data or rejects with an erro...
Node.js is single threaded, but uses multiple threads for I/O operations.
Node.js uses a single thread to handle all JavaScript code execution.
It uses multiple threads from a thread pool to handle I/O operations asynchronously.
This allows Node.js to handle high concurrency without blocking the main thread.
Example: When reading a file, Node.js will use a separate thread from the pool to perform the I/O operation.
Reverse the Array of Strings
I applied via Referral and was interviewed before Sep 2021. There were 5 interview rounds.
Angular is a front-end framework while Node.js is a back-end runtime environment.
Angular is used for building dynamic web applications with a focus on the client-side.
Node.js is used for building server-side applications with JavaScript.
Angular uses TypeScript for building applications while Node.js uses JavaScript.
Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...
Top trending discussions
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
posted on 2 May 2021
React lifecycle, Fragment vs React.Fragment, React.PureComponent
React lifecycle consists of mounting, updating, and unmounting phases
Fragment is a shorthand for React.Fragment, used to group multiple elements
React.PureComponent is a class component that implements shouldComponentUpdate method for performance optimization
JavaScript hoisting and differences between let, var and const.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Var declarations are hoisted to the top of their scope, while let and const declarations are not.
Var can be redeclared and reassigned, let can be reassigned but not redeclared, and const cannot be reassigned or redeclared.
Using const is recommend...
Prevent rerendering of a child component in React
Use shouldComponentUpdate() lifecycle method
Use React.memo() to memoize functional components
Use PureComponent instead of Component
Pass props as a callback function to avoid unnecessary re-renders
Use React.PureComponent for class components
Use React.memo() for functional components
posted on 30 Sep 2021
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 6 Oct 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
posted on 6 Mar 2024
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Aptitude test with aptitude based questions
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
This can lead to unexpected behavior if variables are accessed before they are declared.
Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.
Closures are created whenever a function is defined within another function.
Inner functions have access to the outer function's variables even after the outer function has returned.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outer...
posted on 17 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
posted on 2 Jul 2025
I appeared for an interview before Jul 2024, where I was asked the following questions.
Arrange characters in arrays by sorting or manipulating strings for various applications.
Use built-in sorting functions: In Python, use sorted() to arrange strings alphabetically. Example: sorted(['banana', 'apple']) returns ['apple', 'banana'].
Custom sorting: Implement a custom sort function to arrange strings based on specific criteria, like length or character frequency.
Reversing strings: Use slicing to reverse stri...
SQL joins combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.
Use INNER JOIN to return records with matching values in both tables. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;
LEFT JOIN returns all records from the left table and matched records from the right table. Example: SELECT * FROM Customers LEFT JOIN Order...
based on 1 interview experience
based on 20 reviews
Rating in categories
Software Engineer
340
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Software Developer
244
salaries
| ₹2.8 L/yr - ₹7.9 L/yr |
Senior Software Engineer
188
salaries
| ₹8.9 L/yr - ₹16.2 L/yr |
Project Engineer
42
salaries
| ₹7 L/yr - ₹19 L/yr |
Business Analyst
37
salaries
| ₹3.5 L/yr - ₹11 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland