Upload Button Icon Add office photos

Filter interviews by

Yamaha Motors Solutions SDE Interview Questions and Answers

Updated 6 Apr 2024

Yamaha Motors Solutions SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Saurav Mall

posted on 6 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy question based MCQ based on basic aptitude and SQL and language questions

Round 2 - Technical 

(1 Question)

  • Q1. 2 DSA problems one pattern question and one question on searching 1 SQL query was asked Sone question from core cs subject like os and dbms
Round 3 - HR 

(1 Question)

  • Q1. Standard question with one puzzle.Though I was not able to crack the puzzle I still managed to crack the interview
Round 4 - CTO round 

(1 Question)

  • Q1. He asked basic stuff to test your personality

Interview questions from similar companies

SDE Interview Questions & Answers

DotPe user image Anonymous

posted on 3 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL join question
  • Q2. House robber, circular list
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find duplicates and remove from linked list.
  • Ans. 

    Remove duplicates from a linked list

    • Traverse the linked list and keep track of seen values using a hash set

    • If a value is already in the hash set, remove the duplicate node

    • Update the next pointers accordingly

  • Answered by AI
  • Q2. Check IP address is in valid format or not
  • Ans. 

    Validate if an IP address is in a valid format

    • Split the IP address into 4 parts using the dot as a delimiter

    • Check if each part is a number between 0 and 255

    • Ensure there are exactly 4 parts in the IP address

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ based on c++ and java

Round 2 - Coding Test 

Solve 5 DSA questions

Round 3 - Technical 

(3 Questions)

  • Q1. 1. Buy and sell stocks 2. String balance 3. Storing algo
  • Q2. String balance questions and String manipulation
  • Q3. Sorting algorithms and their implementations
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Common sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Each sorting algorithm has its own time complexity and space complexity.

    • Sorting algorithms can be implemented in various programming languages such as C++, Java, Python, etc.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java questions and data engineering
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Two coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS questions, keys
  • Q2. SQL related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on data structure, DBMS, SQL queries
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL questions on performance tuning, some programming practices to ensure bug free code

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Snowflake and technology mentioned in job description.

I applied via Recruitment Consulltant and was interviewed before Sep 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 

(2 Questions)

  • Q1. Testing concepts STLC
  • Q2. Java code to reverse a string
  • Ans. 

    Java code to reverse a string

    • Use StringBuilder class to reverse the string

    • Call reverse() method on the StringBuilder object

    • Convert the StringBuilder object back to String using toString() method

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Agile concepts like sprints planning and Jira

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basic concepts.Prepare few Java basic coding questions and Oops concepts

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test was bad. they asked irrelevant things that were not related to the field

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is data engineering
  • Ans. 

    Data engineering is the process of designing, building, and maintaining the infrastructure for data storage and processing.

    • Data engineering involves creating and managing data pipelines

    • It includes tasks such as data modeling, data integration, and data warehousing

    • Data engineers work with big data technologies such as Hadoop, Spark, and NoSQL databases

    • They also ensure data quality, security, and scalability

    • Examples of d...

  • Answered by AI
  • Q2. What is resilient distributed database
  • Ans. 

    A resilient distributed database is a database that can continue to function even if some of its nodes fail.

    • It is designed to be fault-tolerant and highly available.

    • Data is distributed across multiple nodes to ensure redundancy.

    • If one node fails, the database can continue to function using data from other nodes.

    • Examples include Apache Cassandra, Riak, and HBase.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Yamaha Motors Solutions Interview FAQs

How many rounds are there in Yamaha Motors Solutions SDE interview?
Yamaha Motors Solutions interview process usually has 4 rounds. The most common rounds in the Yamaha Motors Solutions interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Yamaha Motors Solutions SDE interview?

Some of the top questions asked at the Yamaha Motors Solutions SDE interview -

  1. 2 DSA problems one pattern question and one question on searching 1 SQL query w...read more
  2. Standard question with one puzzle.Though I was not able to crack the puzzle I s...read more
  3. He asked basic stuff to test your personal...read more

Tell us how to improve this page.

Yamaha Motors Solutions SDE Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Hero MotoCorp Interview Questions
4.2
 • 328 Interviews
TVS Motor Interview Questions
4.0
 • 306 Interviews
Bajaj Auto Interview Questions
3.9
 • 269 Interviews
Royal Enfield Interview Questions
4.2
 • 149 Interviews
Piaggio Interview Questions
3.6
 • 57 Interviews
kipi.ai Interview Questions
4.3
 • 54 Interviews
View all
Software Engineer
86 salaries
unlock blur

₹5.1 L/yr - ₹18 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹10.1 L/yr - ₹21.5 L/yr

Associate Software Engineer
27 salaries
unlock blur

₹7.3 L/yr - ₹15.6 L/yr

System Engineer
27 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Team Lead
25 salaries
unlock blur

₹13.2 L/yr - ₹28.7 L/yr

Explore more salaries
Compare Yamaha Motors Solutions with

Honda Motorcycle & Scooter

4.1
Compare

TVS Motor

4.0
Compare

Bajaj Auto

3.9
Compare

Suzuki Motorcycle

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview