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 Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

26 Interview questions

A Software QA Engineer was asked 3w ago
Q. What is integration testing?
Ans. 

Integration testing evaluates the interaction between integrated components to ensure they work together as intended.

  • Focuses on interfaces and interactions between modules.

  • Can be performed after unit testing and before system testing.

  • Types include Big Bang, Top-Down, Bottom-Up, and Sandwich integration testing.

  • Example: Testing a payment gateway integration with an e-commerce application.

  • Helps identify issues relat...

View all Software QA Engineer interview questions
A Senior Software Developer was asked 9mo ago
Q. What are the differences between OOP concepts?
Ans. 

Object-oriented programming concepts include 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 details and showing onl...

View all Senior Software Developer interview questions
A Senior Software Developer was asked 9mo ago
Q. What is .NET and what are its different versions?
Ans. 

Microsoft .NET is a software framework for building and running applications on Windows. It consists of different versions like .NET Framework, .NET Core, and .NET 5.

  • .NET Framework is the original version of .NET, primarily for Windows desktop applications.

  • .NET Core is a cross-platform version of .NET for building modern cloud-based applications.

  • .NET 5 is the latest version that unifies .NET Framework and .NET Cor...

View all Senior Software Developer interview questions
A BD Executive was asked 9mo ago
Q. What is your sales approach?
Ans. 

My sales approach is consultative and relationship-focused, aiming to understand the client's needs and provide tailored solutions.

  • Building strong relationships with clients to understand their needs

  • Listening actively to identify pain points and challenges

  • Offering customized solutions that address specific client needs

  • Providing ongoing support and follow-up to ensure client satisfaction

View all BD Executive interview questions
A Developer was asked 10mo ago
Q. Write a function to reverse a string and determine if it is a palindrome.
Ans. 

Reverse a string and check if it is a palindrome

  • Reverse the string using built-in functions or manually

  • Compare the reversed string with the original string to check if it is a palindrome

  • Ignore spaces and punctuation when checking for palindrome

View all Developer interview questions
A Developer was asked 10mo ago
Q. Write a program to print a specific pattern.
Ans. 

This question involves generating a specific pattern using loops in programming.

  • Identify the pattern structure (e.g., stars, numbers).

  • Use nested loops: outer loop for rows, inner loop for columns.

  • Example: For a triangle pattern, outer loop runs for height, inner loop prints stars.

  • Consider edge cases: what if height is 0 or negative?

View all Developer interview questions
An Associate Software Engineer was asked 10mo ago
Q. What are the four pillars of OOP?
Ans. 

The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

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

  • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass.

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

View all Associate Software Engineer interview questions
Are these interview questions helpful?
A Software Developer was asked 11mo ago
Q. What is a Left Join?
Ans. 

Left Join is a type of join operation in SQL that returns all rows from the left table and the matched rows from the right table.

  • Left Join is used to combine rows from two or more tables based on a related column between them.

  • If there is no match found in the right table, NULL values are returned for the columns of the right table.

  • Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

View all Software Developer interview questions
A fresher was asked 11mo ago
Q. Write a program to draw a pattern using any language.
Ans. 

I will draw a pyramid pattern using Python language.

  • Use nested loops to print spaces and stars in a pyramid shape

  • Start with 1 star at the top and increase stars in each row

  • Decrease spaces in each row to create the pyramid shape

View all fresher interview questions
A Jr. Software Trainee was asked 11mo ago
Q. Simple 3 pattern
Ans. 

The question is asking for a simple 3 pattern.

  • A simple 3 pattern could be a sequence of numbers or letters repeated in a specific order.

  • For example, 123123123 or ABCABCABC.

  • The pattern should be easy to identify and follow a clear repetition.

View all Jr. Software Trainee interview questions

Tatvasoft Interview Experiences

58 interviews 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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. OOPs related questions.
  • Q2. Basic .net concept questions.
  • Q3. SQL related questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Maths and English and basic programming

Round 2 - Technical 

(2 Questions)

  • Q1. What is .net and it’s different versions
  • Ans. 

    Microsoft .NET is a software framework for building and running applications on Windows. It consists of different versions like .NET Framework, .NET Core, and .NET 5.

    • .NET Framework is the original version of .NET, primarily for Windows desktop applications.

    • .NET Core is a cross-platform version of .NET for building modern cloud-based applications.

    • .NET 5 is the latest version that unifies .NET Framework and .NET Core int...

  • Answered by AI
  • Q2. What is difference between oops concepts
  • Ans. 

    Object-oriented programming concepts include 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 details and showing only the...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and formality

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Why do you want to join us?
  • Q2. What is Normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate redundant data and ensure data dependencies are logical.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • Normalization helps in reducing data anomalies and inconsistencies.

    • Examples of normalization forms include 1NF, 2NF, 3NF, and...

  • Answered by AI
  • Q3. What is EF core?
  • Ans. 

    EF Core is a lightweight, extensible, open-source ORM framework for .NET applications.

    • EF Core stands for Entity Framework Core

    • It allows developers to work with databases using .NET objects

    • Supports LINQ queries, change tracking, and database migrations

    • Can be used with various database providers like SQL Server, SQLite, MySQL, etc.

  • Answered by AI
  • Q4. Why should we hire you?
  • Q5. What is LLM and why is the world crazy about tha?
  • Ans. 

    LLM stands for Master of Laws, a postgraduate degree in law. The world is crazy about it due to its specialized focus and career opportunities.

    • LLM is a postgraduate degree in law, focusing on specialized areas such as international law, human rights, or intellectual property.

    • It is highly valued in the legal field for providing in-depth knowledge and expertise in specific areas of law.

    • Many professionals pursue LLM to ad...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly quantitative aptitude was asked with some questions of reasoning.

Round 2 - Technical 

(1 Question)

  • Q1. In technical round they ask pattern , maybe 2-3 pattern questions need to be solved. Sometimes they ask question based on SQL.
Round 3 - HR 

(1 Question)

  • Q1. HR interview is very easy. You just need to pretend that you are eager to work for them and you will stay with them for years.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic maths , reasoning like train ,speed,time,simple interest

Round 2 - Technical 

(2 Questions)

  • Q1. What are four pillers of oops
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

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

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass.

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

  • Answered by AI
  • Q2. SQL query,and basic c code

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare. basic quant ,reasoning and SQL,oops,c codes,DSA array ,strings
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Multiple questions based on quant and logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Describe your project

fresher Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

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

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

Round 1 - Aptitude Test 

It was moderate and very tricky

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question on array
  • Q2. Draw a pattern using any language
  • Ans. 

    I will draw a pyramid pattern using Python language.

    • Use nested loops to print spaces and stars in a pyramid shape

    • Start with 1 star at the top and increase stars in each row

    • Decrease spaces in each row to create the pyramid shape

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Your family background
  • Ans. 

    My family background is diverse and includes members from various professions and backgrounds.

    • My parents are both doctors, with my mother specializing in pediatrics and my father in cardiology.

    • I have two siblings - one is a software engineer and the other is studying to become a lawyer.

    • My extended family includes teachers, engineers, and business owners, providing a wide range of perspectives and experiences.

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Applied through campus in this they ask about time and work,SI, Percentages,and logical questions.

Round 2 - Coding Test 

In this, they Asked about patterns and aptitude questions refer gfg

Round 3 - HR 

(2 Questions)

  • Q1. What is family background
  • Ans. 

    Family background refers to the cultural, social, and economic factors that shape an individual's upbringing and values.

    • Family background includes information about one's parents, siblings, upbringing, and values.

    • It can also include details about the family's cultural traditions, socioeconomic status, and educational background.

    • Understanding a person's family background can provide insights into their motivations, valu...

  • Answered by AI
  • Q2. Tell me about your self
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting thorough market research and data analysis

    • Skilled in identifying business needs and translating them into functional requirements

    • Proficient in creating detailed reports and presentations for stakeholders

    • Strong communication and interpersonal skills for effective collaboration wit...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Arithmetic, logical, reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept, code of reversing a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn dsa, aptitude

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

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tatvasoft?
Ask anonymously on communities.

Tatvasoft Interview FAQs

How many rounds are there in Tatvasoft interview?
Tatvasoft interview process usually has 2-3 rounds. The most common rounds in the Tatvasoft interview process are Technical, Aptitude Test and HR.
How to prepare for Tatvasoft interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tatvasoft. The most common topics and skills that interviewers at Tatvasoft expect are Javascript, C#, Angularjs, SVN and WCF.
What are the top questions asked in Tatvasoft interview?

Some of the top questions asked at the Tatvasoft interview -

  1. What is difference the between array map, array filter and for ea...read more
  2. 1 > When facing error in laravel of storage bytes what solution you prefer? 2> ...read more
  3. What is SDLC and STLC? And difference between th...read more
What are the most common questions asked in Tatvasoft HR round?

The most common HR questions asked in Tatvasoft interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more
How long is the Tatvasoft interview process?

The duration of Tatvasoft interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 53 interview experiences

Difficulty level

Easy 28%
Moderate 69%
Hard 3%

Duration

Less than 2 weeks 92%
2-4 weeks 8%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 241 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

Tatvasoft Reviews and Ratings

based on 192 reviews

3.7/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.3

Salary

3.9

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 192 Reviews and Ratings
Software Engineer
333 salaries
unlock blur

₹4.4 L/yr - ₹9.3 L/yr

Senior Software Engineer
188 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Team Lead
80 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Software Developer
79 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Associate Software Engineer
39 salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

Explore more salaries
Compare Tatvasoft with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview