Upload Button Icon Add office photos

American Express

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

American Express Pget Interview Questions and Answers

Updated 30 Aug 2015

American Express Pget Interview Experiences

2 interviews found

Pget Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

6 Questions

  • Q1. Why Do you Want to Join American Express?
  • Q2. Explain the solution which won you the third prize in “Analyze this” competition
  • Ans. 

    The solution that won me the third prize in the 'Analyze this' competition was a machine learning model.

    • I developed a machine learning model using Python and scikit-learn library.

    • The model was trained on a large dataset of customer data and their purchasing behavior.

    • It used various features such as age, gender, income, and previous purchase history to predict the likelihood of a customer making a purchase.

    • I used cross-...

  • Answered by AI
  • Q3. What do you mean by Credit Risk and how will you try to analyse a person’s credit risk?
  • Ans. 

    Credit risk refers to the potential for loss due to a borrower's failure to repay a loan or meet their financial obligations.

    • Credit risk is the risk that a borrower may default on their loan or fail to meet their financial obligations.

    • To analyze a person's credit risk, various factors are considered such as their credit history, income level, employment stability, and debt-to-income ratio.

    • Credit risk analysis involves ...

  • Answered by AI
  • Q4. What do you mean by fraud risk and how will identify a fraud in which a person steals your customer’s credit card?
  • Ans. 

    Fraud risk refers to the potential for fraudulent activities to occur. Identifying credit card fraud involves monitoring transactions and detecting suspicious patterns.

    • Fraud risk is the possibility of fraudulent activities happening, such as unauthorized use of credit cards.

    • To identify credit card fraud, monitor transactions for any suspicious or unusual activity.

    • Look for patterns like multiple transactions from differ...

  • Answered by AI
  • Q5. Describe in detail any one of your extra curricular achievements in detail
  • Q6. A case study regarding the problems of cash on delivery and the methods to solve them

Interview Preparation Tips

Round: Resume Shortlist
Experience: Prepare a decent CV highlighting your academic credentials,relevant projects related to modelling (any kind) and explain in detail a couple of extra-curricular achievements.
Tips: Do not fake anything in the CV as they examine and quiz you on your CV thoroughly.

Round: Test
Experience: The test had multiple choice questions and assessed quantitative skills and math ability. No question on verbal ability were asked. There was no negative marking.
Tips: Prepare probability and permutations & combinations thoroughly.
Duration: 60 minutes

Round: Interview
Tips: Make sure your answers are to the point and relevant.Take your time while answering the questions.

Round: Interview
Tips: Stay true to yourself.

Skill Tips: Requires excellent Maths and Quantitative ability. Software skills are not asked for.
College Name: IIT KHARAGPUR

Pget Interview Questions & Answers

user image Prakruthi P

posted on 9 Mar 2015

Interview Questionnaire 

2 Questions

  • Q1. Explain the mathematics involved in recognising speech data
  • Ans. 

    Mathematics involved in recognizing speech data

    • Speech recognition involves statistical modeling and pattern recognition techniques

    • Mathematical algorithms are used to convert speech signals into digital representations

    • Signal processing techniques like Fourier analysis and wavelet transforms are used

    • Hidden Markov Models (HMMs) are commonly used for speech recognition

    • Statistical language models are used to improve recogni...

  • Answered by AI
  • Q2. What interests you in Electrical? Some questions from resume based on positions of responsibility held, etc

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get resume ready early in the process, iterate and improvise based on reviews of seniors. Try getting reviews from friends across IITs (helps to get fresh perspectives and creative ways of writing - especially the POR section)

Round: Test
Experience: Mathematical puzzles and problems
Tips: Be quick - don't spend too much time on a single question
Duration: 90 minutes
Total Questions: 30

Round: Technical Interview
Experience: I wrote down all the involved equations and explained the process in brief. I had a project in speech in one of my earlier interns. Hence, the question was asked. I believe they tested my familiarity with the math stuff and the depth till which I have dug and understood in my earlier projects.
Tips: Be reasonably elaborate but precise. Be calm but show energy and excitement about answering questions, especially where significant amount of puzzle solving or math or problem solving is expected (bonus points for taking the pen out and listing down stuff or working out stuff on paper - to signify and convey things better)

Round: Behavioural Interview
Experience: Was very nice. Usually experienced people are sweet and nice in the interview. And it's nice to reciprocate the same and have a good meaningful discussion.
Tips: Be passionate about stuff you have done/worked on and explain it well. I also remember asking something about the firm to the interviewer, which showed my prior effort to know more about the firm. I believe that gave some brownie points (although I don't say it's absolutely necessary). For any interview, not just this firm, BE GENUINE. That's one most important aspect of an interview.

Skills: Problem solving skills, passion, quick learner
College Name: IIT MADRAS
Motivation: After two core internships, wanted a non-core internship. But after the internship, loved the team and the work they did. Hence, took the PPO!

