Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 84.9k Reviews

Filter interviews by

TCS Systems QA Analyst Interview Questions and Answers

Updated 12 Sep 2024

TCS Systems QA Analyst Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Java programming for repeated letters
  • Ans. 

    Java program to find repeated letters in an array of strings

    • Iterate through each string in the array

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

    • Store repeated letters in a set or list for each string

  • Answered by AI
  • Q2. Git related questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.

QA Lead Interview Questions & Answers

Wipro user image ritu Aparna

posted on 14 Oct 2024

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

(4 Questions)

  • Q1. Java string question, Define Automation framework, Explain jenkins usage, what is the difference ebtween Waterfall and Agile modal.
  • Q2. Explain the usage of joins in SQL.
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Explain the testNG usage
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test suites, test cases, and test methods.

    • It supports parallel execution of tests, data-driven testing, and parameterization.

    • TestNG provides detailed test reports and allows for grouping of test methods.

    • Annotations like @Test, @BeforeSuite, @AfterSuite, etc., help in defining test methods

  • Answered by AI
  • Q4. Explain POM concept in Automation framework.
  • Ans. 

    POM is a design pattern in automation testing where web pages are represented as classes, and the interactions are defined as methods.

    • POM helps in creating a clear separation between test scripts and page objects.

    • It improves test maintenance and readability.

    • Page classes contain locators and methods to interact with the elements on the page.

    • Test scripts call these methods to perform actions on the page.

    • Example: LoginPag...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your day to day activity as a QA lead.
  • Ans. 

    As a QA lead, my day to day activities involve overseeing testing processes, coordinating with team members, creating test plans, and ensuring quality standards are met.

    • Coordinate with team members to assign testing tasks and ensure deadlines are met

    • Create and review test plans, test cases, and test scripts

    • Conduct regular meetings with the team to discuss progress and address any issues

    • Collaborate with developers and o...

  • Answered by AI

Skills evaluated in this interview

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

(5 Questions)

  • Q1. API testing related questions were asked
  • Q2. What is api testing
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.

    • API testing involves testing the functionality, reliability, performance, and security of APIs.

    • It focuses on verifying that the API meets its specifications and works as expected.

    • API testing can be done manually or using automated tools like Postman or Soap...

  • Answered by AI
  • Q3. How do you log bugs
  • Ans. 

    I log bugs by documenting detailed steps to reproduce, including screenshots and logs.

    • Document detailed steps to reproduce the bug

    • Include screenshots or videos if applicable

    • Attach relevant logs or error messages

    • Assign severity and priority levels to the bug

    • Track bug status and resolution in a bug tracking tool

  • Answered by AI
  • Q4. What is agilemethodology
  • Ans. 

    Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.

    • Focus on delivering working software in short iterations

    • Emphasizes collaboration between cross-functional teams

    • Allows for changes and adjustments throughout the development process

    • Common practices include daily stand-up meetings, sprint planning, and retrospectives

  • Answered by AI
  • Q5. What is selenium framework
  • Ans. 

    Selenium framework is a set of tools, libraries, and best practices used for automated testing of web applications.

    • Selenium framework allows for writing and executing automated tests for web applications.

    • It provides features like test case management, reporting, and integration with CI/CD tools.

    • Popular frameworks built on top of Selenium include TestNG, JUnit, and Cucumber.

    • Selenium WebDriver is a key component of the f...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Java collections basics
  • Q2. How to handle webtable in selenium
  • Ans. 

    Webtables in Selenium can be handled using methods like findElements, getText, getAttribute, etc.

    • Use findElements method to locate the table and its rows

    • Iterate through rows and columns using loops

    • Use getText method to retrieve text from cells

    • Use getAttribute method to retrieve specific attributes like class, id, etc.

  • Answered by AI
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query

QA Analyst Interview Questions & Answers

LTIMindtree user image soumya parllerlamudi

posted on 22 Oct 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between bind and bound
  • Ans. 

    Bind is the present tense form of the verb, while bound is the past tense and past participle form.

    • Bind is used when referring to the act of tying or fastening something together.

    • Bound is used when referring to the state of being tied or fastened.

    • Example: She binds the books together. The books are bound tightly.

  • Answered by AI
  • Q2. How many transactions you have worked on
  • Ans. 

    I have worked on over 500 transactions in my career as a QA Analyst.

    • I have experience working on various types of transactions including financial, e-commerce, and healthcare.

    • I have tested transactions involving payment processing, order fulfillment, and data transfer.

    • I have collaborated with developers and business analysts to ensure the accuracy and functionality of transactions.

    • I have used tools like JIRA and Seleni...

  • Answered by AI
  • Q3. What are different types of endorsement transaction
  • Ans. 

    Different types of endorsement transactions include blank endorsement, special endorsement, restrictive endorsement, and qualified endorsement.

    • Blank endorsement: Simply signing the back of a check or other negotiable instrument without specifying a payee.

    • Special endorsement: Directing the payment to a specific person or entity by writing 'Pay to the order of [name]' above the signature.

    • Restrictive endorsement: Limiting...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare very well on the things which you have mentioned in the resume.

Skills evaluated in this interview

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

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.

TCS Interview FAQs

How many rounds are there in TCS Systems QA Analyst interview?
TCS interview process usually has 1 rounds. The most common rounds in the TCS interview process are One-on-one Round.
What are the top questions asked in TCS Systems QA Analyst interview?

Some of the top questions asked at the TCS Systems QA Analyst interview -

  1. Java programming for repeated lett...read more
  2. Git related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k 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.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
68.2k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
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