Filter interviews by
I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.
Medium Code, Design, database design, Java
Top trending discussions
posted on 5 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
posted on 5 Apr 2024
I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.
You need to write code as algorithm for the given problem
You will need a end to end architecture and details , along with problem solving skillset
posted on 20 May 2024
I appeared for an interview before May 2023.
posted on 2 May 2024
posted on 29 Mar 2024
Codility Test - 2 Medium LC type questions
posted on 14 Oct 2023
Usually medium LC questions
Design a snakes and ladder game with a board, dice, and player pieces.
Create a game board with squares numbered from 1 to 100.
Place snakes and ladders on specific squares to move players up or down.
Players roll a dice to move their pieces on the board.
The first player to reach square 100 wins the game.
posted on 6 Sep 2024
I applied via Walk-in and was interviewed before Sep 2023. There were 4 interview rounds.
Data Structures and Algorithms - Easy
Code a chineese pebble game
Two entities for cross site sale promotion are affiliate marketing platform and customer loyalty program.
Affiliate marketing platform: Allows businesses to partner with affiliates who promote their products on their own websites in exchange for a commission.
Customer loyalty program: Rewards customers for repeat purchases or other actions, encouraging them to continue shopping with the brand.
posted on 4 Nov 2024
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
The interviewer was a team Lead Engineer. He first asked me a few questions about database fundamentals (Cluster Index, Composite Index, ACID, etc). Then he presented me with a coding question on codility (LC Hard String question). He was very helpful during the interview and nudged me towards the right direction when I got stuck.
posted on 19 May 2022
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.
The binary tree is represented i...
Print nodes of a binary tree in spiral order traversal.
Use a queue to perform level order traversal of the binary tree.
Alternate between printing nodes from left to right and right to left at each level.
Handle null nodes represented by '-1' appropriately.
Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.
Round duration - 60 Minutes
Round difficulty - Easy
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
Round duration - 60 Minutes
Round difficulty - Easy
Design an elevator system for efficient vertical transportation.
Divide building into zones to optimize elevator usage.
Implement algorithms for efficient elevator scheduling.
Include safety features like emergency stop buttons and overload sensors.
Consider user interface for passengers to select floors and monitor elevator status.
Tip 1 : Never give up
Tip 2 : Practice
Tip 3 : Be positive
Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Content Analyst
51
salaries
| ₹2.7 L/yr - ₹8 L/yr |
Senior Software Engineer
29
salaries
| ₹17 L/yr - ₹33 L/yr |
Software Engineer
24
salaries
| ₹10 L/yr - ₹22 L/yr |
Software Developer
23
salaries
| ₹22.8 L/yr - ₹28.7 L/yr |
QA Engineer
16
salaries
| ₹4.5 L/yr - ₹17.1 L/yr |
24/7 Customer
Microsoft Corporation
SAP