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 Angular Developer Interview Questions and Answers

Updated 4 Nov 2024

Siemens Angular Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is directive
  • Ans. 

    A directive in Angular is a marker on a DOM element that tells Angular's HTML compiler to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to create reusable components or add behavior to existing elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of directives include ngIf, ngFor, and ngStyle

  • Answered by AI
  • Q2. What is data binding
  • Ans. 

    Data binding is the automatic synchronization of data between the model and view components in an Angular application.

    • Data binding allows for the communication between the component class and its template.

    • There are four types of data binding in Angular: Interpolation, Property binding, Event binding, and Two-way binding.

    • Example: {{ title }} in HTML template binds the value of 'title' property from the component class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good but did not got a call after interview

Skills evaluated in this interview

Angular 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 Recruitment Consulltant and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test evaluates skills and knowledge.

Round 2 - Coding Test 

1. The coding test assesses programming skills.


2. It includes problem-solving and debugging tasks.


3. Candidates must write clean, efficient code.


4. Various languages like Python, Java are supported.


5. Time limits are set for each question.


6. Results are based on accuracy and performance.

Round 3 - HR 

(2 Questions)

  • Q1. Asking expectations
  • Q2. Hr explaining about company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions were given and all should have to be passed for the next round

Round 2 - Technical 

(2 Questions)

  • Q1. It was based purely on resume
  • Q2. No hr. Only technical round
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Nov 2023. There were 4 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 

Basic aptitude questions

Round 3 - Group Discussion 

Topic was "which is best work from home or work from office?"

Round 4 - Technical 

(2 Questions)

  • Q1. Questions about html, css and javascript
  • Q2. Questions based on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding exercise with test cases

Round 2 - Technical 

(2 Questions)

  • Q1. More about coding exercise
  • Q2. Work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Cocubes and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ Questions on programming languages like C#, Java

Round 2 - Technical 

(1 Question)

  • Q1. Questions asked on Java , OOPs concept and SQL database.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and behavioural questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with use cases and examples and be confident.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Design considerations for a front end web application
  • Ans. 

    Design considerations for front end web applications include user experience, performance, scalability, accessibility, and security.

    • Consider user experience by designing intuitive interfaces and smooth interactions.

    • Optimize performance by minimizing loading times and reducing unnecessary requests.

    • Ensure scalability by designing modular and flexible components.

    • Prioritize accessibility by following web content accessibil...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What technical skills you've learned so far in the college
  • Q2. Where do you see yourself in the next 5 years.
  • Q3. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q4. General dbms, os, and cn questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Software Engineer interview:
  • dsa
  • C++
  • computer networks
  • OS
  • sql
Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

Skills evaluated in this interview

Siemens Interview FAQs

How many rounds are there in Siemens Angular Developer interview?
Siemens interview process usually has 1 rounds. The most common rounds in the Siemens interview process are Technical.
How to prepare for Siemens Angular 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, HTML, Front End, Debugging and Troubleshooting.
What are the top questions asked in Siemens Angular Developer interview?

Some of the top questions asked at the Siemens Angular Developer interview -

  1. What is direct...read more
  2. What is data bind...read more

Tell us how to improve this page.

Siemens Angular Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
Johnson Controls Interview Questions
3.6
 • 255 Interviews
View all
Siemens Angular Developer Salary
based on 5 salaries
₹6 L/yr - ₹14 L/yr
64% more than the average Angular Developer Salary in India
View more details

Siemens Angular Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Angular Developer

Pune

3-5 Yrs

Not Disclosed

Angular Developer

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
1.6k salaries
unlock blur

₹3.8 L/yr - ₹22.4 L/yr

Senior Software Engineer
1.6k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.2 L/yr - ₹22 L/yr

Manager
605 salaries
unlock blur

₹8.2 L/yr - ₹31.8 L/yr

Senior Executive
450 salaries
unlock blur

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