Upload Button Icon Add office photos

Filter interviews by

American Express Engineer 1 Interview Questions and Answers

Updated 28 Jun 2024

American Express Engineer 1 Interview Experiences

2 interviews found

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on Core java
  • Q2. Questions on project process

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Simple coding test on string manipulation

Round 2 - Technical 

(1 Question)

  • Q1. Ascyn service use cases
Round 3 - Behavioral 

(1 Question)

  • Q1. More of a behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - American express interviews are easy to crack just have moderate knowledge on your tech stack

Engineer 1 Interview Questions Asked at Other Companies

Q1. What is the important of optical fiber for communication
asked in Deloitte
Q2. What do you feel is a good solution for implementing features rel ... read more
Q3. which CAD softwares do you have hands on experience?
Q4. Knowledge about CT/PT and their application/Functions ?
Q5. What are the basics of fiber?

Engineer 1 Jobs at American Express

View all

Interview questions from similar companies

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

Aptitude was very basic.

Round 2 - Technical 

(2 Questions)

  • Q1. What is constant?
  • Ans. 

    A constant is a value that does not change during the execution of a program.

    • Constants are used to store values that remain the same throughout the program.

    • They are declared using the 'const' keyword in many programming languages.

    • Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).

  • Answered by AI
  • Q2. What is object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Work culture description
  • Ans. 

    Our work culture is collaborative, innovative, and focused on continuous learning and growth.

    • Encourages teamwork and open communication

    • Emphasizes creativity and problem-solving

    • Provides opportunities for professional development

    • Values diversity and inclusion

    • Promotes a healthy work-life balance

  • Answered by AI

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
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 were 2 interview rounds.

Round 1 - Coding Test 

Basic program with stream

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture
  • Q2. Crud operations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly related to dotnet, application security, coding standards, authentication Authorization, caching, API, MIDDLEWARE
Round 2 - Technical 

(1 Question)

  • Q1. Similar to first round but more related to project
Round 3 - HR 

(1 Question)

  • Q1. Mostly company culture was informed.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online coding round was conducted .

Round 2 - Technical 

(1 Question)

  • Q1. Java question, selenium questions, testing
Round 3 - HR 

(1 Question)

  • Q1. Why, how when how much
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We had Aptitude and 2 Coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Data Structure and Algo
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad

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 - Coding Test 

Data Structures and Algorithms

Round 3 - One-on-one 

(1 Question)

  • Q1. Data structures and Algorithms
Round 4 - One-on-one 

(1 Question)

  • Q1. Data Structures And Algorithms
Round 5 - Behavioral 

(1 Question)

  • Q1. Basic understanding of the resume, resume based question, web based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused, positive minded be interactive with the interviwer
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills

American Express Interview FAQs

How many rounds are there in American Express Engineer 1 interview?
American Express interview process usually has 2 rounds. The most common rounds in the American Express interview process are Technical, Coding Test and Behavioral.
How to prepare for American Express Engineer 1 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 Monitoring.
What are the top questions asked in American Express Engineer 1 interview?

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

  1. More of a behavioural questi...read more
  2. Questions on Core j...read more
  3. Questions on project proc...read more

Tell us how to improve this page.

American Express Engineer 1 Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

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.5k Interviews
Wells Fargo Interview Questions
3.9
 • 569 Interviews
Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
BNY Interview Questions
3.9
 • 340 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
View all
American Express Engineer 1 Salary
based on 150 salaries
₹16.1 L/yr - ₹39.8 L/yr
345% more than the average Engineer 1 Salary in India
View more details

American Express Engineer 1 Reviews and Ratings

based on 18 reviews

4.3/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

4.2

Salary

4.4

Job security

4.4

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 18 Reviews and Ratings
Engineer I

Gurgaon / Gurugram

6-8 Yrs

₹ 22-32.65 LPA

Engineer I

Bangalore / Bengaluru

5-12 Yrs

Not Disclosed

Engineer I

Bangalore / Bengaluru

5-12 Yrs

Not Disclosed

Explore more jobs
Business Analyst
851 salaries
unlock blur

₹9.9 L/yr - ₹17 L/yr

Assistant Manager
713 salaries
unlock blur

₹14 L/yr - ₹42 L/yr

Senior Analyst
585 salaries
unlock blur

₹5.9 L/yr - ₹23 L/yr

Analyst
501 salaries
unlock blur

₹13.1 L/yr - ₹27.5 L/yr

Lead Analyst
492 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Explore more salaries
Compare American Express with

MasterCard

3.9
Compare

Visa

3.5
Compare

PayPal

3.9
Compare

State Bank of India

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