Interview Experience

Infosys Interview Experience 2025

The Infosys interview experience for 2025 is based on feedback collected from real candidates across different campuses and job roles. These first-hand insights help paint an authentic picture of the overall process and the kind of questions asked in each round.

According to student experiences, the Infosys interview process for freshers follows a structured, multi-stage format designed to assess cognitive ability, technical knowledge, communication, and problem-solving. While the number of rounds may differ by role, such as System Engineer, Operations Executive, or Digital Specialist Engineer, the core structure remains consistent across all profiles

Round 1: Online Assessment

The online assessment is the first and most important elimination round in the Infosys interview process. It is conducted on Infosys' proprietary platform or through third-party tools like InfyTQ and HackWithInfy (for specialized roles). This round evaluates a candidate's aptitude, logical reasoning, and programming fundamentals through timed, multiple-choice and output-based questions.

The assessment typically consists of several sections that test verbal ability, logical reasoning, quantitative aptitude, and in some cases, pseudo-code and automata fix for technical roles.

1. Verbal Ability (English Comprehension)

The Verbal Ability section evaluates your proficiency in English and your ability to interpret written information correctly. It focuses on improving overall communication accuracy and fluency. Key areas covered include:

  • Grammar
  • Sentence Correction
  • Fill in the Blanks
  • Reading Comprehension

The difficulty level is moderate, and effective time management is essential to perform well in this section.

Sample Questions

  1. The given sentence is grammatically incorrect:
    The group of students were excited about the field trip.
    Which of these choices is the grammatically correct alternative for the same?
    Options:
    A. The group of students are excited about the field trip.
    B. The groups of students were excited about the field trip.
    C. The group of students is excited about the field trip.
    D. The group of student were excited about the field trip.

  2. Which of these words has a similar meaning to the word 'meticulously' in the given sentence?
    She meticulously organized her notes, ensuring everything was in its proper place.
    Options:
    A. Carelessly
    B. Thoroughly
    C. Quickly
    D. Lazily

  3. The given sentence is grammatically incorrect.
    She enjoy reading books every evening.
    Which of these choices is the grammatically correct alternative for the same?
    Options:
    A. She enjoys reading book every evening.
    B. She enjoys to read books every evening.
    C. She enjoyed reading books every evening.
    D. She enjoy to read books every evening.

2. Logical Reasoning

The Logical Reasoning section measures your analytical and critical thinking skills through structured problem-solving exercises. It focuses on identifying patterns, drawing logical conclusions, and interpreting given data accurately. Common topics in this section are:

  • Puzzles
  • Number and Letter Series
  • Data Interpretation
  • Blood Relations
  • Syllogism
  • Seating Arrangement

This section is often considered the trickiest, requiring consistent practice and quick reasoning to solve questions efficiently within the time limit.

Sample Questions

  1. Two friends, C and D, received the same amount of money to spend. Which of the given statements is sufficient to determine how much money is left with C?
    Statement I: D bought snacks and used some of the money given by C. Now, C has one-third of what D has left.
    Statement II: The cashier at the snack shop returned $15 when D paid with a $50 bill.
    Options:
    A. None of the statements are sufficient.
    B. Statement I and Statement II TOGETHER are sufficient to answer.
    C. Statement II is ALONE sufficient to answer.
    D. Statement I is ALONE sufficient to answer.

  2. During the first day of art class, five friends, F, G, H, I, and J meet during the break to discuss the clubs and activities they would be part of this year. They are part of the Red, Green, Blue, Yellow, and Orange clubs and engaging in Painting, Sculpture, Photography, Dance, and Music, not particularly in the same order.
    The following information is known:
    F is part of the Painting club but not part of the Green club.
    H is part of the Red club.
    The friend who is part of the Dance activity is also part of the Yellow club.
    Neither I nor J is part of the Photography activity.
    G is part of the Blue club.
    J is part of the Music activity.
    Who is part of the Green club?
    Options:
    A. F
    B. G
    C. H
    D. I

  3. Ella is a chef trying to figure out the order of dishes in a new recipe. There are four dishes: Soup, Salad, Pasta, and Dessert. Which of the following statements is sufficient for her to determine the correct sequence of dishes?
    Statement 1: Salad comes just after Soup, which is not the first dish in the sequence.
    Statement 2: Dessert comes just before Pasta, which comes just before Soup.
    Options:
    A. Statement I is ALONE sufficient
    B. Statement II is ALONE sufficient
    C. Statement I and Statement II TOGETHER are sufficient
    D. None of the statements are sufficient.

3. Quantitative Aptitude

The Quantitative Aptitude section evaluates your mathematical reasoning and numerical problem-solving skills. It emphasizes logical application rather than memorization of formulas, testing your ability to interpret and apply concepts efficiently.

You can expect questions from topics like:

  • Time and Work
  • Speed and Distance
  • Percentages
  • Ratio and Proportion
  • Profit and Loss
  • Basic Arithmetic

Many of the questions are application-based, requiring you to think logically and perform quick calculations under time constraints.

Sample Questions

  1. A group of firefighters responded to a wildfire, and 10% of the firefighters were injured during the operation. After the operation, 6% of the remaining firefighters left the service due to stress. If the number of firefighters currently remaining is 754, how many firefighters initially responded to the wildfire?
    Options:
    A. 800
    B. 850
    C. 900
    D. 760

  2. Alice went to the grocery store to buy some organic vegetables. She spent a total of Rs 300, out of which Rs 15 was spent as sales tax. What is the cost of tax-free items if the tax rate is 10%?
    Options:
    A. Rs. 270
    B. Rs. 285
    C. Rs. 275
    D. Rs. 280

  3. What will be the 4th number in the series of numbers given below?
    514, 1000, 1728, ?
    Options:
    A. 4096
    B. 2744
    C. 3375
    D. 2197

4. Pseudocode (For SE and DSE roles only)

The Pseudocode section evaluates your ability to understand programming logic without relying on specific syntax. It focuses on identifying errors, predicting outputs, and analyzing control flow to test conceptual clarity.

You can expect tasks such as:

  • Identifying output of short code snippets
  • Detecting logical or runtime errors
  • Tracing loops and conditional statements The syntax used is C-like and language-neutral, so a strong grasp of basic logic and program flow is essential to perform well.

5. Automata Fix (Only for DSE roles)

The Automata Fix round tests your ability to debug and optimize existing code efficiently. You'll be presented with partially broken or logically incorrect code that needs to be corrected to meet functional requirements.

You can expect tasks like:

  • Fixing logical and runtime errors
  • Ensuring code passes all hidden test cases
  • Maintaining efficiency within strict time and memory limits This round is typically conducted in Java, Python, or C++, and emphasizes clean, optimized, and error-free coding practices under real test conditions

Round 2: Technical Interview

The Technical Interview is usually conducted online or in person, depending on logistics. It is tailored to specific roles such as System Engineer or Digital Specialist Engineer (DSE) and focuses on evaluating your core technical knowledge, coding ability, and problem-solving approach.

Interviewers typically ask about concepts, code debugging, academic projects, and familiarity with tools, databases, and operating systems, assessing how well you can apply your technical understanding to real scenarios.

Commonly Asked Topics

  • OOP Concepts - inheritance, abstraction, encapsulation, polymorphism.
  • Data Structures - arrays, strings, stacks, queues, trees (basic level).
  • DBMS - writing SQL queries, understanding primary key, joins, normalization.
  • Operating Systems - process management, memory allocation, threads.
  • Final Year Project - questions revolve around your role, challenges, outcomes, and technologies used.

Note: Candidates with Java, Python, or C++ as their preferred language get matching questions.

Sample Questions

  • Explain the four pillars of OOPS with real-life examples.

  • Write a program to check whether a number is a palindrome.

  • How would you optimize a search operation in a dataset?

  • What is the difference between INNER JOIN and LEFT JOIN?

  • How does thread scheduling work in an OS?

Round 3: HR Interview

The HR round is typically conducted after a candidate clears the technical round. This round assesses your soft skills, communication, adaptability, and whether you're a good cultural fit for Infosys.

Key Themes in HR Interview

  • Introduction & background
  • Strengths and weaknesses
  • Career aspirations and goals
  • Willingness to relocate or work in rotational shifts
  • Handling work pressure and deadlines
  • Understanding of Infosys values, mission, and technologies

Sample Questions

  • Tell me about yourself.

  • Why do you want to join Infosys?

  • Are you open to relocation and flexible work hours?

  • What is your biggest strength? How will it help you in this role?

  • Do you have any questions for us?

Tip: Learn about Infosys' core values (C-LIFE), ongoing projects, and digital transformation vision before attending HR round.

Additional Notes

The Infosys interview process maintains a structured and transparent evaluation system for all candidates. A few key points shared by previous applicants include:

  • Infosys follows a no-negative marking policy in its online assessments.
  • Candidates shortlisted through HackWithInfy may receive direct interview calls for niche roles.
  • The System Engineer position is the most common profile offered to freshers.
  • Final results are generally announced within 1-2 weeks after the last interview round.