Upload Button Icon Add office photos

MasterCard

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

MasterCard SDE Interview Questions and Answers

Updated 15 Nov 2024

MasterCard SDE Interview Experiences

3 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 Coding Questions of moderate level .

Round 2 - Technical 

(3 Questions)

  • Q1. DBMS Project asked in deep.
  • Q2. Basic codes to write e.g. Insertion , Deletion in Linkedlist
  • Q3. As i haved added ML project. They go into algorithms detailed explanation.
Round 3 - HR 

(2 Questions)

  • Q1. Ask Questions abt family background.
  • Q2. Few more details about your future plan.

SDE Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very easy online coding round

Round 2 - One-on-one 

(2 Questions)

  • Q1. E mail classifier using ML
  • Ans. 

    Email classifier using ML

    • Use supervised learning algorithms like Naive Bayes or Support Vector Machines

    • Preprocess email data by tokenizing, removing stop words, and stemming

    • Split data into training and testing sets for model evaluation

    • Evaluate model performance using metrics like accuracy, precision, recall, and F1 score

  • Answered by AI
  • Q2. What do you think about chatgot

Skills evaluated in this interview

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

SDE Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Different scopes of a bean
  • Ans. 

    The different scopes of a bean in software development.

    • Singleton: A single instance of the bean is created and shared across the application.

    • Prototype: A new instance of the bean is created every time it is requested.

    • Request: A new instance of the bean is created for each HTTP request.

    • Session: A new instance of the bean is created for each user session.

    • Global session: A new instance of the bean is created for each glob

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

Visa user image Anonymous

posted on 5 Sep 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome check standard leetcode question pretty easy
  • Q2. Why Visa inc etc etc standard hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience only one interview and be thourouh with resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 easy level dsa ques

Round 2 - Technical 

(2 Questions)

  • Q1. A simple 2d matrix ques
  • Q2. Ques on computer networks and projects

SDE Interview Questions & Answers

Paytm user image Anonymous

posted on 6 Aug 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It consist of 3 questions on hackerrank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dont remember the exact it was related to array manipulation
  • Q2. Dont remember the exact but it was string manipulation

SDE Interview Questions & Answers

Paytm user image Anonymous

posted on 12 Nov 2024

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

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

Round 1 - Coding Test 

1 easy question based on string and core subjects amd project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of react
  • Q2. Dsa questions on tree

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

Interview Questionnaire 

1 Question

  • Q1. Asked about career expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and be confident

I was interviewed before Jan 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.

  • Q1. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset with a particular sum exists

    • Iterate through the array and update the 2D array accordingly

    • Check if the value at the end of the iteration is true for the given K

  • Answered by AI
  • Q2. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal in a disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to print the traversal sequence in the correct order.

    • Handle disconnected components by checking for unvisited nodes.

    • Follow the BFS approach of exploring neighbors before moving to the next level.

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.

  • Q1. 

    Replace Spaces in a String

    Given a string STR consisting of words separated by spaces, your task is to replace all spaces between words with the characters "@40".

    Input:

    The first line contains an integ...
  • Ans. 

    Replace spaces in a string with '@40'.

    • Iterate through each character in the string

    • Replace spaces with '@40'

    • Return the modified string

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

MasterCard Interview FAQs

How many rounds are there in MasterCard SDE interview?
MasterCard interview process usually has 2 rounds. The most common rounds in the MasterCard interview process are Technical, Coding Test and HR.
What are the top questions asked in MasterCard SDE interview?

Some of the top questions asked at the MasterCard SDE interview -

  1. E mail classifier using...read more
  2. Different scopes of a b...read more
  3. As i haved added ML project. They go into algorithms detailed explanati...read more

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

INTERVIEWS

RupeeRedee

No Interviews

SALARIES

JP Associates

SALARIES

Crowe Horwath

SALARIES

JP Associates

LIST OF COMPANIES

Liquiloans

Overview

Tell us how to improve this page.

MasterCard SDE Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

SDE Interview Questions from Similar Companies

PhonePe SDE Interview Questions
4.0
 • 3 Interviews
Razorpay SDE Interview Questions
3.6
 • 3 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
HighRadius SDE Interview Questions
2.9
 • 2 Interviews
Visa SDE Interview Questions
3.5
 • 1 Interview
View all
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