PapersAdda

Infosys Exam Pattern 2026

9 min read
Exam Patterns
Advertisement Placement

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:

  1. Online Assessment (Infosys Aptitude Test)
  2. Technical Interview
  3. HR Interview

Section-Wise Exam Pattern

SectionNumber of QuestionsTime AllottedMarksDifficulty
Reasoning Ability1525 minutes15Moderate
Technical Ability1035 minutes10Moderate to Hard
Verbal Ability2020 minutes20Easy to Moderate
Mathematical Ability1035 minutes10Moderate
Pseudocode510 minutes5Moderate
Puzzle Solving410 minutes4Hard
Total64135 minutes64-

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

SectionDifficulty LevelKey Challenge
Reasoning AbilityModerateComplex logical deductions
Technical AbilityModerate to HardDeep CS concepts
Verbal AbilityEasy to ModerateTime management
Mathematical AbilityModerateCalculation accuracy
PseudocodeModerateUnderstanding logic flow
Puzzle SolvingHardComplex arrangements

Topic-Wise Weightage Table

Reasoning Ability (15 Questions)

TopicQuestions
Data Sufficiency3-4
Syllogisms3-4
Coding-Decoding2-3
Blood Relations2-3
Direction Sense2-3

Technical Ability (10 Questions)

TopicQuestions
Data Structures2-3
OOPs2-3
DBMS2-3
Algorithms1-2
OS/CN1-2

Verbal Ability (20 Questions)

TopicQuestions
Reading Comprehension8-10
Sentence Correction3-4
Para Jumbles3-4
Error Detection3-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

  1. Practice logical reasoning questions daily
  2. Learn Venn diagram techniques
  3. Master syllogism solving shortcuts
  4. Solve previous year papers

Technical Ability

  1. Revise core CS subjects thoroughly
  2. Focus on data structures and OOPs
  3. Study DBMS basics (SQL, normalization)
  4. Understand operating system concepts

Verbal Ability

  1. Read newspapers and articles daily
  2. Practice RC passages from diverse topics
  3. Build vocabulary systematically
  4. Focus on grammar rules

Mathematical Ability

  1. Practice mental calculations
  2. Learn shortcut formulas
  3. Focus on DI and data sufficiency
  4. Solve 20-30 problems daily

Pseudocode

  1. Practice flowchart reading
  2. Understand loop patterns
  3. Trace code execution manually
  4. Solve algorithm-based questions

Puzzle Solving

  1. Practice seating arrangements
  2. Solve scheduling problems
  3. Work on blood relation puzzles
  4. Use elimination techniques

YearOverall Cut-offSectional Cut-off
202355-60%50% per section
202460-65%55% per section
202565-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:

ProgramPackageAdditional Rounds
Infosys SP (Specialist Programmer)8-9 LPAAdvanced coding round
Infosys DSE (Digital Specialist Engineer)6-7 LPADigital 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! 🎯

Advertisement Placement

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

Share this article: