Upload Button Icon Add office photos

Filter interviews by

Assign Services Back Office Interview Questions and Answers

Updated 15 Apr 2023

Assign Services Back Office Interview Experiences

1 interview found

Back Office Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2023

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

I applied via Walk-in and was interviewed in Mar 2023. There were 2 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 

(2 Questions)

  • Q1. 1 . What's his or her family background 2. What's his or her last working experience
  • Q2. 1. What's his or her best skill known for. 2. Having Good Communication skills. 3. Must have good knowledge in MS-Office 4. Having ability to handle pressure. 5. Have knowledge in job portal sites and shar...

Interview Preparation Tips

Topics to prepare for Assign Services Back Office interview:
  • basic knowledge
  • computer knowledge
  • mail writing skills
  • good communication skills
Interview preparation tips for other job seekers - Confidential working approach.
Sound knowledge in there trade.
Have good presentation and communication skills.
Keep yourself uptodate.

Interview questions from similar companies

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 - Aptitude Test 

Quantitive, english, general knowledge

Round 3 - HR 

(4 Questions)

  • Q1. Personal information
  • Q2. Parents occupation
  • Q3. What is your father?
  • Q4. What are your hobbies?

Interview Preparation Tips

Interview preparation tips for other job seekers - can go to join.

I applied via Company Website and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
  • Q4. My name is meghraj mukund kulkarni i am 21 year old, my qualification are diploma in electronics and telecommunications. About my family 4 members in my family my mother, father, little sister and my self
  • Ans. My salary expectations are 15,000/- to 20,000/-
  • Answered Anonymously
Round 2 - One-on-one 

(3 Questions)

  • Q1. Work experience to me
  • Q2. Choose 1 topic and tell me 2 line this topic.
  • Ans. 

    Topic: Artificial Intelligence

    • AI is a branch of computer science that focuses on creating intelligent machines that can perform tasks without human intervention.

    • AI has various applications such as natural language processing, image recognition, and decision-making.

  • Answered by AI
  • Q3. Topic:- cricket Cricket are the most popular game in the world, 11 players in cricket team.
  • Ans. 

    Cricket is a popular game with 11 players in a team.

    • Cricket originated in England and is now played worldwide.

    • The game involves two teams of 11 players each.

    • The objective is to score more runs than the opposing team.

    • Cricket has different formats such as Test, ODI, and T20.

    • Some of the famous cricket players are Sachin Tendulkar, Virat Kohli, and Steve Smith.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I m meghraj kulkarni. I have a urgent job because financial problems in my family.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Why did you choose the flask over the django and fastapi?
  • Ans. 

    I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.

    • Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.

    • Flask allows for more flexibility in terms of project structure and customization compared to Django.

    • Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.

    • Django, on the other ha...

  • Answered by AI
  • Q2. Write the code for flask request and response block?
  • Ans. 

    Flask request and response block code snippet

    • Use Flask's request object to access incoming request data

    • Use Flask's jsonify function to create a JSON response

    • Handle different HTTP methods like GET, POST, etc. in the route function

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is ORM? which ORM tool, have you used?
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM is used to map objects from an application to tables in a relational database.

    • It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.

    • Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq

  • Answered by AI
  • Q2. Write ORM code for select item from table?
  • Ans. 

    Use ORM code to select item from a table in database.

    • Use ORM query methods like find(), findOne(), or where() to select items from a table.

    • Specify the table name and any conditions for the selection.

    • Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just conduct the interviews
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Group discussion for the some task for the related company

Round 2 - Technical 

(2 Questions)

  • Q1. How to handling team
  • Ans. 

    I handle a team effectively by setting clear goals, providing support, fostering open communication, and recognizing achievements.

    • Set clear goals and expectations for the team

    • Provide support and resources to help team members succeed

    • Foster open communication and encourage feedback

    • Recognize and reward team achievements

    • Lead by example and demonstrate a positive attitude

  • Answered by AI
  • Q2. How to manage customer
  • Ans. 

    Effective strategies to manage customer relationships include clear communication, personalized interactions, timely responses, and proactive problem-solving.

    • Maintain clear and open communication with customers to address their needs and concerns.

    • Personalize interactions by remembering customer preferences and previous interactions.

    • Respond to customer inquiries and issues in a timely manner to show that their concerns ...

  • Answered by AI
Round 3 - Assignment 

Related to the self skills and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - No more tips
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

I was asked a problem around Edit distance and how to compute a average for a stream of data.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Nodejs promises async await difference
  • Ans. 

    Node.js promises are a way to handle asynchronous operations, while async/await is a syntax for writing asynchronous code in a synchronous manner.

    • Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.

    • Async/await is a syntactic sugar built on top of promises, making asynchronous code look more like synchronous code.

    • Async functions return a promise, which allows you to use ...

  • Answered by AI
  • Q2. Nodejs architecture eventloop

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your strength
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Amazon company related questions
  • Q2. What isAmazoncompany
  • Ans. 

    Amazon is a multinational technology company that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence.

    • Founded by Jeff Bezos in 1994

    • Started as an online bookstore, now sells a wide range of products

    • Offers Amazon Web Services (AWS) for cloud computing

    • Creator of popular devices like Kindle e-readers and Echo smart speakers

  • Answered by AI
  • Q3. Kb aaiAmazoncompany
  • Q4. Kya kya karna padta hai
  • Q5. Describe the Amazon company
  • Ans. 

    Amazon is a multinational technology company known for its e-commerce, cloud computing, digital streaming, and artificial intelligence.

    • Founded by Jeff Bezos in 1994

    • Started as an online bookstore, now sells a wide range of products

    • Offers Amazon Prime subscription service for fast shipping and streaming

    • Owns Amazon Web Services (AWS), a leading cloud computing platform

    • Developed popular devices like Kindle e-readers and Ec

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React questions
  • Q2. Nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - coding is must

Assign Services Interview FAQs

How many rounds are there in Assign Services Back Office interview?
Assign Services interview process usually has 2 rounds. The most common rounds in the Assign Services interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Assign Services 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

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Assign Services with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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