Upload Button Icon Add office photos

Filter interviews by

Aapna Infotech Software Developer Interview Questions and Answers

Updated 29 May 2024

Aapna Infotech Software Developer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Based on Reasoning and Maths

Round 2 - Coding Test 

Based on Tech ability

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview is based on tech skills

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. In first technical round they will ask some logical questions, problems related to react, graphql, node. They might show you some screenshot related to react and node error.
  • Ans. Before start technical round just go through data structures problems like sorting, searching etc. Also go through your projects and common problems that you faced in your projects.
  • Answered Anonymously
  • Q2. Second technical round will be manager round they will give you some scenario and ask for estimation and solutions.
  • Ans. For this just make practice of rendering values through json. Also go through your past project and see the some common task like third party integration, payment gateway etc. And think about the estimation.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be online aptitude test. If you found qualified in first round they will call you for next two rounds and both round will be technical. If you qualified these two rounds then they will call for hr and salary discussion round.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Timea and work,time and distance

Round 2 - Coding Test 

Mettl , easyrotate array , reverse strign

Interview Preparation Tips

Interview preparation tips for other job seekers - keep on working
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept and basic programming skill questions
  • Q2. Write down logic of small program and some key concepts
Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you describe a p[roject you worked on recently and your role in it ?
  • Q2. Can you share a challeging problem you encoutered during a project and how you resolve it ?
  • Q3. What software development lifecycle model did you follow in your projects ?
  • Q4. How do you handle changes in project scope or requirements ?
  • Q5. How do you prioritize tasks when working on multiple features or deliverables ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic technical skills and whatever you worked on previous projects.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your current project
Round 2 - Assignment 

CRUD application of Employee Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and coding again and again
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online test which consists of java, angular, micro services related questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between static and default methods
  • Ans. 

    Static methods belong to the class itself, while default methods are part of an interface in Java.

    • Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.

    • Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.

    • Static methods cannot be overridden in subclas...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Coding Related Queries Past Project related queries Pasr experience related queries
Round 3 - Coding Test 

Coding related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Aapna Infotech Interview FAQs

How many rounds are there in Aapna Infotech Software Developer interview?
Aapna Infotech interview process usually has 3 rounds. The most common rounds in the Aapna Infotech interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Aapna Infotech Software Developer interview?

Some of the top questions asked at the Aapna Infotech Software Developer interview -

  1. In first technical round they will ask some logical questions, problems related...read more
  2. Second technical round will be manager round they will give you some scenario a...read more
  3. Technical interview is based on tech ski...read more

Tell us how to improve this page.

Aapna Infotech Software Developer Salary
based on 10 salaries
₹3.6 L/yr - ₹10.1 L/yr
12% less than the average Software Developer Salary in India
View more details

Aapna Infotech Software Developer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.9

Salary

5.0

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Senior Consultant
22 salaries
unlock blur

₹7.8 L/yr - ₹17 L/yr

Associate Consultant
20 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Consultant
19 salaries
unlock blur

₹6 L/yr - ₹10.1 L/yr

Software Developer
10 salaries
unlock blur

₹3.6 L/yr - ₹10.1 L/yr

Software Engineer
9 salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Explore more salaries
Compare Aapna Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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