AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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.7

based on 190 Reviews

Play video Play video Video summary
  • About
  • Reviews
    190
  • Salaries
    1.3k
  • Interviews
    58
  • Jobs
    -
  • Benefits
    17
  • Photos
    -

Filter interviews by

Tatvasoft Interview Questions and Answers

Updated 10 Jun 2025
Popular Designations

21 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 9mo 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 9mo 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
A Software Developer was asked 10mo 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
Are these interview questions helpful?
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
A Software Developer was asked 11mo ago
Q. What is an LLM, and why is it so popular?
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 ...

View all Software Developer interview questions
1 2 3

Tatvasoft Interview Experiences

58 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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.
  • Add your answer
  • Q2. Basic .net concept questions.
  • Add your answer
  • Q3. SQL related questions.
  • Add your answer
Anonymous

Senior Software Developer Interview Questions & Answers

user image ketan ghori

posted on 24 Sep 2024

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
    Add your answer
  • 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
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and formality
  • Add your answer

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image ketan ghori

posted on 17 Jul 2024

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

(5 Questions)

  • Q1. Why do you want to join us?
  • Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • Q4. Why should we hire you?
  • Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Anonymous

DOT NET Developer Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

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.
  • Add your answer
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.
  • Add your answer
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

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
    Add your answer
  • Q2. SQL query,and basic c code
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare. basic quant ,reasoning and SQL,oops,c codes,DSA array ,strings
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

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
  • Add your answer
  • Q2. Describe your project
  • Add your answer
Anonymous

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
  • Add your answer
  • 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
    Add your answer
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
    Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

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
    Add your answer
  • 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
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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
  • Add your answer

Interview Preparation Tips

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

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
  • Add your answer
  • Q2. Technical questions
  • Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Add your answer
  • Q2. Situational base question
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Tatvasoft?
Ask anonymously on communities.
More about working at Tatvasoft
  • HQ - Ahmedabad, Gujarat, India
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Hardware & Networking

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.

Tatvasoft Interviews By Designations

  • Tatvasoft Software Developer Interview Questions
  • Tatvasoft Software Engineer Interview Questions
  • Tatvasoft Senior Software Developer Interview Questions
  • Tatvasoft Full Stack Developer Interview Questions
  • Tatvasoft Associate Software Engineer Interview Questions
  • Tatvasoft Software Engineer Trainee Interview Questions
  • Tatvasoft Senior Software Engineer Interview Questions
  • Tatvasoft Business Analyst Interview Questions
  • Show more
  • Tatvasoft Software Developer Trainee Interview Questions
  • Tatvasoft QA Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Data Analyst Interview Questions
  • Deputy Manager Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Sales Officer Interview Questions

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
ITC Infotech Interview Questions
3.7
 • 371 Interviews
CitiusTech
CitiusTech Interview Questions
3.3
 • 287 Interviews
NeoSOFT
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 239 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 230 Interviews
Episource
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM
INDIUM Interview Questions
4.1
 • 198 Interviews
Incedo
Incedo Interview Questions
3.1
 • 193 Interviews
Quantiphi Analytics Solutions Private Limited
Quantiphi Analytics Solutions Private Limited Interview Questions
3.2
 • 185 Interviews
View all

Tatvasoft Reviews and Ratings

based on 190 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.2

Salary

3.9

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 190 Reviews and Ratings
Tatvasoft Salaries in India
Software Engineer
326 salaries
unlock blur

₹2 L/yr - ₹9.3 L/yr

Senior Software Engineer
189 salaries
unlock blur

₹4.3 L/yr - ₹11 L/yr

Team Lead
81 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Software Developer
79 salaries
unlock blur

₹2.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

ITC Infotech

3.7
Compare
CMS IT Services

CMS IT Services

3.1
Compare
KocharTech

KocharTech

3.9
Compare
Xoriant

Xoriant

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tatvasoft Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter