Upload Button Icon Add office photos

Xchanging

Compare button icon Compare button icon Compare

Filter interviews by

Xchanging Interview Questions and Answers

Updated 7 May 2024

Xchanging Interview Experiences

Popular Designations

4 interviews found

I appeared for an interview in Aug 2017.

Interview Questionnaire 

2 Questions

  • Q1. Why u have quit
  • Ans. 

    I left my previous job to pursue new opportunities and challenges in the credit rating industry.

    • Seeking career growth and advancement

    • Desire for new challenges and opportunities

    • Interest in the credit rating industry

    • Wanted to expand skill set and knowledge

  • Answered by AI
  • Q2. What's CA & FA
  • Ans. 

    CA stands for Credit Analyst and FA stands for Financial Analyst.

    • CA refers to a professional who assesses the creditworthiness of individuals or companies.

    • They analyze financial statements, credit reports, and other relevant data to determine the risk involved in lending money or extending credit.

    • FA refers to a professional who analyzes financial information to provide insights and recommendations for investment decisi...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: The answer I said is distanced

Round: Technical Interview
Experience: I answered correct ly

Skills: Finance

Credit Rating Analyst Interview Questions asked at other Companies

Q1. How to do stock audit?
View answer (1)

Senior Associate Interview Questions & Answers

user image Vasanth Ethiraj

posted on 10 Apr 2024

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

25 questions asked need to take 50 percent for passing

Round 2 - Group Discussion 

Given topic about culture in mnc

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared and strong mindset will help to clear the round

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me something about yourself

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (22)

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

Business Process Services Assistant Interview Questions asked at other Companies

Q1. Do you have any idea why programming languages exist?
View answer (2)

Xchanging interview questions for popular designations

 Credit Rating Analyst

 (1)

 Senior Associate

 (1)

 Business Process Services Assistant

 (1)

 Process Associate

 (1)

Interview questions from similar companies

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

Math , gk, english

Round 2 - Group Discussion 

AI

Round 3 - One-on-one 

(1 Question)

  • Q1. Ai questions , java questions , coding questions
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - none , not difficult to get into equifax
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 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. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Xchanging Interview FAQs

How many rounds are there in Xchanging interview?
Xchanging interview process usually has 1-2 rounds. The most common rounds in the Xchanging interview process are Aptitude Test, Group Discussion and One-on-one Round.
What are the top questions asked in Xchanging interview?

Some of the top questions asked at the Xchanging interview -

  1. Say wat you studied in accounting and give some example of journal enter...read more
  2. What's CA &...read more
  3. About accounting, journal entrie...read more

Tell us how to improve this page.

Xchanging Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Stefanini Interview Questions
2.9
 • 35 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
F5 Networks Interview Questions
3.8
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
CDW Interview Questions
4.5
 • 20 Interviews
Softtek Interview Questions
4.0
 • 19 Interviews
View all

Xchanging Reviews and Ratings

based on 226 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.1

Salary

3.9

Job security

4.0

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 226 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

Pitney Bowes

3.7
Compare

Stefanini

2.9
Compare

Softtek

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