Upload Button Icon Add office photos

American Express

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

American Express Interview Questions and Answers for Freshers

Updated 11 Jul 2025
Popular Designations

44 Interview questions

A Software Engineer II was asked
Q. Explain oop concepts class, encapsulation etc
Ans. 

OOP concepts include class, encapsulation, inheritance, and polymorphism.

  • Class is a blueprint for creating objects with shared properties and methods.

  • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

  • Inheritance allows a class to inherit properties and methods from a parent class.

  • Polymorphism allows objects to take on multiple forms or behaviors depending on the...

View all Software Engineer II interview questions
A Management Trainee was asked
Q. 1. Why amex 2. what is closed loop model of amex 3. What are the factors that you look into for setting the credit limit of a customer. Give an optimization equation 4. Give an instance of when you have wor...
Ans. 

Answers to questions asked in an interview for Management Trainee at Amex

  • 1. Amex is a reputed financial services company with a strong focus on customer service and innovation.

  • 2. Closed loop model of Amex refers to the fact that Amex issues its own cards, processes transactions, and provides customer service, all within its own network.

  • 3. Factors for setting credit limit include credit score, income, debt-to-incom...

View all Management Trainee interview questions
A Complaint Analyst was asked
Q. Technology is good or bad?
Ans. 

Technology is neither inherently good nor bad, but its impact depends on how it is used.

  • Technology has revolutionized communication, making it easier and faster.

  • It has improved efficiency and productivity in various industries.

  • Technology has enabled advancements in healthcare, leading to better treatments and diagnostics.

  • However, technology can also be misused, leading to privacy concerns and cybercrimes.

  • It can co...

View all Complaint Analyst interview questions
A SDE-2 was asked
Q. 

Number of Islands Problem Statement

You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in th...

Ans. 

Count the number of islands in a 2D matrix of 1s and 0s.

  • Use Depth First Search (DFS) or Breadth First Search (BFS) to traverse the matrix and identify connected groups of 1s.

  • Maintain a visited array to keep track of visited cells to avoid revisiting them.

  • Increment the island count each time a new island is encountered.

  • Consider all eight possible directions for connectivity between cells.

  • Handle edge cases like out ...

View all SDE-2 interview questions
A SDE-2 was asked
Q. Design an LRU (Least Recently Used) cache.
Ans. 

Design an LRU cache to store and retrieve data based on least recently used policy.

  • Use a doubly linked list to keep track of the order of usage of the cache entries.

  • Maintain a hash map to quickly access the cache entries based on their keys.

  • When a new entry is accessed, move it to the front of the linked list to mark it as the most recently used.

  • If the cache is full, remove the least recently used entry from the e...

View all SDE-2 interview questions
A SDE-2 was asked
Q. How can you prevent the breaking of the singleton pattern using reflections?
Ans. 

Prevent breaking singleton pattern using reflections by throwing an exception in the private constructor.

  • Throw an exception in the private constructor if an instance already exists.

  • Use a flag to track if an instance has been created and throw an exception if an attempt is made to create another instance.

  • Use enums to create a singleton to prevent reflection attacks.

View all SDE-2 interview questions
A Full Stack Developer was asked
Q. 

Buy and Sell Stock Problem Statement

Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell t...

Ans. 

The task is to determine the maximum profit that can be achieved by performing up to two buy-and-sell transactions on a given set of stock prices.

  • Iterate through the array of stock prices to find the maximum profit that can be achieved by buying and selling stocks at different points.

  • Keep track of the maximum profit that can be achieved by considering all possible combinations of buy and sell transactions.

  • Ensure t...

View all Full Stack Developer interview questions
Are these interview questions helpful?
A Full Stack Developer was asked
Q. 

Reach the Destination Problem Statement

You are given a source point (sx, sy) and a destination point (dx, dy). Determine if it is possible to reach the destination point using only the following valid mov...

Ans. 

Determine if it is possible to reach the destination point from the source point using specified moves.

  • Use depth-first search (DFS) to explore all possible paths from source to destination.

  • Keep track of visited points to avoid infinite loops.

  • Check if the destination point is reachable by following the valid moves.

  • Return true if destination is reachable, false otherwise.

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Circular Move Problem Statement

You have a robot currently positioned at the origin (0, 0) on a two-dimensional grid, facing the north direction. You are given a sequence of moves in the form of a string o...

Ans. 

Determine if a robot's movement path is circular on a 2D grid based on a given sequence of moves.

  • Iterate through the sequence of moves and keep track of the robot's position and direction.

  • Check if the robot returns to the starting position after completing the moves.

  • Use a counter-clockwise rotation (L) and clockwise rotation (R) to update the direction of the robot.

  • Use 'G' to move the robot one unit in the current...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Count Pairs with Given Sum

Given an integer array/list arr and an integer 'Sum', determine the total number of unique pairs in the array whose elements sum up to the given 'Sum'.

Input:

The first line co...
Ans. 

Count the total number of unique pairs in an array whose elements sum up to a given value.

  • Use a hashmap to store the frequency of each element in the array.

  • Iterate through the array and for each element, check if (Sum - current element) exists in the hashmap.

  • Increment the count of pairs if the complement exists in the hashmap.

  • Divide the count by 2 to avoid counting duplicates like (arr[i], arr[j]) and (arr[j], arr...

View all Full Stack Developer interview questions

American Express Interview Experiences for Freshers

48 interviews found

Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Everything about Agile methodology - which method do you use, what is sprint velocity, how do you push it in the team, conflict resolution etc. Every question was theoretical - they didnt even ask about my...
Round 2 - One-on-one 

(1 Question)

  • Q1. Another round of basic scenario based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on Agile methodology very thoroughly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Work experience and relevance of your resume for Amex
  • Ans. 

    My work experience includes roles in financial services and consulting, providing me with relevant skills for Amex.

    • I have worked in financial services for 5+ years, including roles at a major bank and a fintech startup.

    • I have experience in consulting, where I worked on projects related to financial analysis and strategy development.

    • My resume highlights my expertise in financial modeling, data analysis, and client relat...

  • Answered by AI
  • Q2. Why change to Amex? What attracted you the most about Amex?
  • Ans. 

    I changed to Amex for its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the financial industry

    • Strong company culture focused on employee development and diversity

    • Opportunities for career growth and advancement within the company

  • Answered by AI
  • Q3. Technology questions such as how API works and your experience in working with data?
  • Q4. How you used data management and analytics in your last role?
  • Ans. 

    I utilized data management and analytics to track project progress, identify trends, and make data-driven decisions.

    • Implemented data management systems to organize and store project data efficiently

    • Utilized analytics tools to analyze project performance and identify areas for improvement

    • Generated reports and dashboards to track key metrics and communicate findings to stakeholders

    • Used data insights to make informed deci...

  • Answered by AI
  • Q5. How you can make business decisions from data in your last role?
  • Ans. 

    I used data analysis tools to identify trends, patterns, and correlations to inform strategic business decisions.

    • Utilized data visualization tools to present key findings to stakeholders

    • Conducted regression analysis to predict future outcomes based on historical data

    • Collaborated with cross-functional teams to gather and analyze data from multiple sources

  • Answered by AI
  • Q6. How you solved any disagreement with your boss in last role?
  • Ans. 

    I always approach disagreements with a focus on finding common ground and maintaining open communication.

    • Listen actively to understand the boss's perspective

    • Express my own perspective calmly and respectfully

    • Seek a compromise or solution that benefits both parties

    • Follow up to ensure the issue is fully resolved

  • Answered by AI
  • Q7. How will you approach different teams with requirements as a product manager?
  • Ans. 

    I will approach different teams with requirements by understanding their unique needs, building relationships, and communicating effectively.

    • Understand the goals and priorities of each team to tailor requirements accordingly

    • Build relationships with key stakeholders to gain buy-in and support

    • Communicate clearly and regularly to ensure alignment and address any concerns

    • Collaborate with cross-functional teams to ensure al...

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. Logical Questions - Check out Geeks for Geeks Puzzles and memorise them all or atleast understand logic for each
  • Q2. 3 ants around a triangle problem
  • Q3. Find top 3 horses from 25 horses set
  • Ans. 

    To find the top 3 horses from a set of 25 horses, we can sort them based on their performance or rankings.

    • Sort the horses based on their performance or rankings

    • Select the top 3 horses from the sorted list

    • Consider factors like speed, endurance, and previous race results

  • Answered by AI
  • Q4. How will you approach conflicts at workplace?
  • Ans. 

    I approach conflicts at workplace by actively listening, understanding all perspectives, and finding a mutually beneficial solution.

    • Actively listen to all parties involved in the conflict

    • Seek to understand the root cause of the conflict

    • Encourage open communication and dialogue

    • Find a mutually beneficial solution that addresses the concerns of all parties

    • Mediate if necessary to facilitate resolution

  • Answered by AI
Round 3 - One-on-one 

(4 Questions)

  • Q1. Behavioural questions
  • Q2. How will you manage work life balance?
  • Ans. 

    I prioritize tasks, set boundaries, delegate when necessary, and make time for self-care.

    • Prioritize tasks based on deadlines and importance

    • Set boundaries by establishing work hours and sticking to them

    • Delegate tasks to team members when overwhelmed

    • Schedule time for self-care activities like exercise, hobbies, and relaxation

    • Communicate with supervisors and colleagues about workload and availability

  • Answered by AI
  • Q3. What are the 3 pillars of data management?
  • Ans. 

    The 3 pillars of data management are data quality, data governance, and data security.

    • Data quality ensures that data is accurate, complete, and reliable.

    • Data governance involves establishing policies and procedures for managing data assets.

    • Data security focuses on protecting data from unauthorized access or breaches.

  • Answered by AI
  • Q4. How will you solve disputes and disagreements with your manager?
  • Ans. 

    I will approach disputes with my manager by actively listening, seeking common ground, and proposing solutions collaboratively.

    • Actively listen to my manager's perspective and concerns

    • Seek common ground and areas of agreement

    • Propose solutions collaboratively, considering both perspectives

    • Maintain professionalism and respect throughout the discussion

    • Seek feedback and learn from the experience to prevent future conflicts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay in touch with HR because their process is long and needs many approvals before you can join the company but worth every minute and effort because the company is top notch

Skills evaluated in this interview

Business Analyst Interview Questions & Answers

user image Ujjawal Ranjan

posted on 5 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression
  • Ans. 

    Regression is a statistical technique used to understand the relationship between variables and make predictions based on that relationship.

    • Regression helps in identifying the strength and direction of the relationship between variables.

    • It is used to predict the value of a dependent variable based on one or more independent variables.

    • Common types of regression include linear regression, logistic regression, and polynom...

  • Answered by AI
  • Q2. What is curse of dimensionality
  • Ans. 

    Curse of dimensionality refers to the issues that arise when working with high-dimensional data, leading to increased computational complexity and sparsity of data points.

    • High-dimensional data requires exponentially more data points to maintain the same level of data density.

    • Distance between data points becomes less meaningful as dimensions increase, making it harder to interpret relationships.

    • Increased computational c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have a good college in your CV. If you are from IIT/ IIM easy to get in

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Data Interpretations, MCQs ,etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Bagging and boosting ?
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q2. Estimate the number of credit cards in India?
  • Ans. 

    The number of credit cards in India can be estimated based on population, income levels, banking penetration, and consumer spending habits.

    • Estimate based on population size and percentage of population with access to banking services

    • Consider income levels and consumer spending habits to gauge demand for credit cards

    • Look at the number of active credit card users in India and extrapolate to estimate total number of credi...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What does Analyst do?
  • Ans. 

    Analysts gather, interpret, and present data to help organizations make informed decisions.

    • Analyze data to identify trends and patterns

    • Create reports and presentations to communicate findings

    • Provide recommendations based on data analysis

    • Use tools like Excel, SQL, and Tableau for data analysis

    • Work closely with stakeholders to understand business needs

  • Answered by AI
  • Q2. Basic Puzzle questions

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Round 1: 2 questions on puzzles and 3 medium-hard sql queries
  • Q2. Round 2: Interview with director and it was mainly about the company - lots of grinding.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Why do you want to join American Express?
  • Q2. Why Finance as an engineer?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. 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 - Group Discussion 

You must speak relevant points and don't repeat other points and don't shout.

Round 3 - One-on-one 

(2 Questions)

  • Q1. The interview would be totally based on your resume. So you should know everything about it.
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your communication skills

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

30 minutes. Reasoning, English, Quant, DI

Round 3 - Technical 

(1 Question)

  • Q1. 1. Introduce yourself 2. Explain a project (Excel based research project on my CV) 3. How did you clean the data and prepare it for analysis 4. CLRM assumptions 5. Define multicollinearity. Did you find it...
Round 4 - One-on-one 

(1 Question)

  • Q1. 1. Why amex 2. what is closed loop model of amex 3. What are the factors that you look into for setting the credit limit of a customer. Give an optimization equation 4. Give an instance of when you have wo...
  • Ans. 

    Answers to questions asked in an interview for Management Trainee at Amex

    • 1. Amex is a reputed financial services company with a strong focus on customer service and innovation.

    • 2. Closed loop model of Amex refers to the fact that Amex issues its own cards, processes transactions, and provides customer service, all within its own network.

    • 3. Factors for setting credit limit include credit score, income, debt-to-income rat...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for American Express Management Trainee interview:
  • Credit card economics
  • Econometrics
  • Statistics
Interview preparation tips for other job seekers - Please read about the business model of amex, closed loop model and credit card economics. Knowledge of coding is not compulsory but be thorough with the projects mentioned in your CV.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic, but have to be quick

Round 2 - Coding Test 

Easy to Medium, clear all test cases

Round 3 - HR 

(1 Question)

  • Q1. Explain the projects in your resume

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about American Express?
Ask anonymously on communities.

American Express Interview FAQs

How many rounds are there in American Express interview for freshers?
American Express interview process for freshers usually has 2-3 rounds. The most common rounds in the American Express interview process for freshers are One-on-one Round, Technical and Aptitude Test.
How to prepare for American Express interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at American Express. The most common topics and skills that interviewers at American Express expect are Career Development, Finance, Training, Analytical Chemistry and Customer Service.
What are the top questions asked in American Express interview for freshers?

Some of the top questions asked at the American Express interview for freshers -

  1. What does fraud mean if you have to explain to explain it to a 12-year ...read more
  2. In a desert you have infinite fuel stocked at a place, and you have a car whic...read more
  3. 1. Why amex 2. what is closed loop model of amex 3. What are the factors that y...read more
What are the most common questions asked in American Express HR round for freshers?

The most common HR questions asked in American Express interview are for freshers -

  1. Tell me about yourse...read more
  2. What are your strengths and weakness...read more
  3. Why should we hire y...read more
How long is the American Express interview process?

The duration of American Express interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 14 interview experiences

Difficulty level

Easy 8%
Moderate 83%
Hard 8%

Duration

Less than 2 weeks 69%
2-4 weeks 23%
4-6 weeks 8%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
FactSet Interview Questions
3.9
 • 216 Interviews
View all

American Express Reviews and Ratings

based on 3.4k reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

4.0

Salary

4.0

Job security

4.1

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 3.4k Reviews and Ratings
Manger-Data Analytics

Gurgaon / Gurugram

5-12 Yrs

Not Disclosed

Analyst-Data Analytics

Gurgaon / Gurugram

0-4 Yrs

Not Disclosed

Software Engineer III

Chennai

3-6 Yrs

Not Disclosed

Explore more jobs
Business Analyst
825 salaries
unlock blur

₹5.9 L/yr - ₹13.6 L/yr

Assistant Manager
723 salaries
unlock blur

₹20 L/yr - ₹36 L/yr

Senior Analyst
669 salaries
unlock blur

₹12.3 L/yr - ₹21 L/yr

Analyst
572 salaries
unlock blur

₹12.2 L/yr - ₹20.5 L/yr

Manager
513 salaries
unlock blur

₹27 L/yr - ₹47 L/yr

Explore more salaries
Compare American Express with

MasterCard

3.9
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview