Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare
4.1

based on 4.6k Reviews

Filter interviews by

Siemens Senior Software Developer Interview Questions and Answers

Updated 2 Jul 2024

Siemens Senior Software Developer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features
Round 2 - Technical 

(1 Question)

  • Q1. Design a rest API
  • Ans. 

    Design a REST API for a senior software developer position

    • Define the resources and endpoints

    • Use HTTP methods for CRUD operations

    • Implement authentication and authorization mechanisms

    • Include error handling and status codes

    • Document the API using tools like Swagger

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Describe about your past project

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 5 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 

(1 Question)

  • Q1. Angular, JavaScript, coding
Round 3 - Technical 

(1 Question)

  • Q1. Angular, JavaScript Coding, Algorithm, advanced concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion about career experience
Round 5 - HR 

(1 Question)

  • Q1. Salary and CTC discussion based on holding offer or last CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all job seekers. Prepare well and attend the interview. Don't spare this company chance

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in Freshworks
Q3. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 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 - Coding Test 

JavaScript programming easy to medium

Round 3 - Technical 

(4 Questions)

  • Q1. Technical discussion about various JS topics
  • Q2. Closure Example
  • Ans. 

    Closure is a function that captures the environment in which it was created, allowing it to access variables from that scope.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

    • Example: const innerFunc = outerFunction(); innerFu

  • Answered by AI
  • Q3. Hoisting Example
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.

    • Variable declarations are hoisted to the top of their scope but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q4. Angular Life cycle
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join Siemens,

I applied via Company Website and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java, advanced Java, db query, cloud computing
Round 2 - HR 

(1 Question)

  • Q1. Basic information and last project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Depending your JD and relevant skill

Siemens interview questions for designations

 Software Developer

 (32)

 Software Developer Intern

 (1)

 Senior Developer

 (1)

 Senior Software Engineer

 (13)

 Senior Java Developer

 (2)

 Senior Python Developer

 (1)

 Senior Software Engineer 2

 (1)

 Senior Embedded Software Engineer

 (1)

Senior Software Developer Jobs at Siemens

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Basic C questions like volatile, pointer arithmetic etc
Round 2 - Technical 

(2 Questions)

  • Q1. Previous project related questions
  • Q2. Qt qml realted que
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hiring manager round
  • Q2. Expected salary current salary
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What technologies you worked on for the CAD?
  • Ans. 

    I have worked on technologies like AutoCAD, SolidWorks, and CATIA for CAD development.

    • AutoCAD

    • SolidWorks

    • CATIA

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are four pillars in oops?
  • Ans. 

    The four pillars in OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent cla

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your confidence up. If you do not know any answer say it honestly I don't know.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React , hooks concept
  • Q2. Bootstrap- UI and related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 min 30 ques and gaming ques

Round 2 - Technical 

(2 Questions)

  • Q1. What is ML and AI in your project?
  • Ans. 

    ML and AI are used in our project to analyze user behavior and provide personalized recommendations.

    • ML algorithms are used to analyze user data and predict user preferences.

    • AI is used to provide personalized recommendations based on the analysis of user behavior.

    • Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.

  • Answered by AI
  • Q2. What is lagging concept and more?
  • Ans. 

    Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.

    • Refers to outdated technology or methods in software development

    • Can lead to inefficiencies, bugs, or security vulnerabilities

    • Examples include using deprecated libraries or not following best practices for coding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Schneider Electric Software Developer interview:
  • HTML
Interview preparation tips for other job seekers - you can acheive if u want to . Just keep trying

Skills evaluated in this interview

Siemens Interview FAQs

How many rounds are there in Siemens Senior Software Developer interview?
Siemens interview process usually has 3-4 rounds. The most common rounds in the Siemens interview process are Technical, HR and Resume Shortlist.
How to prepare for Siemens Senior Software Developer 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, Analytical, Debugging and Unit Testing.
What are the top questions asked in Siemens Senior Software Developer interview?

Some of the top questions asked at the Siemens Senior Software Developer interview -

  1. Closure Exam...read more
  2. Hoisting Exam...read more
  3. design a rest ...read more

Tell us how to improve this page.

Siemens Senior Software Developer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
Siemens Senior Software Developer Salary
based on 359 salaries
₹9.2 L/yr - ₹30.4 L/yr
47% more than the average Senior Software Developer Salary in India
View more details

Siemens Senior Software Developer Reviews and Ratings

based on 32 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.2

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 32 Reviews and Ratings
Senior Software Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Senior Software Developer (GoLang)

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Senior Software Developer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
1.6k salaries
unlock blur

₹3.8 L/yr - ₹22.5 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹9.5 L/yr - ₹32.8 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Manager
612 salaries
unlock blur

₹8.2 L/yr - ₹31.8 L/yr

Senior Executive
491 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.2
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