Upload Button Icon Add office photos

AJIO

Compare button icon Compare button icon Compare

Filter interviews by

AJIO Software Engineer Interview Questions and Answers

Updated 10 Apr 2023

AJIO Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. 3 Technical rounds altogether
  • Q2. Mainly Java Based questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions in Java Core and spring boot
Round 4 - Technical 

(1 Question)

  • Q1. Questions in Java + DSA questions
Round 5 - HR 

(1 Question)

  • Q1. Work Experience and DSA +LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Java && Springboot for interviews is must. Keep working hard.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Ans. 

    Find the missing smallest positive integer in an array of integers

    • Sort the array to easily identify missing integers

    • Iterate through the sorted array to find the smallest missing positive integer

    • Return the missing integer

  • Answered by AI
  • Q2. Given an array of 0,1,2, Sort the array
  • Ans. 

    Sort an array of strings containing only 0, 1, and 2.

    • Use a three-way partitioning algorithm like Dutch National Flag algorithm to sort the array in a single pass.

    • Keep track of three pointers - low, mid, and high to partition the array into three sections.

    • Swap elements based on their values to achieve the sorted array.

  • 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 campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Ans. 

    Digit Insurance is a technology-driven insurance company offering a range of general insurance products.

    • Digit Insurance was founded in 2016 by Kamesh Goyal.

    • It is known for its innovative and customer-centric approach to insurance.

    • Digit offers various insurance products such as health insurance, motor insurance, travel insurance, and more.

    • The company leverages technology to simplify the insurance process and provide a s

  • Answered by AI
  • Q2. Where do you see yourself after 5 years ?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Leading a team of developers on projects

    • Continuing to learn and grow in my technical skills

    • Contributing to the success and growth of the company

    • Possibly pursuing further education or certifications

    • Exploring opportunities for mentorship and leadership roles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 questions of dsa
1 of api

Round 2 - Technical 

(1 Question)

  • Q1. Graph based question to find the shortest path between 2 prime numbers by changing 1 digit at once and obtained number should be prime too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Thoroughly dsa foe 1st round
For 2nd round there was low level design
But I couldn't get to the 2nd round
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Group Discussion 

Data structures, theoretical quesiton, past project discussion.

Round 2 - Coding Test 

Data structure medium problem asked in the interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI

AJIO Interview FAQs

How many rounds are there in AJIO Software Engineer interview?
AJIO interview process usually has 5 rounds. The most common rounds in the AJIO interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in AJIO Software Engineer interview?

Some of the top questions asked at the AJIO Software Engineer interview -

  1. Questions in Java Core and spring b...read more
  2. Questions in Java + DSA questi...read more
  3. 3 Technical rounds altoget...read more

Tell us how to improve this page.

AJIO Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
AJIO Software Engineer Salary
based on 20 salaries
₹12 L/yr - ₹36 L/yr
185% more than the average Software Engineer Salary in India
View more details

AJIO Software Engineer Reviews and Ratings

based on 4 reviews

2.7/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

2.2

Salary

3.5

Job security

2.3

Company culture

1.8

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
Sales Officer
204 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Deputy Manager
97 salaries
unlock blur

₹5.2 L/yr - ₹12.9 L/yr

Territory Sales Manager
82 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Senior Sales Officer
59 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Assistant Manager
50 salaries
unlock blur

₹2.6 L/yr - ₹9.5 L/yr

Explore more salaries
Compare AJIO with

Flipkart

4.0
Compare

Myntra

4.0
Compare

Amazon

4.1
Compare

Snapdeal

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