Filter interviews by
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
Top trending discussions
posted on 23 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
In this round mcq question were asked, related to javascript.
In this round, javascript data structures and algorithms questions from freecodecamp were asked.
posted on 17 Dec 2024
Check if a number is even by using the modulo operator.
Use the modulo operator (%) to check if the number divided by 2 has a remainder of 0.
If the remainder is 0, then the number is even.
Example: if(num % 2 === 0) { // number is even }
The modulo operator returns the remainder of a division operation.
Use the % symbol to perform the modulo operation.
Example: 10 % 3 will return 1 (10 divided by 3 is 3 with a remainder of 1).
posted on 11 Dec 2024
Variables in JavaScript are declared using the 'var', 'let', or 'const' keywords.
Use 'var' to declare a variable with function scope.
Use 'let' to declare a variable with block scope.
Use 'const' to declare a constant variable.
Example: var x = 5; let y = 'hello'; const PI = 3.14;
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 5 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.
Duration is around 1 hour
posted on 2 Jul 2024
Find the second largest number in an array of strings.
Convert the strings to numbers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Find pairs in an array that sum up to a given target value.
Use a hash set to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hash set.
Return the pairs that sum up to the target value.
posted on 2 Aug 2024
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
based on 1 review
Rating in categories
Bench Sales Recruiter
65
salaries
| ₹1 L/yr - ₹7 L/yr |
Technical Associate
22
salaries
| ₹1.8 L/yr - ₹4.1 L/yr |
Executive Accountant
19
salaries
| ₹2.1 L/yr - ₹6 L/yr |
OPT Recruiter
15
salaries
| ₹1.8 L/yr - ₹6.6 L/yr |
Senior Bench Sales Recruiter
14
salaries
| ₹2.8 L/yr - ₹7.3 L/yr |
Cogniter Technologies
IVTL Infoview Technologies
Apmosys Technologies
Pitney Bowes