Aptitude
Visa placement papers 2025
Overview
Section titled “Overview”Visa placement papers 2025. Primary filter: Visa Online Assessment. Focus: DSA, distributed systems, payments.
Visa 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.
Quantitative
The HCF of 36 and 48 is:
36 = 2²×3², 48 = 2⁴×3 → HCF = 2²×3 = 12.
Quantitative
If "TECHNOLOGY" is coded as "VGEPQMQNA", how is "COMPUTER" coded?
Pattern: Each letter shifted by +2 T→V, E→G, C→E, H→J, N→P, O→Q, L→N, O→Q, G→I, Y→A COMPUTER: C→E, O→Q, M→O, P→R, U→W, T→V, E→G, R→T
Quantitative
A shopkeeper marks goods 40% above cost and gives a 10% discount. Profit % is:
SP = 1.4 × 0.9 × CP = 1.26 CP → 26% profit.
Reasoning
Find next number: 2, 5, 10, 17, 26, ?
Pattern: Differences are 3, 5, 7, 9 (odd numbers) Next difference = 11 Next number = 26 + 11 = 37
Quantitative
The ratio of the ages of two persons is 4:3. After 6 years, the ratio becomes 9:7. What are their present ages?
Let present ages be 4x and 3x After 6 years: (4x + 6)/(3x + 6) = 9/7 7(4x + 6) = 9(3x + 6) 28x + 42 = 27x + 54 x = 12 Present ages: 4×12 = 48 years, 3×12 = 36 years
Verbal
Synonym of "Scarce":
Scarce means rare or insufficient.
Verbal
Identify the error type: "He don't know the answer."
He doesn't / does not - subject-verb agreement.
Quantitative
The ratio of two numbers is 3:4. If their sum is 84, find the numbers.
Let the numbers be 3x and 4x Sum = 3x + 4x = 7x = 84 x = 12 Numbers = 3(12) = 36 and 4(12) = 48
Reasoning
All roses are flowers. Some flowers fade quickly. Conclusion: All roses fade quickly.
Only some flowers.
Verbal
A tap fills a tank in 5 hours, and another tap empties it in 7 hours. How long will it take to fill the tank if both taps are open?
Filling tap fills 1/5 of tank per hour Emptying tap empties 1/7 of tank per hour Net filling = 1/5 - 1/7 = (7-5)/35 = 2/35 per hour Time to fill = 1 / (2/35) = 35/2 = 17.5 hours
Reasoning
Odd one out: Triangle, Square, Circle, Rectangle
Circle has no straight sides.
Reasoning
How many 9s are there between 1 and 100?
9,19,29,39,49,59,69,79,89,90–99 → 20 nines.
Quantitative
The sum of ages of 5 children born at intervals of 3 years is 50 years. Find the age of the youngest child.
Let youngest child's age = x Ages: x, x+3, x+6, x+9, x+12 Sum = 5x + 30 = 50 5x = 20 x = 4 years
Verbal
She is good _____ mathematics.
Good at a subject.
Reasoning
All pens are books. Some books are papers. Conclusion: Some pens are papers.
No definite overlap between pens and papers.
Your score
0/15(0%)
Review
Sample Visa Questions with Solutions
Section titled “Sample Visa Questions with Solutions”Practice-style questions (not leaked live papers).
Coding Practice
Section titled “Coding Practice”Coding Q1: Merge intervals
Approach: Sort + merge.
Complexity: O(n log n)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q2: Top K frequent
Approach: Count + heap.
Complexity: O(n log k)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q3: Linked list cycle
Approach: Floyd tortoise-hare.
Complexity: O(1) space
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q4: Level order traversal
Approach: BFS queue.
Complexity: O(n)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q5: Coin change min coins
Approach: DP unbounded.
Complexity: O(amount*coins)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q6: Binary search
Approach: Lo/hi mid.
Complexity: O(log n)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q7: Kadane max subarray
Approach: Running best.
Complexity: O(n)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q8: Reverse a string in-place
Approach: Two pointers from ends.
Complexity: O(n)/O(1)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q9: Check prime
Approach: Trial division to sqrt(n).
Complexity: Handle n<2
Visa tip: Narrate brute force then optimize then edge cases before coding.
Coding Q10: Valid parentheses
Approach: Stack matching.
Complexity: O(n)
Visa tip: Narrate brute force then optimize then edge cases before coding.
Deep Prep Notes for Visa
Section titled “Deep Prep Notes for Visa”How the Visa Online Assessment Usually Feels
Section titled “How the Visa Online Assessment Usually Feels”Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Visa, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include Java, Python, C++.
Topic Weight Hints (Candidate-Reported)
Section titled “Topic Weight Hints (Candidate-Reported)”| Area | Why it matters at Visa |
|---|---|
| DSA | Primary shortlist signal |
| Core CS (OOPs/DBMS/OS) | Technical interview depth |
| Digital Payments awareness | Managerial / HR differentiation |
| Communication | Especially for consulting and client-facing GSIs |
14-Day Sprint
Section titled “14-Day Sprint”- Days 1-3: pattern familiarization + 2 sectional mocks
- Days 4-7: weak-topic closed practice
- Days 8-10: full mocks every other day
- Days 11-14: interview narration + light revision
Related
Section titled “Related”Coding
OA
Hub
Similar Companies
Section titled “Similar Companies”Mastercard · PayPal · Stripe · PhonePe · American Express · Google

