Upload Button Icon Add office photos

AJIO

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AJIO Deputy Manager Interview Questions and Answers

Updated 6 May 2023

AJIO Deputy Manager Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in May 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. General questions about the educational background and past experiences. She was actually evaluating the communication skills .
Round 3 - Technical 

(1 Question)

  • Q1. About the technical aspects of footwear .

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare with the things that you have studied, even the minor points .
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in management and leadership.

    • I have over 5 years of experience in management roles, including leading teams of up to 20 people

    • I am skilled in project management, budgeting, and strategic planning

    • I have a proven track record of achieving targets and delivering results

    • I am a strong communicator and team player, with excellent interpersonal skil...

  • Answered by AI
  • Q2. Relevancy with old job role.
  • Ans. 

    My previous job role has relevant skills and experience for this position.

    • My previous job role involved managing a team and ensuring smooth operations, which is directly applicable to this role.

    • I have experience in budgeting and financial management, which is a key aspect of this position.

    • I have also worked on developing and implementing strategies to improve efficiency and productivity, which will be useful in this ro...

  • Answered by AI
  • Q3. Need to bridge up between it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original, be straight forward, be to the point.

Deputy Manager Interview Questions Asked at Other Companies

asked in HDFC Bank
Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with u ... read more
Q2. How would you sale our products to your existing clients?
asked in ICICI Bank
Q3. What are the important ratios you will check to sanction a loan t ... read more
Q4. What we do for shortage of material received?
Q5. What was your major master areas?

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Professional journey
  • Q2. Personal experience and reason for leaving

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepared and overview your cv .
Be confident and always do proper homework before interview
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Relevancy of profile
  • Ans. 

    My profile is highly relevant to the Senior Manager role.

    • My previous experience in managing teams and projects aligns with the responsibilities of a Senior Manager.

    • I have a proven track record of achieving targets and driving growth in my previous roles.

    • My skills in strategic planning, budgeting, and problem-solving make me a strong candidate for the position.

    • I have also demonstrated strong leadership qualities and the...

  • Answered by AI
  • Q2. Positive points, negative

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident, understand the role and u r done

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. How can you check if two strings are anagrams of each other?
  • Ans. 

    Check if two strings are anagrams by comparing the sorted versions of the strings.

    • Sort both strings and compare if they are equal.

    • Use a hashmap to store the frequency of characters in each string and compare the maps.

    • Ignore spaces and punctuation when comparing the strings.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Round 3 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute Of Technology, Silchar, Assam. I applied for the job as SDE - 1 in SiddharthnagarEligibility criteria6 CGPAAmazon interview preparation:Topics to prepare for the interview - Basic Computer Science backgroundTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Add projects and Internships if you have done any and add only those things which you really know.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.

  • Q1. 

    Detect Cycle in a Directed Graph

    You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...

  • Ans. 

    Detect cycle in a directed graph using depth-first search (DFS) algorithm.

    • Use DFS to traverse the graph and detect back edges indicating a cycle.

    • Maintain a visited array to keep track of visited nodes during traversal.

    • If a node is visited again during traversal and it is not the parent node, then a cycle exists.

    • Return true if a cycle is detected, false otherwise.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview

  • Q1. 

    Next Smallest Palindrome Problem Statement

    Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.

    Explanation:

    You are given a number in string format, a...

  • Ans. 

    Find the next smallest palindrome greater than a given number represented as a string.

    • Convert the string to an integer, find the next greater palindrome, and convert it back to a string.

    • Handle cases where the number is a palindrome or has all digits as '9'.

    • Consider both odd and even length numbers when finding the next palindrome.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 11:00 am. Interview went well.

  • Q1. 

    Boundary Traversal of a Binary Tree

    Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.

    Input:

    The first line ...
  • Ans. 

    Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.

    • Traverse the left boundary nodes in a top-down manner

    • Traverse the leaf nodes from left to right

    • Traverse the right boundary nodes in a bottom-up manner

    • Handle cases where duplicates occur in the boundary nodes

    • Implement the function without printing as printing is already managed

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaGood knowledge of Data Structures, Some great projects which are used by the usersAmazon interview preparation:Topics to prepare for the interview - Data Structures, Web development, System Design, Algorithms, Dynamic Programming, Database, OS, Networking, OOPS, DevOpsTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart. 
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.

Application resume tips for other job seekers

Tip 1 : Always try to make it a single page 
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Dec 2019.

Interview Questionnaire 

2 Questions

  • Q1. They ask situational type questions
  • Q2. Your answers must be in STAR formats

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared before you attend

I was interviewed in Aug 2017.

Interview Questionnaire 

