Infosys Exam Pattern 2026
Infosys Exam Pattern 2026 — Complete Guide
Last Updated: March 2026
Infosys is one of India's most prestigious IT companies and a dream employer for many engineering graduates. Known for its excellent training program and work culture, Infosys recruits thousands of freshers every year through its on-campus and off-campus drives.
Infosys Recruitment Process Overview
The Infosys selection process typically consists of:
- Online Assessment (Infosys Aptitude Test)
- Technical Interview
- HR Interview
Section-Wise Exam Pattern
| Section | Number of Questions | Time Allotted | Marks | Difficulty |
|---|---|---|---|---|
| Reasoning Ability | 15 | 25 minutes | 15 | Moderate |
| Technical Ability | 10 | 35 minutes | 10 | Moderate to Hard |
| Verbal Ability | 20 | 20 minutes | 20 | Easy to Moderate |
| Mathematical Ability | 10 | 35 minutes | 10 | Moderate |
| Pseudocode | 5 | 10 minutes | 5 | Moderate |
| Puzzle Solving | 4 | 10 minutes | 4 | Hard |
| Total | 64 | 135 minutes | 64 | - |
Detailed Section Breakdown
1. Reasoning Ability (25 Minutes - 15 Questions)
Tests logical reasoning and analytical skills.
Topics Covered:
- Data Sufficiency
- Logical Deduction
- Statement and Conclusion
- Syllogisms
- Coding-Decoding
- Blood Relations
- Direction Sense
- Pattern Recognition
Sample Questions:
Q1. Statements: All pens are books. Some books are pencils. No pencil is an eraser. Conclusions: I. Some books are not erasers II. Some pencils are pens
Which conclusion follows?
- a) Only I follows
- b) Only II follows
- c) Both follow
- d) Neither follows
Q2. If code for 'SYSTEM' is 'TUZWGM', what is the code for 'COMPUTE'?
- a) DQOSWXG
- b) DPORVXG
- c) DQORWXG
- d) DQPRVXG
2. Technical Ability (35 Minutes - 10 Questions)
Tests basic programming and computer science concepts.
Topics Covered:
- Data Structures
- Algorithms
- Object-Oriented Programming
- Database Management
- Operating Systems
- Computer Networks
- C/C++/Java Basics
Sample Questions:
Q3. What is the time complexity of binary search?
- a) O(n)
- b) O(log n)
- c) O(n log n)
- d) O(n²)
Q4. Which of the following is NOT a characteristic of Object-Oriented Programming?
- a) Encapsulation
- b) Inheritance
- c) Polymorphism
- d) Compilation
3. Verbal Ability (20 Minutes - 20 Questions)
Tests English language proficiency.
Topics Covered:
- Reading Comprehension (2 passages)
- Sentence Correction
- Fill in the Blanks
- Para Jumbles
- Error Detection
- Synonyms/Antonyms
- Sentence Completion
Sample Questions:
Q5. Identify the error in the sentence: The committee (a) / have submitted (b) / their report (c) / yesterday (d).
Q6. Choose the correct sentence:
- a) Neither he nor his friends was present
- b) Neither he nor his friends were present
- c) Neither he or his friends were present
- d) Neither his friends nor he were present
4. Mathematical Ability (35 Minutes - 10 Questions)
Tests quantitative aptitude and mathematical skills.
Topics Covered:
- Number System
- Percentages
- Profit and Loss
- Simple & Compound Interest
- Time and Work
- Time, Speed & Distance
- Permutation and Combination
- Probability
- Data Interpretation
Sample Questions:
Q7. A number when divided by 296 leaves 75 as remainder. What will be the remainder when the same number is divided by 37?
- a) 1
- b) 2
- c) 3
- d) 4
Q8. A man bought a shirt for ₹450 and sold it at a loss of 10%. He then bought another shirt with that money and sold it at a gain of 10%. What is his overall profit/loss?
- a) No profit no loss
- b) Loss of ₹4.50
- c) Profit of ₹4.50
- d) Loss of ₹9
5. Pseudocode (10 Minutes - 5 Questions)
Tests understanding of algorithm logic without actual coding.
Sample Questions:
Q9. What is the output of the following pseudocode?
integer x = 5, y = 10
while x < y:
x = x + 2
y = y - 1
end while
print x, y
- a) 7, 9
- b) 9, 8
- c) 8, 7
- d) 7, 8
Q10. What does this pseudocode calculate?
integer n, fact = 1
input n
for i from 1 to n:
fact = fact * i
end for
print fact
- a) Sum of first n numbers
- b) Factorial of n
- c) n raised to power n
- d) None of the above
6. Puzzle Solving (10 Minutes - 4 Questions)
Tests logical reasoning through puzzles.
Topics Covered:
- Seating Arrangements
- Scheduling Problems
- Blood Relation Puzzles
- Direction Puzzles
Sample Questions:
Q11. Five friends A, B, C, D, and E sit in a row. A sits at one end. E sits in the middle. B sits immediately to the right of E. D sits at the extreme right end. Who sits to the left of C?
- a) A
- b) B
- c) D
- d) E
Difficulty Level Analysis
| Section | Difficulty Level | Key Challenge |
|---|---|---|
| Reasoning Ability | Moderate | Complex logical deductions |
| Technical Ability | Moderate to Hard | Deep CS concepts |
| Verbal Ability | Easy to Moderate | Time management |
| Mathematical Ability | Moderate | Calculation accuracy |
| Pseudocode | Moderate | Understanding logic flow |
| Puzzle Solving | Hard | Complex arrangements |
Topic-Wise Weightage Table
Reasoning Ability (15 Questions)
| Topic | Questions |
|---|---|
| Data Sufficiency | 3-4 |
| Syllogisms | 3-4 |
| Coding-Decoding | 2-3 |
| Blood Relations | 2-3 |
| Direction Sense | 2-3 |
Technical Ability (10 Questions)
| Topic | Questions |
|---|---|
| Data Structures | 2-3 |
| OOPs | 2-3 |
| DBMS | 2-3 |
| Algorithms | 1-2 |
| OS/CN | 1-2 |
Verbal Ability (20 Questions)
| Topic | Questions |
|---|---|
| Reading Comprehension | 8-10 |
| Sentence Correction | 3-4 |
| Para Jumbles | 3-4 |
| Error Detection | 3-4 |
Sample Questions by Section
Additional Reasoning Questions
Q12. Statement: All successful people are hardworking. Some hardworking people are intelligent. Conclusion: All successful people are intelligent.
- a) True
- b) False
- c) Cannot be determined
Additional Technical Questions
Q13. Which data structure is best for implementing recursion?
- a) Queue
- b) Stack
- c) Linked List
- d) Array
Q14. What is the output of the following C code?
int arr[] = {1, 2, 3, 4, 5};
printf("%d", *(arr + 2));
- a) 1
- b) 2
- c) 3
- d) 4
Additional Mathematical Questions
Q15. If the ratio of ages of A and B is 3:4 and after 5 years it becomes 4:5, what is A's present age?
- a) 10
- b) 15
- c) 20
- d) 25
Preparation Strategy by Section
Reasoning Ability
- Practice logical reasoning questions daily
- Learn Venn diagram techniques
- Master syllogism solving shortcuts
- Solve previous year papers
Technical Ability
- Revise core CS subjects thoroughly
- Focus on data structures and OOPs
- Study DBMS basics (SQL, normalization)
- Understand operating system concepts
Verbal Ability
- Read newspapers and articles daily
- Practice RC passages from diverse topics
- Build vocabulary systematically
- Focus on grammar rules
Mathematical Ability
- Practice mental calculations
- Learn shortcut formulas
- Focus on DI and data sufficiency
- Solve 20-30 problems daily
Pseudocode
- Practice flowchart reading
- Understand loop patterns
- Trace code execution manually
- Solve algorithm-based questions
Puzzle Solving
- Practice seating arrangements
- Solve scheduling problems
- Work on blood relation puzzles
- Use elimination techniques
Cut-off Trends (Last 3 Years Approximate)
| Year | Overall Cut-off | Sectional Cut-off |
|---|---|---|
| 2023 | 55-60% | 50% per section |
| 2024 | 60-65% | 55% per section |
| 2025 | 65-70% | 60% per section |
Note: Infosys does not disclose exact cut-offs. These are estimates based on candidate experiences.
Infosys SP & DSE Program Details
Infosys also conducts special recruitment for higher packages:
| Program | Package | Additional Rounds |
|---|---|---|
| Infosys SP (Specialist Programmer) | 8-9 LPA | Advanced coding round |
| Infosys DSE (Digital Specialist Engineer) | 6-7 LPA | Digital assessment |
For detailed preparation, refer to our Infosys SP & DSE Placement Papers 2026.
Frequently Asked Questions (FAQs)
Q1. What is the duration of the Infosys online test? A: The total duration is approximately 135 minutes (2 hours 15 minutes).
Q2. Is there negative marking in Infosys exam? A: No, there is no negative marking in the Infosys online assessment.
Q3. What programming languages are tested in the technical section? A: Questions are generally language-agnostic but based on C, C++, Java, and Python concepts.
Q4. Can I switch between sections during the exam? A: No, you cannot go back to previous sections once the time for a section expires.
Q5. What is the best resource for Infosys preparation? A: Practice previous year papers, focus on logical reasoning, and study core CS fundamentals.
Additional Resources
All the best for your Infosys preparation! 🎯
Explore this topic cluster
More resources in Exam Patterns
Use the category hub to browse similar questions, exam patterns, salary guides, and preparation resources related to this topic.
More in Exam Patterns
More from PapersAdda
CRED Placement Papers 2026 | Freshers Exam Pattern, Syllabus & Questions
Infosys Interview Questions 2026
Infosys Off Campus 2026
Infosys Placement Papers 2026 with Solutions