Upload Button Icon Add office photos

Filter interviews by

American Express Software Engineer II Interview Questions and Answers

Updated 9 Jan 2023

American Express Software Engineer II Interview Experiences

1 interview found

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

I applied via campus placement at International Institute of Information Technology (IIIT), Bangalore and was interviewed before Jan 2022. There were 4 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 

Basic questions also with coding test

Round 3 - Coding Test 

Coding questions asked in this round

Round 4 - Technical 

(3 Questions)

  • Q1. Oops concept amd design patterns asked
  • Q2. Explain Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists in the system

    • Provides a global point of access to that instance

    • Used when only one instance of a class is required throughout the system

    • Example: Database connection manager, Logger class

  • Answered by AI
  • Q3. 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 cont...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics and able to justify everything mention in resume

Skills evaluated in this interview

Interview questions from similar companies

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

Coding Interview, technical discussion, DSA

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Alogorithms, Design Patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your programming basics.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Wht is tuple and how it is dif from list
  • Ans. 

    A tuple is an immutable collection of elements, while a list is a mutable collection in Python.

    • Tuples are created using parentheses (), while lists are created using square brackets []

    • Tuples are immutable, meaning their elements cannot be changed once defined

    • Lists are mutable, allowing for elements to be added, removed, or modified

    • Tuples are typically used for fixed collections of items, while lists are used for dynami

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Project Architecture
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system interact with each other.

    • It includes the design decisions related to the organization of code, data, and resources.

    • Common architectural patterns include MVC, microservices, and serverless.

    • Architectural diagrams like...

  • Answered by AI
  • Q2. Springboot components
  • Q3. Angular Lifecycle

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you define clean code?
  • Ans. 

    Clean code is well-organized, easy to read, and maintainable code that follows best practices.

    • Clean code is easy to read and understand by other developers.

    • It follows consistent naming conventions for variables, functions, and classes.

    • Clean code is well-organized with proper indentation and spacing.

    • It avoids unnecessary complexity and duplication.

    • Clean code is modular and follows the single responsibility principle.

    • Exa...

  • Answered by AI
  • Q2. How to better test your code?
  • Ans. 

    To better test your code, use a combination of unit tests, integration tests, regression tests, and automated testing.

    • Write unit tests to test individual components or functions in isolation.

    • Perform integration tests to test how different components work together.

    • Implement regression tests to ensure that new code changes do not break existing functionality.

    • Utilize automated testing tools to run tests quickly and effici...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to the previour project.
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to skill. For PEGA its all concepts that we used in project
Round 3 - Technical 

(1 Question)

  • Q1. Questions were shooted related to all the skills present in the resume.
Round 4 - HR 

(2 Questions)

  • Q1. Compensation related to job. Why are want another job?
  • Q2. Why you are suitable for this job? Why we need to hire you?

Interview Preparation Tips

Topics to prepare for Commonwealth Bank of Australia, India Associate Software Engineer interview:
  • Pega
  • Decisioning
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features and benefits
  • Ans. 

    Java 8 introduced new features like lambda expressions, streams, and default methods, improving code readability and performance.

    • Lambda expressions allow for more concise code and easier parallel programming.

    • Streams provide a way to work with collections in a functional style, enabling easier processing of large data sets.

    • Default methods allow interfaces to have method implementations, reducing the need for abstract cl...

  • Answered by AI

Skills evaluated in this interview

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

General apti questions

Round 2 - Group Discussion 

Work-life balance and career progression

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

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Full Java deep knowledge including oops concepts then rest APIs then have some basic knowledge of microservices then spring boot all the things have mastery
Round 3 - Technical 

(4 Questions)

  • Q1. What is fast wrto performance?hashmap or treemap and why
  • Ans. 

    HashMap is faster than TreeMap wrto performance due to its constant time complexity for most operations.

    • HashMap has O(1) time complexity for most operations while TreeMap has O(log n) time complexity.

    • HashMap is implemented using an array of buckets while TreeMap is implemented using a Red-Black Tree.

    • HashMap is preferred for frequent read operations while TreeMap is preferred for frequent write operations.

    • HashMap is uno...

  • Answered by AI
  • Q2. Can I write a try catch block inside a catch Block
  • Ans. 

    Yes, it is possible to write a try catch block inside a catch block.

    • This is called nested try-catch block.

    • It is useful when we want to handle different types of exceptions in different ways.

    • Example: try { //code } catch (ExceptionType1 e1) { try { //code } catch (ExceptionType2 e2) { //code } } }

    • It is important to avoid excessive nesting as it can make the code difficult to read and maintain.

  • Answered by AI
  • Q3. Are exceptions can be written in a catch block seperated by commas,?
  • Ans. 

    Yes, multiple exceptions can be caught in a single catch block separated by commas.

    • Multiple exceptions can be caught in a single catch block separated by commas.

    • This can be useful when handling different types of exceptions in a similar way.

    • For example: catch (IOException | SQLException ex) { // handle exception }

  • Answered by AI
  • Q4. Hashmap internal working
Round 4 - HR 

(1 Question)

  • Q1. Why this and what all offers you are having It was a normal telephone call

Interview Preparation Tips

Interview preparation tips for other job seekers - Pl have a good understanding on basic concepts on java and if needed can ask me for the same

Skills evaluated in this interview

American Express Interview FAQs

How many rounds are there in American Express Software Engineer II interview?
American Express interview process usually has 4 rounds. The most common rounds in the American Express interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for American Express Software Engineer II interview?
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 Analytical, Application Support, Automation, Coding and Continuous Improvement.
What are the top questions asked in American Express Software Engineer II interview?

Some of the top questions asked at the American Express Software Engineer II interview -

  1. Explain oop concepts class, encapsulation ...read more
  2. Explain Singleton design patte...read more
  3. Oops concept amd design patterns as...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Citicorp Interview Questions
3.7
 • 560 Interviews
Wells Fargo Interview Questions
3.9
 • 557 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
UBS Interview Questions
4.0
 • 335 Interviews
BNY Interview Questions
4.0
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 302 Interviews
View all
American Express Software Engineer II Salary
based on 46 salaries
₹14 L/yr - ₹30.9 L/yr
47% more than the average Software Engineer II Salary in India
View more details

American Express Software Engineer II Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.0

Skill development

4.5

Work-life balance

3.4

Salary

4.5

Job security

3.4

Company culture

2.9

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Business Analyst
870 salaries
unlock blur

₹10.1 L/yr - ₹17 L/yr

Assistant Manager
706 salaries
unlock blur

₹14 L/yr - ₹42 L/yr

Senior Analyst
577 salaries
unlock blur

₹5.3 L/yr - ₹23 L/yr

Analyst
571 salaries
unlock blur

₹12.2 L/yr - ₹27 L/yr

Lead Analyst
497 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Explore more salaries
Compare American Express with

MasterCard

4.0
Compare

Visa

3.6
Compare

PayPal

3.9
Compare

State Bank of India

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