Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TVS Next Team. If you also belong to the team, you can get access from here

TVS Next Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 97 Reviews

Filter interviews by

TVS Next Software Engineer Interview Questions and Answers

Updated 1 Aug 2023

TVS Next Software Engineer Interview Experiences

2 interviews found

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

I applied via Walk-in and was interviewed in Jul 2023. 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 - Coding Test 

(2 Questions)

  • Q1. MCQ questions testing your knowing in aptitude, logical reasoning, English and speech.
  • Q2. 2 basic programs which you could solve using Java.
Round 3 - Technical 

(3 Questions)

  • Q1. Basic questions related to Java like "Mention 2 OOPS concepts, their definition, advantages, difference between stack and array, etc."
  • Q2. Execute a basic SQL query in online SQL compiler.
  • Q3. Java program to find if an Array List contains duplicate elements using online Java compiler.
  • Ans. 

    Java program to check for duplicate elements in an ArrayList of strings.

    • Iterate through the ArrayList and use a HashSet to store elements as you go.

    • If an element is already in the HashSet, it is a duplicate.

    • Return true if duplicates are found, false otherwise.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Surprisingly, the most difficult round by far. The HR asked in depth about my project, so don't include projects which you are not very in-depth with. Also asked me to introduce myself without mentioning g...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are strong in the language they mentioned in the job description.
Have projects related to that language in your resume and most importantly be thorough enough to answer any questions asked about your project.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2021. There were 3 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 

(1 Question)

  • Q1. Basic oops concepts and core java questions
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is based on the project and not specific

Interview questions from similar companies

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

I applied via campus placement at Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a function that prints the numbers from 1 to 100. However, for multiples of three, print "Fizz" instead of the number, and for multiples of five, print "Buzz." For numbers that are multiples of both three and five, print "FizzBuzz."

Round 2 - Group Discussion 

Group discussion with fellow students on topics related to IT companies.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Codechef easy level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Few domain related questions
  • Q2. Virtual don vs actual Dom etc
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in web development to improve performance by minimizing actual DOM manipulations.

    • Actual DOM refers to the real structure of the HTML elements on a webpage.

    • Virtual DOM is a representation of the actual DOM in memory that gets updated when changes are made, and then efficiently updates the actua...

  • Answered by AI
  • Q3. Frontend related question as this was for frontend role
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python slq apti path json sksa

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving in python
  • Q2. Solving problems in oython
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic Apti , ex train ,speed work

Round 2 - Coding Test 

From Leetcode questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Related about real time java questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 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 - Coding Test 

Data structures and algos

Round 3 - Technical 

(2 Questions)

  • Q1. Real time scenarios from resume
  • Q2. System design and architecture

I applied via campus placement at New Horizon College of Engineering, Bangalore and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details asked on your project and knowledge.
Round 2 - Coding Test 

Basic Data Structure Questions asked

Round 3 - Coding Test 

Advanced Data Structures and Algorithms questions asked.

Interview Preparation Tips

Topics to prepare for Karza Technologies Software Engineer interview:
  • Data Structures
  • AWS
  • Python

TVS Next Interview FAQs

How many rounds are there in TVS Next Software Engineer interview?
TVS Next interview process usually has 3-4 rounds. The most common rounds in the TVS Next interview process are Resume Shortlist, Technical and HR.
How to prepare for TVS Next Software Engineer 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 TVS Next. The most common topics and skills that interviewers at TVS Next expect are C++ and Java.
What are the top questions asked in TVS Next Software Engineer interview?

Some of the top questions asked at the TVS Next Software Engineer interview -

  1. Java program to find if an Array List contains duplicate elements using online ...read more
  2. Basic questions related to Java like "Mention 2 OOPS concepts, their definition...read more
  3. MCQ questions testing your knowing in aptitude, logical reasoning, English and ...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 TVS Next interviews
WalkIn
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TVS Next Software Engineer Salary
based on 64 salaries
₹2.4 L/yr - ₹10 L/yr
25% less than the average Software Engineer Salary in India
View more details

TVS Next Software Engineer Reviews and Ratings

based on 8 reviews

4.0/5

Rating in categories

4.3

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

3.9

Company culture

3.7

Promotions/Appraisal

4.0

Work Satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
99 salaries
unlock blur

₹5.5 L/yr - ₹18.1 L/yr

Software Engineer
64 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Software Analyst
46 salaries
unlock blur

₹8 L/yr - ₹22.2 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹6.3 L/yr - ₹15.4 L/yr

Technical Lead
38 salaries
unlock blur

₹14.9 L/yr - ₹29 L/yr

Explore more salaries
Compare TVS Next with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview