Filter interviews by
I applied via Company Website and was interviewed before Nov 2021. There were 4 interview rounds.
Make Calculator and form onclick event
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Complex it is not expected hard Interview
JSX is a syntax extension for JavaScript that allows HTML to be written in React components. ES6 is a newer version of JavaScript with additional features.
JSX allows developers to write HTML-like code within JavaScript files
ES6 introduces new syntax and features like arrow functions, classes, and template literals
JSX is transformed into regular JavaScript by tools like Babel before being rendered in the browser
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions do not have their own 'this' keyword.
Arrow functions are more concise than traditional function expressions.
Arrow functions do not have their own 'arguments' object.
Arrow functions are best suited for non-method functions.
Example: const add = (a, b) => a + b;
Lazy loading is a technique used in web development to defer loading non-essential resources until they are needed.
Lazy loading helps improve page load times by only loading resources when they are required.
It is commonly used for images, videos, and other media files on websites.
Lazy loading can be implemented using libraries like React.lazy() in React.js.
Yes, I have experience in coding optimization to improve performance and efficiency.
Identifying and removing unnecessary code or dependencies
Minifying and compressing code for faster loading times
Using efficient algorithms and data structures
Reducing the number of API calls by batching requests
Implementing lazy loading for resources to improve page load times
Conditional rendering in React allows components to render different elements or components based on certain conditions.
Use ternary operator to conditionally render elements
Use logical && operator for conditional rendering
Use if-else statements inside render method for more complex conditions
I was interviewed in Aug 2024.
Time queue in API refers to managing requests in a sequential order.
Time queue ensures that API requests are processed in the order they are received.
It helps in preventing overload on the server by limiting the number of concurrent requests.
Examples include using promises or async/await in JavaScript to handle API calls sequentially.
Closure in JavaScript allows a function to access variables from its outer scope even after the function has finished executing.
Closure is created when a function is defined within another function and the inner function references variables from the outer function.
The inner function maintains a reference to the outer function's scope even after the outer function has finished executing.
Closures are commonly used in ev...
posted on 26 Mar 2024
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Array reverse
sorting arrray
Javascript, database concept
Native area details refer to the specific region or location where a particular group of people or species naturally reside or originate from.
Native area details are important for understanding the natural habitat and distribution of a particular group.
Examples include the native area details of certain plant species, animal species, or indigenous human populations.
Studying native area details can help in conservation
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
TCS
Accenture
Cognizant
Infosys