7 Questions

  • Q1. Implement Merge Sort.
  • Ans. 

    Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

  • Answered by AI
  • Q2. Given a BST containing distinct integers, and a number ‘X’, find all pairs of integers in the BST whose sum is equal to ‘X’.
  • Ans. 

    Find pairs of integers in a BST whose sum is equal to a given number.

    • Traverse the BST and store the values in a hash set.

    • For each node, check if (X - node.value) exists in the hash set.

    • If yes, add the pair (node.value, X - node.value) to the result.

    • Continue traversal until all nodes are processed.

  • Answered by AI
  • Q3. Given a set of time intervals in any order, merge all overlapping intervals into one and output the result which should have only mutually exclusive intervals.
  • Ans. 

    Merge overlapping time intervals into mutually exclusive intervals.

    • Sort the intervals based on their start time.

    • Iterate through the intervals and merge overlapping intervals.

    • Output the mutually exclusive intervals.

    • Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]

  • Answered by AI
  • Q4. What are the different types of hashing? Suggest an alternative and a better way for Linear Chaining.
  • Ans. 

    Different types of hashing and alternative for Linear Chaining

    • Different types of hashing include division, multiplication, and universal hashing

    • Alternative for Linear Chaining is Open Addressing

    • Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing

  • Answered by AI
  • Q5. Implement AVL Tree.
  • Ans. 

    An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.

    • AVL tree is a binary search tree with additional balance factor for each node.

    • The balance factor is the difference between the heights of the left and right subtrees.

    • Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.

    • Rotations are performed ...

  • Answered by AI
  • Q6. Minimum number of squares whose sum equals to given number n.
  • Ans. 

    Find the minimum number of squares whose sum equals to a given number n.

    • Use dynamic programming to solve the problem efficiently.

    • Start with finding the square root of n and check if it is a perfect square.

    • If not, then try to find the minimum number of squares required for the remaining number.

    • Repeat the process until the remaining number becomes 0.

    • Return the minimum number of squares required for the given number n.

  • Answered by AI
  • Q7. Insertion sort for a singly linked list.
  • Ans. 

    Insertion sort for a singly linked list.

    • Traverse the list and compare each node with the previous nodes

    • If the current node is smaller, swap it with the previous node

    • Repeat until the end of the list is reached

    • Time complexity is O(n^2)

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 2 coding questions (no penalty for wrong submission) and 20 Multiple Choice Questions(with negative marking). We were given 90 minutes to solve them. MCQs were based on Data Structures, OS, CN, C outputs, OOP etc.
Tips: Experience in Competitive Programming might help in solving coding questions. No constraints were mentioned and detailed Instructions related to problem were stated vaguely. So code carefully.
Duration: 1 hour 30 minutes
Total Questions: 22

Round: Technical Interview
Experience: The interviewer asked me to introduce myself and a brief introduction of the projects that I have done. She first asked me questions related to my project. After that she moved on to the data structures part.
Tips: Take your time to approach the problems and if the question is not clear ask the interviewer to explain it again.

Round: Technical Interview
Experience: The interviewer asked me about how my previous round went. After that, he asked me to introduce myself and a brief introduction of the projects that I have done. He first asked me a few questions related to my project. Then he moved on to the data structures part. In this round the interviewer gave me strict time limit for coding the solution on paper for each problem and as soon as I was done coding he gave me 2-3 minutes every time to find errors and debug my code.
Tips: Do not panic even if the interviewer sets time limit while solving problems. If the question is not clear ask the interviewer to explain it again.

College Name: The LNM Institute Of Information Technology, Jaipur

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Group Discussion 

Logistics related

Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - I will handling team. End of the close of the work.
Productivity..
Salary justify
Contribute & help others!
anonymous
You can choose to be anonymous

AJIO Interview FAQs

How many rounds are there in AJIO Deputy Manager interview?
AJIO interview process usually has 2-3 rounds. The most common rounds in the AJIO interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in AJIO Deputy Manager interview?

Some of the top questions asked at the AJIO Deputy Manager interview -

  1. General questions about the educational background and past experiences. She wa...read more
  2. About the technical aspects of footwea...read more
  3. Need to bridge up between...read more

Recently Viewed

LIST OF COMPANIES

AJIO

Locations

SALARIES

Cex Webuy Entertainment

REVIEWS

Thermo Fisher Scientific

No Reviews

SALARIES

Tally Solutions

LIST OF COMPANIES

Tally Solutions

Locations

INTERVIEWS

Genpact

No Interviews

INTERVIEWS

AJIO

No Interviews

REVIEWS

Tally Solutions

No Reviews

REVIEWS

Tally Solutions

No Reviews

SALARIES

Ramco Systems

Tell us how to improve this page.

AJIO Deputy Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
AJIO Deputy Manager Salary
based on 97 salaries
₹5.2 L/yr - ₹12.8 L/yr
At par with the average Deputy Manager Salary in India
View more details

AJIO Deputy Manager Reviews and Ratings

based on 23 reviews

2.6/5

Rating in categories

2.8

Skill development

2.3

Work-life balance

3.1

Salary

3.3

Job security

2.1

Company culture

1.9

Promotions

2.5

Work satisfaction

Explore 23 Reviews and Ratings
Sales Officer
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Officer
48 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent