Interview experience
American Express Interview Questions
Overview
Section titled “Overview”American Express’s fresher hiring is a straightforward 3-4 stage loop anchored by a Codility-based online assessment, with technical rounds leaning on OOP and low-level design more than pure algorithmic depth.
American Express interview process at a glance
Section titled “American Express interview process at a glance”| Round | Duration | What they test |
|---|---|---|
| Online Assessment | ~90 min | 3 coding questions (medium-hard) on Codility |
| Technical Interview 1 | 45-60 min | DSA, OOP concepts, low-level design |
| Technical Interview 2 / Manager Round | 45-60 min | Deeper technical + behavioral mix |
| HR Round | 20-30 min | Motivation, team fit, logistics |
Online Assessment
Section titled “Online Assessment”A roughly 90-minute Codility test with 3 coding questions at medium-to-hard difficulty. Codility’s grading weighs code quality and edge-case handling alongside raw correctness, unlike a simple pass/fail judge.
Common questions
- Array and string manipulation problems
- Basic data-structure implementation (stacks, queues) under time pressure
- Edge-case-heavy variants where partial test cases matter for your score
Technical Interview 1
Section titled “Technical Interview 1”Mixes core DSA with OOP fundamentals and a lightweight low-level-design prompt - expect to both write code and reason about class/schema structure in the same round.
Common questions
- Implement or reason about a linked-list or queue-based data structure
- Core OOP concepts - inheritance, polymorphism, interfaces vs abstract classes
- Design a small system or database schema (e.g. a simple rewards or transaction-logging system)
Technical Interview 2 / Manager Round
Section titled “Technical Interview 2 / Manager Round”A deeper technical round that often blends into a hiring-manager conversation - some candidates report this stage merging with HR, reducing the total to 3 rounds instead of 4.
Common questions
- Follow-up depth on your Technical Interview 1 answers
- Project walkthrough - architecture decisions and trade-offs
- Behavioural questions mixed with technical ones (team fit, ownership)
Round-by-round narratives are on the American Express interview experience page.
HR Round
Section titled “HR Round”A closing 20-30 minute conversation on motivation, team preference, and logistics.
Common questions
- Tell me about yourself, and why American Express?
- Which team or role would you prefer, and why?
- Describe a time you had to be extremely careful about accuracy under pressure
- Strengths and weaknesses
Sample answer frameworks for each of these are on the American Express HR interview questions page.
Frequently asked questions about American Express interviews
Section titled “Frequently asked questions about American Express interviews”What is the American Express interview process for freshers?
American Express campus hiring typically runs an online coding assessment (around 90 minutes, 3 questions of medium-to-hard difficulty on Codility), followed by one or two technical interviews (45-60 minutes each, DSA plus OOP and low-level design), and a final HR round. Total timeline is usually 2-3 weeks from test to offer.
What questions are asked in American Express interviews?
American Express technical rounds cover DSA problems (stacks, queues, linked lists), OOP concepts, and low-level design questions such as designing a small system or a database schema. The HR round asks why American Express, strengths and weaknesses, and which team or role you’d prefer.
How many rounds are there in the American Express interview?
Most American Express campus drives use 3-4 rounds: Online Assessment, one or two Technical Interviews, and an HR round. The later technical round is sometimes combined with the hiring manager discussion, so some candidates report only 3 stages.
What is the American Express online assessment like?
The OA runs about 90 minutes on Codility, with 3 coding questions at medium-to-hard difficulty - typically covering arrays, strings, and basic data-structure manipulation rather than heavy algorithmic puzzles. Codility auto-grades on both correctness and code quality/performance, so partial-credit test cases matter.
How should I prepare for American Express interviews?
Practice timed coding on Codility-style platforms specifically, since its scoring and test-case format differs slightly from LeetCode/HackerRank. Revise OOP and low-level design basics - Amex interviewers like asking you to design a small system or a simple schema. Prepare a clear story for why you want to join a payments and financial-services company, since that’s asked directly in HR.
Does American Express ask payments/fintech-domain questions for freshers?
Less than a pure fintech startup, but it comes up - interviewers occasionally frame low-level-design prompts around a card-transaction or rewards-style system, and the HR round explicitly checks your interest in payments/financial services. The core technical bar, though, is standard DSA/OOP/LLD rather than deep domain knowledge.

