Upload Button Icon Add office photos

Filter interviews by

Aadhaar Retailing Interview Questions and Answers

Updated 15 Apr 2023

Aadhaar Retailing Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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 

(3 Questions)

  • Q1. Aadhar regarding
  • Q2. Aadhar services
  • Q3. Aadhar services OTP
Round 3 - One-on-one 

(1 Question)

  • Q1. Aadhar regarding

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General knowledge, English Grammar

Round 2 - Case Study 

English stories,Anu intrested stories

Interview Preparation Tips

Interview preparation tips for other job seekers - Seeking for a good better job which is perfect to me

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why do you want to work for our company?
  • Q2. Why are you looking for a change?
  • Q3. Way are for looking for a change
  • Q4. And some other questions

Interview Preparation Tips

Topics to prepare for DMart Account Assistant interview:
  • Accounting
Interview preparation tips for other job seekers - Dear sir, I am responding to your job vacancy posting on your company website and I wish to be a considered for this position. Please find attached my cv for your consideration. Thanks you for taking the time to consider my application for this role , and I look forward to meeting you in the near future. Yours sincerely Rahul Chatap
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Golden rule of account
  • Ans. 

    The golden rule of accounting is to record all transactions accurately and honestly.

    • Always record transactions promptly and accurately

    • Maintain clear and organized financial records

    • Follow generally accepted accounting principles (GAAP)

    • Ensure all financial statements are prepared accurately and honestly

    • Regularly reconcile accounts to ensure accuracy

  • Answered by AI
  • Q2. 3 type of golden rule
  • Ans. 

    The three types of golden rules are the golden rule of accounting, the golden rule of ethics, and the golden rule of personal finance.

    • Golden rule of accounting: Revenue should be recognized when it is earned, not when it is received. Expenses should be recognized when they are incurred, not when they are paid.

    • Golden rule of ethics: Treat others as you would like to be treated. This principle guides ethical behavior and...

  • Answered by AI
  • Q3. Depreciation journal entry
  • Q4. Cash flow statement
  • Q5. P2P cycle process

Interview Preparation Tips

Interview preparation tips for other job seekers - All best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. HR ask basic info about you and your job
  • Q2. Then meeting fix with head of account
Round 2 - Meeting with HOD 

(2 Questions)

  • Q1. They ask about your work experience
  • Q2. Ask general questions about your work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all experience is good nice company nice rule
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The platform was HackerEarth time duration was 1 hour.
1.) 25 MCQs (Both Easy and Gate Level Based) 
2.) 1 Coding Question, that needs to be solved in O(logn) time. Program for Fibonacci numbers. The basic idea behind that question is we need to crack the pattern and then based on constraints we need to solve it.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Given an integer 'N', the task is to compute the N'th Fibonacci number using matrix exponentiation. Implement and return the Fibonacci value for the provided 'N'.

    N...
  • Ans. 

    Use matrix exponentiation to efficiently compute the Nth Fibonacci number modulo 10^9 + 7.

    • Implement matrix exponentiation to calculate Fibonacci numbers efficiently.

    • Use the formula F(n) = F(n-1) + F(n-2) with initial values F(1) = F(2) = 1.

    • Return the result modulo 10^9 + 7 to handle large Fibonacci numbers.

    • Optimize the solution to achieve better than O(N) time complexity.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was a technical round. The platform was Zoom time duration was 40 mins. Started with Tell me something about yourself.
 

  • Q1. 

    Similar Strings Problem Statement

    Determine whether two given strings, A and B, both of length N, are similar by returning a 1 if they are, otherwise return a 0.

    Explanation:

    String A is similar to stri...

  • Ans. 

    Determine if two strings are similar based on given conditions.

    • Check if the strings are equal first.

    • Then check if the strings can be divided into two halves with similar patterns.

    • Return 1 if the strings are similar, 0 otherwise.

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom time duration was 1 hour 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms, so she was like let’s start with trees then.

 

Round 4 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

This was a Hiring Manager Round. The platform was Zoom time duration was 30 mins. Started with Tell me something about yourself.


 

Round 5 - HR 

Round duration - 20 minutes
Round difficulty - Easy

The platform was Zoom time duration was 20 mins. Asked me to give my introduction.

 

Interview Preparation Tips

Eligibility criteriaNo criteriaWalmart interview preparation:Topics to prepare for the interview - Data Structures, Aptitude, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Don't stick to a single topic too much. Cover all and prepare short notes for all the topics so it will be easier for revision. 
Tip 2 : Do projects so that they will be an added weightage.
Tip 3 : Practice a minimum of 100 questions on that particular topic so that it will be easy to crack within no time.

Application resume tips for other job seekers

Tip 1 : Projects add good weight to the resume. So the interviewer asks the questions based on that.
Tip 2 : Resume should be genuine. You have to be confident of whatever is written in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS/Algo question leetcode medium
  • Q2. Working code with edge cases.
  • Ans. 

    Working code with edge cases is code that has been tested with extreme inputs to ensure it functions correctly.

    • Edge cases are inputs that are unlikely to occur but can cause unexpected behavior if not handled properly.

    • Examples of edge cases include empty inputs, null values, and inputs at the limits of the data type's range.

    • Working code with edge cases should be thoroughly tested to ensure it functions correctly in all

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic with your knowledge.
Core basic should be strong.
Should be ready for tricky questions.

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

Aadhaar Retailing Interview FAQs

How many rounds are there in Aadhaar Retailing interview?
Aadhaar Retailing interview process usually has 3 rounds. The most common rounds in the Aadhaar Retailing interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
What are the top questions asked in Aadhaar Retailing interview?

Some of the top questions asked at the Aadhaar Retailing interview -

  1. Aadhar services ...read more
  2. Aadhar regard...read more
  3. Aadhar servi...read more

Tell us how to improve this page.

Aadhaar Retailing Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 411 Interviews
Walmart Interview Questions
3.7
 • 388 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 161 Interviews
Titan Company Interview Questions
4.3
 • 157 Interviews
Landmark Group Interview Questions
4.0
 • 151 Interviews
V-Mart Interview Questions
4.1
 • 150 Interviews
Croma Interview Questions
4.0
 • 133 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
View all

Aadhaar Retailing Reviews and Ratings

based on 23 reviews

4.4/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.0

Salary

3.8

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 23 Reviews and Ratings
Warehouse Manager
4 salaries
unlock blur

₹4.5 L/yr - ₹7.7 L/yr

Area Manager
4 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Store Manager
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Customer Service Associate
3 salaries
unlock blur

₹1 L/yr - ₹1.3 L/yr

Computer Operator
3 salaries
unlock blur

₹1.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Aadhaar Retailing with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

4.3
Compare

Reliance Digital

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