Skip to content

Mastercard placement papers 2024

Mastercard placement papers 2024. Primary filter: Mastercard Codility / OA. Focus: DSA, payments concepts, system design.

Mastercard Aptitude Mock Quiz

Timed placement-style MCQs with score and explanations after you submit. Use it to check speed and accuracy before the real test.

Questions15
Time10 min

Sample Mastercard Questions with Solutions

Section titled “Sample Mastercard Questions with Solutions”

Practice-style questions (not leaked live papers).

Coding Q1: Valid parentheses

Approach: Stack matching.

Complexity: O(n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q2: Two Sum

Approach: Hash map complements.

Complexity: O(n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q3: Longest substring without repeat

Approach: Sliding window + last index.

Complexity: O(n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q4: Merge intervals

Approach: Sort + merge.

Complexity: O(n log n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q5: Top K frequent

Approach: Count + heap.

Complexity: O(n log k)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q6: Linked list cycle

Approach: Floyd tortoise-hare.

Complexity: O(1) space

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q7: Level order traversal

Approach: BFS queue.

Complexity: O(n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q8: Coin change min coins

Approach: DP unbounded.

Complexity: O(amount*coins)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q9: Binary search

Approach: Lo/hi mid.

Complexity: O(log n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

Coding Q10: Kadane max subarray

Approach: Running best.

Complexity: O(n)

Mastercard tip: Narrate brute force then optimize then edge cases before coding.

How the Mastercard Codility / OA Usually Feels

Section titled “How the Mastercard Codility / OA Usually Feels”

Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Mastercard, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include Java, Python, C++.

Area Why it matters at Mastercard
DSA Primary shortlist signal
Core CS (OOPs/DBMS/OS) Technical interview depth
Payments Networks awareness Managerial / HR differentiation
Communication Especially for consulting and client-facing GSIs
  1. Days 1-3: pattern familiarization + 2 sectional mocks
  2. Days 4-7: weak-topic closed practice
  3. Days 8-10: full mocks every other day
  4. Days 11-14: interview narration + light revision

Aptitude

Drills

Coding

DSA

OA

Assessment

Hub

Mastercard

Visa · PayPal · American Express · PhonePe · Stripe · Google