Filter interviews by
Be the first one to contribute and help others!
I appeared for an interview before Dec 2020.
Round duration - 90 minutes
Round difficulty - Medium
This was a proctured online coding round where we had 2 questions to solve under 90 minutes . The questions were of easy to medium level I would say with some lenghty implementations .
Given an array 'ARR'
consisting of N
integers, along with two integers, 'SUM'
and 'MAXVAL'
, you need to determine the minimum number of integers to be added to t...
Determine the minimum number of integers to be added to an array to make its sum equal to a given value.
Iterate through the array and calculate the current sum.
Determine the difference between the target sum and the current sum.
Add the minimum number of integers within the range of -MAXVAL to MAXVAL to reach the target sum.
Given an array of integers NUMS
consisting of N
integers and an integer K
, determine the maximum sum of an increasing subsequence with exactly K
elements.
Find the maximum sum of an increasing subsequence with exactly K elements in an array of integers.
Iterate through the array and maintain a dynamic programming table to store the maximum sum of increasing subsequences ending at each index.
For each element, check all previous elements to find the increasing subsequence with maximum sum ending at that element.
Update the dynamic programming table with the maximum sum found...
Round duration - 50 Minutes
Round difficulty - Medium
Standard Data Structures and Algorithms round . One has to be fairly comfortable in solving algorithmic problems to
pass this round with ease.
You have been given a binary tree and your task is to determine if it is a Complete Binary Tree or not.
A Complete Binary Tree is defined as a binary tree where ever...
Check if a binary tree is a Complete Binary Tree or not based on given criteria.
Traverse the binary tree level by level and check if all levels are completely filled except the last one.
Ensure all nodes at the last level are positioned at the leftmost side.
Use level order traversal to check for completeness of the binary tree.
Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the output should be 1.
Given an array arr
of N
non-negative integers, determine whether the array consists of consecutive numbers. Return true if they do, and false otherwise.
The first line of inp...
Check if an array of integers consists of consecutive numbers.
Iterate through the array and check if the absolute difference between consecutive elements is 1.
Sort the array and check if the elements are consecutive.
Use a set to store the elements and check if the size of the set is equal to the length of the array.
Round duration - 40 Minutes
Round difficulty - Medium
This round majorly focused on my projects and some standard questions revolving around Operating Systems and DBMS.
Use multiple threads to print numbers from 1 to 100 in an optimized approach.
Divide the range of numbers (1-100) among the threads to avoid duplication.
Use synchronization mechanisms like mutex or semaphore to ensure proper order of printing.
Consider using a shared data structure like a queue to coordinate the threads.
Implement a mechanism to signal the threads when to start and stop printing.
Views in a database management system provide data security, simplify complex queries, and improve performance.
Enhanced security by restricting access to certain columns or rows
Simplify complex queries by pre-defining joins and filters
Reduce redundancy by storing commonly used queries as views
Improve performance by storing pre-processed data in views
Allow for data abstraction, making it easier to work with complex data...
Round duration - 30 Minutes
Round difficulty - Easy
This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.
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.
I applied via Naukri.com and was interviewed before Apr 2021. There were 4 interview rounds.
I bring a unique blend of leadership, experience, and a results-driven mindset that aligns perfectly with your team's goals.
Proven leadership skills: Successfully led a team of 10 in a project that increased efficiency by 30%.
Strong communication: Developed training materials that improved onboarding time by 25%.
Results-oriented: Consistently met and exceeded sales targets by an average of 15% over the past three years...
I expect a competitive salary that reflects my experience and the responsibilities of the Assistant Manager role.
Research industry standards: For example, similar roles in our region typically offer between $60,000 to $80,000 annually.
Consider my experience: With over 5 years in management, I believe a salary on the higher end is justified.
Flexibility: I am open to discussing a salary range that aligns with the company...
In my previous role as a team lead, I managed projects, coordinated with clients, and ensured timely delivery of services.
Led a team of 10 in executing a major project that increased client satisfaction by 30%.
Implemented a new project management tool that improved workflow efficiency by 25%.
Conducted regular training sessions to enhance team skills and knowledge.
Collaborated with cross-functional teams to align projec...
In five years, I envision myself as a skilled leader, driving team success and contributing to strategic initiatives within the company.
I aim to advance to a managerial role, leading a team to achieve key performance indicators.
I plan to enhance my skills through professional development, such as obtaining certifications relevant to our industry.
I see myself actively participating in cross-departmental projects, foster...
I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2020. There were 7 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There were 6 interview rounds.
I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.
My work full kra is to ensure efficient operations and customer satisfaction while meeting business goals.
Ensure smooth functioning of daily operations
Maintain high levels of customer satisfaction through effective communication and problem-solving
Meet business goals by analyzing data and implementing strategies
Train and develop team members to improve performance
Collaborate with other departments to achieve overall co...
I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.
About the work process (Operations )
About the Vehicle cost against Consignment, WHM ,
An unique id for a massive parallel system can be generated using a combination of timestamp, machine id and a random number.
Use a timestamp to ensure uniqueness
Include a machine id to avoid collisions in a distributed system
Add a random number to further increase uniqueness
Consider using a UUID (Universally Unique Identifier) for simplicity
Ensure the id generation algorithm is thread-safe
A parking lot system that manages parking spots and vehicles.
Create a class for parking lot with attributes like total number of spots, available spots, etc.
Create a class for vehicle with attributes like license plate number, type, etc.
Implement methods for parking a vehicle, removing a vehicle, and checking availability of spots.
Use data structures like arrays and maps to store and retrieve information.
Consider imple...
I applied via Approached by Company and was interviewed before Feb 2022. There were 4 interview rounds.
Was tough, but went well, some math some reasoning
based on 3 reviews
Rating in categories
Reliance Retail
DMart
Reliance Digital
Vishal Mega Mart