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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Erection & Commissioning Engineer Interview Questions and Answers

Updated 13 Oct 2023

Siemens Erection & Commissioning Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
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 - One-on-one 

(8 Questions)

  • Q1. Difference between Engineering and administration work.
  • Q2. What is TCS system
  • Ans. 

    TCS system stands for Turbine Control System, which is used in power plants to control and monitor the operation of turbines.

    • TCS system is essential for ensuring the safe and efficient operation of turbines in power plants.

    • It helps in controlling the speed, temperature, and other parameters of the turbine.

    • TCS system also includes safety features to protect the turbine from damage.

    • Examples of TCS systems include Woodwar...

  • Answered by AI
  • Q3. How we control the TCS
  • Ans. 

    TCS (Temperature Control System) can be controlled using various methods such as PID controllers, PLCs, and SCADA systems.

    • Use PID controllers to regulate temperature by adjusting the output based on the difference between the setpoint and actual temperature.

    • Program PLCs to monitor and control temperature by receiving input from sensors and activating outputs to adjust heating or cooling devices.

    • Implement SCADA systems ...

  • Answered by AI
  • Q4. Are you comfortable to go site out of India 🇮🇳.
  • Q5. Let me know the Scalance type ,how select.
  • Ans. 

    Scalance type selection is based on factors like network size, speed requirements, and redundancy needs.

    • Consider the size of the network to determine the number of ports needed

    • Evaluate the speed requirements to choose between Fast Ethernet or Gigabit Ethernet

    • Assess the redundancy needs to decide on features like ring redundancy or port redundancy

    • Examples: Scalance X-200 for small networks, Scalance X-400 for larger net...

  • Answered by AI
  • Q6. Please define the load calculation in Engineering Design.
  • Ans. 

    Load calculation in Engineering Design involves determining the amount of force or weight that a structure or component will need to support.

    • Load calculation considers factors such as dead load, live load, wind load, seismic load, and temperature variations.

    • Dead load refers to the weight of the structure itself and any permanent fixtures.

    • Live load includes the weight of people, furniture, and other temporary items.

    • Wind...

  • Answered by AI
  • Q7. What is the challenge in designing and site activity.
  • Ans. 

    The challenge in designing and site activity is ensuring that the design is practical and can be successfully implemented on site.

    • Ensuring that the design meets all technical requirements and specifications

    • Coordinating with various teams involved in the project to ensure smooth execution

    • Managing unexpected challenges that may arise during the erection and commissioning process

    • Adapting the design if necessary to overcom...

  • Answered by AI
  • Q8. How you handled site challenge.

What people are saying about Siemens

View All
spaciousswift
Verified Icon
2w
works at
SEW Eurodrive india
Seeking Insights on Siemens – Sales & Business Development Roles
Hi everyone, I’m currently exploring opportunities in Sales and Business Development roles at Siemens, and I’d really appreciate any insights from current or former employees (or anyone familiar with the organization). I’m particularly curious about: Typical salary range or compensation structure (fixed + variable, bonus, etc.) Work culture within the sales & business development teams Career growth opportunities and internal mobility Work-life balance Benefits (healthcare, insurance, learning support, etc.) Any other pros or cons worth considering If you’ve had experience at Siemens or have reliable input, I’d love to hear your honest feedback—either here or via DM if you prefer. Thanks in advance for your time and help! #Siemens #SalesCareers #BusinessDevelopment #WorkCulture #CareerAdvice #SalaryInsights #JobSearch
Got a question about Siemens?
Ask anonymously on communities.

Interview questions from similar companies

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.

Erection & Commissioning Engineer Interview Questions Asked at Other Companies

Q1. What is the function of MGF and ACF in water and wastewater plant ... read more
asked in Siemens
Q2. What are the challenges in design and site activities?
Q3. What removes ultrafiltration in a water treatment plant?
Q4. What is the difference between osmosis and reverse osmosis?
Q5. Are you able to study Engineering Drawings?

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

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

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
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 8 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot of technical questions on WPF and C#.Net

Interview Preparation Tips

Interview preparation tips for other job seekers - To get a good package clear the interview with at least answering 85 - 90% of the questions. The package range is good, but it'll depend totally on your interview performance.

Siemens Interview FAQs

How many rounds are there in Siemens Erection & Commissioning Engineer interview?
Siemens interview process usually has 2 rounds. The most common rounds in the Siemens interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Siemens Erection & Commissioning Engineer interview?

Some of the top questions asked at the Siemens Erection & Commissioning Engineer interview -

  1. What is the challenge in designing and site activi...read more
  2. Let me know the Scalance type ,how sele...read more
  3. Please define the load calculation in Engineering Desi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Join Siemens #TransformTheEverydayWithUs

Interview Questions from Similar Companies

Johnson Controls Interview Questions
3.6
 • 276 Interviews
Wipro PARI Interview Questions
3.2
 • 51 Interviews
Falcon Autotech Interview Questions
3.9
 • 48 Interviews
MNC AUTOMATION Interview Questions
4.3
 • 36 Interviews
View all
Senior Software Engineer
1.8k salaries
unlock blur

₹15.8 L/yr - ₹30 L/yr

Software Developer
1.8k salaries
unlock blur

₹3.8 L/yr - ₹26.9 L/yr

Software Engineer
1.6k salaries
unlock blur

₹6.7 L/yr - ₹21.2 L/yr

Manager
588 salaries
unlock blur

₹14.3 L/yr - ₹26.5 L/yr

Senior Process Associate
484 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.1
Compare

Siemens Energy

4.1
Compare

Johnson Controls

3.5
Compare

Honeywell Automation

3.7
Compare
write
Share an Interview