Filter interviews by
I was interviewed in Sep 2021.
Round duration - 50 minutes
Round difficulty - Medium
The first interview took place in afternoon at around 1pm. Interviewer was friendly and gave his introduction at start of interview. The interview started with an easy DS/Algo question, which I solved easily. This was followed by surface knowledge of DBMS, which consisted of a hard SQL query, at which I got stuck. OS was also tested deeply. The interviewer was satisfied at end of interview.
You are given 'N' intervals, each defined by two integers, marking its boundaries. Your task is to merge all overlapping intervals and return a list of merged...
Round duration - 50 minutes
Round difficulty - Medium
The interview took place at around 5pm. There were 2 interviewers and they were very friendly. I was first asked about my projects in resume. We had a long discussion on one of my projects which included mongoDB. Then a DS/Algo question was asked which I solved quickly. Then we had a deep discussion on OS and Computer networks. Lastly there was another coding question given to end the interview. The interviewers were satisfied.
You are provided with a 2-dimensional matrix having N
rows and M
columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...
Tip 1 : Practice atleast 300 questions and be regular
Tip 2 : Give leetcode weekly contests
Tip 3 : CS fundamentals like OS and DBMS are very important
Tip 1 : Have atleast 2-3 projects in the resume
Tip 2 : A project with mongoDB in tech stack could be a plus point
Tip 3 : Be honest with your resume
I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.
2 coding ques easy - medium level
Merge intervals and find second largest salary in SQL
For merging intervals, sort them by start time and then iterate through the intervals to merge overlapping ones
For finding second largest salary, use the SQL query: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)
I applied via Company Website and was interviewed before Mar 2022. There were 5 interview rounds.
Use case about the performance and diagnostics of database trouble shooting
Understanding of databases internal, troubleshooting
Basics of scripting using bash and Python (whichever you mentioned in the resume)
Deep diving into the internals of Operating system, such as thp, swappiness, memory management
I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 5 interview rounds.
A multi-level parking system schema design involves creating a database to manage parking spots and their availability.
Create a database to store information about parking spots, levels, and availability
Design a user interface for customers to view available spots and reserve them
Implement a system to track the entry and exit of vehicles
Incorporate sensors or cameras to monitor parking spot availability
Consider integra
Indexing strategy is a method of organizing and optimizing data retrieval from a database.
Choose appropriate data structures for indexing
Consider the size and complexity of the database
Regularly analyze and optimize the indexing strategy
Examples: B-tree, hash index, bitmap index
We have used a combination of containerization and orchestration tools like Docker and Kubernetes for our microservices architecture.
We have followed the principles of domain-driven design to identify the boundaries of our microservices.
We have used RESTful APIs for communication between microservices.
We have implemented fault tolerance and resilience patterns like circuit breakers and retries.
We have used event-driven...
MongoDB interview questions for popular designations
Top trending discussions
The duration of MongoDB interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 17 interviews
Interview experience
10-13 Yrs
Not Disclosed
7-10 Yrs
Not Disclosed
Consultant Engineer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Research Associate
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Talent Acquisition Specialist
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Accounts Payable Specialist
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon Web Services
Microsoft Azure
Oracle
IBM