Upload Button Icon Add office photos

Filter interviews by

Siemens PLM Software Associate Software Engineer Interview Questions and Answers

Updated 14 Oct 2022

Siemens PLM Software Associate Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Sep 2022. 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 - Technical 

(1 Question)

  • Q1. Questions regarding oops concept
Round 3 - Technical 

(1 Question)

  • Q1. Implement atoi , and just basic programming questions
Round 4 - HR 

(1 Question)

  • Q1. Why u want to join siemens and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Try for better companies , tech is quite old not good for fresher even though salary is good

Interview questions from similar companies

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude round covered all most every topic

Round 2 - One-on-one 

(3 Questions)

  • Q1. Knowledge about used programming languages
  • Q2. Sql
  • Q3. What are the key components involved in the low-level design of e-commerce applications?
Round 3 - HR 

(1 Question)

  • Q1. General Conversation

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your foundational knowledge.
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
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
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
  • Q2. He gave me a DSA question.
  • Q3. Asked about oops concepts
  • Q4. Asked about dbms

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.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. What is transformer?
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are commonly used to increase or decrease voltage in electrical circuits.

    • They consist of two coils of wire, known as the primary and secondary coils.

    • The primary coil is connected to a power source, while the secondary coil is connected to the load.

    • Examples of transformers include power ...

  • Answered by AI
  • Q2. What is the use of relay in DI
  • Ans. 

    Relays in Dependency Injection are used to control the creation and lifecycle of objects.

    • Relays help in decoupling the creation of objects from their usage.

    • They can be used to provide different implementations of an interface based on certain conditions.

    • Relays can also be used for lazy loading of objects to improve performance.

    • They help in managing the dependencies of objects in a flexible and modular way.

  • Answered by AI
  • Q3. Compare profinet and ethernet
  • Ans. 

    Profinet is a real-time industrial Ethernet protocol used for automation, while Ethernet is a general networking protocol used for data communication.

    • Profinet is specifically designed for industrial automation applications, providing real-time communication and deterministic behavior.

    • Ethernet is a widely used networking protocol for general data communication in various industries and applications.

    • Profinet offers highe...

  • Answered by AI
  • Q4. What is RS232 protocol
  • Ans. 

    RS232 protocol is a standard for serial communication between devices, commonly used in computer systems.

    • RS232 uses a DB9 or DB25 connector for communication

    • It uses asynchronous communication

    • Data is transmitted one bit at a time

    • Commonly used for connecting devices like modems, printers, and GPS receivers

  • Answered by AI

Skills evaluated in this interview

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

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.

Siemens PLM Software Interview FAQs

How many rounds are there in Siemens PLM Software Associate Software Engineer interview?
Siemens PLM Software interview process usually has 4 rounds. The most common rounds in the Siemens PLM Software interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Siemens PLM Software Associate Software Engineer interview?

Some of the top questions asked at the Siemens PLM Software Associate Software Engineer interview -

  1. Implement atoi , and just basic programming questi...read more
  2. Questions regarding oops conc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 427 Interviews
Johnson Controls Interview Questions
3.6
 • 255 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Dassault Systemes Interview Questions
4.0
 • 158 Interviews
PTC Interview Questions
4.2
 • 63 Interviews
Falcon Autotech Interview Questions
4.0
 • 44 Interviews
View all
Siemens PLM Software Associate Software Engineer Salary
based on 47 salaries
₹6 L/yr - ₹15 L/yr
117% more than the average Associate Software Engineer Salary in India
View more details

Siemens PLM Software Associate Software Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

2.2

Skill development

4.4

Work-life balance

2.4

Salary

3.2

Job security

3.8

Company culture

2.4

Promotions

3.4

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
234 salaries
unlock blur

₹8.4 L/yr - ₹26 L/yr

Advanced Software Engineer
103 salaries
unlock blur

₹13.1 L/yr - ₹36 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹10.5 L/yr - ₹40 L/yr

Software Developer
63 salaries
unlock blur

₹6.4 L/yr - ₹23 L/yr

Associate Software Engineer
47 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Siemens PLM Software with

Dassault Systemes

4.0
Compare

Autodesk

4.3
Compare

PTC

4.2
Compare

Bentley Systems

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