Yamaha Motor India interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Yamaha Motor India
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, Algorithms, Java, OOPS
Tip
Tip

Tip 1 : Practice on leetcode
Tip 2 : Know your projects inside out
Tip 3 : Internships are an advantage

Application process
Where: Campus
Eligibility: 75% aggregate throughout
Resume Tip
Resume tip

Tip 1 : Mention projects
Tip 2 : Don't overload with information

Interview rounds

01
Round
Easy
Online Coding Interview
Duration80 minutes
Interview date26 Jul 2021
Coding problem1

Aptitude and Quantitative Test, Logical reasoning

1. Merge Two Sorted Linked Lists

Moderate
15m average time
80% success
0/80
Asked in companies
CIS - Cyber InfrastructureAmazonApple

You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

Note:

The given linked lists may or may not be null.

For example:

If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL

The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Problem approach

Recursive solution: Compare each item in both lists. Whichever is smaller, increment that list and recursively call again.

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date29 Jul 2021
Coding problem1

Basic HR questions

1. Discussion on past internships

Explain work carried out in internships

Problem approach

Tip 1 : Explained my role during the internship
Tip 2 : Explain the work carried out

03
Round
Medium
Video Call
Duration60 minutes
Interview date4 Aug 2021
Coding problem1

1. Longest Common Prefix

Moderate
40m average time
60% success
0/80
Asked in companies
AdobeGrofersDunzo

You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you have to return an empty string.

A prefix of a string can be defined as a substring obtained after removing some or all characters from the end of the string.

For Example:
Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
Problem approach

Sort the list. Compare the first and last items. Iterate over the first item till the characters match in the last item. Return the common characters

Try solving now
04
Round
Easy
Face to Face
Duration30 minutes
Interview date10 Aug 2021
Coding problem1

General HR-type round with the CTO

1. HR Questions

CTO asked about problems faced during projects and how I solved them

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
Software Engineer Trainee
4 rounds | 8 problems
Interviewed by Yamaha Motor India
2985 views
1 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Yamaha Motor India
1330 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57824 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes