Upload Button Icon Add office photos

Filter interviews by

TCS iON Quality Assurance Engineer Interview Questions and Answers

Updated 19 Oct 2022

TCS iON Quality Assurance Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is parameterization in performance testing
  • Ans. 

    Parameterization is the process of replacing hard-coded values with variables in performance testing scripts.

    • Parameterization helps in creating realistic load scenarios by varying input data

    • It reduces script maintenance efforts by centralizing data

    • It enables reuse of scripts for different data sets

    • Examples of parameterization include replacing user IDs, passwords, and input data with variables

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion based on market margin

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend confidently and be aware of the JD .
No pressure while attending the interview feel free to ask questions.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Coding with any language 1. Count the no of occurrence of each character in string( ignore case)(ignore wild card characters)
  • Ans. 

    The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.

    • Convert the string to lowercase to ignore case.

    • Remove any wild card characters from the string.

    • Create an array of size 26 to store the count of each character.

    • Iterate through each character in the string and increment the count in the array accordingly.

    • Return the array of counts as the result

  • Answered by AI
  • Q2. Why you write code like this. What is advantage . Why used hashmap why not any other collection
  • Ans. 

    HashMap is used for efficient key-value pair storage and retrieval.

    • HashMap provides constant time complexity for basic operations like get and put.

    • It allows storing unique keys and their corresponding values.

    • HashMap is suitable for scenarios where fast lookup is required.

    • Other collections like ArrayList or LinkedList have different use cases and performance characteristics.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. All questions are about things mentioned in resume
  • Q2. Questions and roles, responsibilities and tools used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough on topics and concepts you worked on along with examples
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. Write a java program to count the number of vowels in a string
  • Ans. 

    Java program to count vowels in a string

    • Create a method that takes a string as input

    • Use a loop to iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u) and increment a counter

    • Return the counter as the result

  • Answered by AI
  • Q2. Write Xpath for Google search button
  • Ans. 

    Xpath for Google search button

    • Use the following Xpath: //input[@name='btnK']

    • The 'btnK' is the name attribute of the Google search button

    • Make sure to test the Xpath in a browser console to ensure accuracy

  • Answered by AI
  • Q3. Explain OOPS concept
  • Ans. 

    OOPS concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q4. Implicit and Explicit wait in Selenium
  • Ans. 

    Implicit and Explicit waits are used in Selenium to handle synchronization issues in web automation testing.

    • Implicit wait is used to tell the WebDriver to wait for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait is used to tell the WebDriver to wait for a certain condition to occur before proceeding further.

    • Implicit wait is set globally for the entire WebDriver instance, while explicit w...

  • Answered by AI
  • Q5. Difference between throw n throws
  • Ans. 

    In software testing, 'throw' is used to raise an exception, while 'throws' is used to declare exceptions that a method may throw.

    • throw is used to raise an exception in a program

    • throws is used in method signature to declare exceptions that the method may throw

    • throw is a keyword in Java, while throws is a keyword used in method declaration

  • Answered by AI
  • Q6. Solve a pseudo code
  • Ans. 

    Solving a pseudo code problem in an interview for Junior Engineer - Quality Assurance

    • Understand the logic of the pseudo code provided

    • Identify the variables and operations being performed

    • Write the code in a programming language of your choice to solve the problem

    • Test the code with different inputs to ensure it works correctly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Selenium, SQL

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Coding with any language 1. Count the no of occurrence of each character in string( ignore case)(ignore wild card characters)
  • Ans. 

    The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.

    • Convert the string to lowercase to ignore case.

    • Remove any wild card characters from the string.

    • Create an array of size 26 to store the count of each character.

    • Iterate through each character in the string and increment the count in the array accordingly.

    • Return the array of counts as the result

  • Answered by AI
  • Q2. Why you write code like this. What is advantage . Why used hashmap why not any other collection
  • Ans. 

    HashMap is used for efficient key-value pair storage and retrieval.

    • HashMap provides constant time complexity for basic operations like get and put.

    • It allows storing unique keys and their corresponding values.

    • HashMap is suitable for scenarios where fast lookup is required.

    • Other collections like ArrayList or LinkedList have different use cases and performance characteristics.

  • Answered by AI

Skills evaluated in this interview

TCS iON Interview FAQs

How many rounds are there in TCS iON Quality Assurance Engineer interview?
TCS iON interview process usually has 3 rounds. The most common rounds in the TCS iON interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in TCS iON Quality Assurance Engineer interview?

Some of the top questions asked at the TCS iON Quality Assurance Engineer interview -

  1. What is parameterization in performance test...read more
  2. Salary discussion based on market mar...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS iON interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
CitiusTech Interview Questions
3.4
 • 264 Interviews
View all
Operations Executive
253 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Software Developer
144 salaries
unlock blur

₹2.9 L/yr - ₹11.9 L/yr

Software Engineer
118 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

System Engineer
104 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

IT Manager
67 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TCS iON with

Wipro

3.7
Compare

Amazon

4.1
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview