Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 37.5k Reviews

Filter interviews by

Infosys System Test Engineer Interview Questions and Answers

Updated 9 Apr 2022

Infosys System Test Engineer Interview Experiences

1 interview found

I was interviewed before Apr 2021.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is difference between Java and Python?
  • Ans. 

    Java is statically typed and compiled while Python is dynamically typed and interpreted.

    • Java is compiled into bytecode and requires a compiler to run.

    • Python is interpreted and does not require compilation.

    • Java is statically typed, meaning that variable types must be declared before use.

    • Python is dynamically typed, meaning that variable types are inferred at runtime.

    • Java is commonly used for enterprise applications and ...

  • Answered by AI
  • Q2. Tell me about OOPS concepts.
  • Ans. 

    OOPS concepts are fundamental principles of object-oriented programming that help in designing and implementing software systems.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details and showing only functionality

    • Examples: class, object, method, inhe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic coding questions that you can answer in any programming language and theoretical knowledge about programming concepts and SDLC were asked. Had a bit of discussion about projects and skills mentioned in resume as well.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why are you leaving job
  • Q2. What is your salary expectation

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About service ids like DTC's
  • Q2. About Canoe, canalyzer,software flashing
Round 2 - HR 

(1 Question)

  • Q1. About your contributions in the team, and how it helpful for your company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your answers, patience is best key for getting any opportunity.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are two main sections: foundation and advanced. The foundation section consists of three subsections: quantitative, reasoning, and verbal. If you pass the foundation section but do not clear the advanced section, you will be considered for either the ninja role or the digital role during the interview process. The advanced section includes advanced aptitude questions and two coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. 3 to 4 questions based on database
  • Q3. 2 easy coding questions
  • Q4. Questions based on technology that I knew
  • Q5. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the first round, as it can be quite challenging; once you pass it and are selected for an interview, the subsequent process feels considerably easier.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about an aptitude test which is on English grammar and athematic reasoning.

Round 2 - Coding Test 

The Fibonacci series can be applied to alphabets, and the same should be printed.

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonancci series to print the alphabets?
  • Q2. Print the numbers in descending order 123456?
  • Ans. 

    Print numbers in descending order 123456

    • Create an array of strings containing the numbers 1 to 6

    • Sort the array in descending order

    • Print the sorted array

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why are you choosing our organization?
  • Ans. 

    I am choosing your organization because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the industry

    • Strong company culture that values employee development

    • Opportunities for growth and advancement within the organization

  • Answered by AI
  • Q2. Are you open to relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I am open to exploring new locations and experiencing different cultures.

    • I understand that relocation may be necessary for career advancement and personal growth.

  • Answered by AI
  • Q3. Are you comfortable with rotational shifts?
  • Ans. 

    Yes, I am comfortable with rotational shifts as I have prior experience working in such shifts.

    • I have previous experience working in rotational shifts at my previous job.

    • I am adaptable and can easily adjust my schedule to accommodate rotational shifts.

    • I understand the importance of being available during different shifts to ensure smooth operations.

    • I am willing to work in rotational shifts to support the team and meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good to work and get the opportunity in this organization
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(6 Questions)

  • Q1. Describe microservice architecture for an e-commerce platform
  • Ans. 

    Microservice architecture for e-commerce platform involves breaking down the application into smaller, independent services.

    • Each service is responsible for a specific business function, such as inventory management or payment processing.

    • Services communicate with each other through APIs, allowing for flexibility and scalability.

    • Each service can be developed, deployed, and scaled independently, making it easier to mainta...

  • Answered by AI
  • Q2. What is the SAGA pattern?
  • Ans. 

    The SAGA pattern is a design pattern used in distributed systems for managing long-lived transactions.

    • SAGA pattern breaks down a long transaction into a series of smaller, more manageable transactions.

    • Each smaller transaction is executed independently and can be compensated if needed.

    • SAGA pattern helps maintain consistency and reliability in distributed systems.

    • Example: In an e-commerce system, the SAGA pattern can be ...

  • Answered by AI
  • Q3. How Apache Kafka can be used to across multiple producers and consumers across Kafka cluster ?
  • Ans. 

    Apache Kafka can be used to enable communication between multiple producers and consumers across a Kafka cluster.

    • Producers can publish messages to specific topics in the Kafka cluster.

    • Consumers can subscribe to these topics and receive messages in real-time.

    • Kafka ensures fault tolerance and scalability by distributing data partitions across multiple brokers.

    • Producers and consumers can be distributed across different no...

  • Answered by AI
  • Q4. Core Java Questions like Streams API, few problems to solve with flat mapping
  • Q5. Core Spring Boot questions
  • Q6. DS questions : 2sum problems ,(solve using compliment method), mergesort pseudo code

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Sql interview questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study about the given requirement
  • Q2. Springboot basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare spring boot question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round > General aptitude and versant test.

Round 2 - Technical 

(3 Questions)

  • Q1. How to manage VDI?
  • Ans. 

    VDI can be managed by monitoring performance, updating software, optimizing resources, and ensuring security.

    • Monitor performance regularly to identify any issues or bottlenecks.

    • Update VDI software and patches to ensure system stability and security.

    • Optimize resources by balancing workloads and adjusting configurations as needed.

    • Ensure security measures are in place, such as encryption, access controls, and regular back...

  • Answered by AI
  • Q2. O365 services and it's related questions.
  • Q3. Questions on cloud computing, cloud services.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for every question related to your role.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical regarding OS, M365, Software and Hardware troubleshooting.
  • Q2. Admin tools, ticketing tools, itsm
Round 2 - One-on-one 

(2 Questions)

  • Q1. Vocabulary, communication skills, process knowledge
  • Q2. Roles and responsibilities, incident management
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Try again and again and again. Don't lie on resume if you are going for tier 1 organisation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is DNS and DNS records
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is like the phone book of the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • DNS records are used to store information about a domain, such as the IP address of the server hosting the domain, mail server information, etc.

    • Common types of DNS records include A records (for IPv4 ad...

  • Answered by AI
  • Q2. How to patch esxi
  • Ans. 

    ESXi can be patched using VMware Update Manager, command line interface, or by manually downloading and applying patches.

    • Use VMware Update Manager to automate patching process

    • Use command line interface to manually apply patches

    • Download patches from VMware website and apply manually if needed

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you are leaving your current job
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring new technologies and projects

    • Seeking opportunities for career advancement and growth

    • Desire for a change in work environment or company culture

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys System Test Engineer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are One-on-one Round.
What are the top questions asked in Infosys System Test Engineer interview?

Some of the top questions asked at the Infosys System Test Engineer interview -

  1. What is difference between Java and Pyth...read more
  2. Tell me about OOPS concep...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys System Test Engineer Salary
based on 20 salaries
₹2.8 L/yr - ₹5 L/yr
42% less than the average System Test Engineer Salary in India
View more details

Infosys System Test Engineer Reviews and Ratings

based on 3 reviews

2.4/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.2

Salary

4.8

Job security

3.4

Company culture

2.2

Promotions

1.5

Work satisfaction

Explore 3 Reviews and Ratings
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.9k salaries
unlock blur

₹2.8 L/yr - ₹6.4 L/yr

System Engineer
39.1k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.3k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview