Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aditya Birla Capital Team. If you also belong to the team, you can get access from here

Aditya Birla Capital Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 1.6k Reviews

Filter interviews by

Aditya Birla Capital Back Office Executive Interview Questions and Answers

Updated 29 Aug 2024

Aditya Birla Capital Back Office Executive Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why you leave your last company
  • Q2. What is your last salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this fraud organization
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Never go on this organization 

(3 Questions)

  • Q1. Bad experience long pathic process
  • Ans. 

    The candidate had a bad experience with a long and tedious process.

    • The candidate can mention the specific aspects of the process that made it long and tedious.

    • They can discuss the impact it had on their motivation and productivity.

    • They can highlight any lessons learned from the experience and how they would approach similar situations in the future.

  • Answered by AI
  • Q2. Na na na na na na na
  • Q3. Na na na na na
Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the experience in back office
  • Q2. You do the work in collection or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join such type of companies no response from hr department they are not able to join you on within one week and never guide the complete process one time if they have right they will make this process as govt process if you give interview today they will call you after ५ years like elections. It's better you join some riad side vendor but never join such type of companies

Back Office Executive Interview Questions Asked at Other Companies

asked in Tourency
Q1. Which tools or software do you use to streamline processes and ta ... read more
asked in Tourency
Q2. How do you prioritize and manage multiple tasks in a fast paced e ... read more
Q3. How would you react when the customer shows his anger on call?
Q4. What is balance sheet? What is mutual fund? About yourself? Famil ... read more
asked in Foodcosta
Q5. 1. if you get 10 lakh rs so ho hoe will it spend you that they gi ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What your achievements in your previous job
  • Q2. Firstly for answering this question you have to tell how responsible were you at your previous job and saying this in a positive way like "my achievements in previous job is how to be more responsible towa...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be very calm while answering the questions. Always speak in a slow speed, this will also help in thinking father that what should be the perfect answers for the questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coin change problem
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. System design of iot machine
  • Ans. 

    Designing a system for IoT machines involves creating a network that allows devices to communicate and share data.

    • Consider the communication protocols needed for devices to connect and exchange data

    • Implement security measures to protect data and prevent unauthorized access

    • Design a scalable architecture to handle a large number of devices and data

    • Utilize cloud services for storage and processing of IoT data

    • Include edge ...

  • Answered by AI
Round 2 - Coding Test 

Linked list implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work of system design and scenario based questions

Skills evaluated in this interview

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

I applied via Walk-in

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 - Rm 

(3 Questions)

  • Q1. What are your education
  • Q2. How many member in your family
  • Ans. 4th member in my family including me
  • Answered Anonymously
  • Q3. How many salary you want to take

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience 3 year 6 month
I have a 11 team in this branch 19 also going to collect the payment and I am back office in the branch and Rm manager also having the branch

I applied via Instahyre and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

A hackerrank test was shared which had 2 ques to be solved in 60 min in Node.JS. The first one was a simple DS question related to arrays. The second ques was to write routes and controllers for a Node.JS Express app. The routes were GET /projects, GET /project/:id and GET /projects/active

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the difference between package and package-lock.json?
  • Ans. 

    package.json lists dependencies and package-lock.json ensures consistent installs.

    • package.json lists all the dependencies required for the project

    • package-lock.json ensures that the same versions of dependencies are installed across all environments

    • package.json is manually edited while package-lock.json is generated automatically

    • package-lock.json is used for reproducible builds

  • Answered by AI
  • Q2. Write a function that can keep a count of certain functions in our application.
  • Ans. 

    Function to count certain functions in the application

    • Create a dictionary to store the count of each function

    • Increment the count of the function each time it is called

    • Include a reset function to reset the count of all functions

    • Example: def count_functions(): function_count = {}

    • Example: def function1(): function_count['function1'] += 1

    • Example: def reset_count(): function_count.clear()

  • Answered by AI
  • Q3. How can we make sure that package versions are taken from package-lock.json and not package.json
  • Ans. 

    To ensure package versions are taken from package-lock.json, use npm ci instead of npm install.

    • npm ci installs packages based on package-lock.json

    • npm install may update package versions in package.json

    • Always commit package-lock.json to version control

  • Answered by AI
  • Q4. Create an object and write a function inside it.
  • Ans. 

    Creating an object with a function inside it.

    • Create an object using object literal notation

    • Define a function inside the object using function expression or declaration

    • Access the function using object.method() syntax

  • Answered by AI
  • Q5. Given an array that has stock prices from morning till afternoon. Return the best buy and sell price to gain the max profit. For example, input -> [2,5,8,1,3,6,9,3,6], output -> [1,9]

Interview Preparation Tips

Topics to prepare for Morgan Stanley Backend Developer interview:
  • Node.Js
Interview preparation tips for other job seekers - The questions asked were very basic in Node.JS and mostly a working code/solution was expected and to be able to answer why something works.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

We all do our own work but what if someone needs your help after working hours, will you be able to help or neglect?

Round 3 - Group Discussion 

Come up with the new ideas while working on the old ones, explain that how you can introduce them gradually in the team and what are the benefits of doing so.

Interview Preparation Tips

Topics to prepare for American Express Backend Officer interview:
  • Brief summary of the company
  • Job profile related material
Interview preparation tips for other job seekers - Basically maintaining a brief summary of the company where you are going to work. Why are you applying and why choosing certain company? Why will that company choose you?

Interview Questionnaire 

2 Questions

  • Q1. What your achievements in your previous job
  • Q2. Firstly for answering this question you have to tell how responsible were you at your previous job and saying this in a positive way like "my achievements in previous job is how to be more responsible towa...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be very calm while answering the questions. Always speak in a slow speed, this will also help in thinking father that what should be the perfect answers for the questions

Aditya Birla Capital Interview FAQs

How many rounds are there in Aditya Birla Capital Back Office Executive interview?
Aditya Birla Capital interview process usually has 1-2 rounds. The most common rounds in the Aditya Birla Capital interview process are One-on-one Round.
What are the top questions asked in Aditya Birla Capital Back Office Executive interview?

Some of the top questions asked at the Aditya Birla Capital Back Office Executive interview -

  1. Bad experience long pathic proc...read more
  2. Why you leave your last comp...read more
  3. What is your last sal...read more

Tell us how to improve this page.

Aditya Birla Capital Back Office Executive Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Wells Fargo Interview Questions
3.9
 • 563 Interviews
Citicorp Interview Questions
3.7
 • 562 Interviews
Bajaj Finserv Interview Questions
4.0
 • 507 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
View all
Aditya Birla Capital Back Office Executive Salary
based on 12 salaries
₹1.2 L/yr - ₹5 L/yr
9% more than the average Back Office Executive Salary in India
View more details

Aditya Birla Capital Back Office Executive Reviews and Ratings

based on 2 reviews

2.3/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.3

Salary

2.3

Job security

2.3

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 2 Reviews and Ratings
Sales Manager
301 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Relationship Manager
268 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Assistant Manager
254 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Manager
231 salaries
unlock blur

₹5 L/yr - ₹18.2 L/yr

Agency Manager
199 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Aditya Birla Capital with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

3.8
Compare

Bajaj Finserv

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