Upload Button Icon Add office photos

T-Systems ICT India

Compare button icon Compare button icon Compare

Filter interviews by

T-Systems ICT India QA Engineer Interview Questions, Process, and Tips

Updated 21 Feb 2025

T-Systems ICT India QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. Explain the concept of Page Object Model in detail
  • Ans. 

    Page Object Model is a design pattern used in test automation to create an object repository for web UI elements.

    • Page Object Model helps in separating the test scripts from the actual web elements, making the code more maintainable and reusable.

    • Each web page is represented as a separate class, with locators and methods to interact with the elements on that page.

    • Page classes contain methods to perform actions on the ele...

  • Answered by AI
  • Q2. Explain all status code
  • Ans. 

    Status codes are standardized codes used by servers to indicate the outcome of a HTTP request.

    • 1. 1xx - Informational: Request received, continuing process

    • 2. 2xx - Success: The action was successfully received, understood, and accepted

    • 3. 3xx - Redirection: Further action must be taken in order to complete the request

    • 4. 4xx - Client Error: The request contains bad syntax or cannot be fulfilled

    • 5. 5xx - Server Error: The s

  • Answered by AI
  • Q3. What are the different types of wait in Selenium?
  • Ans. 

    Types of wait in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be met with a defined polling frequency and maximum timeout.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeU

  • Answered by AI
  • Q4. How do you handle alerts in Selenium, and what is the purpose of the alert.dismiss() method?
  • Ans. 

    Handling alerts in Selenium using alert.dismiss() method

    • Use driver.switchTo().alert() to switch to the alert

    • Use alert.dismiss() to dismiss the alert without performing any action

    • Purpose of alert.dismiss() method is to close the alert without accepting it

  • Answered by AI
  • Q5. What are the different types of @Annotations in TestNG?
  • Ans. 

    TestNG provides various built-in annotations to control the flow of test methods.

    • Some of the common @Annotations in TestNG are @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod, @DataProvider, @Parameters, @Listeners, @Factory, @BeforeGroups, @AfterGroups, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest.

    • These annotations help in setting up preconditions...

  • Answered by AI
  • Q6. What is the difference between XPath and CSS selectors?
  • Ans. 

    XPath is more powerful and flexible but complex, while CSS selectors are simpler and faster.

    • XPath can traverse both upwards and downwards in the DOM tree, while CSS selectors can only traverse downwards.

    • XPath can select elements based on their attributes, text content, and position in the DOM, while CSS selectors are limited to selecting elements based on their attributes.

    • XPath expressions are longer and more complex t...

  • Answered by AI
  • Q7. What exceptions have you encountered while working on web-based applications?
  • Ans. 

    I have encountered exceptions like ElementNotVisibleException, StaleElementReferenceException, TimeoutException, etc.

    • ElementNotVisibleException occurs when an element is present in the DOM but not visible on the web page.

    • StaleElementReferenceException occurs when an element is no longer attached to the DOM.

    • TimeoutException occurs when a specific operation does not complete within a specified timeout.

    • NoSuchElementExcept...

  • Answered by AI

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • 5 years of experience in QA testing

    • Proficient in testing web and mobile applications

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What's your expected salary
Round 2 - Coding Test 

Two coding questions 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. How to do when dev think it is bug but you do not agree
  • Ans. 

    Discuss with dev, review requirements and test cases, provide evidence from testing

    • Have a discussion with the developer to understand their perspective and reasoning behind considering it a bug

    • Review the requirements and test cases to ensure that the behavior in question aligns with the expected functionality

    • Provide evidence from testing, such as logs, screenshots, or test results, to support your stance

    • Collaborate wit...

  • Answered by AI
  • Q2. White board coding

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Bubble sort algo, String manipulation

Round 2 - Technical 

(2 Questions)

  • Q1. API testing using restAssured
  • Q2. STLC bug life cuycle

Interview Preparation Tips

Interview preparation tips for other job seekers - preapare interview on CV
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduced yourself in details
  • Q2. Asked me about selenium framework, Basic questions on selenium

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude Reasoning more practice need for this

Round 2 - Coding Test 

Data structures main and good understanding and problem solving

Round 3 - Technical 

(2 Questions)

  • Q1. About data structures
  • Q2. Basic coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program for prime number.
  • Ans. 

    Program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Return true if the number is prime, false otherwise.

  • Answered by AI
  • Q2. What is polymorphism and overriding in Java?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Overriding occurs when a subclass provides a specific implementation of a method that is already provided b...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How much salary do you expect?

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Infosys user image Gajanan Shevalkar

posted on 25 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic question Notice period Actual and expected salary
Round 3 - Technical 

(1 Question)

  • Q1. Sdlc and stlc Priority and severity Alert handling Jse method like scrollintoview Test case for payment gatway Sql quary Api methods
Round 4 - Behavioral 

(1 Question)

  • Q1. Scenario base questions

QA Engineer Interview Questions & Answers

Capgemini user image praveen gopalsamy

posted on 2 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JAVA AND SELENIUM AND CUCUCMBER
  • Q2. API AUTOMATION TESTING WITHREST ASSURED
Round 2 - Technical 

(1 Question)

  • Q1. JAVA, SELENIUM AND CUCUMBER

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India QA Engineer interview?
T-Systems ICT India interview process usually has 1 rounds. The most common rounds in the T-Systems ICT India interview process are Technical.
What are the top questions asked in T-Systems ICT India QA Engineer interview?

Some of the top questions asked at the T-Systems ICT India QA Engineer interview -

  1. Explain the concept of Page Object Model in det...read more
  2. Explain all status c...read more
  3. What are the different types of wait in Seleni...read more

Tell us how to improve this page.

T-Systems ICT India QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
T-Systems ICT India QA Engineer Salary
based on 15 salaries
₹3.5 L/yr - ₹4.8 L/yr
26% less than the average QA Engineer Salary in India
View more details
Senior Consultant
1.1k salaries
unlock blur

₹10 L/yr - ₹42 L/yr

Consultant
1.1k salaries
unlock blur

₹8 L/yr - ₹30.8 L/yr

Associate Consultant
247 salaries
unlock blur

₹3.5 L/yr - ₹8.6 L/yr

SAP Basis Consultant
179 salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Softwaretest Engineer
116 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare T-Systems ICT India with

IBM

4.0
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Tech Mahindra

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