Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
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
4.0

based on 5k Reviews

  • Why join us
  • Reviews
    5k
  • Salaries
    30.3k
  • Interviews
    444
  • Jobs
    900
  • Benefits
    699
  • Photos
    13
  • Posts
    3

Filter interviews by

Siemens Front end Developer Interview Questions and Answers

Updated 11 Mar 2022

7 Interview questions

A Front end Developer was asked 11 Mar 2022
Q. What is Angular Bootstrap?
Ans. 

Angular Bootstrap is a front-end framework that combines Angular and Bootstrap to create responsive web applications.

  • Angular Bootstrap is a library that allows developers to easily integrate Bootstrap components into Angular applications.

  • It provides pre-built UI components like modals, dropdowns, and tooltips that can be easily customized and used in Angular projects.

  • Angular Bootstrap simplifies the process of cre...

A Front end Developer was asked 11 Mar 2022
Q. What are closures in JavaScript?
Ans. 

Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

  • Closures allow for maintaining state in JavaScript functions.

  • They are created whenever a function is defined within another function.

  • Closures can access variables from their outer scope, even after the outer function has finished executing.

Front end Developer Interview Questions Asked at Other Companies

asked in Josh Technology Group
Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
View answers (3)
asked in Josh Technology Group
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
View answers (3)
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
View answer (1)
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
View answer (1)
asked in Josh Technology Group
Q5. Check If Linked List Is Palindrome Given a singly linked list of ... read more
View answer (1)
View All
A Front end Developer was asked 11 Mar 2022
Q. What is prototype chaining in JavaScript?
Ans. 

Prototype chaining in JavaScript is the mechanism by which objects inherit properties and methods from other objects.

  • In JavaScript, each object has a prototype property that points to another object. When a property or method is accessed on an object, JavaScript will look for it in the object itself first, and then in its prototype chain.

  • If the property or method is not found in the object, JavaScript will continu...

A Front end Developer was asked 11 Mar 2022
Q. What are the features of HTML5?
Ans. 

HTML5 is the latest version of the HTML standard with new features for web development.

  • Support for multimedia elements like <video> and <audio>

  • Canvas and SVG for graphics and animations

  • Improved form controls and validation

  • Offline storage with Local Storage and IndexedDB

  • Geolocation API for location-based services

A Front end Developer was asked 11 Mar 2022
Q. Can you explain hoisting in JavaScript?
Ans. 

Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

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

  • Function declarations are fully hoisted, meaning they can be called before they are declared.

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

🔥 Asked by recruiter 2 times
A Front end Developer was asked 11 Mar 2022
Q. What is a service in Angular?
Ans. 

A service in Angular is a reusable piece of code that can be injected into components to provide specific functionality.

  • Services are singleton objects in Angular that are instantiated only once during the lifetime of an application.

  • They are used to encapsulate logic and data that can be shared across multiple components.

  • Services can be injected into components, directives, and other services using Angular's depend...

A Front end Developer was asked 11 Mar 2022
Q. Can you explain the CSS Box Model?
Ans. 

The CSS Box Model is a fundamental concept in CSS that defines the layout and spacing of elements on a webpage.

  • The Box Model consists of content, padding, border, and margin.

  • Content: The actual content or text of the element.

  • Padding: Space between the content and the border.

  • Border: The border surrounding the padding and content.

  • Margin: Space outside the border, separating the element from other elements.

  • Example: d...

Are these interview questions helpful?

Siemens Front end Developer Interview Experiences

1 interview found

Front end Developer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2022

I appeared for an interview in Jun 2021.

Round 1 - Video Call 

(6 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round consisted of some standard questions related to HTML , CSS , JS and basic Frontend develeoper practices .

  • Q1. What are the features of HTML5?
  • Ans. 

    HTML5 is the latest version of the HTML standard with new features for web development.

    • Support for multimedia elements like <video> and <audio>

    • Canvas and SVG for graphics and animations

    • Improved form controls and validation

    • Offline storage with Local Storage and IndexedDB

    • Geolocation API for location-based services

  • Answered by AI
    Add your answer
  • Q2. Can you explain the CSS Box Model?
  • Ans. 

    The CSS Box Model is a fundamental concept in CSS that defines the layout and spacing of elements on a webpage.

    • The Box Model consists of content, padding, border, and margin.

    • Content: The actual content or text of the element.

    • Padding: Space between the content and the border.

    • Border: The border surrounding the padding and content.

    • Margin: Space outside the border, separating the element from other elements.

    • Example: div { ...

  • Answered by AI
    Add your answer
  • Q3. Can you explain hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

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

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

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

  • Answered by AI
    Add your answer
  • Q4. What are closures in JavaScript?
  • Ans. 

    Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow for maintaining state in JavaScript functions.

    • They are created whenever a function is defined within another function.

    • Closures can access variables from their outer scope, even after the outer function has finished executing.

  • Answered by AI
    Add your answer
  • Q5. What is the difference between 'var' and 'let' in JavaScript?
  • Ans. 

    var is function scoped while let is block scoped in JavaScript.

    • var is function scoped, meaning it is accessible throughout the function it is declared in.

    • let is block scoped, meaning it is only accessible within the block it is declared in.

    • Using var can lead to variable hoisting issues, while let avoids this problem.

    • Example: var x = 10; function test() { var x = 20; console.log(x); } test(); // Output: 20

  • Answered by AI
    Add your answer
  • Q6. What is prototype chaining in JavaScript?
  • Ans. 

    Prototype chaining in JavaScript is the mechanism by which objects inherit properties and methods from other objects.

    • In JavaScript, each object has a prototype property that points to another object. When a property or method is accessed on an object, JavaScript will look for it in the object itself first, and then in its prototype chain.

    • If the property or method is not found in the object, JavaScript will continue to ...

  • Answered by AI
    Add your answer
Round 2 - Video Call 

(7 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round primarily focused on AngularJS and had questions revolving around it and basic JavaScript.

  • Q1. What are components in Angular?
  • Ans. 

    Components in Angular are reusable building blocks that encapsulate HTML, CSS, and TypeScript logic.

    • Components are the basic building blocks of Angular applications.

    • They consist of an HTML template, CSS styles, and TypeScript code.

    • Components help in organizing the application into smaller, reusable pieces.

    • They can communicate with other components using @Input and @Output decorators.

    • Example: A 'navbar' component can be...

  • Answered by AI
    Add your answer
  • Q2. What are the differences between a Component and a Directive in Angular?
  • Ans. 

    Components are building blocks of Angular applications, while directives are used to add behavior to DOM elements.

    • Components have a template, styles, and behavior encapsulated together, while directives are used to manipulate the behavior of existing DOM elements.

    • Components are typically used to create reusable UI elements, while directives are used to add custom behavior to existing elements.

    • Components can have their ...

  • Answered by AI
    Add your answer
  • Q3. What are lifecycle hooks in Angular?
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into specific points in a component's lifecycle.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges for reacting to input changes, ngDoCheck for custom change detection, ngOnDestroy for cleanup tasks, etc.

  • Answered by AI
    Add your answer
  • Q4. What is a service in Angular?
  • Ans. 

    A service in Angular is a reusable piece of code that can be injected into components to provide specific functionality.

    • Services are singleton objects in Angular that are instantiated only once during the lifetime of an application.

    • They are used to encapsulate logic and data that can be shared across multiple components.

    • Services can be injected into components, directives, and other services using Angular's dependency ...

  • Answered by AI
    Add your answer
  • Q5. What is dependency injection in Angular?
  • Ans. 

    Dependency injection in Angular is a design pattern where components are given their dependencies rather than creating them themselves.

    • In Angular, dependency injection is achieved by declaring the dependencies in the constructor of a component or service.

    • It helps in making components more modular, reusable, and easier to test.

    • For example, if a component needs a service to fetch data from an API, instead of creating an ...

  • Answered by AI
    Add your answer
  • Q6. 

    Sort Array Problem Statement

    Given an array consisting of 'N' positive integers where each integer is either 0, 1, or 2, your task is to sort the given array in non-decreasing order.

    Input:

    Each input st...
  • Ans. 

    Sort an array of positive integers (0, 1, 2) in non-decreasing order.

    • Use counting sort algorithm to sort the array efficiently.

    • Count the occurrences of 0s, 1s, and 2s in the array.

    • Update the array with the counts of each element in non-decreasing order.

  • Answered by AI
    Add your answer
  • Q7. What is Angular Bootstrap?
  • Ans. 

    Angular Bootstrap is a front-end framework that combines Angular and Bootstrap to create responsive web applications.

    • Angular Bootstrap is a library that allows developers to easily integrate Bootstrap components into Angular applications.

    • It provides pre-built UI components like modals, dropdowns, and tooltips that can be easily customized and used in Angular projects.

    • Angular Bootstrap simplifies the process of creating...

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions like my interests, weaknesses, strengths, family
background, are you willing to relocate or travel , why Siemens, CEO of Siemens etc.

  • Q1. Why should we hire you?
  • Add your answer

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASiemens interview preparation:Topics to prepare for the interview - HTML , CSS , JavaScript , React , NodeJS , Basic Data Structures and AlgorithmsTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Do at-least 2 good projects and you must know every bit of them.
Tip 2 : Understand the fundamentals of JavaScript as they are asked very often.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
I left a job interview after just one question. Was that a mistake?
Today, I had an interview for a job I was really looking forward to. The job description seemed great, the pay was okay, and the company had good feedback online. I went in, shook hands with the person in charge of hiring, and we sat down to talk. Then, they asked their first question: "How do you feel about working extra hours without pay?" I actually laughed because I thought it was a joke. But the interviewer just looked at me, waiting for my answer. I asked if working extra time was required and if they paid for it. They said, "Well, we expect people to stay as long as they need to finish their work. Everyone here really cares about what they do, so we don't keep track of extra hours." I just stood up and said, "Thank you for your time, but this job isn't right for me," and then I left. Now, I'm wondering if I did the wrong thing. Should I have stayed and listened to more about the job? Or was leaving the right decision?
Got a question about Siemens?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Developer Interview Questions & Answers

Addverb Technologies user image Anonymous

posted on 10 Apr 2022

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.
  • Add your answer

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

Front end Developer Interview Questions Asked at Other Companies

asked in Josh Technology Group
Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
View answers (3)
asked in Josh Technology Group
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
View answers (3)
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
View answer (1)
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
View answer (1)
asked in Josh Technology Group
Q5. Check If Linked List Is Palindrome Given a singly linked list of ... read more
View answer (1)
View All
company Logo

Software Developer Interview Questions & Answers

Automotive Robotics (India) user image Anonymous

posted on 14 Dec 2024

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the concept of virtual inheritance in relation to vtables and vptrs in object-oriented programming?
  • Ans. 

    Virtual inheritance allows a derived class to inherit from a base class without creating duplicate base class subobjects.

    • Virtual inheritance is used to resolve the Diamond Problem in C++ where a class inherits from two classes that have a common base class.

    • It ensures that only one copy of the base class is inherited by the derived class.

    • Virtual inheritance introduces a virtual base class subobject to the derived class,...

  • Answered by AI
    Add your answer
  • Q2. Explained about vtptr and vtable initialisation and structure
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. What is the implementation of a class for string operations?
  • Ans. 

    A class for string operations can include methods for concatenation, substring extraction, length calculation, etc.

    • Create a class with methods like concatenateStrings, extractSubstring, calculateLength, etc.

    • Use string manipulation functions like substring, concat, length, etc. within the class methods.

    • Ensure error handling for edge cases like empty strings or out-of-bounds indices.

    • Example: class StringOperations { conc...

  • Answered by AI
    Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

MNC AUTOMATION user image Anonymous

posted on 26 Jun 2021

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Add your answer
  • Q2. Java developer
  • Add your answer
  • Q3. About java
  • Add your answer
  • Q4. Working experience
  • Add your answer
  • Q5. About hobby
  • Add your answer
  • Q6. Communication way
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Anonymous
company Logo

Software Developer Interview Questions & Answers

Automotive Robotics (India) user image Anonymous

posted on 22 Sep 2023

Interview experience
3
Average
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 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 - Technical 

(5 Questions)

  • Q1. What is copy constructor?
  • Ans. 

    Copy constructor is a special type of constructor which creates a new object as a copy of an existing object.

    • Copy constructor is used to initialize a new object as a copy of an existing object.

    • It takes an object of the same class as a parameter.

    • It is called automatically when a new object is created from an existing object.

    • Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };

  • Answered by AI
    Add your answer
  • Q2. Difference between copy constructor and assignment operator
  • Ans. 

    Copy constructor is used to create a new object as a copy of an existing object, while assignment operator is used to assign values from one object to another.

    • Copy constructor is called when a new object is created from an existing object, while assignment operator is called when an existing object is assigned values from another object.

    • Copy constructor creates a new object with its own memory space, while assignment o...

  • Answered by AI
    Add your answer
  • Q3. What is static function
  • Ans. 

    A static function is a function that is associated with a class rather than an instance of the class.

    • Static functions can be called without creating an instance of the class.

    • Static functions are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: 'Math.max()' in JavaScript is a static fun...

  • Answered by AI
    Add your answer
  • Q4. Write Fibonacci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

    • Repeat this process to generate the Fibonacci series

  • Answered by AI
    Add your answer
  • Q5. What is single ton design pattern
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensures a class has only one instance

    • Provides a global point of access to that instance

    • Commonly used in scenarios where only one instance of a class is needed, such as database connections or logging

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If ur c++ developer go through the c++ 11/14 concept

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

MNC AUTOMATION user image Anonymous

posted on 25 Jun 2022

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.....
Anonymous
company Logo

Software Developer Interview Questions & Answers

Automotive Robotics (India) user image Anonymous

posted on 14 Feb 2022

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPs concepts and program on linked list reversal and c pointer concepts
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts,C basis, IPC and signals
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. OOPs concepts, c basics, data structures
  • Add your answer
Round 4 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Add your answer
  • Q2. What are your salary expectations?
  • Add your answer
  • Q3. What is your family background?
  • Add your answer
  • Q4. Why are you looking for a change?
  • Add your answer
  • Q5. Tell me about yourself.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Have gone though 3 levels of technical interviews followed by manageral discussion and HR discussion
Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

Addverb Technologies user image Avantika Raina

posted on 4 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About projects, how do they work, what all have you implemented
  • Add your answer
  • Q2. One simple question on average of array elements
  • Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

Wipro PARI user image Anonymous

posted on 23 Jun 2024

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

(2 Questions)

  • Q1. Good URI design
  • Add your answer
  • 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
    Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary expectations
  • Add your answer
  • Q2. Plan of growing up technically
  • Add your answer

Interview Preparation Tips

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

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Addverb Technologies user image Anonymous

posted on 14 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Just based on resume
  • Add your answer
Round 2 - Interview 

(4 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for tracking daily expenses

    • Performed data analysis on customer feedback data using Python and SQL

  • Answered by AI
    Add your answer
  • Q2. He gave me a DSA question.
  • Add your answer
  • Q3. Asked about oops concepts
  • Add your answer
  • Q4. Asked about dbms
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was on campus drive, first round was resume shortlisting. Then I was selected and second round was technical interview round. They asked medium DSA questions, some basic cs fundamentals and brief about projects.
Anonymous
More about working at Siemens
  • HQ - Mumbai, Maharashtra, India
  • Industrial Automation
  • 10k-50k Employees (India)
  • Public
  • Urban Transport
  • Semiconductors
  • Electronics Manufacturing
  • Software Product
  • Electrical Equipment

Siemens Interview FAQs

How to prepare for Siemens Front end 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 Front End, HTML, Javascript, Siemens and Agile.

Tell us how to improve this page.

Siemens Interviews By Designations

  • Siemens Software Developer Interview Questions
  • Siemens Software Engineer Interview Questions
  • Siemens Senior Software Engineer Interview Questions
  • Siemens Senior Executive Interview Questions
  • Siemens Electrical Engineer Interview Questions
  • Siemens Graduate Engineer Trainee (Get) Interview Questions
  • Siemens System Engineer Interview Questions
  • Siemens Intern Interview Questions
  • Show more
  • Siemens Graduate Trainee Interview Questions
  • Siemens Consultant Interview Questions

Interview Questions for Popular Designations

  • Senior Front end Developer Interview Questions
  • Front end Engineer Interview Questions
  • Front end Web Developer Interview Questions
  • React Js Frontend Developer Interview Questions
  • Angular Frontend Developer Interview Questions
  • Frontend Developer Intern Interview Questions
  • Front Office Executive Interview Questions
  • UI Frontend Developer Interview Questions
  • Show more
  • Junior Frontend Developer Interview Questions
  • Web Designer & Frontend Developer Interview Questions

Top Skills for Siemens Front end Developer

Web Development Interview Questions & Answers
250 Questions
Angular Interview Questions & Answers
150 Questions
logo
Join Siemens #TransformTheEverydayWithUs

Interview Questions from Similar Companies

Schneider Electric
Schneider Electric Interview Questions
4.1
 • 377 Interviews
Johnson Controls
Johnson Controls Interview Questions
3.5
 • 269 Interviews
Honeywell Automation
Honeywell Automation Interview Questions
3.8
 • 110 Interviews
Rockwell Automation
Rockwell Automation Interview Questions
3.7
 • 72 Interviews
Addverb Technologies
Addverb Technologies Interview Questions
3.6
 • 58 Interviews
Wipro PARI
Wipro PARI Interview Questions
3.3
 • 48 Interviews
Falcon Autotech
Falcon Autotech Interview Questions
3.9
 • 46 Interviews
MNC AUTOMATION
MNC AUTOMATION Interview Questions
4.2
 • 36 Interviews
Automotive Robotics (India)
Automotive Robotics (India) Interview Questions
3.5
 • 35 Interviews
Titan Engineering & Automation
Titan Engineering & Automation Interview Questions
3.9
 • 34 Interviews
View all
Siemens Front end Developer Salary
based on 28 salaries
₹4.7 L/yr - ₹18.2 L/yr
89% more than the average Front end Developer Salary in India
View more details

Siemens Front end Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

4.0

Salary

4.4

Job security

5.0

Company culture

3.3

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Siemens Salaries in India
Senior Software Engineer
1.7k salaries
unlock blur

₹9.4 L/yr - ₹35 L/yr

Software Developer
1.6k salaries
unlock blur

₹5.8 L/yr - ₹25 L/yr

Software Engineer
1.5k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Manager
594 salaries
unlock blur

₹8.2 L/yr - ₹31.8 L/yr

Senior Process Associate
479 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Siemens with
Schneider Electric

Schneider Electric

4.1
Compare
Siemens Energy

Siemens Energy

4.1
Compare
Johnson Controls

Johnson Controls

3.5
Compare
Honeywell Automation

Honeywell Automation

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Siemens Interview Questions >
  • Siemens Front end Developer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter