Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Newspaper Ad and was interviewed in Apr 2024. There were 2 interview rounds.
Some java and python codings.
Some case based questions.
posted on 6 Sep 2024
I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.
Experienced professional with a background in retail management and a proven track record of driving sales and leading teams.
Worked as a retail manager for 5+ years, overseeing daily operations and staff management
Successfully implemented sales strategies that resulted in a 20% increase in revenue
Led a team of 15 employees, providing training and support to ensure high performance
Strong communication and problem-solvin
I have 5 years of leadership experience on paper.
I have held leadership positions in previous jobs where I was responsible for managing teams and making strategic decisions.
I have completed leadership training programs and workshops to enhance my skills in leading and motivating others.
I have received positive feedback from supervisors and colleagues regarding my leadership abilities.
I have successfully led projects fr...
posted on 28 Sep 2023
I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.
posted on 2 Sep 2023
I applied via Campus Placement
I applied via Referral
I appeared for an interview in Nov 2016.
Seeking better growth opportunities and challenges
Limited growth potential in current role
Desire to work on more challenging projects
Looking for a company with a better cultural fit
Relocating to a new area
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.
Create a boolean array of size 100 and mark the present numbers
Iterate through the boolean array and find the missing numbers
Alternatively, use a HashSet to store the present numbers and find the missing ones
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Software Engineer
2.1k
salaries
| ₹20 L/yr - ₹75 L/yr |
Software Developer
1.3k
salaries
| ₹27.8 L/yr - ₹67.3 L/yr |
Senior Software Engineer
756
salaries
| ₹24 L/yr - ₹90.9 L/yr |
Data Scientist
299
salaries
| ₹32.5 L/yr - ₹60 L/yr |
Data Analyst
229
salaries
| ₹10.7 L/yr - ₹22.3 L/yr |
Yahoo
Amazon
Microsoft Corporation