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

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.
  • Ans. 

    Learn to execute a basic SQL query using an online SQL compiler for database operations.

    • Choose an online SQL compiler like SQL Fiddle or DB Fiddle.

    • Create a sample database and table using CREATE TABLE statement.

    • Insert data into the table using INSERT INTO statement.

    • Execute a basic SELECT query to retrieve data, e.g., SELECT * FROM table_name.

  • Answered by AI
  • Q3. Java program to find if an Array List contains duplicate elements using online Java compiler.
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:
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 

(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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

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 TVS Next?
Ask anonymously on communities.

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 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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Promises write the
  • Ans. 

    Promises in JavaScript represent the eventual completion or failure of an asynchronous operation.

    • A Promise can be in one of three states: pending, fulfilled, or rejected.

    • Example: const myPromise = new Promise((resolve, reject) => { /* async code */ });

    • Promises allow chaining with .then() for success and .catch() for errors.

    • Example: myPromise.then(result => console.log(result)).catch(error => console.error(erro...

  • Answered by AI
  • Q2. Promises.alll how is used
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. 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 - Coding Test 

General and basic data structure question

Round 3 - Technical 

(4 Questions)

  • Q1. Coding over the video call
  • Q2. Java programs for strings , palindrome etc
  • Ans. 

    Java programs for strings, palindrome, etc.

    • Use the StringBuilder class to manipulate strings efficiently.

    • To check if a string is a palindrome, compare it with its reverse.

    • To count the occurrences of a substring in a string, use the indexOf method in a loop.

    • To split a string into an array of substrings, use the split method.

  • Answered by AI
  • Q3. Projects questions on which you have worked
  • Q4. Explanation skill will also be considered

Interview Preparation Tips

Topics to prepare for Blackbuck Insights Software Engineer interview:
  • Java
  • SQL
  • MySQL
Interview preparation tips for other job seekers - Keep working hard and prepare dsa as much as you could

Skills evaluated in this interview

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
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The test was in hackerrank platform, it was moderate level.

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 

Aptitude test was esay.i passed that

Round 3 - Case Study 

We have upload a vedio based on given topic

Round 4 - Technical 

(2 Questions)

  • Q1. 1 coding questiin 3 logical apti question Dbms concepts
  • Q2. Foriegn key Primary key

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic.be clear with all the basics in dbms,oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA

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. 2 basic programs which you could solve using Ja...read more
  2. Java program to find if an Array List contains duplicate elements using online ...read more
  3. Execute a basic SQL query in online SQL compil...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
TVS Next Software Engineer Salary
based on 57 salaries
₹2.8 L/yr - ₹10 L/yr
31% less than the average Software Engineer Salary in India
View more details

TVS Next Software Engineer Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

2.8

Salary

2.3

Job security

3.5

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
83 salaries
unlock blur

₹6 L/yr - ₹18.1 L/yr

Senior Software Analyst
64 salaries
unlock blur

₹8 L/yr - ₹25.6 L/yr

Software Engineer
57 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Technical Lead
42 salaries
unlock blur

₹14.9 L/yr - ₹29 L/yr

Senior QA Engineer
40 salaries
unlock blur

₹6.3 L/yr - ₹15.4 L/yr

Explore more salaries
Compare TVS Next with

JoulestoWatts Business Solutions

3.0
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.7
Compare

Innoplexus

4.0
Compare
write
Share an Interview