Upload Button Icon Add office photos
Engaged Employer

i

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

Tatvasoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tatvasoft QA Engineer Interview Questions and Answers

Updated 28 Jun 2024

Tatvasoft QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image jha rahul

posted on 28 Jun 2024

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

It was an apptitude test which was used to gauge ones logical thinking and processing

Round 2 - Technical 

(2 Questions)

  • Q1. About your self
  • Q2. Technical questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. Situational base question

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All MCQ'S choice questions and negative marking is present

Round 2 - Technical 

(1 Question)

  • Q1. What is SDLC and STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves phases like planning, analysis, design, implementation, and maintenance.

    • STLC involves phases like test planning, test design, test execution, a...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI

QA Engineer Interview Questions & Answers

NeoSOFT user image Shreeya Pimplapure

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing and project related

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic java coding questions
  • Q2. Prepare selenium appium automations questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic java coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

Quite tough and interesting and good questions

Round 2 - Coding Test 

Quite tough and interesting and goodnpanel of members

QA Engineer Interview Questions & Answers

Xoriant user image Arpit Choubey

posted on 23 Feb 2024

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

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is encapsulation and loading process.also write an code for Reverse string
  • Ans. 

    Encapsulation is the process of hiding internal details of an object and providing access only through defined methods.

    • Encapsulation helps in achieving data abstraction and data hiding.

    • It allows for better control over the data and prevents direct access to it.

    • Loading process refers to the process of loading a program or data into memory for execution.

    • Reverse string code example: function reverseString(str) { return st

  • Answered by AI
  • Q2. What is encapsulation and loading process. Also write an code for reverse string
  • Ans. 

    Encapsulation is the process of hiding internal implementation details and providing a public interface. Loading process refers to the steps involved in loading a program or data into memory.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • Loading process involves steps like parsing, linking, and loading the program or data ...

  • Answered by AI
  • Q3. Regression testing and sanity difference
  • Ans. 

    Regression testing is retesting of previously tested functionality, while sanity testing is a quick check to ensure basic functionality is working.

    • Regression testing is performed to ensure that changes or fixes in the software do not introduce new defects or impact existing functionality.

    • It involves retesting of the entire application or a specific set of test cases.

    • Regression testing is usually performed after major c...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. STLC and Defect bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - java

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about roles and responsibilites
  • Q2. Code to write in java
  • Ans. 

    Write a Java code to reverse a string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

    • Handle null or empty string cases

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. They will ask other questions other than what you have mention in you CV
  • Q2. They will ask other questions other that what you have mentioned in your CV
  • Q3. None................
  • Q4. None..................
  • Q5. None...................

Tatvasoft Interview FAQs

How many rounds are there in Tatvasoft QA Engineer interview?
Tatvasoft interview process usually has 2-3 rounds. The most common rounds in the Tatvasoft interview process are Aptitude Test, Technical and One-on-one Round.
What are the top questions asked in Tatvasoft QA Engineer interview?

Some of the top questions asked at the Tatvasoft QA Engineer interview -

  1. What is SDLC and ST...read more
  2. Situational base quest...read more
  3. Technical questi...read more

Tell us how to improve this page.

Tatvasoft QA Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Tatvasoft QA Engineer Salary
based on 12 salaries
₹2.2 L/yr - ₹7.8 L/yr
39% less than the average QA Engineer Salary in India
View more details
Software Engineer
283 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
193 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Team Lead
76 salaries
unlock blur

₹5.7 L/yr - ₹15 L/yr

Software Developer
66 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Associate Software Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Tatvasoft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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