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 18 Jun 2024

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

I appeared for an interview 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 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 Asked at Other Companies

asked in TechnipFMC
Q1. 4. What is difference between radiography testing (RT) and ultras ... read more
Q2. What are the design patterns that you know about
asked in TechnipFMC
Q3. 7. What is essential variables and non-essential variables ?
Q4. Write sample classes spring boot … entity service and controller ... read more
asked in TechnipFMC
Q5. 2. Do you know about MRB (Manufacturing record book)?

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

L2 Engineer Jobs at American Express

View all

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linear Regression, Market Basket Analysis, Time Series Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your CV simple. Dont put random concepts on your CV that you have no idea of just to make your CV attractive. Always remember, if you are shortlisted for interviews, the recruiters have a good feel about you. Your CV should be crisp and simple and put/write concepts you are thorough with and have a detailed idea in. Prepare well. Prepare smart.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Conflict management
  • Q2. Financial forecasting and vendor management
  • Q3. Alteryx, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be prepared.
- Read the JD to understand the probable questions.
- Ask your queries and understanding about the requirements.
- Smile
- Be yourself
- Prepare introduction in line with the job

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 22 Sep 2021

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know about hedge funds?
  • Ans. 

    Hedge funds are investment funds that use various strategies to generate high returns for their investors.

    • Hedge funds are typically only available to accredited investors due to their high-risk nature.

    • They often use leverage and derivatives to amplify returns.

    • Hedge funds can invest in a wide range of assets, including stocks, bonds, commodities, and currencies.

    • Some famous hedge funds include Bridgewater Associates, Ren...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Show good interest in learning new things

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 17 Oct 2021

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked mostly about my profile and there expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two technical rounds and it was of 30 - 40 mins long and interviewer was friendly and made me confortable with them.

Interview Questionnaire 

1 Question

  • Q1. Different types of risk in finance
  • Ans. 

    Different types of risk in finance include market risk, credit risk, liquidity risk, operational risk, and legal risk.

    • Market risk refers to the potential for losses due to changes in market conditions, such as fluctuations in interest rates, exchange rates, or stock prices.

    • Credit risk is the risk of default by borrowers or counterparties, leading to potential losses for lenders or investors.

    • Liquidity risk is the risk o...

  • Answered by AI

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.

American Express L2 Engineer Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 575 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
BNY Interview Questions
3.9
 • 347 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all
American Express L2 Engineer Salary
based on 221 salaries
₹12.4 L/yr - ₹33 L/yr
129% more than the average L2 Engineer Salary in India
View more details

American Express L2 Engineer Reviews and Ratings

based on 22 reviews

4.3/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.8

Salary

4.1

Job security

4.4

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 22 Reviews and Ratings
Engineer II

Bangalore / Bengaluru

2-8 Yrs

Not Disclosed

Engineer II

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Engineer II

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

Explore more jobs
Business Analyst
814 salaries
unlock blur

₹9.5 L/yr - ₹16.7 L/yr

Assistant Manager
709 salaries
unlock blur

₹14.4 L/yr - ₹42 L/yr

Senior Analyst
597 salaries
unlock blur

₹6 L/yr - ₹24.5 L/yr

Analyst
578 salaries
unlock blur

₹12.3 L/yr - ₹27 L/yr

Lead Analyst
490 salaries
unlock blur

₹4.3 L/yr - ₹13 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
Did you find this page helpful?
Yes No
write
Share an Interview