Upload Button Icon Add office photos

Filter interviews by

Smiiel - A Unit Of Motherson Sumi System Assembly Engineer Interview Questions and Answers

Updated 18 Nov 2023

Smiiel - A Unit Of Motherson Sumi System Assembly Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Capacity planning , 8d , quality circle
Round 3 - HR 

(1 Question)

  • Q1. Why you are job change

Top trending discussions

View All
Interview Tips & Stories
2w
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 Smiiel - A Unit Of Motherson Sumi System?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Oct 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 - Aptitude Test 

Basic aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. What are active components
  • Ans. 

    Active components are electronic devices that can control the flow of electricity in a circuit.

    • Active components require an external power source to function

    • They can amplify signals, switch them on/off, or perform other functions

    • Examples include transistors, diodes, integrated circuits (ICs)

  • Answered by AI

Assembly Engineer Interview Questions Asked at Other Companies

Q1. What kind of metals are used in the indoor and outdoor unit coils ... read more
Q2. What is your understanding of line balancing?
Q3. What is the 5s? What's t.p.m.? How many basic tools of quality cu ... read more
Q4. Why is the copper pipe between the indoor unit and outdoor unit c ... read more
Q5. Why does the flare nut in the union loosen when using two adjusta ... read more

Interview Questionnaire 

1 Question

  • Q1. State machines

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic c programming
  • Q2. Previous experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. And prepare well in data structures

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ofdm, Fixed point, sampling theorem, digital filters,
  • Q2. Previous work clarity
  • Ans. 

    Previous work clarity is essential for successful collaboration and understanding of project requirements.

    • Clearly explain the projects you have worked on in the past, including your role and responsibilities

    • Provide examples of how you communicated with team members to ensure clarity in project goals

    • Discuss any challenges you faced in previous projects and how you overcame them

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Fft, ofdm, CP, sampling theorem, previous experience,
  • Q2. C basics, memory layout, function pointer, big small endian, bit manipulation, zero padding in structures
Round 3 - Coding Test 

Bit manipulation, memory layout, interrupts, semaphore mutex, implement memcpy, sorting, algo to share resource equally

Round 4 - One-on-one 

(1 Question)

  • Q1. Previous work experience, general attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding, strong on basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement atoi in c language
  • Ans. 

    atoi function converts a string to an integer in C language

    • Use a loop to iterate through each character of the input string

    • Check if the character is a digit (0-9) using 'isdigit' function

    • Calculate the integer value by multiplying the current value by 10 and adding the digit value

  • Answered by AI
  • Q2. Remove the head of the linked list mainitning the remaining links
  • Ans. 

    Remove the head of a linked list while maintaining the integrity of the remaining nodes.

    • Identify the head node of the linked list.

    • Update the head pointer to point to the second node.

    • Ensure the second node becomes the new head.

    • Example: For list 1 -> 2 -> 3, after removal, it becomes 2 -> 3.

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What are your strengths?
  • Q2. Where do you see yourself after 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working hard towards your goal.

Smiiel - A Unit Of Motherson Sumi System Interview FAQs

How many rounds are there in Smiiel - A Unit Of Motherson Sumi System Assembly Engineer interview?
Smiiel - A Unit Of Motherson Sumi System interview process usually has 3 rounds. The most common rounds in the Smiiel - A Unit Of Motherson Sumi System interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Lohum Cleantech Interview Questions
3.1
 • 16 Interviews
STJ Electronics Interview Questions
3.6
 • 12 Interviews
MaxLinear Interview Questions
2.9
 • 12 Interviews
Xilinx Interview Questions
4.1
 • 8 Interviews
Elmex Controls Interview Questions
3.3
 • 6 Interviews
View all
Engineer
21 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Assistant Engineer
20 salaries
unlock blur

₹2.1 L/yr - ₹5.5 L/yr

Senior Engineer
16 salaries
unlock blur

₹5.8 L/yr - ₹8.5 L/yr

Production Engineer
15 salaries
unlock blur

₹1.6 L/yr - ₹5.2 L/yr

Assistant Manager
14 salaries
unlock blur

₹7.2 L/yr - ₹16 L/yr

Explore more salaries
Compare Smiiel - A Unit Of Motherson Sumi System with

STJ Electronics

3.6
Compare

PICL

3.7
Compare

Tokai Rika Minda

3.7
Compare

Lohum Cleantech

3.1
Compare
write
Share an Interview