Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ANR Software Private Limited Team. If you also belong to the team, you can get access from here

ANR Software Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ANR Software Private Limited Java Software Developer Interview Questions and Answers

Updated 20 Oct 2023

ANR Software Private Limited Java Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic core Java questions and DSA
Round 4 - Coding Test 

Basic pattern and DSA problem

Round 5 - HR 

(1 Question)

  • Q1. Just Introduction and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process it quite normal and questions are also basic so there no point to nervous be confident .

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    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.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup vs graphlookup in mongodb
  • Ans. 

    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

  • Answered by AI
  • Q2. Count frequency of each character in string
  • Ans. 

    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.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a rest api all the way from controller to repository using NOTEPAD
  • Ans. 

    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

  • Answered by AI
  • Q2. Couldnt write custom mongodb query at repository layer in notepad which rejected my candidature.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    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...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

String , array,recursion.pattern question

Round 2 - Technical 

(3 Questions)

  • Q1. Array string recursion
  • Q2. Sort the o 1 2 0
  • Ans. 

    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

  • Answered by AI
  • Q3. Pattern question

Interview Preparation Tips

Interview preparation tips for other job seekers - good at dsa.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

I applied via campus placement at NMIMS University, Shirpur and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with a bit of verbal with 2 coding questions of easy difficulty

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on DSA, DBMS, SQL and OOPS concepts. I was not made to write the code was told to explain the logic and for another ques told to write a query.
  • Q2. Explain the concepts of OOPS and explain the main 4 pillars of OOPS.
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts of OOPS, DSA AND SQL.

ANR Software Private Limited Interview FAQs

How many rounds are there in ANR Software Private Limited Java Software Developer interview?
ANR Software Private Limited interview process usually has 5 rounds. The most common rounds in the ANR Software Private Limited interview process are Technical, Coding Test and HR.
What are the top questions asked in ANR Software Private Limited Java Software Developer interview?

Some of the top questions asked at the ANR Software Private Limited Java Software Developer interview -

  1. Basic core Java questions and ...read more
  2. Just Introduction and ...read more

Tell us how to improve this page.

ANR Software Private Limited Java Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
ANR Software Private Limited Java Software Developer Salary
based on 6 salaries
₹3 L/yr - ₹9 L/yr
15% less than the average Java Software Developer Salary in India
View more details
Business Analyst
114 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Java Developer
54 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Software Developer
50 salaries
unlock blur

₹3.5 L/yr - ₹11.5 L/yr

Production Analyst
40 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

QA Engineer
32 salaries
unlock blur

₹1.9 L/yr - ₹9.2 L/yr

Explore more salaries
Compare ANR Software Private Limited with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview