i
ANR Software Private Limited
Filter interviews by
I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.
Basic aptitude questions
Basic pattern and DSA problem
Top trending discussions
posted on 22 Jan 2025
1 hour online test ..
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.
Lookup is used to perform a left outer join between two collections in MongoDB.
Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.
Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.
Lookup is faster than
Use a hashmap to count the frequency of each character in a string.
Create a hashmap to store characters as keys and their frequencies as values.
Iterate through the string and update the hashmap accordingly.
Return the hashmap with character frequencies.
Creating a REST API from controller to repository using NOTEPAD
Create a controller class with mapping annotations for REST endpoints
Implement service layer to handle business logic and interact with repository
Define repository interface with methods for data access operations
Use Spring Boot for easy setup and configuration
Test API endpoints using tools like Postman
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
posted on 31 Aug 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Simple question on maths
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation ensures that the internal state of an object is hidden from the outside world
Inheritance allows a class to inherit...
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude test was easy but difficult
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
String , array,recursion.pattern question
The numbers should be sorted in ascending order: 0 1 2
Use a sorting algorithm like bubble sort, selection sort, or insertion sort
Compare each number with the next one and swap if necessary
Repeat the process until the array is sorted
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 5 Aug 2022
I applied via campus placement at NMIMS University, Shirpur and was interviewed in Jul 2022. There were 2 interview rounds.
Basic aptitude with a bit of verbal with 2 coding questions of easy difficulty
OOPS is a programming paradigm that focuses on objects and their interactions. The 4 pillars of OOPS are encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods together in a class to hide implementation details.
Inheritance: Creating new classes from existing ones, inheriting properties and behaviors.
Polymorphism: Objects of different classes can be treated as objects of a com...
based on 1 interview
Interview experience
Business Analyst
114
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Java Developer
54
salaries
| ₹2.5 L/yr - ₹10 L/yr |
Software Developer
50
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Production Analyst
40
salaries
| ₹3 L/yr - ₹9 L/yr |
QA Engineer
32
salaries
| ₹1.9 L/yr - ₹9.2 L/yr |
TCS
Infosys
Wipro
HCLTech