Premium Employer

i

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

Siemens Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Electrician Interview Questions, Process, and Tips

Updated 18 Sep 2023

Siemens Electrician Interview Experiences

1 interview found

Electrician Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

(6 Questions)

  • Q1. How many current in 3 phase
  • Ans. 

    The current in a 3 phase system depends on the voltage and power of the system.

    • The current in a 3 phase system can be calculated using the formula: I = P / (sqrt(3) * V)

    • Where I is the current, P is the power, and V is the voltage

    • For example, if the power is 1000W and the voltage is 240V, the current would be approximately 4.33A

  • Answered by AI
  • Q2. Full form the MCB
  • Ans. 

    MCB stands for Miniature Circuit Breaker, a device designed to protect electrical circuits from overloads and short circuits.

    • MCB is a type of circuit breaker that automatically switches off electrical circuits during abnormal conditions like overload or short circuit.

    • It is commonly used in residential and commercial electrical installations to protect wiring and electrical equipment.

    • MCBs are available in different curr...

  • Answered by AI
  • Q3. How check AC DC current
  • Ans. 

    To check AC DC current, use a multimeter set to the appropriate setting and connect the probes to the circuit being tested.

    • Set the multimeter to the AC or DC current setting depending on what you are testing.

    • Ensure the multimeter probes are connected correctly to the circuit being tested.

    • Read the current measurement displayed on the multimeter.

    • For AC current, make sure the multimeter is set to the appropriate range (e....

  • Answered by AI
  • Q4. How Check of cable continuity
  • Ans. 

    To check cable continuity, use a multimeter to measure resistance between two points on the cable.

    • Use a multimeter set to the resistance or continuity mode.

    • Connect one probe to one end of the cable and the other probe to the other end.

    • A low resistance reading indicates good continuity, while a high resistance or infinite reading indicates a break in the cable.

    • Check for continuity in each conductor of the cable separate...

  • Answered by AI
  • Q5. What is PVC full form
  • Ans. 

    PVC stands for Polyvinyl Chloride, a type of plastic commonly used in construction and electrical applications.

    • PVC is a versatile material known for its durability and resistance to chemicals.

    • It is commonly used in electrical wiring, plumbing pipes, and vinyl flooring.

    • PVC is lightweight, easy to install, and cost-effective compared to other materials.

    • Examples of PVC products include PVC pipes, PVC electrical conduits,

  • Answered by AI
  • Q6. Name of the motor work in AC and DC
  • Ans. 

    The motor work in AC is based on electromagnetic induction, while in DC it is based on the Lorentz force principle.

    • AC motors work on the principle of electromagnetic induction, where a changing magnetic field induces a current in the rotor coils.

    • DC motors operate based on the Lorentz force principle, where a current-carrying conductor in a magnetic field experiences a force.

    • Examples of AC motors include induction motor...

  • Answered by AI

Interview questions from similar companies

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

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test is beneficial and somewhat easy.

Round 2 - Coding Test 

The coding test was both successful and somewhat challenging.

Round 3 - Group Discussion 

Group discussions are highly beneficial.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP) in Python?
  • Ans. 

    Object-Oriented Programming (OOP) in Python is a programming paradigm based on objects and classes to structure code effectively.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Dog with attributes and methods.

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class Bulldog inherits from class Dog.

    • Polymorphism: Ability to...

  • Answered by AI
  • Q2. What can you tell me about machine learning algorithms?
  • Ans. 

    Machine learning algorithms enable computers to learn from data and make predictions or decisions without explicit programming.

    • Supervised Learning: Algorithms learn from labeled data. Example: Linear Regression for predicting house prices.

    • Unsupervised Learning: Algorithms identify patterns in unlabeled data. Example: K-Means Clustering for customer segmentation.

    • Reinforcement Learning: Algorithms learn by interacting wi...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What makes you a suitable candidate for this position?
  • Ans. 

    I possess a blend of relevant skills, experience, and a strong commitment to contributing positively to your team.

    • Strong analytical skills: In my previous role, I successfully analyzed market trends to improve product positioning.

    • Team collaboration: I led a project team that increased efficiency by 20% through effective communication and delegation.

    • Adaptability: I quickly learned new software tools that enhanced our wo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare the items listed in your resume, and always maintain confidence, regardless of whether you know the answers to the questions or not.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Nc

I applied via Company Website and was interviewed in May 2022. 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 - Aptitude Test 

Find tha Right career for you

Interview Preparation Tips

Interview preparation tips for other job seekers - Define you communication "stack".....
Determine transparency.....

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession

I appeared for an interview in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenario-based questions. ex: how you will differentiate two different login 2. Remove duplicates from the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple if you are fresher and average/difficult for experienced.
3 to 4 rounds of interviews can take place.

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design fan.What is bm? What is nozzle?
  • Ans. 

    BM stands for Blade Material. Nozzle is a device that directs or controls the flow of a fluid.

    • BM refers to the material used to make the blades of a fan. It can be plastic, metal, or wood.

    • Nozzle is a component that is used to control the flow of a fluid, such as air or water. It can be found in various devices, such as a garden hose or a spray bottle.

    • In a fan, the nozzle is the part that directs the air flow in a speci...

  • Answered by AI
  • Q2. Design blower for industry
  • Ans. 

    Designing a blower for industrial use requires consideration of factors such as air flow rate, pressure, power consumption, and noise level.

    • Determine the required air flow rate and pressure for the specific application

    • Select an appropriate blower type (centrifugal, axial, etc.) based on the requirements

    • Calculate the power consumption and efficiency of the blower

    • Consider noise level and implement noise reduction measure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and confident

Siemens Interview FAQs

How many rounds are there in Siemens Electrician interview?
Siemens interview process usually has 2 rounds. The most common rounds in the Siemens interview process are Resume Shortlist and Technical.
How to prepare for Siemens Electrician 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 Siemens. The most common topics and skills that interviewers at Siemens expect are 132Kv, Diploma, Electricals, ITI and Switchyard.
What are the top questions asked in Siemens Electrician interview?

Some of the top questions asked at the Siemens Electrician interview -

  1. How many current in 3 ph...read more
  2. How check AC DC curr...read more
  3. How Check of cable continu...read more

Tell us how to improve this page.

Siemens Electrician Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Join Siemens #TransformTheEverydayWithUs

Interview Questions from Similar Companies

Johnson Controls Interview Questions
3.6
 • 262 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Wipro PARI Interview Questions
3.3
 • 44 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
View all
Siemens Electrician Salary
based on 61 salaries
₹2 L/yr - ₹5 L/yr
31% more than the average Electrician Salary in India
View more details

Siemens Electrician Reviews and Ratings

based on 23 reviews

4.4/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.1

Salary

3.9

Job security

4.2

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer
1.6k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Software Developer
1.6k salaries
unlock blur

₹5 L/yr - ₹22.7 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.2 L/yr - ₹22.1 L/yr

Manager
601 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Senior Process Associate
462 salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

Johnson Controls

3.6
Compare

Honeywell Automation

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