Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.
Top trending discussions
Solid Principles are a set of five design principles for writing clean, maintainable, and scalable code.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses without affe...
Design patterns are reusable solutions to common problems encountered in software design and development.
Design patterns provide a way to communicate solutions to common design problems
They help in making code more maintainable, scalable, and reusable
Examples include Singleton, Factory, Observer, and Strategy patterns
Our current project architecture follows a microservices design pattern with Docker containers and Kubernetes for orchestration.
Microservices architecture
Docker containers
Kubernetes for orchestration
I am interested in NCR because of its reputation for innovation and cutting-edge technology in the software industry.
NCR has a strong reputation for innovation and cutting-edge technology
I am excited about the opportunity to work on challenging projects at NCR
I believe NCR offers a great platform for career growth and development
Unit tests in JAVA are used to test individual units or components of a software application.
Unit tests are written to verify the behavior of a specific piece of code in isolation.
They help ensure that each unit of code works correctly on its own.
JUnit is a popular Java framework for writing and running unit tests.
Mockito is often used in conjunction with JUnit for mocking dependencies in unit tests.
I applied via Instahyre and was interviewed in Mar 2024. There were 3 interview rounds.
Covers basic theory concepts and then a simple coding questions with basic Data Structures
An online real time document sharing tool for collaboration and communication
Implement real-time editing and commenting features
Allow multiple users to access and edit the document simultaneously
Provide version control and history tracking
Include user authentication and permission settings
Support various file formats such as text, images, and videos
DSA round. Sliding Window Problem
posted on 13 Jul 2024
Program to find the maximum sum of a subarray within an array of integers.
Use Kadane's algorithm to find the maximum sum subarray in linear time complexity.
Initialize two variables maxEndingHere and maxSoFar to keep track of the current subarray sum and the maximum sum found so far.
Iterate through the array and update the variables accordingly.
Example: Input array [1, -3, 2, 1, -1] should return 3 (subarray [2, 1] has
posted on 28 Jan 2022
I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
It was nice, it was nice, it was nice
posted on 3 Dec 2024
30min duration simple questions
Basic array 2 coding questions
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
Use dynamic programming to find the longest palindromic substring in a given string.
Iterate through the string and expand around each character to find palindromes.
Store the length of the longest palindrome found so far.
Return the substring based on the start and end indices of the longest palindrome.
To serialize and deserialize a tree, use a recursive approach to traverse the tree and store the data in a suitable format.
Use pre-order traversal to serialize the tree by storing the node values in a list or string.
For deserialization, reconstruct the tree by recursively building nodes from the serialized data.
Consider using JSON or XML format for serialization to easily store and retrieve tree structure.
Use regex library to match given regex with string.
Use a regex library like re in Python to match the given regex with the string.
Check if the regex matches the string using the library functions.
Handle cases where the regex contains special characters like . and * appropriately.
Throttling is a technique used to control the rate of requests sent to a server.
Throttling helps prevent server overload by limiting the number of requests processed at a time.
Implementing a throttle function involves setting a maximum request rate and delaying excess requests.
Example: Implementing a throttle function in a web application to limit the number of API calls made to a third-party service.
Example: Throttlin...
Sort the squares of elements in a sorted array and return the sorted response.
Iterate through the array and square each element.
Store the squared values in a new array.
Sort the new array and return it.
A promise is a commitment to do something in the future, typically used for asynchronous operations in JavaScript.
Promises are used to handle asynchronous operations in JavaScript.
They represent a value that may be available now, in the future, or never.
Promises have three states: pending, fulfilled, or rejected.
Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });
Event loop is a mechanism that allows for asynchronous execution of code by managing the order of events in a single thread.
Event loop continuously checks the call stack for any functions that need to be executed, and processes them in a non-blocking manner.
Different types of queues in event loop include microtask queue (Promise callbacks), macrotask queue (setTimeout, setInterval callbacks), and animation frame queue
Virtual DOM is a lightweight copy of the actual DOM, used to improve performance by minimizing direct manipulation of the real DOM.
Virtual DOM is a concept used in frameworks like React to optimize rendering performance.
Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.
This approach reduces the number of actual DOM manipulations, resulting in faster...
posted on 11 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Senior Consultant
1.4k
salaries
| ₹7.5 L/yr - ₹21 L/yr |
Staff Consultant
1.2k
salaries
| ₹4.5 L/yr - ₹13.6 L/yr |
Associate Consultant
1.1k
salaries
| ₹3.2 L/yr - ₹10 L/yr |
Principal Consultant
710
salaries
| ₹10 L/yr - ₹27.6 L/yr |
Application Developer
517
salaries
| ₹6 L/yr - ₹22 L/yr |
Oracle
TCS
Infosys
Wipro