Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
The package per annum for this position is competitive and will be discussed during the interview process.
The package is based on experience and qualifications
It includes salary, benefits, and bonuses
The company offers a competitive package to attract top talent
The exact amount will be discussed during the interview process
There are multiple types of claims in this process.
There are claims related to property damage.
There are claims related to bodily injury.
There are claims related to liability.
There are claims related to theft or vandalism.
There are claims related to natural disasters.
There are claims related to medical expenses.
There are claims related to lost wages.
There are claims related to death benefits.
Binary heap is used to implement a priority queue.
Binary heap is a complete binary tree where each node has a value greater than or equal to its children.
It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.
Insertion and deletion operations have time complexity of O(log n) in a binary heap.
A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.
A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.
The maximum number of binary trees with n nodes is 2^n.
For example, a binary tree with 3 nodes can have up to 8 different structures.
Use a SQL query to find the second highest marks in a student database.
Use the ORDER BY clause to sort the marks in descending order
Use the LIMIT clause to limit the result to the second row
Program to check if two strings are anagrams
Create a function that takes in two strings as input
Remove any spaces and convert both strings to lowercase for consistency
Sort the characters in both strings and compare if they are equal to determine if they are anagrams
Example: 'listen' and 'silent' are anagrams
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.
Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their initializations.
Function declarations are fully hoisted, including their definitions.
Hoisting can lead to unexpected behavior if not understood properly.
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions are anonymous functions defined using the '=>' syntax.
They have a shorter syntax compared to traditional function expressions.
Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.
Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.
Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.
Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.
Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.
Implementing a carousel for displaying multiple images or content in a rotating manner.
Use a library like Slick or Owl Carousel for easy implementation
Ensure images/content are responsive for different screen sizes
Add navigation arrows or dots for user interaction
Consider adding autoplay feature with customizable speed
Optimize performance by lazy loading images
3 dsa questions were asked
Coding in live project involves writing and implementing code in a real-world software development project.
Understand the project requirements and scope before writing any code.
Collaborate with team members to ensure code integration and compatibility.
Test and debug code to ensure it meets project specifications.
Document code changes and updates for future reference.
Follow coding best practices and guidelines to mainta...
Prints numbers from 5 to 1 separated by a space
The code initializes x to 5, then enters a while loop that prints the value of x and decrements it until x is no longer greater than 0
The output will be '54321'
The value printed to the console will be 246810.
The function modifies the array elements to be 2.
The main function calls the function to modify the array.
The loop in main function prints the modified array elements.
I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.
2 questions, Easy and medium based
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Basic Js concepts like debouncing,event loop, and other output-based questions.
Optimization techniques are methods used to improve the efficiency and performance of software applications.
Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code
Minimize time complexity by avoiding nested loops and unnecessary iterations
Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval
Profile code to identify bottlenecks and optimize critic...
posted on 18 Apr 2024
Scenario questions logical solving
Need to explain about problems solved in previous round
It was easy basic questions were there and we were asked to write two emails.
based on 57 reviews
Rating in categories
Software Developer
21
salaries
| ₹1.8 L/yr - ₹5 L/yr |
Software Engineer
18
salaries
| ₹2 L/yr - ₹5.1 L/yr |
QA Engineer
14
salaries
| ₹1.2 L/yr - ₹4 L/yr |
Softwaretest Engineer
11
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Senior Software Engineer
9
salaries
| ₹5.4 L/yr - ₹12 L/yr |
TCS
Infosys
Wipro
HCLTech