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

Filter interviews by

Infosys Associate Quality Engineer Interview Questions and Answers

Updated 16 Oct 2024

Infosys Associate Quality Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Selenium Basic Question
  • Q2. Java oops concepts
  • Q3. Difference between iframe and window handling
  • Ans. 

    iframe is used to embed another HTML document within the current document, while window handling involves managing multiple browser windows or tabs.

    • iframe is used to display content from another source within the current webpage

    • Window handling involves managing multiple browser windows or tabs

    • iframe is used for embedding maps, videos, or other external content

    • Window handling is commonly used in automated testing to swi

  • Answered by AI
  • Q4. Exception in java
  • Ans. 

    An exception in Java is a runtime error that disrupts the normal flow of a program.

    • Exceptions are objects that are thrown when an error occurs during the execution of a program.

    • They can be caught and handled using try-catch blocks.

    • Common types of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

  • Answered by AI
  • Q5. Git and jenkins

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Coding on heap sort
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap sort works by first building a heap from the input array.

    • Then it repeatedly extracts the maximum element from the heap, and places it at the end of the sorted array.

    • The heap is then updated to exclude the extracted element, and the process is repeated until the heap is empty.

    • Heap sort has a worst-case and average time complexi...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Online technical MCQ exam you have to clear..
  • Q2. After online technical MCQ telephonic round approx 30min.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge will be asked at technical round.
Be confident while giving answer.


Based on prior experience they will ask questions.

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

Interview Questionnaire 

2 Questions

  • Q1. Tell me your roles and responsibility currently handling in your organization.
  • Q2. Why do you looking for change?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Prepare and attend the interview
2.Be always in calm and relaxed mode even you not prepared anything for interview.
3.Answer slowly and clearly.
4.If you are not able to answer for some questions, tell that you are not sure about that concept and try to give an answer.
5.Have a smile in face. Don't get panic.
6.Take a long breath b4 attending the interview.

Contact me on XXXXX if you have more questions and need help.

I applied via Superset and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of general thinking, pseudo code, and game aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Resume mentioned technologies are going to ask you in the interview.
  • Q2. Any knowledge about web technologies and questions on Angular, JavaScript and java.
  • Q3. How would you manage your team. If you are on leave and you don't find any network to connect with them.
  • Ans. 

    Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.

    • Assign clear roles and responsibilities to each team member

    • Establish communication channels and protocols for emergencies

    • Ensure team members have access to necessary resources and information

    • Provide training and support to team members to handle unexpected situations

    • Regularly check in with team membe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you perform well. Try mock interviews before your main interview. Try to fill out the resume with the technologies that you know well.

I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. OOPS concepts
  • Q2. Data structures
  • Q3. Major project
  • Q4. Basics of Java python
  • Q5. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept and data structures is very important. Focus on final year project, you should be clear about technology stack used and your contribution towards project

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is a table in SQL
  • Ans. 

    A table in SQL is a collection of related data organized in rows and columns.

    • Tables are used to store data in a structured way.

    • Each table has a unique name and consists of columns and rows.

    • Columns define the type of data that can be stored in them.

    • Rows represent individual records in the table.

    • Tables can be queried using SQL commands to retrieve, insert, update or delete data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Review some key terms for SQL

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Define sdlc
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • SDLC is a structured approach to software development.

    • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of deliverables and objectives.

    • The goal of SDLC is to produce high-quality software that meets the needs of the end-users...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are the datatypes in java
  • Ans. 

    Java has eight primitive datatypes and reference types.

    • Java has eight primitive datatypes: byte, short, int, long, float, double, char, and boolean.

    • Reference types include classes, interfaces, arrays, and enums.

    • Primitive datatypes are passed by value, while reference types are passed by reference.

    • Autoboxing and unboxing allow primitive datatypes to be used as reference types and vice versa.

  • Answered by AI
  • Q2. What are the datatypes in cpp
  • Ans. 

    The datatypes in C++ include fundamental types (int, float, bool), derived types (arrays, pointers, references), and user-defined types (classes, structures, unions).

    • Fundamental types: int, float, bool

    • Derived types: arrays, pointers, references

    • User-defined types: classes, structures, unions

  • Answered by AI
  • Q3. What are the datatypes in python
  • Ans. 

    Python has several built-in datatypes including integers, floats, strings, booleans, lists, tuples, and dictionaries.

    • Integers are whole numbers without decimals

    • Floats are numbers with decimals

    • Strings are sequences of characters

    • Booleans are either True or False

    • Lists are ordered collections of items

    • Tuples are ordered, immutable collections of items

    • Dictionaries are unordered collections of key-value pairs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study oops concepts

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Associate Quality Engineer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are Technical.
What are the top questions asked in Infosys Associate Quality Engineer interview?

Some of the top questions asked at the Infosys Associate Quality Engineer interview -

  1. Difference between iframe and window handl...read more
  2. Exception in j...read more
  3. Selenium Basic Quest...read more

Tell us how to improve this page.

Infosys Associate Quality Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Associate Quality Engineer Salary
based on 4 salaries
₹3.9 L/yr - ₹9 L/yr
31% more than the average Associate Quality Engineer Salary in India
View more details
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51.1k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.9 L/yr

Senior Associate Consultant
28.6k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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