Filter interviews by
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
Top trending discussions
I applied via Campus Placement and was interviewed before Jan 2022. There were 4 interview rounds.
Basic questions also with coding test
Coding questions asked in this round
Singleton design pattern restricts the instantiation of a class to one object.
Ensures only one instance of a class exists in the system
Provides a global point of access to that instance
Used when only one instance of a class is required throughout the system
Example: Database connection manager, Logger class
OOP concepts include class, encapsulation, inheritance, and polymorphism.
Class is a blueprint for creating objects with shared properties and methods.
Encapsulation is the practice of hiding implementation details and exposing only necessary information.
Inheritance allows a class to inherit properties and methods from a parent class.
Polymorphism allows objects to take on multiple forms or behaviors depending on the cont...
First question was related to binary search with pre-computed sum. Second question was increasing, decreasing, increasing ordering of an array to include max elements from original array
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.
I am excited about the opportunity to work on cutting-edge technologies and collaborate with a talented team.
Opportunity to work on cutting-edge technologies
Collaboration with a talented team
Room for growth and learning
Online assessment, 2 questions, 90 minutes. Leetcode Medium
A simple design for a Tic-Tac-Toe game using a 3x3 grid
Create a 3x3 grid to represent the Tic-Tac-Toe board
Allow two players to take turns marking X and O on the grid
Check for a win condition after each move to determine the winner
I applied via Referral and was interviewed in Mar 2020. There were 5 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.
I appeared for an interview in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Find pairs of integers in a BST whose sum is equal to a given number.
Traverse the BST and store the values in a hash set.
For each node, check if (X - node.value) exists in the hash set.
If yes, add the pair (node.value, X - node.value) to the result.
Continue traversal until all nodes are processed.
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
Different types of hashing and alternative for Linear Chaining
Different types of hashing include division, multiplication, and universal hashing
Alternative for Linear Chaining is Open Addressing
Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
Insertion sort for a singly linked list.
Traverse the list and compare each node with the previous nodes
If the current node is smaller, swap it with the previous node
Repeat until the end of the list is reached
Time complexity is O(n^2)
I applied via Company Website and was interviewed in Oct 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.
SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.
SCD Type 2 maintains a separate row for each change in data, with a start and end date.
It requires a surrogate key to uniquely identify each row.
Informatica provides a built-in SCD Type 2 transformation to implement this technique.
Example: tracking changes in customer addresses over time.
Sales is the process of identifying potential customers, understanding their needs, and persuading them to purchase a product or service.
Identify potential customers through market research and lead generation
Understand the needs and pain points of customers by asking probing questions and active listening
Present the product or service in a compelling way, highlighting its features and benefits
Address any objections or...
Executive
15
salaries
| ₹1.3 L/yr - ₹4.5 L/yr |
Inspection Engineer
14
salaries
| ₹1.8 L/yr - ₹4.9 L/yr |
Software Engineer
9
salaries
| ₹4.5 L/yr - ₹14 L/yr |
IT Executive
7
salaries
| ₹2.8 L/yr - ₹4.5 L/yr |
Surveyor
7
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Amazon
Flipkart
Mahindra & Mahindra
Asian Paints