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 Web Developer Interview Questions, Process, and Tips

Updated 9 Jun 2021

Siemens Web Developer Interview Experiences

1 interview found

I applied via Job Portal and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. 1) Introduce yourself.
  • Q2. 2) Technologies you have worked
  • Q3. 3) What is Hoisting
  • Ans. 

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

    • Hoisting applies to variable and function declarations, but not to variable assignments

    • Function declarations are hoisted before variable declarations

    • Hoisting can lead to unexpected behavior and should be avoided

  • Answered by AI
  • Q4. What is difference between var and let
  • Ans. 

    var is function-scoped and let is block-scoped.

    • var declarations are hoisted to the top of their scope, while let declarations are not.

    • var can be redeclared in the same scope, while let cannot.

    • let variables are not accessible before they are declared, while var variables are.

    • let variables have a temporal dead zone, while var variables do not.

    • let is recommended for use in modern JavaScript.

  • Answered by AI
  • Q5. What is optional chaining?
  • Ans. 

    Optional chaining is a feature in JavaScript that allows you to access properties of an object without worrying about whether the object is null or undefined.

    • It uses the question mark (?) operator to check if a property exists before accessing it.

    • It can be used with both object properties and function calls.

    • It can be chained multiple times to access nested properties.

    • It was introduced in ECMAScript 2020.

  • Answered by AI
  • Q6. What is pseudo element/pseudo child
  • Ans. 

    Pseudo elements/children are CSS selectors that target specific parts of an element.

    • Pseudo elements are denoted by a double colon (::) and are used to style a specific part of an element, such as the first letter or line of text.

    • Pseudo children are denoted by a single colon (:), and are used to select a specific state of an element, such as when it is being hovered over or clicked.

    • Examples of pseudo elements include ::...

  • Answered by AI
  • Q7. What is closure
  • Ans. 

    Closure is a function that has access to its outer function's variables, even after the outer function has returned.

    • A closure is created when a function returns another function that references variables from the parent function.

    • Closures can be used to create private variables and methods in JavaScript.

    • Closures can also be used to create functions with pre-set arguments.

  • Answered by AI
  • Q8. What is difference between JavaScript and Angular
  • Ans. 

    JavaScript is a programming language used for web development, while Angular is a JavaScript framework for building web applications.

    • JavaScript is a programming language that allows developers to add interactivity and dynamic features to websites.

    • Angular is a JavaScript framework that provides a structure for building web applications.

    • JavaScript can be used independently to create web functionality, while Angular is bu...

  • Answered by AI
  • Q9. Why Angular?
  • Q10. JavaScript vs TypeScript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features.

    • TypeScript catches errors at compile time, while JavaScript only catches them at runtime.

    • TypeScript supports interfaces and classes, making it easier to write and maintain large codebases.

    • JavaScript is more flexible and easier to learn, but TypeScript offers better scalability and maintainability.

    • TypeScript can be transpiled into JavaScri...

  • Answered by AI
  • Q11. What is a service in Angular
  • Ans. 

    A service in Angular is a singleton object that can be injected into components and other services.

    • Services are used to share data and functionality across multiple components

    • Services can be used to make HTTP requests, handle authentication, and perform other tasks

    • Services are typically defined using the @Injectable decorator

    • Services can be injected into components and other services using the constructor

  • Answered by AI
  • Q12. What Angular app bootstraps
  • Ans. 

    Angular app bootstraps the root module of the application

    • Angular app bootstraps the AppModule by default

    • The bootstrap process initializes the application and loads the root component

    • The root component is usually AppComponent

  • Answered by AI
  • Q13. How two components can interact in Angular
  • Ans. 

    Components can interact in Angular through input and output bindings.

    • Input bindings allow a parent component to pass data to a child component.

    • Output bindings allow a child component to emit events to a parent component.

    • Components can also communicate through a shared service or using @ViewChild and @ContentChild decorators.

  • Answered by AI
  • Q14. Lifecycle hooks in Angular
  • Ans. 

    Lifecycle hooks are functions that allow you to tap into the lifecycle of a component or directive.

    • ngOnInit() - called after the first ngOnChanges()

    • ngOnChanges() - called when an input property changes

    • ngDoCheck() - called during every change detection run

    • ngAfterContentInit() - called after content is projected into component

    • ngAfterContentChecked() - called after every check of projected content

    • ngAfterViewInit() - calle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please work on introduction to include your work experience as much as possible.
Speak loud and clear.
Study Above question as these are commonly asked

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Android basics and programs

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisted on the basis of 60% through out and experience in development more than 6 months.

Round: Technical Interview
Experience: Core java.. String, oops, exception,

Round: HR Interview
Experience: As usual.. tell me about your self.expectations and salary discussion.
Tips: Be confident whatever you say.

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is firmware and where it is used?
  • Ans. 

    Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • Firmware is a combination of hardware and software.

    • It is used to control the behavior of hardware devices.

    • Firmware is typically stored in non-volatile memory, such as ROM or flash memory.

    • Examples of devices that use firmware include routers, printers, and digital cameras.

  • Answered by AI
  • Q2. Tell me about yourself only.
  • Ans. 

    I am a passionate software developer with experience in building web applications and solving complex problems.

    • Experienced in programming languages such as Java, JavaScript, and Python

    • Familiar with front-end technologies like HTML, CSS, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include developing a customer management system for a small business

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: Technical Interview
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: HR Interview
Experience: they tested my core knowledge and learning skill.
Tips: be strong in your basics.

Skills: Ability To Think Beyond Boundaries
College Name: mnm jec

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Specific to SAP HANA Architecture and troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear and should have broader view with respect to scenario base questions.

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Total Questions: 100

