Filter interviews by
I appeared for an interview in Apr 2024.
Invariants in Java are conditions that must always be true at a certain point in a program's execution.
Invariants help ensure the correctness of a program by defining conditions that should always hold true.
They are typically used in loops, data structures, and class invariants.
For example, in a stack data structure, an invariant could be that the stack is never empty when popping an element.
Customized collections in Java can be created by implementing the Collection interface or extending existing collection classes.
Implement the Collection interface and provide custom implementations for methods like add, remove, contains, etc.
Extend existing collection classes like ArrayList or LinkedList and override methods as needed.
Consider using generics to ensure type safety and reusability of the customized colle...
Code to find anagram strings in an array of strings
Iterate through the array of strings
Sort each string alphabetically
Store sorted strings in a hashmap with original string as key
Return values of hashmap as list of anagram strings
Distributed transactions in core Java involve coordinating multiple transactional resources across different systems.
Distributed transactions involve multiple transactional resources across different systems.
Java provides support for distributed transactions through APIs like JTA (Java Transaction API) and JTS (Java Transaction Service).
Distributed transactions ensure ACID properties (Atomicity, Consistency, Isolation,...
Throttling in REST API is a technique used to limit the number of requests a client can make within a certain timeframe.
Throttling helps prevent server overload and ensures fair usage of resources.
Common methods of throttling include rate limiting, concurrency limiting, and request queuing.
For example, setting a rate limit of 100 requests per minute for a specific endpoint.
Throttling can be implemented at the API gatew...
Top trending discussions
I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.
Clone a linked list with random pointers.
Create a new node for each node in the original list.
Store the mapping between the original and cloned nodes in a hash table.
Traverse the original list again and set the random pointers in the cloned list using the hash table.
Return the head of the cloned list.
My ambition is to grow as a professional, contribute meaningfully, and lead innovative projects that make a positive impact.
I aim to develop my skills in project management, ensuring successful delivery of initiatives.
I aspire to lead a team, fostering collaboration and creativity to achieve common goals.
I want to contribute to sustainable practices in my field, such as implementing eco-friendly solutions.
I envision my...
I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.
I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.
I applied via Naukri.com
Hacker rank question - easy and medium
Design solution for problems
Design a software for car ECU
Identify the requirements and functionalities of the ECU
Choose a programming language and development environment
Implement the software to control the engine, transmission, and other systems
Test the software for reliability and performance
Ensure the software is secure and can handle errors and exceptions
My strengths include strong leadership skills, excellent communication, and problem-solving abilities. My weaknesses include being overly critical of myself and sometimes taking on too much responsibility.
Strength: Strong leadership skills
Strength: Excellent communication
Strength: Problem-solving abilities
Weakness: Being overly critical of myself
Weakness: Sometimes taking on too much responsibility
I am an experienced professional with strong leadership skills and a proven track record in managing teams.
Experienced professional with strong leadership skills
Proven track record in managing teams
Excellent communication and problem-solving abilities
Ability to motivate and inspire team members
Focused on achieving goals and delivering results
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Extract data from a dynamic array and perform mathematical operations on it.
Identify the dynamic array structure, e.g., ['12', '15', '20'].
Convert string elements to integers for mathematical operations.
Perform operations like sum, average, or product on the extracted data.
Example: For array ['2', '3', '5'], sum = 2 + 3 + 5 = 10.
Use built-in functions like map() for conversion and reduce() for aggregation.
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
I appeared for an interview in Feb 2025, where I was asked the following questions.
I have over 5 years of experience in software development, specializing in web applications and cloud technologies.
Developed a full-stack web application using React and Node.js, improving user engagement by 30%.
Led a team of 4 developers in creating a microservices architecture for a scalable e-commerce platform.
Implemented CI/CD pipelines using Jenkins and Docker, reducing deployment time by 50%.
Worked with Agile met...
I appeared for an interview in Oct 2024, where I was asked the following questions.
Maximize item collection using a sliding window approach on a 1D axis.
Identify the range of positions on the x-axis where items are located.
Use two pointers to represent the current window of positions being considered.
Expand the right pointer to include more items until the window exceeds the desired range.
Contract the left pointer to reduce the window size while maintaining the maximum sum of items.
Keep track of the ...
based on 1 interview experience
Difficulty level
based on 1 review
Rating in categories
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Magneti Marelli Motherson Auto System