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 at LDRP Institute of Technology & Research, Gandhinagar 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:
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 - 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 at Shri Vaishnav Institute of Technology and Science, Indore

Round 1 - Aptitude Test 

Basic Maths English and reasoning questions

Round 2 - 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 3 - 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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Linked list question
  • Q2. Leetcode geekforgeeks

Interview Preparation Tips

Interview preparation tips for other job seekers - Java, collections, multithreading, Data structures and algorithms
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 - Group Discussion 

How social media affect

Round 3 - Technical 

(2 Questions)

  • Q1. What is inheritance explain it with prime no program.
  • Ans. 

    Inheritance is a mechanism in OOP where a class acquires properties and methods of another class.

    • Inheritance allows code reusability and promotes code organization.

    • A subclass can inherit properties and methods from a superclass.

    • The subclass can also override or add new properties and methods.

    • Example: Prime number program can have a superclass 'Number' and a subclass 'PrimeNumber' that inherits properties and methods fr

  • Answered by AI
  • Q2. What is my project during my internship.
  • Ans. 

    During my internship, my project was to develop a mobile application for tracking and managing inventory.

    • Developed a mobile application using React Native

    • Implemented features for scanning barcodes and updating inventory

    • Integrated with backend APIs to fetch and update data

    • Worked in a team to ensure timely delivery of the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and bold, never get shy or fumble in between.

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, HR and Aptitude Test.
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 272 salaries
₹1.9 L/yr - ₹9 L/yr
19% less than the average Software Engineer Salary in India
View more details

Tatvasoft Software Engineer Reviews and Ratings

based on 49 reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.4

Salary

4.0

Job security

3.8

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 49 Reviews and Ratings
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