i
KPIT Technologies
Filter interviews by
30min duration simple questions
Basic array 2 coding questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
The first round was aptitude test that included 2 coding questions as well one easy and one moderate it was of 2 hours in total.
I applied via campus placement at National Institute of Technology (NIT), Rourkela and was interviewed in Nov 2024. There was 1 interview round.
There will be two coding questions focused on Data Structures and Algorithms, along with one question assessing English paraphrasing and cognitive analytical skills.
It consists of MCQs which are easy to medium
2 codes-easy level, hidden test cases will be there you can practice in CodeChef easy to medium level to crack the exam
KPIT Technologies interview questions for designations
Get interview-ready with Top KPIT Technologies Interview Questions
Do Arrrays String Questions Well And Solve All The Test Cases
I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.
Find out a string is palindrome or not
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that all operations in a transaction are completed successfully or none at all
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are executed independently of...
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue and executes callback functions when events are triggered
Primary key uniquely identifies a record, foreign key links to a primary key in another table, unique key ensures uniqueness of a column or set of columns.
Primary key: uniquely identifies each record in a table (e.g. employee_id in an employees table)
Foreign key: links to a primary key in another table to establish a relationship (e.g. department_id in an employees table linking to department_id in a departments table)
...
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
Hoisting allows you to use a variable before it is declared, but it is best practice to declare variables at the top of the scope.
Example: console.log(myV
Function closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.
Function closures occur when a function is defined within another function and the inner function has access to the outer function's variables.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I...
Shallow copy creates a new object but references the same nested objects, while deep copy creates a new object with copies of all nested objects.
Shallow copy only copies the top-level object, not the nested objects.
Deep copy creates new copies of all nested objects, ensuring they are independent.
In JavaScript, shallow copy can be achieved using Object.assign or spread operator, while deep copy can be achieved using JSO
Top trending discussions
The duration of KPIT Technologies Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 20 interviews
2 Interview rounds
based on 115 reviews
Rating in categories
Senior Software Engineer
2.5k
salaries
| ₹6 L/yr - ₹17.6 L/yr |
Software Engineer
2.3k
salaries
| ₹2 L/yr - ₹11.5 L/yr |
Technical Lead
1.9k
salaries
| ₹8.3 L/yr - ₹32 L/yr |
Senior Technical Lead
799
salaries
| ₹10 L/yr - ₹40.2 L/yr |
Software Developer
615
salaries
| ₹2.9 L/yr - ₹11.7 L/yr |
TCS
Infosys
Wipro
HCLTech