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
3.9

based on 166 Reviews

Filter interviews by

Tatvasoft Senior Software Quality Engineer Interview Questions and Answers

Updated 3 Jun 2024

Tatvasoft Senior Software Quality Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a aptitude test and have to score 50% plus all MCQ's with +3 on correct choice and -1 in wrong choice.

Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC and STLC? And difference between them.
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is the process of developing software. STLC stands for Software Testing Life Cycle, which is the process of testing software.

    • SDLC involves planning, designing, coding, testing, and deployment of software.

    • STLC involves test planning, test case development, test execution, and test closure.

    • SDLC focuses on the overall development of software, while STLC focuses on ens...

  • Answered by AI
  • Q2. Explain Agile methodology?
  • Ans. 

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

    • Iterative development with short, time-boxed iterations called sprints

    • Frequent collaboration between cross-functional teams

    • Adaptability to changing requirements and feedback

    • Focus on delivering working software in small increments

    • Use of tools like Scrum, Kanban, and Lean to manage projects

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your family background?
  • Q2. What is your future goals?

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between collection and collections
  • Ans. 

    Collection is a single interface in Java while Collections is a utility class containing static methods for operating on collections.

    • Collection is an interface in Java that represents a group of objects known as elements. It is a single entity.

    • Collections is a utility class in Java that contains static methods for operating on collections like sorting, searching, etc.

    • Example: List is a Collection interface while Collec...

  • Answered by AI
  • Q2. Difference between microservies and api
  • Ans. 

    Microservices are a architectural style that structures an application as a collection of loosely coupled services, while APIs are interfaces that allow different software systems to communicate with each other.

    • Microservices are independent, self-contained services that can be developed, deployed, and scaled independently.

    • APIs are interfaces that define how different software components should interact with each other.

    • ...

  • Answered by AI
  • Q3. What is status code 302?
  • Ans. 

    Status code 302 is a temporary redirect response status code indicating that the requested resource has been temporarily moved to a different URL.

    • 302 Found is commonly used in response to a POST/PUT/DELETE request to indicate that the resource has been temporarily moved to a different URL.

    • It is often used during website maintenance or when a webpage has been moved to a new location temporarily.

    • The client should continu...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

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

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Verbal,maths and english

Round 2 - Coding Test 

Arrays ,strings and hashmap

Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference between java and c++
  • Ans. 

    Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java is object-oriented, while C++ supports both procedural and object-oriented programming.

    • Java has automatic memory management (garbage collection), while C++ requires manual memory management...

  • Answered by AI
  • Q2. Concepts of function overloading and function overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - my hr round is left till now as my interview is on this saturday so i dont recieve mail till now for further process.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Tatvasoft Interview FAQs

How many rounds are there in Tatvasoft Senior Software Quality Engineer interview?
Tatvasoft interview process usually has 3 rounds. The most common rounds in the Tatvasoft interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Tatvasoft Senior Software Quality Engineer interview?

Some of the top questions asked at the Tatvasoft Senior Software Quality Engineer interview -

  1. What is SDLC and STLC? And difference between th...read more
  2. Explain Agile methodolo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Tatvasoft interview
Campus Placement
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

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
CitiusTech Interview Questions
3.4
 • 265 Interviews
View all
Software Engineer
277 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
197 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Software Developer
78 salaries
unlock blur

₹2.7 L/yr - ₹9.4 L/yr

Team Lead
75 salaries
unlock blur

₹5.7 L/yr - ₹15 L/yr

Associate Software Engineer
27 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Tatvasoft with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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