Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
Top trending discussions
I applied via Other and was interviewed before Sep 2020. There was 1 interview round.
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
I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.
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 review
Rating in categories
Professional Assistant
44
salaries
| ₹2 L/yr - ₹4 L/yr |
PHD Research Scholar
39
salaries
| ₹1.2 L/yr - ₹6.1 L/yr |
Teaching Fellow
32
salaries
| ₹2.9 L/yr - ₹4 L/yr |
Project Associate
27
salaries
| ₹3 L/yr - ₹5.6 L/yr |
Research Scholar
25
salaries
| ₹2 L/yr - ₹8 L/yr |
Frankfinn Institute of Air Hostess Training
Amity University
Chandigarh University
AIIMS