Upload Button Icon Add office photos

Xchanging

Compare button icon Compare button icon Compare

Filter interviews by

Xchanging Business Process Services Assistant Interview Questions and Answers for Experienced

Updated 21 Dec 2021

Xchanging Business Process Services Assistant Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About accounting, journal entries.
  • Q2. Say wat you studied in accounting and give some example of journal enteries
  • Ans. 

    I studied accounting principles, financial statements, and cost accounting. I also learned how to make journal entries.

    • Studied accounting principles such as GAAP and IFRS

    • Learned how to prepare financial statements like balance sheet and income statement

    • Understood cost accounting and how to calculate product costs

    • Made journal entries for transactions such as sales, purchases, and depreciation

    • Example of a journal entry: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Answer what you know.
Promt

Interview questions from similar companies

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

I appeared for an interview before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. Can you provide details about your working experience?
Round 2 - Technical 

(1 Question)

  • Q1. Customer Support Question

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly they asked about my previous experience and projects i worked on in my previous organisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on yourself, Try to explain your projects with clear cut conceptual clarity and ready to face questions on what you said

Interview Questionnaire 

1 Question

  • Q1. Oops concept,Versioning in javascipt,CTE in sql server,Cursor in sql server,scenario based questions like if duplicate data is stored in email then what is your approach to resolve.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two sections :
in 1st section aptitude and verbal test and 2nd section technical

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction of yourself
  • Q2. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good and nice exprience with interview and waiting for feedback

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 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 - Aptitude Test 

This was basic test it was easy

Round 3 - Technical 

(2 Questions)

  • Q1. Here all question are based on my resume
  • Q2. Explain your project What kind of work you did

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Test English level
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOP concepts
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation: Objects hide their internal state and require interaction through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have mult...

  • Answered by AI
  • Q2. Questions related to previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of the basics

Xchanging Interview FAQs

What are the top questions asked in Xchanging Business Process Services Assistant interview for experienced candidates?

Some of the top questions asked at the Xchanging Business Process Services Assistant interview for experienced candidates -

  1. Say wat you studied in accounting and give some example of journal enter...read more
  2. About accounting, journal entrie...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Stefanini Interview Questions
3.0
 • 36 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
F5 Networks Interview Questions
3.7
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
CDW Interview Questions
4.5
 • 20 Interviews
Softtek Interview Questions
3.9
 • 19 Interviews
View all

Xchanging Business Process Services Assistant Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

3.7

Work-life balance

2.7

Salary

4.0

Job security

4.0

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Associate
54 salaries
unlock blur

₹1.9 L/yr - ₹4.6 L/yr

Associate
40 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹4.6 L/yr - ₹19.3 L/yr

Team Lead
20 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Software Engineer
18 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Xchanging with

Actalent Services

3.5
Compare

Stefanini

3.0
Compare

Softtek

3.9
Compare

Arvato

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