Filter interviews by
I appeared for an interview before Mar 2024.
In my previous role, I managed a team of developers, overseeing project timelines and ensuring quality deliverables.
Led a team of 5 developers, coordinating daily stand-ups and sprint planning.
Implemented Agile methodologies, improving project delivery speed by 30%.
Collaborated with cross-functional teams to gather requirements and define project scope.
Conducted code reviews and provided mentorship to junior developers
I appeared for an interview in Sep 2024.
I appeared for an interview before Jan 2024.
I appeared for an interview before Jan 2024.
Mouthshut.com interview questions for popular designations
I appeared for an interview before Feb 2024.
I applied via Job Portal and was interviewed before Jan 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.
Top trending discussions
I appeared for an interview in Jan 2016.
To find the right view of a binary tree, we need to traverse the tree and keep track of the rightmost node at each level.
Traverse the tree using level order traversal
At each level, keep track of the rightmost node
Add the rightmost node to the result array
Return the result array
Find two missing numbers from an unsorted array in O(n) time complexity.
Calculate the sum of all numbers from 1 to n using the formula n*(n+1)/2
Calculate the sum of all numbers in the given array
Subtract the sum of array from the sum of all numbers to get the sum of missing numbers
Use the sum of missing numbers and the sum of squares of all numbers from 1 to n to calculate the missing numbers using simultaneous equatio
To find average salary without disclosing any one salary
Collect salaries of all employees
Add all salaries and divide by total number of employees
Do not disclose any individual salary
Divide a golden brick into minimum parts to pay daily salary to a worker.
The number of parts needed will depend on the daily salary of the worker.
The size of the parts should be equal.
The parts should be small enough to cover the daily salary but large enough to minimize the number of parts.
The formula to calculate the number of parts is: number of parts = total value of the golden brick / daily salary
Queue can be implemented using two stacks by maintaining the order of elements in the stacks.
Create two stacks, let's call them stack1 and stack2
When an element is enqueued, push it to stack1
When an element is dequeued, pop all elements from stack1 and push them to stack2
Pop the top element from stack2 and return it as the dequeued element
If stack2 is empty, repeat step 3
To get the front element of the queue, peek the
Left join returns all records from left table and matching records from right table. Full outer join returns all records from both tables.
Left join is used to combine two tables based on a common column.
In left join, all records from the left table are returned along with matching records from the right table.
If there is no match in the right table, NULL values are returned.
Example: SELECT * FROM table1 LEFT JOIN table...
Magic functions are special methods in PHP that start with __. Autoloading is a way to automatically load classes.
Magic functions are used to handle certain events in PHP, such as object creation or property access.
Autoloading allows PHP to automatically load classes when they are needed, without requiring manual includes.
Magic functions can be used in conjunction with autoloading to dynamically load classes or handle
Given three sorted arrays, find common elements.
Create three pointers to traverse each array
Compare the elements at the pointers and move the pointer of the smallest element
If all pointers point to the same element, add it to the result and move all pointers
Repeat until any pointer reaches the end of its array
Check if a number is a power of 2 or not.
A power of 2 has only one bit set in its binary representation.
Use bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
Some of the top questions asked at the Mouthshut.com interview -
based on 10 interviews
Interview experience
based on 32 reviews
Rating in categories
Product Manager
9
salaries
| ₹3.6 L/yr - ₹5.1 L/yr |
Software Developer
6
salaries
| ₹3 L/yr - ₹3.3 L/yr |
Software Tester
5
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Front end Developer
5
salaries
| ₹3 L/yr - ₹4.1 L/yr |
Sales Manager
5
salaries
| ₹5.4 L/yr - ₹6.5 L/yr |
JustDial
Zomato
BookMyShow
MagicBricks