Skills evaluated in this interview

Pget Interview Questions Asked at Other Companies

Q1. Bending Moment diagram of an indeterminate beam. And, how to find ... read more
Q2. We design rolling stock, specifically focusing on shell analysis ... read more
Q3. How do you design a building taking into account earthquake loads ... read more
Q4. What do you mean by fraud risk and how would you identify a fraud ... read more
Q5. What was the thought process during the conduction of Nucleus and ... read more

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about American Express?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project Overview BA/PO related questions Domain and Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up the domain learnings
Be confident of the behaviour questions as per the past and practical experience

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic accounts and finance questions
  • Q2. If you dont know answer better be straight forward about it

Interview Preparation Tips

Interview preparation tips for other job seekers - lot of round, pretty tough

I appeared for an interview in May 2017.

Interview Questionnaire 

6 Questions

  • Q1. Can string class be extended
  • Ans. 

    Yes, the string class can be extended in most programming languages.

    • Inheritance can be used to extend the functionality of the string class.

    • By creating a new class that inherits from the string class, additional methods and properties can be added.

    • Extending the string class allows for customization and adding specific functionality to strings.

    • Example: In Python, the string class can be extended by creating a new class ...

  • Answered by AI
  • Q2. What are the implecit object in JSP
  • Ans. 

    Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.

    • Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.

    • These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.

    • For example, the request object allows access to HTTP request parame...

  • Answered by AI
  • Q3. How does hash map works
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values.

    • Hash map stores key-value pairs

    • It uses a hash function to compute an index for each key

    • Collisions can occur when two keys hash to the same index

    • Hash maps provide fast access to values based on their keys

  • Answered by AI
  • Q4. Difference between string buffer and string builder
  • Ans. 

    StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.

    • StringBuffer is synchronized, making it safe for use in multi-threaded environments.

    • StringBuilder is not synchronized, making it faster but not thread-safe.

    • StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.

    • Both classes p...

  • Answered by AI
  • Q5. What is MVC
  • Ans. 

    MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the user interface.

    • Controller handles user input, updates the model, and interacts with the view.

    • MVC promotes separation of concerns and modularity in software development.

    • Example: In a web applica...

  • Answered by AI
  • Q6. What are the annotation used in RESTFULL web services
  • Ans. 

    Annotations used in RESTful web services

    • 1. @Path - Specifies the URI path for the resource

    • 2. @GET - Specifies that the method handles HTTP GET requests

    • 3. @POST - Specifies that the method handles HTTP POST requests

    • 4. @PUT - Specifies that the method handles HTTP PUT requests

    • 5. @DELETE - Specifies that the method handles HTTP DELETE requests

    • 6. @PathParam - Binds the value of a URI template parameter to a method paramete...

  • Answered by AI

Interview Preparation Tips

Skills: Java Application Development

Skills evaluated in this interview

I appeared for an interview in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to join Citi?
  • Ans. 

    I want to join Citi because of its global presence, strong reputation, and opportunities for growth.

    • Citi is a global company with a presence in over 100 countries, which provides an opportunity to work with diverse teams and gain international exposure.

    • Citi has a strong reputation in the financial industry, known for its expertise and innovative solutions.

    • Citi offers excellent career development opportunities, includin...

  • Answered by AI
  • Q2. 2. Why do you want a career in banking? And not consulting or finance?
  • Ans. 

    I am interested in a career in banking because of the opportunities for growth, the dynamic nature of the industry, and my passion for financial analysis.

    • Opportunities for growth: Banking offers a wide range of career paths and opportunities for advancement. I am excited about the potential to develop my skills and progress within the industry.

    • Dynamic nature of the industry: Banking is constantly evolving, with new tec...

  • Answered by AI
  • Q3. 3. How has the Indian Economy performed in the past 2 years?
  • Ans. 

    The Indian economy has experienced mixed performance in the past 2 years.

    • GDP growth rate has fluctuated

    • Demonetization and GST implementation impacted the economy

    • Unemployment rate has been a concern

    • Inflation has remained relatively low

    • Foreign direct investment has increased

    • Agricultural sector faced challenges due to weather conditions

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume had gotten shortlisted for the profile of an Analyst. This was the first stage.

Round: Group Discussion
Duration: 20 minutes

College Name: Lady Shri Ram College

Interview Preparation Tips

Round: Technical Interview
Experience: Technical on paper test questions:(dis was only for 12 among d 26 shortlisted ppl after apti...others directly had interviews)
5 wer selected in this test who wer nw sent for interviews
TECHNICAL INTERVIEW: (pls list the questions asked in all the rounds)
26 shortlisted after apti (14 directly for interviews & 12 had one more technical on paper test...mentioned above)
der wer min 2 technical rounds for each of them...max were 5

- You are given course dependencies
A->B,C
B->D
C->A
D->nothing
The above dependencies mean...if you want to take course A...you should take courses B and C first....To take B,Course D must be taken first....D is an independent course and can be taken without any prior requirements.
Now you are told these dependencies.Come up with an appropriate data structure to represent these dependencies.Then write a code that finds out all the courses that the student can take up...in this case the student can first take course D because its independent.Now that course D has been taken he can next take up B as it depends on B alone...But the courses A and C can never be taken because they depend on each other...So here all the courses that can be taken are B and D.
After i wrote the code....he asked for all possible test cases
-Given an array of length N....It can be filled with nos. only from 1 to N....find which nos are repeated in the array
-Given pointers to two nodes in a binary tree....find their least common ancestor...each node has pointer to only the parent node...not the left and right child..
-In a binary tree(Not necessarily a BST)...suppose the weight of any node is defined as the product of the key value of the node and the level of the node(Root at level 1)...find the node with maximum weight in the binary tree
-A sorted array of size n is right circularly rotated k times and this rotated array is given to you as input...Find out the value of k in log n time .
-There are some processes running at time T....and there are processes running at time T+30.
You have to find out
1)Which processes died at time T+30,which were alive at time T
2)Which are the new processes at time T+30,which were not there at time T
3)Which are the processes that were there at time T and are still running at time T+30
What data structure will you use to represent the process lists and write code to find out the answers to the 3 questions above
-Given a binary search tree...and a target sum...starting at the root...which all paths add up to the target sum?...if there are multiple paths....return the path with least no. of nodes.


College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: There were 25 MCQs and 2 case studies (one was guesstimate and other was a strategy case).

Round: Other Interview
Experience: We had 4 rounds of interviews, each lasting for about 15 minutes. In each one, they asked something from the resume and some puzzles, probability questions and this was again because I told them I like Maths. Last one was telephonic and they asked me about my family background.

General Tips: Be yourself. Prepare everything from your resume. Take a good sleep before the interview. Don't pretend to be over-smart and DO NOT argue with them.
Skills: Puzzle solving skills, Probability
College Name: IIT KANPUR

Interview Questionnaire 

1 Question

  • Q1. Probability based optimization problem
  • Ans. 

    Probability based optimization problem

    • Probability based optimization problems involve finding the optimal solution considering uncertain outcomes

    • These problems often require the use of mathematical models and statistical analysis

    • Examples include portfolio optimization, resource allocation, and production planning

    • Solving such problems involves determining the probabilities of different outcomes and optimizing the decisi...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Basic CAT level questions of Data Sufficiency
Tips: CAT preparation would help. Strong basics in High school mathematics needed, along with some smart thinking at times.
Duration: 30 minutes
Total Questions: 50

Round: Case Study Interview
Experience: 15 minutes given for an almost impossible to get an answer problem. Later asked to explain your solution. The approach matters much much more than the final answer.
Tips: Be cool, think basics. Don't forget elementary things that units conversion, unitary methods, probability distributions etc. If while explaining, you realize you actually made a mistake while attempting the problem, acknowledge it and explain the correct approach from there on, rather than trying to disguise your mistake.

Round: Technical Interview
Experience: Things like, why Citi, prior experience with data analytics, examples from real life for mathematical concepts highlighted in Resume. Some general awareness related questions asked!
Tips: Be thorough through the resume. Act smart and reply what they want to hear. It's okay to ask them for a few minutes in case you want to think before answering something rather than mumbling what comes to your mind first!

Round: HR Interview
Experience: Again things like why Citi, why analytics. This round seemed more out of formality than for selection.

General Tips: Keep calm, and take the interview as a conversation - unless it's a stress interview. Always take your time and think before you answer anything rather than mumbling out the first thing that comes to your mind.
Skills: Probability, Statistics, Analytical skills
College Name: IIT MADRAS
Motivation: Needed a break into the Finance sector!

American Express Interview FAQs

What are the top questions asked in American Express Pget interview?

Some of the top questions asked at the American Express Pget interview -

  1. What do you mean by fraud risk and how will identify a fraud in which a person ...read more
  2. What do you mean by Credit Risk and how will you try to analyse a person’s cr...read more
  3. Explain the solution which won you the third prize in “Analyze this” compet...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 616 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 510 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 307 Interviews
View all
Business Analyst
804 salaries
unlock blur

₹8.4 L/yr - ₹16 L/yr

Assistant Manager
761 salaries
unlock blur

₹10.7 L/yr - ₹42 L/yr

Analyst
662 salaries
unlock blur

₹6.8 L/yr - ₹28 L/yr

Senior Analyst
654 salaries
unlock blur

₹15.7 L/yr - ₹28 L/yr

Manager
504 salaries
unlock blur

₹16 L/yr - ₹55 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
write
Share an Interview