Upload Button Icon Add office photos

Filter interviews by

American Express L2 Engineer Interview Questions and Answers

Updated 18 Jun 2024

American Express L2 Engineer Interview Experiences

3 interviews found

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2022

I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Coding Test 

My profile was for test automation, in the first round they gave 4 coding questions, it was live coding session, they were looking for optimum solution, time complexity should be less. And some basic questions on selenium, java

Round 2 - Technical 

(2 Questions)

  • Q1. Project experience related questions, testing questions
  • Q2. 3rd round was directorial round - managerial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding with less time complexity

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in May 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot questions
  • Q2. Core Java & Java 8 basics
Round 2 - One-on-one 

(2 Questions)

  • Q1. Threads using java8
  • Ans. 

    Java 8 introduced new features for working with threads, such as CompletableFuture and parallel streams.

    • Java 8 introduced CompletableFuture class for asynchronous programming.

    • Parallel streams in Java 8 allow for easy parallelization of operations on collections.

    • New methods like `join()` and `thenApply()` were added to the Thread class in Java 8.

  • Answered by AI
  • Q2. Maximum sub array

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 was good just asked simple java , spring boot basics. Interviewer was also friendly. In second round of interview interviewer was very very rude didn’t give me any chance to speak, kept cutting me in between, made me soo nervous that I couldn’t give my 100%. Very bad interview experience. Worst people would never want to work here if there are such rude and egoistic employees. Just because of him I couldn’t clear my round 2, totally time waste to interview with amex.

Skills evaluated in this interview

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Regarding React and front end normal questions

Round 2 - Technical 

(1 Question)

  • Q1. JS and React que

What people are saying about American Express

View All
thrillingswordfish
Verified Icon
1w
currently not working
Need Referral
Need referral in American Express Please let me know if there's anyone that could help me
Got a question about American Express?
Ask anonymously on communities.

L2 Engineer Jobs at American Express

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Experience about the cwork
  • Q2. Tools used in the current role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Test was for Web Development - React
75min test
3 Questions
1 Coding Question
2 Scenario based questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Optimization techniques
  • Q2. React Advantages
Round 3 - Behavioral 

(1 Question)

  • Q1. How to debug in production environment?
Round 4 - Behavioral 

(1 Question)

  • Q1. Challenges faced during work and how you overcome?
Round 5 - HR 

(1 Question)

  • Q1. Why you choose Wells fargo over other offers?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java difference between Finally, Finalize
  • Ans. 

    Finally is a block of code that always executes, while Finalize is a method used for cleanup before an object is garbage collected.

    • Finally block is used in exception handling to ensure certain code is always executed, regardless of whether an exception is thrown or not.

    • Finalize method is called by the garbage collector before an object is reclaimed.

    • Finally block is used in try-catch-finally blocks, while Finalize metho...

  • Answered by AI
  • Q2. Programming question - Find second largest string from a given sentence
  • Ans. 

    Find the second largest string from a given sentence

    • Split the sentence into an array of strings

    • Sort the array based on string length

    • Return the second last element in the sorted array

  • Answered by AI
  • Q3. Difference between AWS cloud front and cloud formation
  • Ans. 

    AWS CloudFront is a content delivery network (CDN) service, while AWS CloudFormation is an infrastructure as code service.

    • CloudFront is used to deliver content to end users with low latency and high data transfer speeds.

    • CloudFormation is used to automate the deployment of infrastructure resources in a repeatable and predictable manner.

    • CloudFront is a CDN service that caches content at edge locations to reduce latency, ...

  • Answered by AI
  • Q4. How to improve performance in react js ?
  • Ans. 

    To improve performance in React JS, optimize rendering, minimize re-renders, use virtualization, lazy loading, code splitting, and memoization.

    • Optimize rendering by using shouldComponentUpdate or React.memo for functional components

    • Minimize re-renders by using PureComponent or memoization techniques like useMemo or useCallback

    • Use virtualization for long lists or tables to render only the visible items

    • Implement lazy loa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience with interviewer.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is list comprehension
  • Ans. 

    List comprehension is a concise way to create lists in Python by applying an expression to each item in an iterable.

    • List comprehension is written inside square brackets []

    • It consists of an expression followed by a for clause, then zero or more if clauses

    • Example: squares = [x**2 for x in range(10)]

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Apache Spark is a distributed computing system that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

    • Apache Spark follows a master-slave architecture with a driver program that communicates with a cluster manager to distribute work across worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) as the basic data structure, which are immutable distributed collect...

  • Answered by AI
Round 2 - Coding Test 

Write code for palindtomr

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for finding palindrome of a string
  • Ans. 

    Code to find palindrome of a string

    • Iterate through the string from both ends and compare characters

    • Use two pointers, one starting from the beginning and one from the end

    • If characters at both pointers match, continue checking until they meet in the middle

    • If all characters match, the string is a palindrome

  • Answered by AI
  • Q2. What is dynamic memory allocation in Java
  • Ans. 

    Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.

    • Dynamic memory allocation allows for objects to be created and destroyed during program execution.

    • The 'new' keyword is used to dynamically allocate memory for objects in Java.

    • Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.

    • Example: int[] arr = new int[5]; dynamically a

  • Answered by AI
  • Q3. You are designing an e commerce website which database will you choose and what will you use for authentication given that you can't use JWT or even third party like Google authentication
  • Ans. 

    I would choose a relational database like MySQL and implement a custom authentication system using session management.

    • Choose a relational database like MySQL for storing user data, product information, and orders.

    • Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.

    • Use encryption techniques to store and validate user passwords securely.

    • Util...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Find the character with the maximum frequency
  • Ans. 

    Iterate through each character in the array of strings and keep track of the frequency of each character. Return the character with the maximum frequency.

    • Create a dictionary to store the frequency of each character

    • Iterate through each string in the array and then through each character in the string

    • Update the frequency count of each character in the dictionary

    • Return the character with the maximum frequency

  • Answered by AI
  • Q2. Valid parenthesis
