Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sedemac Mechatronics Team. If you also belong to the team, you can get access from here

Sedemac Mechatronics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sedemac Mechatronics Embedded Software Engineer Interview Questions and Answers

Updated 29 Nov 2024

Sedemac Mechatronics Embedded Software Engineer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Question on linked list and masking at register level

Round 2 - Aptitude Test 

25 horses race aptitude question

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

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the output of the c code, related to char and ascii values. for(char c=0;c<500;c++) printf(‘%d’, c);
  • Ans. 

    The code will print ASCII values of characters from 0 to 499.

    • The 'char' data type in C is used to store ASCII values of characters.

    • The 'printf' function with '%d' format specifier will print the ASCII value as an integer.

    • The loop will iterate from 0 to 499, printing the ASCII values of characters.

  • Answered by AI
  • Q2. Puzzle: min no of ways to find heavier stone of 8 stones(7 weigh same).

Skills evaluated in this interview

Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Aptiv
Q1. 3. 1)Do you know about Autosar. 2)define function definition and ... read more
asked in Cyient
Q2. Introduction. Difference between Embedded Systems and Embedded so ... read more
asked in Cyient
Q3. 1) which microcontroller you have used in Academics?
Q4. What is conductor, insulator and semi conductor?
asked in HCLTech
Q5. 3. How to enter if and else at the same time
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. A c code was given we have to find output of the code: for(char c=0;c<500;c++) printf('%c', c);
  • Q2. Static tmp=0; and this static variable was used in a function, we have to find out output of the function. i dont exactly remember the function but if you know how static keyword work then good.
  • Q3. Puzzle: find heavier ball out of 8 (7 are identical) using min no of weighs on a scale

Interview Preparation Tips

Interview preparation tips for other job seekers - learn about company.

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 in Feb 2023. 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 - Technical 

(3 Questions)

  • Q1. C programming, memory and pointer
  • Q2. Embedded systems basics
  • Q3. Basic networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - the main focus is on communication skills and its about personality
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

CS Code Subjects Mcq - OS, DBMS, DATA STRUCTURES, CN

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)

Interview Questionnaire 

1 Question

  • Q1. All regarding networking and c
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Carbon footprint and ways to achieve

Round 2 - Coding Test 

1. which data structure is used to create an editor?

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular lifecycle hooks
  • Q2. Directives, callbacks, Observable, promise
Round 2 - One-on-one 

(1 Question)

  • Q1. Past project related questions
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very polite interviewer. Easy interview process

Sedemac Mechatronics Interview FAQs

How many rounds are there in Sedemac Mechatronics Embedded Software Engineer interview?
Sedemac Mechatronics interview process usually has 1-2 rounds. The most common rounds in the Sedemac Mechatronics interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Sedemac Mechatronics Embedded Software Engineer 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 Sedemac Mechatronics. The most common topics and skills that interviewers at Sedemac Mechatronics expect are AUTOSAR, C, C++, Embedded Software and MATLAB.
What are the top questions asked in Sedemac Mechatronics Embedded Software Engineer interview?

Some of the top questions asked at the Sedemac Mechatronics Embedded Software Engineer interview -

  1. Find the output of the c code, related to char and ascii values. for(char c=0;c...read more
  2. Puzzle: min no of ways to find heavier stone of 8 stones(7 weigh sam...read more
  3. puzzle: find heavier ball out of 8 (7 are identical) using min no of weighs on ...read more

Tell us how to improve this page.

Sedemac Mechatronics Embedded Software Engineer Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

Zeta Interview Questions
3.4
 • 70 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Mitsogo Inc Interview Questions
3.0
 • 38 Interviews
Seclore Interview Questions
4.1
 • 26 Interviews
BIZONGO Interview Questions
3.0
 • 18 Interviews
Exponentia.ai Interview Questions
4.2
 • 15 Interviews
Jio Haptik Interview Questions
3.4
 • 15 Interviews
View all
Sedemac Mechatronics Embedded Software Engineer Salary
based on 17 salaries
₹5.7 L/yr - ₹16 L/yr
111% more than the average Embedded Software Engineer Salary in India
View more details

Sedemac Mechatronics Embedded Software Engineer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

4.1

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

4.1

Company culture

3.1

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Test Engineer
67 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Production Engineer
47 salaries
unlock blur

₹1.2 L/yr - ₹4.6 L/yr

Quality Engineer
37 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹7.7 L/yr

Lead Engineer
20 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Explore more salaries
Compare Sedemac Mechatronics with

Innovatiview India Ltd

3.9
Compare

Watchyourhealth.com

4.7
Compare

Zeta

3.4
Compare

Shorthills AI

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