Upload Button Icon Add office photos

Filter interviews by

TVS Automobiles Solutions Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 27 Jan 2023

TVS Automobiles Solutions Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jan 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge about commercial vehicle Spares knowledge
  • Q2. Engine coolant temperature
  • Ans. 

    Engine coolant temperature is the temperature of the liquid that circulates through the engine to regulate its temperature.

    • Engine coolant temperature is important for maintaining the engine's optimal operating temperature.

    • The temperature is typically monitored by a sensor and displayed on the dashboard.

    • If the engine coolant temperature is too high or too low, it can cause damage to the engine.

    • The ideal engine coolant t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and answer confidently you will be selected

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. English basics ,grammar, comprehension
  • Q2. Pseudo codes,basic theory questions
Round 2 - Technical 

(2 Questions)

  • Q1. Basics questions on python and OOPs
  • Q2. Program to implement factorial of a number
  • Ans. 

    Program to calculate factorial of a number using recursion or iteration

    • Define a function to calculate factorial

    • Use recursion or iteration to calculate factorial

    • Handle edge cases like 0 and negative numbers

    • Example: factorial of 5 is 5*4*3*2*1 = 120

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm,prepare basics well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

ARRAYS,STRINGS,LINKLIST

Round 2 - HR 

(2 Questions)

  • Q1. NORMAL INTRODUCTION
  • Q2. WHY WANT TO JOIN
  • Ans. 

    I am passionate about helping others and making a positive impact in the community.

    • Passionate about making a difference

    • Desire to help others

    • Want to contribute to the community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic, easy, calculative

Round 2 - Coding Test 

Sorting an array, drawing flow of algorithm

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

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

1)Aptitude
2)English Verbal Ability
3)Reasoning
4)Essay Writing
5)Coding Test
6)Technical Interview
7)HR
8)SELECTED

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me About Yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in a professional setting.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in a professional setting

    • Strong problem-solving skills

    • Experience with engineering projects during studies

  • Answered by AI
  • Q2. What would you do in your free time
  • Ans. 

    In my free time, I enjoy reading books, playing sports, and volunteering at local organizations.

    • Reading books - helps me relax and expand my knowledge

    • Playing sports - keeps me active and healthy

    • Volunteering - gives me a sense of fulfillment and helps the community

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked to

Round 2 - Coding Test 

Find the second highest value

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

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 

Normal mcqs are asked in that round. Based on mathematical calculations and aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Java program to print sum of first n numbers
  • Ans. 

    Java program to print sum of first n numbers

    • Use a loop to iterate through the numbers from 1 to n

    • Add each number to a running total

    • Print the total after the loop completes

  • Answered by AI
  • Q2. Java program to print a pattern
  • Ans. 

    Java program to print a pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of columns

    • Use if-else statements to determine the pattern to be printed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and normal programs will be asked in the interview. They will check your way of approach to the problem.

Skills evaluated in this interview

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

Interest that you can get to the end of the day is a good idea to make sure you have a good

Round 2 - One-on-one 

(2 Questions)

  • Q1. Your body is a good place to start and you can get a good feeling of the feeling of being a good person ?
  • Q2. You're not LIMITED to the fact that you are not LIMITED to a good?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your new job openings and your own personal experience with your friends and 3

TVS Automobiles Solutions Interview FAQs

How many rounds are there in TVS Automobiles Solutions Graduate Engineer Trainee (Get) interview?
TVS Automobiles Solutions interview process usually has 2 rounds. The most common rounds in the TVS Automobiles Solutions interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in TVS Automobiles Solutions Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the TVS Automobiles Solutions Graduate Engineer Trainee (Get) interview -

  1. Engine coolant temperat...read more
  2. Basic knowledge about commercial vehicle Spares knowle...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TVS Automobiles Solutions interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
TVS Automobiles Solutions Graduate Engineer Trainee (Get) Salary
based on 7 salaries
₹1.3 L/yr - ₹2 L/yr
55% less than the average Graduate Engineer Trainee (Get) Salary in India
View more details

TVS Automobiles Solutions Graduate Engineer Trainee (Get) Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

3.6

Skill development

1.8

Work-Life balance

1.6

Salary & Benefits

3.9

Job Security

3.4

Company culture

2.1

Promotions/Appraisal

3.4

Work Satisfaction

Explore 3 Reviews and Ratings
Deputy Officer
38 salaries
unlock blur

₹1.8 L/yr - ₹4.6 L/yr

Officer
22 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Sales Executive
21 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Assistant Manager
20 salaries
unlock blur

₹4.2 L/yr - ₹9.1 L/yr

Sales Consultant
17 salaries
unlock blur

₹1.6 L/yr - ₹3.4 L/yr

Explore more salaries
Compare TVS Automobiles Solutions with

Mahindra & Mahindra

4.1
Compare

Tata Motors

4.2
Compare

Maruti Suzuki

4.2
Compare

Hero MotoCorp

4.2
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