Filter interviews by
I applied via Indeed and was interviewed in Jul 2023. There were 4 interview rounds.
let is used to declare variables that can be reassigned, while const is used to declare variables that cannot be reassigned.
let is mutable and can be reassigned, while const is immutable and cannot be reassigned
Using let: let x = 5; x = 10; // valid
Using const: const y = 20; y = 30; // invalid
=== is strict equality operator, checks both value and type. == is loose equality operator, only checks value.
=== checks both value and type, while == only checks value
=== will return true if both operands are of the same type and have the same value, while == will perform type coercion if needed
Example: 1 === '1' will return false, but 1 == '1' will return true
One project on react. Js connected with database responsive
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
The project involved designing and implementing a new network infrastructure for a large corporation.
Conducted a thorough analysis of the existing network infrastructure
Designed a new network architecture that met the company's needs
Implemented the new network infrastructure with minimal disruption to business operations
Tested and optimized the new network to ensure optimal performance
Provided ongoing support and maint
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant