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 Software Engineer Interview Questions, Process, and Tips

Updated 12 Nov 2024

Top Tatvasoft Software Engineer Interview Questions and Answers

View all 7 questions

Tatvasoft Software Engineer Interview Experiences

8 interviews found

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was basic maths and reasoning question were easy.

Round 2 - Coding Test 

Pattern related question and sql queries are good enough to clear it

Round 3 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Do i know the terms and conditions?

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview if you want to clear it

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops, design pattern, middleware, c# concepts,
Round 2 - Technical 

(1 Question)

  • Q1. Sql, solid principles
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 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 - Technical 

(3 Questions)

  • Q1. What do you mean by ERD?
  • Ans. 

    ERD stands for Entity Relationship Diagram, a visual representation of entities and their relationships in a database.

    • ERD is used to design and model databases.

    • It shows the relationships between entities, such as one-to-one, one-to-many, and many-to-many.

    • Entities are represented as rectangles, and relationships are represented as lines connecting them.

    • Attributes of entities are also shown in ERD.

    • Example: A customer can...

  • Answered by AI
  • Q2. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their scope.

    • Variable declarations are hoisted but not their values

    • Function declarations are fully hoisted

    • Let and const declarations are not hoisted

  • Answered by AI
  • Q3. What is difference the between array map, array filter and for each?
  • Ans. 

    Array map transforms each element of an array, array filter filters elements based on a condition, and for each iterates over each element.

    • Array map returns a new array with transformed elements

    • Array filter returns a new array with elements that pass a condition

    • For each does not return anything, it just iterates over each element

    • All three methods do not modify the original array

    • Examples: map - doubling each element of ...

  • Answered by AI
Round 3 - Coding Test 

Make an api using express, mongo and jwt

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join us?
  • Ans. 

    I want to join because of the company's reputation, innovative projects, and collaborative work environment.

    • Reputation: The company has a strong reputation in the industry, known for its high-quality software solutions.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that the best ...

  • Answered by AI
  • Q2. What is your current CTC?

Skills evaluated in this interview

Tatvasoft interview questions for designations

 Associate Software Engineer

 (3)

 Software Engineer Trainee

 (2)

 Senior Software Engineer

 (2)

 Senior Software Quality Engineer

 (1)

 Software Developer

 (11)

 Senior Software Developer

 (3)

 Software Developer Trainee

 (2)

 Jr. Software Trainee

 (1)

Software Engineer Interview Questions & Answers

user image Ayush Bhaisha

posted on 1 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about previous Projects ?
  • Q2. What is redux & it's usage ?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is commonly used with React to manage the state of an application.

    • It helps in maintaining a single source of truth for the state.

    • Actions are dispatched to update the state in a predictable way.

    • Reducers are used to specify how the state changes in response to actions.

    • Selectors can be used to extract specific pieces of state from the store.

    • Example: Redux is...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Tatvasoft Interview Questions

I applied via Campus Placement

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 - Aptitude Test 

Basic Maths English and reasoning questions

Round 3 - Technical 

(3 Questions)

  • Q1. All based on resume
  • Q2. Java question like prime no , patterns , arrray and string
  • Q3. Conceptual questions like interface package and all based on project and internships
Round 4 - HR 

(1 Question)

  • Q1. Some puzzels and basic hr question like where u see urself ,tell about ur city ,what u will do if not get selected
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Aptitude Test 

OOPS concepts, data structures, SQL, DBMS,

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your basics clear, DSA is important to get filtered out of so many candidates. even when you want to switch to some product-based companies DSA is very much important.

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make code more flexible and testable.

    • Dependency injection is a way to provide objects with the dependencies they need to function.

    • It involves creating objects with their dependencies injected from outside rather than hard-coding them.

    • This makes code more flexible, reusable, and testable.

    • There are three types of dependency injection: con...

  • Answered by AI
  • Q2. What is serverless?
  • Ans. 

    Serverless is a cloud computing model where the cloud provider manages the infrastructure and automatically allocates resources.

    • Serverless allows developers to focus on writing code without worrying about infrastructure management.

    • It is event-driven and scales automatically based on demand.

    • Examples include AWS Lambda, Azure Functions, and Google Cloud Functions.

  • Answered by AI
  • Q3. Difference between useMemo and useCallback ?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to optimize expensive computations by caching the result and returning it if the inputs haven't changed.

    • useCallback is used to optimize expensive function creation by caching the function instance and returning it if the inputs haven't changed.

    • useMemo returns a value, while useCallback returns a memoized function.

    • useMemo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare thoroughly .

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Nov 2020.

Interview Questionnaire 

3 Questions

  • Q1. Simple and Easy questions on OOPS, static variable, Prioriry queue,
  • Q2. Design question,
  • Q3. Binary Search

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy you can crack this shit easily

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

Tatvasoft Interview FAQs

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

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

  1. What is difference the between array map, array filter and for ea...read more
  2. What is dependency injectio...read more
  3. Difference between useMemo and useCallbac...read more
How long is the Tatvasoft Software Engineer interview process?

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

Tell us how to improve this page.

Tatvasoft Software Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Tatvasoft Software Engineer Salary
based on 279 salaries
₹1.9 L/yr - ₹9 L/yr
20% less than the average Software Engineer Salary in India
View more details

Tatvasoft Software Engineer Reviews and Ratings

based on 52 reviews

3.6/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.4

Salary

4.0

Job security

3.6

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 52 Reviews and Ratings
Software Engineer
279 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
67 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

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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