Upload Button Icon Add office photos

MasterCard

Compare button icon Compare button icon Compare

Filter interviews by

MasterCard Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top MasterCard Interview Questions and Answers

View all 110 questions

MasterCard Interview Experiences

Popular Designations

134 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic core Java, selenium questions
Round 2 - Technical 

(1 Question)

  • Q1. Selenium questions and code to solve
Round 3 - Technical 

(1 Question)

  • Q1. Api testing, core Java , selenium questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Typically Managerial round, checks for hypothetical scenarios which I have faced with my work experience

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding round - like Sorting Arrays and merge into one and probability related one
Round 2 - Technical 

(1 Question)

  • Q1. Though focus was on Selenium API Java and OOPs but lady who took my interview was focusing on syntax more than logic. It’s sad to see people are still looking for syntax in the interview
Round 3 - Technical 

(1 Question)

  • Q1. Casey study round
Round 4 - Behavioral 

(1 Question)

  • Q1. Simple questions related to Resume
MasterCard Interview Questions and Answers for Freshers
illustration image

Analytical Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create a list of decreasing integers along with date
  • Ans. 

    List of decreasing integers with dates

    • Create an array of strings with decreasing integers and corresponding dates

    • Start with the highest integer and oldest date, and decrease the integer with each subsequent date

    • Example: ['10 - 2022-01-01', '9 - 2022-01-02', '8 - 2022-01-03', ...]

  • Answered by AI
  • Q2. Customerz who have done transaction in more than 10 consecutive days
  • Ans. 

    To identify customers who have made transactions on more than 10 consecutive days.

    • Identify customers who have made transactions every day for at least 10 days in a row.

    • Check transaction history for each customer to determine consecutive days of transactions.

    • Create a list of customers who meet the criteria.

    • Consider using SQL queries or data visualization tools to analyze the data.

    • Example: Customer A made transactions on...

  • Answered by AI

Analytical Interview Questions asked at other Companies

Q1. Real life examples where SVM and ANN can help in solving a problem?
Add answer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on Javascript, C# and one question on coding

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

MasterCard interview questions for popular designations

 Senior Software Engineer

 (12)

 Software Engineer

 (10)

 Consultant

 (5)

 Devops Engineer

 (4)

 Software Developer

 (4)

 Java Developer

 (4)

 Data Engineer

 (4)

 Data Analyst

 (3)

Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. 1. Brief your existing/last Project architecture ? 2. Design patterns used in microservice architecture ?(Since my last project was microservices) 3. What is saga pattern? 4. 2 Scenario based question - Da...
  • Ans. 

    Answering questions related to microservice architecture, design patterns, Kafka cluster data loss prevention, and monitoring/recovery in Appdynamics.

    • My last project architecture was based on microservices, utilizing design patterns such as Circuit Breaker, Service Registry, and API Gateway.

    • Saga pattern is used in microservices to manage distributed transactions across multiple services.

    • In the event of data loss in a K...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Few more question on Architecture of application and failover scenarios How will you resolve conflict within team members ? How will you deal with the attitude of (if)any developer in the team ? Where do...

Skills evaluated in this interview

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)

Get interview-ready with Top MasterCard Interview Questions

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

I applied via LinkedIn

Round 1 - Technical 

(2 Questions)

  • Q1. What is collection framework
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • Collections framework simplifies the process of storing, retrieving, and manipulating data in Java programs.

    • It allows developers to work with collections of objects in a consistent and e...

  • Answered by AI
  • Q2. What is data driven testing
  • Ans. 

    Data driven testing is a testing approach where test cases are created based on data from external sources.

    • Test cases are designed based on input data and expected output data

    • Allows for testing multiple scenarios with different data sets

    • Reduces the need for manual intervention in test case creation and execution

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on selenium

Skills evaluated in this interview

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Jobs at MasterCard

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Micro services architecture
Round 2 - Technical 

(1 Question)

  • Q1. Java ,springboot
Round 3 - Technical 

(1 Question)

  • Q1. Springboot and java questions

Top MasterCard Senior Software Engineer Interview Questions and Answers

Q1. What if your application is down for 1 hour in one site in prod?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based questions

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

Software Engineer Interview Questions & Answers

user image Kumari Deeksha

posted on 19 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions, 1hr

Interview Preparation Tips

Topics to prepare for MasterCard Software Engineer interview:
  • DSA
  • OOPS
  • DBMS
  • Operating Systems
  • Computer Networking
  • Web Development

Top MasterCard Software Engineer Interview Questions and Answers

Q1. Java program to find sum and multplication of int inp ex: 123 return sum and addition
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you delete duplicate values
  • Ans. 

    To delete duplicate values, use SQL queries with DISTINCT keyword or programming languages like Python with sets.

    • In SQL, use SELECT DISTINCT to retrieve unique values

    • In Python, convert list to set to automatically remove duplicates

    • Use pandas library in Python to drop duplicates in a DataFrame

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

MasterCard Interview FAQs

How many rounds are there in MasterCard interview?
MasterCard interview process usually has 2-3 rounds. The most common rounds in the MasterCard interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for MasterCard 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 MasterCard. The most common topics and skills that interviewers at MasterCard expect are Information Security, Corporate Security, SQL, Agile Coaching and Automation Testing.
What are the top questions asked in MasterCard interview?

Some of the top questions asked at the MasterCard interview -

  1. If you are going to open an e-commerce website like Flipkart what will be the t...read more
  2. 3. How do you deal with senior customer when you don't have enough da...read more
  3. Guesstimate the number of people travelling by local metro in mum...read more
How long is the MasterCard interview process?

The duration of MasterCard interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

LIST OF COMPANIES

ACG Worldwide

Overview

SALARIES

JP Associates

INTERVIEWS

NeoGrowth Credit

No Interviews

INTERVIEWS

JP Associates

No Interviews

Tell us how to improve this page.

MasterCard Interview Process

based on 119 interviews

Interview experience

3.7
  
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
Paytm Interview Questions
3.3
 • 749 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
View all

MasterCard Reviews and Ratings

based on 723 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.8

Salary

3.8

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 723 Reviews and Ratings
Manager Tax

Gurgaon / Gurugram

7-12 Yrs

Not Disclosed

Lead Software Engineer

Pune

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
694 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
258 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
146 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MasterCard with

PayPal

3.9
Compare

Visa

3.5
Compare

American Express

4.2
Compare

Discover Financial Services

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