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 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
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Code pairing round - you will be given story where you need to add one API to the share repository. It is a simple problem but needs good understanding of the shared code. You should follow clean code pri...
  • Q2. Add one API to the existing repository
  • Ans. 

    The API allows users to retrieve weather data based on location.

    • Create a new endpoint that accepts a location parameter

    • Use a weather API service to fetch weather data based on the location

    • Return the weather data in a standardized format, such as JSON

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project you are working on, do some changes to the project, how well you understand the project
  • Q2. Add some feature to the project
  • Ans. 

    The feature added to the project is a user authentication system.

    • Implement a login page with username and password fields.

    • Create a database table to store user credentials.

    • Hash and salt passwords for secure storage.

    • Implement password reset functionality.

    • Add user roles and permissions for access control.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops concept, solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Angular. oops, c#
Round 3 - Technical 

(1 Question)

  • Q1. Programs, oops, azure
Round 4 - HR 

(1 Question)

  • Q1. About company, Package negotiation, notice period
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Spark architecture pyspark coding sql coding
Round 3 - One-on-one 

(1 Question)

  • Q1. Spark architecture sql window functions,aggreate functions pyspark data frame coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql, python, pyspark dataframe coding, data modelling
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude questions and 2 coding questions were asked

Round 3 - Technical 

(2 Questions)

  • Q1. What are indexes in DBMS
  • Ans. 

    Indexes in DBMS are data structures that improve the speed of data retrieval operations on a database table.

    • Indexes are used to quickly locate data without having to search every row in a table.

    • They are created on columns in a table to speed up SELECT queries.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes.

  • Answered by AI
  • Q2. ACID propwrties in DBMS
  • Ans. 

    ACID properties in DBMS refer to the key characteristics of a transaction: Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that the execution of multiple transactions concurrently does not interfere with ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Normal behavorial questions

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Engineer interview:
  • DBMS
  • CPP
  • Javascript

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts of Java
  • Ans. 

    OOPS concepts of Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods within a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple classes

    • Abstraction: hiding implementation details and showing only necessary information

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations , why you are switching

Interview Preparation Tips

Interview preparation tips for other job seekers - To be honest, Never Join any project offered by Collabera. If Collabera is hiring for there company then it's fine. As I was on Collabera payroll and working for Infosys. The scam here which they do is that they won't tell you anything clearly. Basically if you are working on any project then only you will be paid. After join Collabera, they provided some training and offered a project after 2 months and I was not paid for that 2 months. I would say I was lucky enough to be alloted to a project but many of my colleague from Collabera were not allocated even after 6 months and no money were given. Please don't go for CTC whichever is offered by Collabera. I didn't knew about them earlier but after facing it myself I can surely tell you that you can ask as many CTC you want they will pay you that. But it's career destroyer

Skills evaluated in this interview

I was interviewed in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Check if a linkedlist is palindrome
  • Ans. 

    To check if a linkedlist is palindrome or not

    • Traverse the linkedlist and push each element into a stack

    • Traverse the linkedlist again and compare each element with the popped element from the stack

    • If all elements match, then the linkedlist is palindrome

  • Answered by AI
  • Q2. Sort employees stream based on salary and department
  • Ans. 

    Sort employees by salary and department

    • Create a comparator function to compare salary and department

    • Use the comparator function with the sort() method on the employee stream

    • Return the sorted employee stream

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Count the duplicates in array
  • Ans. 

    Count duplicates in array of strings

    • Create a dictionary to store the count of each string

    • Loop through the array and increment the count in dictionary

    • Loop through the dictionary and count the duplicates

    • Return the count of duplicates

  • Answered by AI
Round 4 - Client Interview 

(1 Question)

  • Q1. Managerial questions about resolving team issues
  • Ans. How will you solve a blocker
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is of average difficulty, very easy and smooth process, helpful hrs

Skills evaluated in this interview

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

I was interviewed in Feb 2023.

Round 1 - Coding Test 

Stream program and spring boot, jpa etc

Round 2 - Technical 

(1 Question)

  • Q1. Stream api program
Round 3 - Coding Test 

Stream program and microservice architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - only focus on stream api
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

It was a coding + aptitude test. Mcqs were also there.

Round 3 - Group Discussion 

One topic was given. Share the pros and cons

Round 4 - Technical 

(1 Question)

  • Q1. Simple coding and programming questions on java
Round 5 - HR 

(2 Questions)

  • Q1. Flexible to shift in another city
  • Q2. Interests and hobbies

Interview Preparation Tips

Topics to prepare for Brillio Software Engineer interview:
  • Java

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.

Tatvasoft Senior Software Quality Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
Software Engineer
272 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
198 salaries
unlock blur

₹4.1 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
27 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