Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Time related train questions
Isarel war realted topics
Top trending discussions
posted on 11 Nov 2024
The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.
The 'this' keyword in JavaScript refers to the object that is executing the current function.
Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.
Using 'this' in a regular function can lead to unexpected behavior, especially in neste...
let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.
let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned
Using let:
let x = 10;
x = 20; // valid
Using var:
var y = 5;
y = 8; // valid
Using const:
const z = 15;
z = 25; // error, cannot reassign const variable
Medium level aptitude test
I was not shortlisted for this round
I was interviewed in Oct 2024.
Data binding techniques allow for synchronization of data between the model and the view in web development.
Two-way data binding ensures that changes in the model are reflected in the view and vice versa
One-way data binding updates the view when the model changes, but not the other way around
Data binding libraries like AngularJS, React, and Vue.js provide tools for efficient data binding
I applied via Campus Placement
posted on 11 Nov 2024
The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.
The 'this' keyword in JavaScript refers to the object that is executing the current function.
Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.
Using 'this' in a regular function can lead to unexpected behavior, especially in neste...
let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.
let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned
Using let:
let x = 10;
x = 20; // valid
Using var:
var y = 5;
y = 8; // valid
Using const:
const z = 15;
z = 25; // error, cannot reassign const variable
PHP is a popular server-side scripting language used for web development.
PHP is easy to learn and use for web development.
PHP has a large community and extensive documentation for support.
PHP is compatible with various operating systems and web servers.
PHP can be embedded directly into HTML code for dynamic web pages.
PHP can interact with databases like MySQL to create dynamic content.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
Create a small UI task using Vue.js
Create a simple form with input fields and a submit button
Use Vue.js directives like v-model for data binding
Implement validation for the form fields
Display a success message upon form submission
Iterate through the array to find the second largest number
Iterate through the array and keep track of the largest and second largest numbers
Compare each element with the largest and second largest numbers to update them accordingly
Return the second largest number once the iteration is complete
posted on 19 Feb 2024
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
Medium level aptitude test
I was not shortlisted for this round
Software Engineer
5
salaries
| ₹4.8 L/yr - ₹10 L/yr |
Software Developer
3
salaries
| ₹10.4 L/yr - ₹13 L/yr |
Senior Test Engineer
3
salaries
| ₹9.2 L/yr - ₹9.2 L/yr |
Senior Software Engineer
3
salaries
| ₹9 L/yr - ₹10.4 L/yr |
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group