Round: Group Discussion
Duration: 15 minutes

Skill Tips: Infosys Internship program is structured very similar to Infosys Foundation Program. In both programs, the course is divided into two parts -
Generic Training and Stream Training. Generic Training will be based on Computer Science' fundamental subjects like OOPs using Java, RDBMS using Oracle, Software Engineering, Internetworking and Operating Systems. Stream specific training will be based on a certain technology like J2EE, DOT NET, Mainframe, SAP etc.

If you're unable to pass the internship program, you can join Infosys as a Systems Engineer trainee after you complete your engineering course and can undergo Infosys Foundation Program. Accommodation is free while going through internship program. You need to pay for food and for other amenities like Gym and Sports facilities.
The monthly stipend during internship program is INR 8000. Advantages for opting internship program is Infosys internship program would help you to undergo the initial training course while joining Infosys. So, if you successfully complete the internship program, you need not to attend the Foundation training in Infosys. So, when you rejoin infosys after completing your b.tech course, you would join as an employee, not as a trainee. It will help you get into production much advanced to other people who go through Foundation Program. After you complete your engineering course Infosys will communicate you with a date to rejoin the organization.
After you complete your internship and get posting location. When you rejoin Infosys, you have to report to that office only. Need not to come to Mysore or Mangalore again for reporting.
Once you join for internship program, you have to sign a bond and if you do not opt to rejoin Infosys then you need to consider the consequences as per the rules written in the bond like paying some amount.
One advantage of successfully clearing internship program is that you need not to go through Foundation program in Infosys. Both have equal weightage in Infosys. Scope of learning is same in both type of training.
Skills: Algorithms And Data Structures
Duration: 3
College Name: Government College of Engineering and Technology, Bikaner

Software Developer Interview Questions & Answers

Infosys user image Sarath Kumar Mutnuru

posted on 5 Apr 2016

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: I added the relevant course work and tried to remove the data that is not related to the position seeked
Tips: Make resume more point oriented rather than bulky matter

Round: Technical Interview
Experience: I was very cool and calm at the time of interview and did a ground work of company income and stuff like that
Tips: Be thorough with the concepts you think they would ask

General Tips: be clam and confident. Everythinng will fall in place and its never too late
Skills: Basics Of Machine Learning
Duration: 2
College Name: IIT Madras
Motivation: varied project fields and well planned program
Funny Moments: The call came ,when I was fully out of hope that Infosys would consider me,But I knew I was eligible and deserving

I was interviewed before Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. Questions from the resume submitted
  • Q2. Write a java program to find the palindrome
  • Q3. HR questions were at the end

Interview Preparation Tips

Round: Test
Experience: Need to solve the general aptitude question, general verbal questions like paragraphs and sentence completion.
Duration: 3 hours
Total Questions: 80

Skills: Programming, Coming Up With Efficient Solutions, Manage A Difficult Situation

Skills evaluated in this interview

I was interviewed before Nov 2016.

Interview Questionnaire 

2 Questions

  • Q1. Project related questions and questions from your stream that you had in Btech.
  • Q2. Basic questions about yourself and your aspirations in life.

Interview Preparation Tips

Round: Test
Experience: English, Quant, Reasoning basic MCQ
Tips: English strong and time management
Duration: 1 hour
Total Questions: 100

Round: Technical Interview
Experience: I was from electronics and comm background so was asked about Signals Analog and Digital, Also was asked about my project that i did in my final year and some of the DBMS and C programming questions asked.
Tips: Must know basic about your own stream first of all , what ever you did in 4 years of your engineering must have a idea about it.

Round: HR Interview
Experience: Tell me something about yourself, where do you see yourself after 5 years,
Your likes dislikes .
Tips: Basically they what to check how confident are you in answering the questions and how frequently do you talk to strangers and how do you talk what is your attitude and behavior , so be the best that you can and be what you are.

Software Developer Interview Questions & Answers

Infosys user image Ankit Singh Rajpoot

posted on 3 Oct 2017

I was interviewed in Jan 2017.

Interview Questionnaire 

1 Question

  • Q1. About my Family Members

Interview Preparation Tips

Round: Test
Experience: apti+Tech
Duration: 45 minutes

Round: Group Discussion
Experience: Described reasons
Duration: 15 minutes

Round: Technical Interview
Experience: Technical Questions were there related to my branch and tech

Skills: Technical Knowledge(ML, Aptitude, Presence Of Mind
College Name: Mahakoshal College Jbp.

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Tips: Practice e litmus questions and also give mock tests on placement season
Duration: 2 hours

Round: Technical + HR Interview
Experience: The interviewer asked me questions from the subjects I mentioned in my CV and also asked so many situational questions like what will you do in this situation etc.

Skills: Presence Of Mind, Technical Skill

Siemens Interview FAQs

How to prepare for Siemens Web 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 Web Development, Coding, CSS3, Scrum and Windows.
What are the top questions asked in Siemens Web Developer interview?

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

  1. what is difference between JavaScript and Angu...read more
  2. How two components can interact in Angu...read more
  3. What is difference between var and ...read more

Tell us how to improve this page.

Join Siemens #TransformTheEverydayWithUs

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
 • 331 Interviews
Johnson Controls Interview Questions
3.6
 • 262 Interviews
View all
Siemens Web Developer Salary
based on 4 salaries
₹4 L/yr - ₹16 L/yr
121% more than the average Web Developer Salary in India
View more details
Senior Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
604 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
481 salaries
unlock blur

₹0 L/yr - ₹0 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