Round 2 - Technical 

(1 Question)

  • Q1. Have you used Junit? What is the difference between SQl and NoSQl Databases? have you worked with Kafka? Kafka based questions. explain dockerization/ containerization. which java8 feature did you work wit...
  • Ans. 

    Yes, I have experience with Junit, SQL and NoSQL databases, Kafka, Dockerization, Java 8 features, stream() operations, and shell scripting in Unix.

    • I have used Junit for unit testing in Java projects.

    • SQL databases are relational databases that use structured query language for data manipulation, while NoSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.

    • I have work...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the most complex sql query you have written till date. Why did you use nested query to achieve your goal? explain the query. which join did you use in the query. have you implemented hashset? how w...
  • Ans. 

    The most complex SQL query involved nested queries for data manipulation. Used inner join. Implemented hashset and avoided trees due to their drawbacks.

    • Nested SQL query used for complex data manipulation

    • Inner join used for combining data from multiple tables

    • Implemented hashset for efficient data storage and retrieval

    • Avoided trees due to their drawbacks such as unbalanced structure and slower traversal times

  • Answered by AI
  • Q2. Find and replace words in a file using shell scripting. add an index in the beginning of each line in a file using shell scripting. what is multithreading? difference between single threaded and multithrea...
  • Ans. 

    Shell scripting for find and replace, adding index to lines, multithreading, hashmap vs hashtable, stack vs queue

    • Use sed command for find and replace in shell scripting

    • Use awk command to add an index at the beginning of each line in a file

    • Multithreading is the ability of a CPU to execute multiple threads concurrently

    • Single threaded means only one thread is executed at a time, while multithreaded allows multiple threads...

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

(1 Question)

  • Q1. Behavioral questions- tell me about yourself. do you have any questions for us?

Interview Preparation Tips

Topics to prepare for Fidelity Investments Software Engineer interview:
  • DSA
  • SQL
  • Shell Scripting
  • Kafka
Interview preparation tips for other job seekers - Depends on the team your interviewing with but I personally felt their interviews are un-structured. The questions were not based on my experience.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Describe your work in current project
  • Ans. 

    I am currently working on developing a web application for a client in the e-commerce industry.

    • Developing front-end using React.js and back-end using Node.js

    • Implementing payment gateway integration for seamless transactions

    • Optimizing website performance for better user experience

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Describe the current design of the project
  • Ans. 

    The current design of the project is a microservices architecture with a front-end built using React and a back-end using Node.js.

    • Microservices architecture is used for scalability and flexibility

    • Front-end is developed using React for a dynamic user interface

    • Back-end is built with Node.js for server-side logic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial round interviewers were very rude and felt like they were forced to take interview.

American Express Interview FAQs

How many rounds are there in American Express L2 Engineer interview?
American Express interview process usually has 2 rounds. The most common rounds in the American Express interview process are Coding Test, Technical and One-on-one Round.
How to prepare for American Express L2 Engineer 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 Finance, Career Development, Open Source, Agile and Python.
What are the top questions asked in American Express L2 Engineer interview?

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

  1. Threads using ja...read more
  2. Project experience related questions, testing questi...read more
  3. 3rd round was directorial round - managerial questi...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
Wells Fargo Interview Questions
3.9
 • 550 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
UBS Interview Questions
4.0
 • 345 Interviews
BNY Interview Questions
4.0
 • 325 Interviews
Morgan Stanley Interview Questions
3.7
 • 297 Interviews
Citicorp Interview Questions
3.7
 • 276 Interviews
View all
American Express L2 Engineer Salary
based on 199 salaries
₹11.3 L/yr - ₹31.4 L/yr
135% more than the average L2 Engineer Salary in India
View more details

American Express L2 Engineer Reviews and Ratings

based on 15 reviews

4.3/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.4

Salary & Benefits

4.1

Job Security

4.2

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 15 Reviews and Ratings
Engineer II

Bangalore / Bengaluru

2-7 Yrs

₹ 13-30 LPA

Engineer II

Bangalore / Bengaluru

2-7 Yrs

₹ 13-30 LPA

Engineer II

Hubli,

Mangaluru

+3

1-5 Yrs

Not Disclosed

Explore more jobs
Business Analyst
877 salaries
unlock blur

₹8.6 L/yr - ₹18 L/yr

Assistant Manager
691 salaries
unlock blur

₹14 L/yr - ₹42 L/yr

Senior Analyst
570 salaries
unlock blur

₹5.2 L/yr - ₹23 L/yr

Lead Analyst
548 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Analyst
509 salaries
unlock blur

₹12.5 L/yr - ₹27 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview