Upload Button Icon Add office photos

Filter interviews by

Yazaki Data Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was general snowflake related
  • Q2. Deep dive into architecture of snowflake
Round 2 - Technical 

(1 Question)

  • Q1. Coding based round with onsite team members

Interview Preparation Tips

Interview preparation tips for other job seekers - managerial round based on past experience and presentation skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How you load the data using delta table in adf
  • Ans. 

    You can load data using delta table in ADF by using the Copy Data activity and specifying the delta format.

    • Use the Copy Data activity in ADF to load data into a delta table

    • Specify the delta format in the sink settings of the Copy Data activity

    • Ensure that the source data is compatible with the delta format

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at College of Engineering, Guindy Campus and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists of aptitudes and some pseudocode snippets to solve and it also had one medium level coding question and one hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Write a pattern pyramid number in Java
  • Ans. 

    Pattern pyramid number in Java

    • Use nested loops to print the pyramid pattern

    • Increment the number in each row

    • Handle spaces for proper alignment

  • Answered by AI
  • Q2. Write a C program to find Factorial of a number
  • Ans. 

    A C program to find the factorial of a number using recursion

    • Use a recursive function to calculate the factorial

    • Handle the base case when the number is 0 or 1

    • Multiply the number with the factorial of (number-1) in each recursive call

  • Answered by AI
  • Q3. What is Little endian and Big endian in C
  • Ans. 

    Little endian and Big endian are byte ordering formats in which multi-byte data is stored in memory.

    • Little endian: Least significant byte is stored at the lowest memory address.

    • Big endian: Most significant byte is stored at the lowest memory address.

    • Example: In Little endian, the number 0x12345678 is stored as 78 56 34 12 in memory.

    • Example: In Big endian, the same number is stored as 12 34 56 78 in memory.

  • Answered by AI
  • Q4. Why do you use Docker and Git
  • Ans. 

    I use Docker for containerization to easily manage and deploy applications, and Git for version control to collaborate and track changes.

    • Docker allows for consistent development environments across different machines

    • Git helps track changes, collaborate with team members, and revert to previous versions if needed

    • Both tools improve efficiency and productivity in software development

  • Answered by AI
  • Q5. Draw architecture diagram for your Machine Learning Project
  • Ans. 

    The architecture diagram for a Machine Learning project typically includes data preprocessing, model training, evaluation, and deployment stages.

    • Data preprocessing stage involves cleaning, transforming, and preparing the data for model training.

    • Model training stage includes selecting the appropriate algorithm, training the model on the data, and tuning hyperparameters.

    • Evaluation stage involves assessing the model's per...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have always been supportive of my career choices and encouraged me to pursue my passion for software engineering.

    • My younger sister is currently studying computer science and we often collaborate on coding projects together.

    • Family gatherings are important to us and we enjoy spending quality time together, whether it's celebrating

  • Answered by AI
  • Q2. Which is your favorite subject and why
  • Q3. What will you do if you get rejected in this round

Interview Preparation Tips

Topics to prepare for Aptiv Associate Software Engineer interview:
  • C
  • OS
  • Data Structures

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is ASPICE ?
  • Ans. 

    ASPICE stands for Automotive SPICE, a framework for software development in the automotive industry.

    • ASPICE is a standard used in the automotive industry to assess and improve software development processes.

    • It helps ensure that software in automotive systems is developed efficiently and meets quality standards.

    • ASPICE defines a set of processes and practices that organizations can follow to achieve higher levels of matur...

  • Answered by AI
  • Q2. What is Diagnostic in ECU
  • Ans. 

    Diagnostic in ECU refers to the process of identifying and troubleshooting issues within the Electronic Control Unit of a vehicle.

    • Diagnostic in ECU involves using specialized tools and software to read error codes and data from the ECU.

    • It helps in identifying issues related to engine performance, emissions, and other systems controlled by the ECU.

    • Diagnostic tests can be performed to pinpoint the exact cause of a proble...

  • Answered by AI
  • Q3. Explain ADAS feature
  • Ans. 

    ADAS stands for Advanced Driver Assistance Systems, which are safety features designed to assist drivers in the driving process.

    • ADAS features use sensors and cameras to monitor the vehicle's surroundings and provide warnings or assistance to the driver.

    • Examples of ADAS features include adaptive cruise control, lane departure warning, automatic emergency braking, and blind spot detection.

    • These features help improve safe...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Short Introduction
  • Q2. Base practice in ASPICE for system requirement
  • Ans. 

    Base practice in ASPICE for system requirement is to define clear, complete, and consistent requirements.

    • Define clear and unambiguous system requirements

    • Ensure requirements are complete and cover all necessary aspects

    • Maintain consistency between system requirements and other project artifacts

    • Use tools like DOORS for requirement management

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magna International System Engineer interview:
  • ASPICE
  • UDS
  • CAN
Interview preparation tips for other job seekers - Don't get your hopes high give you best and move on, it's be more than 2 month I haven't heard back from them,

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How would you preprocess the raw data
  • Ans. 

    Preprocessing raw data involves cleaning, transforming, and organizing data to make it suitable for analysis.

    • Remove any irrelevant or duplicate data

    • Handle missing values by imputation or deletion

    • Normalize or standardize numerical data

    • Encode categorical variables using techniques like one-hot encoding

    • Feature scaling for machine learning algorithms

    • Perform text preprocessing like tokenization and stemming

  • Answered by AI
  • Q2. How would you specify a solution that has been already existing
  • Ans. 

    Specify the existing solution by documenting its architecture, components, technologies used, and any modifications made.

    • Document the architecture of the solution, including high-level components and their interactions

    • List the technologies used in the solution, such as programming languages, frameworks, and databases

    • Describe any modifications or customizations made to the existing solution

    • Include any performance metric...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Embedded qns and oops qns
  • Q2. What is virtual function
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by allowing a function to be called based on the type of object it is called on.

    • Virtual functions are declared in a base cl...

  • Answered by AI
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q4. Please don't attend this interview
  • Q5. Idon'tknow hahab

Interview Preparation Tips

Interview preparation tips for other job seekers - Useless company w9rstu behaviour no offer

Skills evaluated in this interview

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

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

Round 1 - Group Discussion 

About Growing of AI Technology

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - actively involve in GD
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2022. 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. Self introduction Technical problems
  • Q2. Current project, jsksksosls jsksosos ksksk
Round 3 - HR 

(2 Questions)

  • Q1. About yourself, education, family, native
  • Q2. Current salary, expectations notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience, ksos ksks nsns, ksksks hdksks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are your strengths and weakness?
  • Ans. My strength is Hardworking weakness are focusing on every details which makes my work time consuming
  • Answered Anonymously
Round 2 - Technical 

(3 Questions)

  • Q1. What is Watchdog timer?
  • Ans. 

    A Watchdog timer is a hardware or software mechanism that automatically resets or restarts a device if it stops responding or functioning properly.

    • Watchdog timer is used to prevent system crashes or freezes by monitoring the system and resetting it if necessary.

    • It is commonly used in embedded systems, where reliability is crucial.

    • The timer needs to be periodically reset by the software to prevent the system from resett...

  • Answered by AI
  • Q2. What is Compiler?
  • Ans. 

    A compiler is a software program that translates code written in a high-level programming language into machine code.

    • Converts high-level code to machine code

    • Checks for syntax errors

    • Optimizes code for better performance

    • Examples: GCC, Clang, Visual C++

  • Answered by AI
  • Q3. What is volatile memory?
  • Ans. 

    Volatile memory is temporary memory that loses its data when power is turned off.

    • Volatile memory requires constant power to retain data

    • Examples include RAM (Random Access Memory) and cache memory

    • Data stored in volatile memory is lost when the device is turned off

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Do you like Bangalore?
  • Q2. What is your favourite festival?
  • Q3. Do you like to work something from the start or can something which already worked by someone else?

Skills evaluated in this interview

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

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Coding test, on C, around 1 hr, on teams

Round 2 - Technical 

(1 Question)

  • Q1. C basics Embedded C Aptitude

Tell us how to improve this page.

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 331 Interviews
MRF Tyres Interview Questions
3.7
 • 293 Interviews
Exide Industries Interview Questions
3.5
 • 165 Interviews
UNO Minda Interview Questions
4.0
 • 162 Interviews
Aptiv Interview Questions
3.5
 • 92 Interviews
Valeo Interview Questions
4.0
 • 86 Interviews
TE Connectivity Interview Questions
4.1
 • 80 Interviews
Brakes India Interview Questions
4.0
 • 70 Interviews
View all
Junior Engineer
503 salaries
unlock blur

₹1.4 L/yr - ₹5.3 L/yr

Assistant Manager
386 salaries
unlock blur

₹4.8 L/yr - ₹13.8 L/yr

Senior Engineer
292 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Engineer
290 salaries
unlock blur

₹2.4 L/yr - ₹7.3 L/yr

Production Engineer
287 salaries
unlock blur

₹1.2 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Yazaki with

Sumitomo Electric Industries

4.7
Compare

TE Connectivity

4.1
Compare

Delphi Automotive Systems

3.7
Compare

Molex

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