Upload Button Icon Add office photos

Filter interviews by

Xyz Company Back Office Executive Interview Questions and Answers

Updated 25 Aug 2023

Xyz Company Back Office Executive Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

Written test about our qualifications

Round 3 - Technical 

(3 Questions)

  • Q1. Any technical knowledge like computer or extra curriculum
  • Q2. Asking a question and give answer about ERP software
  • Q3. Any computer knowledge
Round 4 - One-on-one 

(1 Question)

  • Q1. How to applicable fo the job which you come at Xyz company

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Knowledge of school College & technical.Also some extra curriculum knowledge like General knowledge computer must. Good communication skills & Personality

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What are your biggest weaknesses?"
  • Q2. Every candidate knows how to answer this question: Just pick a theoretical weakness and magically transform that flaw into a strength in disguise!
  • Q3. What are your biggest strengths?"
  • Q4. I'm not sure why interviewers ask this question; your resume and experience should make your strengths readily apparent.

I applied via Walk-in and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Any one related mi
  • Q2. I what job in our company.this company hiring mi?
  • Q3. I have graduate in BMS field so give me a one chance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Giveup my interview in telephone round.then ,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coin change problem
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

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Normal discussion regarding experience
  • Q2. Asking about urself and salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - worst experience in term of job. favouritism to localities. irresponsible management. less experience with higher post and no responsibility. no value for ppl working hard and follow up on own task takes month to get that done.

Interview Questionnaire 

4 Questions

  • Q1. What are your biggest weaknesses?"
  • Q2. Every candidate knows how to answer this question: Just pick a theoretical weakness and magically transform that flaw into a strength in disguise!
  • Q3. What are your biggest strengths?"
  • Q4. I'm not sure why interviewers ask this question; your resume and experience should make your strengths readily apparent.

I applied via Walk-in and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Any one related mi
  • Q2. I what job in our company.this company hiring mi?
  • Q3. I have graduate in BMS field so give me a one chance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Giveup my interview in telephone round.then ,
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

Xyz Company Interview FAQs

How many rounds are there in Xyz Company Back Office Executive interview?
Xyz Company interview process usually has 4 rounds. The most common rounds in the Xyz Company interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Xyz Company Back Office Executive interview?

Some of the top questions asked at the Xyz Company Back Office Executive interview -

  1. Any technical knowledge like computer or extra curricu...read more
  2. Asking a question and give answer about ERP softw...read more
  3. Any computer knowle...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Xyz Company interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 550 Interviews
Bajaj Finserv Interview Questions
4.0
 • 486 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
American Express Interview Questions
4.2
 • 353 Interviews
UBS Interview Questions
4.0
 • 345 Interviews
BNY Interview Questions
4.0
 • 325 Interviews
Morgan Stanley Interview Questions
3.7
 • 297 Interviews
Citicorp Interview Questions
3.7
 • 276 Interviews
Morningstar Interview Questions
4.0
 • 237 Interviews
View all
Xyz Company Back Office Executive Salary
based on 7 salaries
₹3.6 L/yr - ₹12.2 L/yr
239% more than the average Back Office Executive Salary in India
View more details
Software Engineer
1k salaries
unlock blur

₹12.8 L/yr - ₹35 L/yr

Manager
804 salaries
unlock blur

₹21.6 L/yr - ₹47 L/yr

Software Developer
779 salaries
unlock blur

₹11.5 L/yr - ₹35 L/yr

Consultant
402 salaries
unlock blur

₹8.5 L/yr - ₹29 L/yr

Senior Software Engineer
367 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Explore more salaries
Compare Xyz Company with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

HSBC Group

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview