Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Aptitude screening in time based and patterns logic
Select technical or current trends as topic
Top trending discussions
I applied via Other and was interviewed before Sep 2020. There was 1 interview round.
I applied via Job Fair and was interviewed in Mar 2022. There were 2 interview rounds.
I'm trusting me I will pass this interview
I appeared for an interview in Mar 2024.
posted on 23 Mar 2025
I appeared for an interview in Sep 2024, where I was asked the following questions.
Hoisting in JavaScript is the behavior of moving variable and function declarations to the top of their containing scope during compilation.
Variables declared with 'var' are hoisted, but their initialization remains in place. Example: console.log(x); var x = 5; // undefined
Function declarations are fully hoisted, allowing them to be called before their definition. Example: greet(); function greet() { console.log('Hello...
let, var, and const are used for variable declaration in JavaScript, differing in scope, hoisting, and mutability.
var: Function-scoped or globally scoped; can be redeclared and updated.
Example: var x = 10; var x = 20; // x is now 20
let: Block-scoped; cannot be redeclared but can be updated.
Example: let y = 10; y = 20; // y is now 20; let y = 30; // Error
const: Block-scoped; cannot be redeclared or updated; must be init...
1 hour test based on knowledege
posted on 19 Sep 2024
I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.
Quantitative Aptitude basic questions, Logical and Verbal
posted on 4 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.
Your name and where you currently live
Write a pivot dinamic column from rows in SQL server.
Clustered indexing physically reorders the data in the table, while non-clustered indexing creates a separate structure.
Clustered indexing determines the physical order of data rows in a table based on the indexed column.
Non-clustered indexing creates a separate structure that contains the indexed column's values and pointers to the actual data rows.
Clustered indexes are faster for retrieval but slower for inserts and ...
Nested loops in SQL server are used to iterate through multiple levels of data.
Nested loops are used when you need to iterate through a set of data within another set of data.
They can be implemented using nested SELECT statements or JOIN clauses.
Example: SELECT * FROM table1 t1 INNER JOIN table2 t2 ON t1.id = t2.id WHERE t1.column = 'value'
Repository pattern in asp.net core API
posted on 30 Oct 2017
based on 1 interview
Interview experience
Assistant Professor
27
salaries
| ₹4.3 L/yr - ₹11 L/yr |
HR Executive
7
salaries
| ₹2.4 L/yr - ₹4.1 L/yr |
Lab Technician
6
salaries
| ₹1.8 L/yr - ₹2.4 L/yr |
Executive Accountant
4
salaries
| ₹2 L/yr - ₹2.7 L/yr |
PHD Research Scholar
4
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
KLAY Schools
Chandigarh University
Amity University
APEEJAY EDUCATION SOCIETY