Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Source Engineering And Technology Services Team. If you also belong to the team, you can get access from here

Filter interviews by

Source Engineering And Technology Services Senior Design Engineer 2 Interview Questions and Answers

Updated 7 Feb 2024

Source Engineering And Technology Services Senior Design Engineer 2 Interview Experiences

1 interview found

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 Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic mechanical design rules
  • Q2. Basic cable routing
Round 2 - HR 

(1 Question)

  • Q1. Basic hr questions

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General information and technical education.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is must.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Nov 2023. There were 6 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 - Coding Test 

Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Find the smallestMissingNumber in given array using Bitwise OR operation alone 2. Based on Array data Manipulation.
  • Ans. 

    Using Bitwise OR operation to find the smallest missing number in an array.

    • Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask

    • Iterate through the bitmask to find the first unset bit, which represents the smallest missing number

    • Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2

  • Answered by AI
  • Q2. Q2: Customized Data Extraction From Given Dynamic Array & Perform Some Math Operations On the Extracted Data
Round 4 - Technical 

(1 Question)

  • Q1. Write a Pseudo code for given scenario?
  • Ans. 

    Pseudo code for a scenario

    • Define variables and data structures needed

    • Write the main logic using conditional statements and loops

    • Handle edge cases and error conditions

    • Test the pseudo code with sample inputs

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. System Design & Design Pattern based questions
Round 6 - HR 

(1 Question)

  • Q1. Not Applicable (Yet to be scheduled)

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2021. 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 - HR 

(4 Questions)

  • Q1. Confidence & working attitude
  • Q2. Job related information
  • Q3. Basically check communication skill
  • Q4. Current salary & expected salary

Interview Preparation Tips

Topics to prepare for ILJIN ELECTRONICS Senior Engineer interview:
  • Only resume
  • The work you did in organization
Interview preparation tips for other job seekers - Be yourself & give all answer with confidence.

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident as you are this is the main thing that you should and tell all the things which you experienced in your last organization
Round 1 - Technical 

(1 Question)

  • Q1. In which face we develop PPAP documents
  • Ans. 

    PPAP documents are developed in the Production Part Approval Process (PPAP) face.

    • PPAP documents are developed during the production part approval process.

    • This is typically the fourth phase of the APQP (Advanced Product Quality Planning) process.

    • PPAP documents include items such as control plans, FMEAs, and measurement system analysis.

    • The purpose of PPAP is to ensure that all parts meet customer requirements and specifi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is the shrinkage value of pa66
  • Ans. 

    The shrinkage value of pa66 varies depending on the specific grade and processing conditions.

    • Shrinkage is the reduction in size of a molded part as it cools and solidifies.

    • The shrinkage value of pa66 can range from 1.5% to 3.5%.

    • Factors that affect shrinkage include mold design, processing parameters, and part geometry.

    • It is important to account for shrinkage when designing molds and parts to ensure proper fit and funct

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while you giving answers and you feel the answer is wrong then directly say it to interviewer that "No idea "
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduce your self
Round 2 - Group Discussion 

Ap per your job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know about yourself and company,
Demand as you want (i.e. salary, post) initially
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Circular buffer
  • Q2. Debugging strategies
Round 2 - HR 

(1 Question)

  • Q1. Not much, why are you looking for a change
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking to expand my skill set and knowledge in a new role

    • Interested in working on different projects and technologies

    • Seeking a more collaborative team environment

    • Wanting to take on more leadership responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - process is slow
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

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 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

Source Engineering And Technology Services Interview FAQs

How many rounds are there in Source Engineering And Technology Services Senior Design Engineer 2 interview?
Source Engineering And Technology Services interview process usually has 2 rounds. The most common rounds in the Source Engineering And Technology Services interview process are One-on-one Round and HR.
What are the top questions asked in Source Engineering And Technology Services Senior Design Engineer 2 interview?

Some of the top questions asked at the Source Engineering And Technology Services Senior Design Engineer 2 interview -

  1. Prepare basic mechanical design ru...read more
  2. Basic cable rout...read more

Tell us how to improve this page.

Source Engineering And Technology Services Senior Design Engineer 2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KLA Interview Questions
3.8
 • 44 Interviews
Lohum Cleantech Interview Questions
3.0
 • 16 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Maven Silicon Interview Questions
4.2
 • 13 Interviews
MaxLinear Interview Questions
2.9
 • 12 Interviews
Silicon Labs Interview Questions
3.8
 • 12 Interviews
STJ Electronics Interview Questions
3.5
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
View all
Mechanical Engineer
46 salaries
unlock blur

₹3.7 L/yr - ₹6.8 L/yr

Design Engineer
35 salaries
unlock blur

₹3.5 L/yr - ₹7.6 L/yr

Senior Design Engineer
34 salaries
unlock blur

₹5.6 L/yr - ₹11.5 L/yr

Mechanical Engg. Design
26 salaries
unlock blur

₹3.3 L/yr - ₹8.4 L/yr

Team Lead
20 salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Source Engineering And Technology Services with

ILJIN ELECTRONICS

3.6
Compare

Smiiel - A Unit Of Motherson Sumi System

3.7
Compare

STJ Electronics

3.5
Compare

Element14

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