Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2023. There were 5 interview rounds.
1.Structures questions
2.Union questions
I have worked on various projects in product development using skills like CAD modeling, prototyping, and testing.
Developed a new product from concept to production, utilizing CAD software for design
Performed prototyping and testing to validate product performance and functionality
Collaborated with cross-functional teams to ensure project success
Top trending discussions
posted on 10 Oct 2024
I was interviewed in Sep 2024.
Calculate sum of large numeric comma separated strings without converting to integers.
Split the strings by comma to get individual numbers
Iterate from right to left and add digits, carrying over if necessary
Maintain correct position of commas in the output string
I have taken various initiatives in my career to improve processes and drive innovation.
Led a team to implement a new agile development process, resulting in faster delivery of products
Introduced automated testing tools to improve software quality and reduce manual effort
Organized coding workshops for junior developers to enhance their skills and knowledge
Initiated a mentorship program to help new hires acclimate to th
I own 5 microservices that handle traffic at a scale of 10,000 requests per minute.
I own 5 microservices
They handle traffic at a scale of 10,000 requests per minute
I have consistently gone above and beyond in my work by taking on additional projects and working extra hours when needed.
Volunteering to lead a high-priority project that required long hours and weekend work
Staying late to troubleshoot and resolve a critical issue before a major deadline
Taking on extra tasks to help a team member who was overwhelmed with their workload
Seeking new challenges and growth opportunities.
Desire for career advancement
Looking for new challenges
Seeking better work-life balance
Company restructuring or changes in management
I was interviewed in Jan 2025.
Basic aptitude questions to
Basic coding questions
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Aug 2024. There was 1 interview round.
To insert a node in a binary search tree, compare the value of the node to be inserted with the current node and traverse left or right accordingly.
Start at the root node and compare the value of the node to be inserted with the current node.
If the value is less than the current node, move to the left child node. If it is greater, move to the right child node.
Repeat this process until reaching a leaf node, then insert ...
Find the sum of kth to bth largest numbers in a huge array efficiently.
Sort the array in descending order to easily find the kth and bth largest numbers.
Use a priority queue or min heap to efficiently find the kth and bth largest numbers without sorting the entire array.
Once you have the kth and bth largest numbers, iterate through the array and sum the numbers between them.
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
DSA + JAVA + Spring boot
LLD (bookmyshow) + DSA
I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.
Machine coding round asked LLD based problem
I want to join Meesho because of its innovative work culture and growth opportunities. My preferred job location is Bangalore.
Innovative work culture at Meesho attracts me
Opportunities for growth and learning
Bangalore is my preferred job location for its tech ecosystem
I am open to a 6 month internship opportunity.
I am open to gaining valuable experience through a 6 month internship.
I am willing to commit to a 6 month internship to enhance my skills.
I believe a 6 month internship will provide me with practical knowledge in the field.
posted on 4 Sep 2024
Medium level question are asked
An immutable class is a class whose instances cannot be modified after creation.
Use final keyword for class declaration to prevent inheritance
Make all fields private and final to prevent modification
Do not provide setter methods, only getter methods should be used
Implement a Springboot service to intercept HTTP requests.
Create a Springboot application with necessary dependencies.
Implement a custom interceptor by extending HandlerInterceptorAdapter.
Override preHandle and postHandle methods to intercept requests and responses.
Register the interceptor in the WebMvcConfigurerAdapter configuration class.
based on 1 interview
Interview experience
Senior Software Engineer
28
salaries
| ₹20 L/yr - ₹41.4 L/yr |
Associate Software Engineer
20
salaries
| ₹6 L/yr - ₹16.7 L/yr |
Software Engineer
19
salaries
| ₹14 L/yr - ₹24.5 L/yr |
Staff Engineer
17
salaries
| ₹36 L/yr - ₹67.2 L/yr |
Senior Sdet Engineer
8
salaries
| ₹19 L/yr - ₹35 L/yr |
Qualcomm
Broadcom
NXP Semiconductors
Texas Instruments