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

Updated 18 Jun 2024

Siemens Lead Engineer Interview Experiences

1 interview found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C++ based questions
Round 2 - One-on-one 

(1 Question)

  • Q1. About previous project & interests
Round 3 - Behavioral 

(1 Question)

  • Q1. Casual discussion

Lead Engineer Jobs at Siemens

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Thread concurrency
  • Q2. Sql for deleting dulicates and keeping one
  • Ans. 

    Use SQL query with ROW_NUMBER() function to delete duplicates and keep one.

    • Use ROW_NUMBER() function to assign a unique number to each row partitioned by the duplicate column(s)

    • Delete rows where the row number is greater than 1

  • Answered by AI
  • Q3. Java stream for sorting emp object
  • Ans. 

    Use Java Stream API to sort a list of employee objects based on a specific field.

    • Use the sorted() method of Stream to sort the employee objects based on a Comparator.

    • Define a Comparator based on the field you want to sort by.

    • Example: List sortedList = employeeList.stream().sorted(Comparator.comparing(Employee::getSalary)).collect(Collectors.toList());

Answered by AI
  • Q4. Sql for getting the max salary
  • Ans. 

    Use SQL query with MAX function to get the maximum salary from a table.

    • Use SELECT MAX(salary) FROM employees;

    • Make sure to replace 'employees' with the actual table name where salary information is stored.

    • Ensure that the column name for salary is correct in the query.

  • Answered by AI
  • Q5. Completablefuture
  • Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare for sql and concurrency, thread

    Skills evaluated in this interview

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

    I applied via Approached by Company and was interviewed before Mar 2022. There were 3 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. String immutable , why how explanation
    • Ans. 

      Strings are immutable because their values cannot be changed once they are created.

      • Immutable objects cannot be modified once they are created

      • String objects are created with a fixed value and cannot be changed

      • Any operation that appears to modify a string actually creates a new string object

    • Answered by AI
    • Q2. Java design pattern, synchronised, multi threaded layer
    • Q3. Db queries optimisation issue resolution
    Round 3 - Technical 

    (1 Question)

    • Q1. Tcp protocol, dns, post and put

    Interview Preparation Tips

    Interview preparation tips for other job seekers - No advise as your knowledge will be restricted to product level only

    Skills evaluated in this interview

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

    I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Technical 

    (1 Question)

    • Q1. Questions about current work experience.
    Round 3 - HR 

    (1 Question)

    • Q1. Asked about relocation, salary, variable salary.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be strong about your current work..

    I applied via Approached by Company and was interviewed in Sep 2017. There were 5 interview rounds.

    Interview Questionnaire 

    5 Questions

    • Q1. Embedded c programming
    • Q2. Pointers , Enum , structures ,RTOS ,OS
    • Q3. Again technical group of 3 people
    • Q4. Pervious work and data structures and pointers
    • Q5. About previous work and salary discussion

    Interview Preparation Tips

    Round: Director interview
    Experience: Technologies used in current work

    General Tips: Very easy to clear if you have strong knowledge on embedded c , data structures , RTOS
    Skills: OS Architecture, Datastructures And Algorithms, C Language Basics, Embedded Systems, Communication, Presentation Skills
    Duration: 1-3 Months
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
    View all tips
    Round 2 - Technical 

    (2 Questions)

    • Q1. Knowledge about automation and conveyor system
    • Q2. Conveyors, bearings, alignment sequence

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Eco-friendly environment to work and appreciate by the senior management on good efforts make by individuals
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed before May 2023. There was 1 interview round.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Previous experience

    I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

    Interview Questionnaire 

    4 Questions

    • Q1. 1.SOLID principles
    • Q2. 2. C++ basics
    • Q3. 3. Explain about packaging and deployment
    • Ans. 

      Packaging and deployment involves preparing software for distribution and installing it on target systems.

      • Packaging involves bundling software components into a distributable format, such as a package or container

      • Deployment involves installing the packaged software on target systems, which may involve configuration and setup

      • Packaging and deployment can be automated using tools like Docker, Kubernetes, and Ansible

      • Succes...

    • Answered by AI
    • Q4. How to open a tree view using right click of mouse
    • Ans. 

      To open a tree view using right click of mouse, use a context menu.

      • Create a context menu with the tree view as its target

      • Add a right-click event listener to the tree view

      • On right-click, show the context menu at the mouse position

      • The context menu should have an option to open the tree view

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - 4 rounds
    1. telephonic screening
    2. Technical round with Architects
    3. Technical round with Department Head
    4. Technical round with BU head

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Asked majority of questions on people management with different factors involved.
    • Q2. Had to solve a Java puzzle.
    • Q3. Asked questions for code optimization on puzzle solution.
    • Q4. Asked questions related to best testing practices and basics of testing was also covered.
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

    Round 1 - Technical 

    (5 Questions)

    • Q1. Thread concurrency
    • Q2. Sql for deleting dulicates and keeping one
    • Ans. 

      Use SQL query with ROW_NUMBER() function to delete duplicates and keep one.

      • Use ROW_NUMBER() function to assign a unique number to each row partitioned by the duplicate column(s)

      • Delete rows where the row number is greater than 1

    • Answered by AI
    • Q3. Java stream for sorting emp object
    • Ans. 

      Use Java Stream API to sort a list of employee objects based on a specific field.

      • Use the sorted() method of Stream to sort the employee objects based on a Comparator.

      • Define a Comparator based on the field you want to sort by.

      • Example: List sortedList = employeeList.stream().sorted(Comparator.comparing(Employee::getSalary)).collect(Collectors.toList());

    Answered by AI
  • Q4. Sql for getting the max salary
  • Ans. 

    Use SQL query with MAX function to get the maximum salary from a table.

    • Use SELECT MAX(salary) FROM employees;

    • Make sure to replace 'employees' with the actual table name where salary information is stored.

    • Ensure that the column name for salary is correct in the query.

  • Answered by AI
  • Q5. Completablefuture
  • Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare for sql and concurrency, thread

    Skills evaluated in this interview

    Siemens Interview FAQs

    How many rounds are there in Siemens Lead Engineer interview?
    Siemens interview process usually has 3 rounds. The most common rounds in the Siemens interview process are Technical, One-on-one Round and Behavioral.
    How to prepare for Siemens Lead 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 Siemens. The most common topics and skills that interviewers at Siemens expect are Siemens, Consulting, Agile, Coding and HTML.

    Tell us how to improve this page.

    Siemens Lead Engineer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Join Siemens #TransformTheEverydayWithUS
    Siemens Lead Engineer Salary
    based on 73 salaries
    ₹11.1 L/yr - ₹40 L/yr
    56% more than the average Lead Engineer Salary in India
    View more details

    Siemens Lead Engineer Reviews and Ratings

    based on 9 reviews

    4.5/5

    Rating in categories

    4.0

    Skill development

    4.3

    Work-life balance

    3.9

    Salary

    4.4

    Job security

    4.2

    Company culture

    3.9

    Promotions

    4.1

    Work satisfaction

    Explore 9 Reviews and Ratings
    Lead Engineer - C#,WPF

    Bangalore / Bengaluru

    7-11 Yrs

    Not Disclosed

    SCADA Lead Engineer

    Gurgaon / Gurugram

    15-19 Yrs

    Not Disclosed

    Explore more jobs
    Senior Software Engineer
    1.6k salaries
    unlock blur

    ₹9.7 L/yr - ₹33.6 L/yr

    Software Developer
    1.6k salaries
    unlock blur

    ₹4.7 L/yr - ₹22.7 L/yr

    Software Engineer
    1.5k salaries
    unlock blur

    ₹6 L/yr - ₹23.4 L/yr

    Manager
    604 salaries
    unlock blur

    ₹8.2 L/yr - ₹32 L/yr

    Senior Executive
    484 salaries
    unlock blur

    ₹5 L/yr - ₹20.1 L/yr

    Explore more salaries
    Compare Siemens with

    Schneider Electric

    4.1
    Compare

    Siemens Energy

    4.1
    Compare

    ABB

    4.1
    Compare

    BHEL

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