Upload Button Icon Add office photos

Siemens PLM Software

Compare button icon Compare button icon Compare

Filter interviews by

Siemens PLM Software Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Siemens PLM Software Interview Questions and Answers

View all 6 questions

Siemens PLM Software Interview Experiences

Popular Designations

12 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding Round is conducted in HackerRank Test

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between MySQL and Postgresql.
  • Ans. 

    MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.

    • MySQL is more commonly used in web applications due to its speed and simplicity.

    • PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.

    • MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...

  • Answered by AI
  • Q2. What is the principle of OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on the use of classes and objects to organize code

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: the ability for objects of differ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro

  • Answered by AI
  • Q2. How Will You Include CSS in HTML
  • Ans. 

    CSS can be included in HTML using inline, internal, or external methods.

    • Use inline CSS by adding the style attribute to HTML elements

    • Use internal CSS by placing CSS code within