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
posted on 5 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
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 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 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 20 May 2024
I appeared for an interview before May 2023.
posted on 2 May 2024
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
I appeared for an interview before Mar 2021.
Round duration - 45 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA.
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
Handle leading, trailing, and multiple spaces appropriately
You are given a stack of integers. Your task is to reverse the stack using recursion without using any extra space other than the internal stack space used due to recursion...
Reverse a stack using recursion without using any extra space other than the internal stack space.
Use recursion to pop all elements from the original stack and store them in function call stack.
Once the stack is empty, push the elements back in reverse order.
Base case of recursion should be when the original stack is empty.
Round duration - 45 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA.
Given a binary tree, convert this binary tree into its mirror tree. A binary tree is a tree in which each parent node has at most two children. The mirror of a bin...
Convert a binary tree to its mirror tree by interchanging left and right children of all non-leaf nodes.
Traverse the binary tree in a recursive manner.
Swap the left and right children of each non-leaf node.
Continue this process until all nodes have been processed.
You are given a singly linked list with 'N' nodes, each containing integer data, and an integer 'K'. Your goal is to remove the 'K'th node counting from the end of ...
Remove the Kth node from the end of a singly linked list.
Use two pointers approach to find the Kth node from the end.
Handle edge cases like removing the head node or removing the last node.
Update the pointers to remove the Kth node and reconnect the list.
Round duration - 30 minutes
Round difficulty - Easy
Typical Managerial round.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Content Analyst
50
salaries
| ₹2.7 L/yr - ₹9 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