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 Mechanical Engg. Design Interview Questions and Answers

Updated 7 Apr 2022

Source Engineering And Technology Services Mechanical Engg. Design Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Oct 2021. There were 4 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 - Tool Test 

(1 Question)

  • Q1. 3d model tool test using UG NX softwate
Round 3 - Technical 

(1 Question)

  • Q1. Technical question about previous project experience
Round 4 - HR 

(8 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Why are you looking for a change?
  • Q6. Share details of your previous job.
  • Q7. What are your salary expectations?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Prepare well
Refresh your skills and upgrade

Interview questions from similar companies

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

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered

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

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.

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

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

Source Engineering And Technology Services Interview FAQs

How many rounds are there in Source Engineering And Technology Services Mechanical Engg. Design interview?
Source Engineering And Technology Services interview process usually has 4 rounds. The most common rounds in the Source Engineering And Technology Services interview process are Resume Shortlist, Technical and HR.
How to prepare for Source Engineering And Technology Services Mechanical Engg. Design interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Source Engineering And Technology Services. The most common topics and skills that interviewers at Source Engineering And Technology Services expect are Teamcenter, UG NX, eco, 3D Modeling and Design Engineering.

Tell us how to improve this page.

Interview Questions from Similar Companies

KLA Interview Questions
3.7
 • 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
3.1
 • 12 Interviews
Silicon Labs Interview Questions
3.9
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
View all
17% more than the average Mechanical Engg. Design Salary in India
View more details
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