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 Interview Questions and Answers

Updated 13 Apr 2025
Popular Designations

15 Interview questions

A Technical Support Engineer was asked 3mo ago
Q. What do you know about SMT?
Ans. 

SMT, or Surface Mount Technology, is a method for producing electronic circuits by mounting components directly onto the surface of PCBs.

  • SMT allows for smaller and lighter circuit designs compared to traditional through-hole technology.

  • It enables automated assembly processes, increasing production speed and reducing labor costs.

  • Common SMT components include resistors, capacitors, and integrated circuits, which are...

View all Technical Support Engineer interview questions
A Manufacturing Engineer was asked 8mo ago
Q. Describe Ohm's Law.
Ans. 

Ohm's Law states that the current flowing through a conductor is directly proportional to the voltage applied across it, and inversely proportional to the resistance of the conductor.

  • Ohm's Law is represented by the formula I = V/R, where I is the current in amperes, V is the voltage in volts, and R is the resistance in ohms.

  • It helps in calculating the current, voltage, or resistance in a circuit when the other two...

View all Manufacturing Engineer interview questions
A Research and Development was asked 10mo ago
Q. What are Kirchhoff's Current Law (KCL) and Kirchhoff's Voltage Law (KVL)?
Ans. 

KCL stands for Kirchhoff's Current Law and KVL stands for Kirchhoff's Voltage Law, both are fundamental laws in electrical engineering.

  • KCL states that the total current entering a node is equal to the total current leaving the node.

  • KVL states that the sum of voltages around any closed loop in a circuit is equal to zero.

  • These laws are used to analyze and solve electrical circuits.

  • For example, in a simple circuit wi...

View all Research and Development interview questions
A Research and Development was asked 10mo ago
Q. What is resistance?
Ans. 

Resistance is the act of opposing or withstanding something.

  • Resistance can refer to the opposition to a force or influence.

  • It can also refer to the ability of a material to withstand wear, pressure, or damage.

  • Examples include electrical resistance in a circuit, resistance to antibiotics in bacteria, and resistance training in fitness.

View all Research and Development interview questions
An Electronic Technician was asked 12mo ago
Q. How do you define capacitor polarity?
Ans. 

Capacitor polarity refers to the orientation of the positive and negative terminals on a capacitor.

  • Capacitors have a positive and negative terminal, with the positive terminal typically marked with a plus sign (+) or a longer lead

  • It is important to observe the polarity when connecting capacitors in a circuit to prevent damage or malfunction

  • Electrolytic capacitors are polarized, meaning they have a specific positiv...

View all Electronic Technician interview questions
An Electronic Technician was asked 12mo ago
Q. What is the function of an inductor?
Ans. 

An inductor is a passive electronic component that stores energy in a magnetic field when current flows through it.

  • Inductors resist changes in current flow

  • They are commonly used in filters, oscillators, transformers, and power supplies

  • Inductors are measured in Henry (H)

  • They have the ability to store energy in the form of a magnetic field

View all Electronic Technician interview questions
An Electronic Technician was asked 12mo ago
Q. What is a resistor?
Ans. 

A resistor is an electronic component that resists the flow of electrical current.

  • Resistors are used to control the amount of current flowing in a circuit

  • They are measured in ohms (Ω)

  • Resistors can be fixed or variable, with variable resistors allowing for adjustable resistance

  • Examples of resistors include carbon film resistors, metal film resistors, and wirewound resistors

View all Electronic Technician interview questions
Are these interview questions helpful?
An Embedded Software Engineer was asked
Q. Given 8 balls, 7 of which are identical in weight, find the heavier ball using the minimum number of weighings on a scale.
Ans. 

Use 2 weighs to find the heavier ball out of 8 (7 identical) on a scale

  • Divide the 8 balls into 3 groups: 3 balls, 3 balls, and 2 balls

  • Weigh the 2 groups of 3 balls against each other

  • If one group is heavier, weigh 2 balls from that group to find the heavier ball

  • If both groups of 3 balls weigh the same, weigh the remaining 2 balls to find the heavier one

View all Embedded Software Engineer interview questions
An Embedded Software Engineer was asked
Q. Explain how the static keyword works when a variable is declared static within a function.
Ans. 

Static variables retain their value between function calls, allowing persistent state across invocations.

  • Static variables are initialized only once, at the start of the program.

  • They maintain their value between function calls, unlike local variables.

  • Example: If 'static int tmp = 0;' is in a function, 'tmp' will keep its value after the function exits.

  • If the function increments 'tmp', the next call will see the upd...

View all Embedded Software Engineer interview questions
An Embedded Software Engineer was asked
Q. Given the following C code, what is the output: for(char c=0;c<500;c++) printf('%c', c);
Ans. 

The code prints characters corresponding to ASCII values from 0 to 499, but only valid characters will be displayed.

  • ASCII values from 0 to 31 are control characters (e.g., NULL, SOH, STX) and won't display visibly.

  • ASCII values from 32 to 126 are printable characters (e.g., space, letters, digits, punctuation).

  • Values from 127 to 255 correspond to extended ASCII characters, which may vary by encoding.

  • Values from 256...

View all Embedded Software Engineer interview questions

Sedemac Mechatronics Interview Experiences

26 interviews found

Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2022

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

I appeared for an interview before Jun 2021.

Round 1 - Aptitude Test 

Psychological question answers

Round 2 - Technical 

(1 Question)

  • Q1. Physics based questions
Round 3 - Technical 

(1 Question)

  • Q1. Some engineering mathematics and control system.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is resistance?
  • Ans. 

    Resistance is the act of opposing or withstanding something.

    • Resistance can refer to the opposition to a force or influence.

    • It can also refer to the ability of a material to withstand wear, pressure, or damage.

    • Examples include electrical resistance in a circuit, resistance to antibiotics in bacteria, and resistance training in fitness.

  • Answered by AI
  • Q2. What is KCL or KVL?
  • Ans. 

    KCL stands for Kirchhoff's Current Law and KVL stands for Kirchhoff's Voltage Law, both are fundamental laws in electrical engineering.

    • KCL states that the total current entering a node is equal to the total current leaving the node.

    • KVL states that the sum of voltages around any closed loop in a circuit is equal to zero.

    • These laws are used to analyze and solve electrical circuits.

    • For example, in a simple circuit with a ...

  • Answered by AI
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Insulator,Conductor etc
  • Ans. 

    Insulators are materials that do not easily allow the flow of electricity, while conductors are materials that allow the flow of electricity.

    • Insulators have high resistance to electrical current.

    • Conductors have low resistance to electrical current.

    • Examples of insulators: rubber, glass, plastic.

    • Examples of conductors: copper, aluminum, gold.

  • Answered by AI
  • Q2. Basic questions related to electronics components

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job,

Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Ans. 

    I am a dedicated and hardworking individual with a passion for creativity and problem-solving.

    • I have a background in graphic design and have worked on various projects for clients.

    • I am proficient in Adobe Creative Suite and have a keen eye for detail.

    • I enjoy collaborating with others to bring ideas to life and exceed expectations.

  • Answered by AI
  • Q2. What are you interested in this job?
  • Ans. 

    I am interested in this job because of my passion for production and my desire to contribute to a successful team.

    • Passion for production

    • Desire to contribute to a successful team

    • Excited about the opportunity to learn and grow in the industry

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sedemac Mechatronics interview:
  • Production Planning
Interview preparation tips for other job seekers - "Don't be afraid to give up the good to go for the great."
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

SMT Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Components knowledge
  • Q2. Computer knowledge
  • Q3. Working knowledge
  • Q4. Department knowledge
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);
  • Ans. 

    The code prints characters corresponding to ASCII values from 0 to 499, but only valid characters will be displayed.

    • ASCII values from 0 to 31 are control characters (e.g., NULL, SOH, STX) and won't display visibly.

    • ASCII values from 32 to 126 are printable characters (e.g., space, letters, digits, punctuation).

    • Values from 127 to 255 correspond to extended ASCII characters, which may vary by encoding.

    • Values from 256 to 4...

  • Answered by AI
  • 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.
  • Ans. 

    Static variables retain their value between function calls, allowing persistent state across invocations.

    • Static variables are initialized only once, at the start of the program.

    • They maintain their value between function calls, unlike local variables.

    • Example: If 'static int tmp = 0;' is in a function, 'tmp' will keep its value after the function exits.

    • If the function increments 'tmp', the next call will see the updated ...

  • Answered by AI
  • 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 experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Duration 45 MIN Level of difficulty 4/5

Interview Preparation Tips

Interview preparation tips for other job seekers - The best culture ever experienced in company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic maths questions
Basic English questions
Basic gk

Round 2 - HR 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Personal opinion
Round 3 - Technical 

(2 Questions)

  • Q1. Technical round
  • Q2. All questions are technical based

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Sedemac Mechatronics?
Ask anonymously on communities.

Sedemac Mechatronics Interview FAQs

How many rounds are there in Sedemac Mechatronics interview?
Sedemac Mechatronics interview process usually has 2-3 rounds. The most common rounds in the Sedemac Mechatronics interview process are Technical, Aptitude Test and HR.
How to prepare for Sedemac Mechatronics 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 Python, MATLAB, Simulink, Electronics and Soldering.
What are the top questions asked in Sedemac Mechatronics interview?

Some of the top questions asked at the Sedemac Mechatronics interview -

  1. Power supply Type? Soldering temperature for through hole component? Voltage Ra...read more
  2. Find the output of the c code, related to char and ascii values. for(char c=0;c...read more
  3. static tmp=0; and this static variable was used in a function, we have to find ...read more
How long is the Sedemac Mechatronics interview process?

The duration of Sedemac Mechatronics interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 23 interview experiences

Difficulty level

Easy 38%
Moderate 63%

Duration

Less than 2 weeks 93%
2-4 weeks 7%
View more

Interview Questions from Similar Companies

Zeta Interview Questions
3.4
 • 74 Interviews
embedUR Systems Interview Questions
3.2
 • 50 Interviews
Mitsogo Inc Interview Questions
2.9
 • 39 Interviews
Seclore Interview Questions
4.0
 • 27 Interviews
Cloudangles Interview Questions
3.5
 • 24 Interviews
BIZONGO Interview Questions
3.0
 • 18 Interviews
Exponentia.ai Interview Questions
4.1
 • 16 Interviews
View all

Sedemac Mechatronics Reviews and Ratings

based on 300 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.7

Salary

3.8

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 300 Reviews and Ratings
Test Engineer
71 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Production Engineer
48 salaries
unlock blur

₹1.2 L/yr - ₹4.6 L/yr

Quality Engineer
45 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Engineer
22 salaries
unlock blur

₹3.3 L/yr - ₹7.8 L/yr

Lead Engineer
20 salaries
unlock blur

₹14.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Sedemac Mechatronics with

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare

Zeta

3.4
Compare

Shorthills AI

4.3
Compare
write
Share an Interview