Filter interviews by
I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists
Hash function is used to determine the index of the array where the key-value pair will be stored
Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list
HashMap allows null keys and values
HashMap is not synchronized...
posted on 22 Jun 2024
I applied via Job Portal and was interviewed before Jun 2023. There were 4 interview rounds.
Scenarios base conding round
Questions on strings in javascript.
Basic javascript and typescript.
posted on 7 May 2023
I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.
posted on 9 Oct 2022
I applied via Job Portal and was interviewed in Apr 2022. There were 5 interview rounds.
It was simple program of url shorting for registered and non registered users each request must have unique shortened url.
A palindrome is a word or phrase that reads the same backward as forward. Implementing it involves comparing the first and last characters and iterating towards the middle.
Implement a function that takes a string as input and returns true if it is a palindrome, false otherwise.
Use two pointers, one starting from the beginning and the other from the end, and compare the characters at each position.
If the characters matc...
I appeared for an interview in Jan 2025.
Test was based on arrays and some dsa concepts.
posted on 5 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
2hrs aptitude test was there
2 hrs coding test was there
GD was conducted and then i passed it
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
Use Depth First Search (DFS) to find connected components in a graph
Start by initializing all vertices as unvisited
Iterate through each vertex and perform DFS to find connected components
Keep track of visited vertices to avoid revisiting
Example: For a graph with vertices {A, B, C} and edges {(A, B), (B, C)}, the connected components are {A, B, C}
Design a chess game with proper board setup, piece movements, and win conditions.
Create a 8x8 grid to represent the chess board
Assign initial positions to each type of chess piece (pawn, rook, knight, bishop, queen, king)
Implement rules for each piece's movement (e.g. pawn moves forward, rook moves horizontally/vertically)
Check for valid moves and capture opponent's pieces
Implement win conditions (checkmate, stalemate)
...
posted on 14 Jan 2025
I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.
Easy coding questions DSA
Reverse a linked list by changing the pointers direction
Start with three pointers: current, previous, and next
Iterate through the linked list, updating the pointers to reverse the direction
Update the head pointer to point to the new first node
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move slow pointer by one step and fast pointer by two steps until fast reaches the end of the list.
The position of the slow pointer will be the middle of the linked list.
The question is asking to pick an orange from a basket.
Carefully select a ripe orange without any bruises or blemishes
Gently twist the orange off the stem to avoid damaging the fruit
Check for firmness and weight to determine ripeness
Work related assignment they will give
based on 1 interview
Interview experience
Software Engineer
44
salaries
| ₹13.5 L/yr - ₹55.8 L/yr |
Product Manager
35
salaries
| ₹12.5 L/yr - ₹40 L/yr |
Software Developer
28
salaries
| ₹13.6 L/yr - ₹45.5 L/yr |
Senior Software Engineer
24
salaries
| ₹21.3 L/yr - ₹80 L/yr |
Product Designer
24
salaries
| ₹5.4 L/yr - ₹17.8 L/yr |
Paytm
BharatPe
Kissht Finance
Money View