Upload Button Icon Add office photos

Filter interviews by

RetailEZ Junior Manager Operations Interview Questions and Answers for Experienced

Updated 24 Mar 2024

RetailEZ Junior Manager Operations Interview Experiences for Experienced

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About Yourself and previous work experience etc
  • Q2. What did you do in your last job?
  • Q3. I shared my experience with Amazon AVS team.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview.

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

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

Interview experience
3
Average
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. Knowledge of financials
  • Q2. Knowledge of ratings
Round 3 - HR 

(2 Questions)

  • Q1. Reason for move from current
  • Q2. Career ambitions in the domain
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. SAP basis and database (oracle) question
  • Q2. IT Network related question
Round 3 - HR 

(1 Question)

  • Q1. Personal detail,salary negotiations and documents verification

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good preparation on Technical aspects
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was online , evryone cheated , and even solving all the questions wont get you shortlisted

Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic memory allocation in c
  • Ans. 

    Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.

    • Use functions like malloc(), calloc(), and realloc() to dynamically allocate memory in C.

    • Remember to free the allocated memory using free() to prevent memory leaks.

    • Dynamic memory allocation is commonly used for creating arrays or structures of unknown size at compile time.

  • Answered by AI
  • Q2. Reverse linked list

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Product array itself

Round 2 - Assignment 

Parking lot design system design in java

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why u want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and be positive
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Projects and what design pattern you followed in it.
  • Q2. Create a table of a Manager-Employee, add some rows in it and write some queries.
  • Ans. 

    Create a table of Manager-Employee, add rows, and write queries.

    • Create a table named 'ManagerEmployee' with columns 'ManagerID' and 'EmployeeID'

    • Add rows to the table to represent the relationship between managers and employees

    • Write queries to retrieve information such as employees reporting to a specific manager

  • Answered by AI
  • Q3. What are the challenges I faced in my last project and how did I resolve it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well. Questions will be asked about your projects in the last company. What was the design pattern was followed in the project? Question-related to database.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and strings, trees

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on oops and projects
  • Q2. Tell if two strings are anagrams or not
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is tally solutions?
  • Ans. 

    Tally Solutions is a software company that provides accounting and business management software solutions.

    • Tally Solutions offers software for financial accounting, inventory management, payroll, and more

    • It is widely used by small and medium-sized businesses for managing their finances

    • Tally software helps in generating reports, tracking expenses, and ensuring compliance with tax regulations

  • Answered by AI
  • Q2. Regarding projects and some hr questions

Skills evaluated in this interview

RetailEZ Interview FAQs

How many rounds are there in RetailEZ Junior Manager Operations interview for experienced candidates?
RetailEZ interview process for experienced candidates usually has 1 rounds. The most common rounds in the RetailEZ interview process for experienced candidates are One-on-one Round.

Tell us how to improve this page.

RetailEZ Junior Manager Operations Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Vendor Manager
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Vendor Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Finance and Operations Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Category Head
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RetailEZ with

Zoho

4.3
Compare

Tally Solutions

4.2
Compare

Paytm

3.3
Compare

Flipkart

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