Upload Button Icon Add office photos

Siemens PLM Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens PLM Software Implementation Consultant Interview Questions and Answers

Updated 30 Oct 2023

Siemens PLM Software Implementation Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. There are questions on your profile. Teamcenter installation, CAD integration, how to clean cache, what types of logs present and how to clean them this are few topics based on it you will get some questio...
Round 3 - HR 

(1 Question)

  • Q1. In HR round you will have discussions on your salary and benefits you are getting to join the organisation.
Round 4 - One-on-one 

(1 Question)

  • Q1. This is also technical round where you will have one to one discussion with higher manager. He will check your understanding of processes and how you take decisions.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Aug 2022. There were 3 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Describe a time when y ou had to learn a new kill to complete a project
  • Q2. Tell me about your resume
Round 3 - Coding Test 

Reverse a given string using for loop

Interview Preparation Tips

Topics to prepare for Bentley Systems Software Engineer interview:
  • Data Structures
  • Algorithms
  • Coding
Interview preparation tips for other job seekers - Master Data Structures and Algorithms and be prepared to talk your experience written in your resume

I applied via Campus Placement and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to find the middle of a linked list in one iteration.
  • Ans. 

    To find the middle of a linked list in one iteration, use two pointers with different speeds.

    • Initialize two pointers, one slow and one fast, both pointing to the head of the linked list.

    • Move the slow pointer one step at a time and the fast pointer two steps at a time.

    • When the fast pointer reaches the end of the linked list, the slow pointer will be at the middle node.

  • Answered by AI
  • Q2. All sorting you know and their complexities both time and space
  • Q3. Eagle eye view of binary tree
  • Ans. 

    A binary tree is a data structure consisting of nodes, where each node has at most two children.

    • Binary tree is used to represent hierarchical relationships between nodes

    • Traversal of binary tree can be done in three ways: inorder, preorder, postorder

    • Binary search tree is a type of binary tree where left child is smaller and right child is greater than parent

    • Balanced binary tree has height difference of at most 1 between...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise everything you learnt just before the intervsiew. Be clear on things you have put on your resume.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of data structure and their time complexities
  • Ans. 

    Data structures are used to organize and store data efficiently. Time complexity is the measure of efficiency.

    • Arrays - O(1) for access, O(n) for search and insertion

    • Linked Lists - O(n) for access, O(1) for insertion and deletion

    • Stacks - O(1) for access, insertion and deletion

    • Queues - O(1) for access, insertion and deletion

    • Trees - O(log n) for access, insertion and deletion

    • Hash Tables - O(1) for access, insertion and de

  • Answered by AI
  • Q2. Types of Binary Tree
  • Ans. 

    Binary trees are classified based on the number of children each node can have.

    • Full binary tree: every node has either 0 or 2 children

    • Complete binary tree: all levels except possibly the last are completely filled, and all nodes are as far left as possible

    • Perfect binary tree: all internal nodes have two children and all leaf nodes are at the same level

    • Balanced binary tree: the difference in height between the left and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare time complexities of the data structure algorithms and be through with oops concept

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Trimble user image Saminathan Alagu Sundaram

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on DSA, OOPS
Round 2 - Technical 

(1 Question)

  • Q1. Based on Projects in Resume
Round 3 - Technical 

(1 Question)

  • Q1. Technical Discussion about earlier projects
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Written test on Basics of c and c++ is asked.
Also be thorough with mathematical topics like vectors,calculus.

Round 3 - Technical 

(2 Questions)

  • Q1. C++ basic questions Oops concepts
  • Q2. Math questions on vectors and calculus Predict the output for a given program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong at basics of C/C++.
They also value your communication skills as well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project based backend and frontend
  • Q2. How to connect to backend
  • Ans. 

    To connect to the backend, you can use APIs, database connections, or web services.

    • Use APIs to send and receive data between the frontend and backend

    • Establish database connections to retrieve and store data

    • Utilize web services for communication between different systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Future of oil and gas industry transitioning into Green Hydrogen
  • Ans. 

    The oil and gas industry is transitioning into green hydrogen to adapt to the growing demand for sustainable energy sources.

    • Oil and gas companies are investing in green hydrogen production to reduce carbon emissions and meet climate goals.

    • Green hydrogen is produced using renewable energy sources like wind or solar power, making it a cleaner alternative to traditional hydrogen production methods.

    • The transition to green ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to make a change
  • Q2. Why do you want to join AVEVA
Contribute & help others!
anonymous
You can choose to be anonymous

Siemens PLM Software Interview FAQs

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

Some of the top questions asked at the Siemens PLM Software Implementation Consultant interview -

  1. There are questions on your profile. Teamcenter installation, CAD integration, ...read more
  2. This is also technical round where you will have one to one discussion with hig...read more
  3. In HR round you will have discussions on your salary and benefits you are getti...read more

Recently Viewed

INTERVIEWS

Siemens PLM Software

No Interviews

INTERVIEWS

Aker Solutions

No Interviews

JOBS

Stantec ResourceNet India

No Jobs

INTERVIEWS

Thriveni Earthmovers

No Interviews

INTERVIEWS

Thriveni Earthmovers

No Interviews

INTERVIEWS

Siemens PLM Software

No Interviews

INTERVIEWS

Thriveni Earthmovers

No Interviews

SALARIES

Altair Engineering

INTERVIEWS

Siemens PLM Software

No Interviews

INTERVIEWS

Thriveni Earthmovers

No Interviews

Tell us how to improve this page.

Siemens PLM Software Implementation Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Johnson Controls Interview Questions
3.6
 • 262 Interviews
Dassault Systemes Interview Questions
4.0
 • 161 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
Wipro PARI Interview Questions
3.3
 • 44 Interviews
Autodesk Interview Questions
4.2
 • 38 Interviews
View all
Siemens PLM Software Implementation Consultant Salary
based on 42 salaries
₹7 L/yr - ₹19.3 L/yr
49% more than the average Implementation Consultant Salary in India
View more details

Siemens PLM Software Implementation Consultant Reviews and Ratings

based on 7 reviews

4.3/5

Rating in categories

4.6

Skill development

3.7

Work-life balance

4.5

Salary

4.7

Job security

4.5

Company culture

4.4

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Software Engineer
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens PLM Software with

Dassault Systemes

4.0
Compare

Autodesk

4.2
Compare

PTC

4.2
Compare

Bentley Systems

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