Filter interviews by
I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.
Simple aptitude of 3hrs whuch inckude 2 easy coding question
Swape to number without using third variable
Top trending discussions
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;
ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.
ETL stands for Extract, Transform, Load
Extract: Involves extracting data from various sources such as databases, applications, and files
Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
I appeared for an interview before Jun 2016.
I appeared for an interview before Aug 2016.
posted on 18 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Software Developer
36
salaries
| ₹3 L/yr - ₹11 L/yr |
Data Engineer
17
salaries
| ₹4.7 L/yr - ₹16.5 L/yr |
Senior Software Developer
17
salaries
| ₹8 L/yr - ₹23.5 L/yr |
Technical Lead
15
salaries
| ₹10.1 L/yr - ₹38.2 L/yr |
Softwaretest Engineer
7
salaries
| ₹3.5 L/yr - ₹7 L/yr |
HCL Infosystems
Accel Frontline
Northcorp Software
Diverse Lynx