i
Siemens
Filter interviews by
It was a regular test with aptitude, verbal reasoning, logical reasoning and also technical questions.
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
It was of 3 section 18-25 questions , just basic QA and verbal ability
Again aptitude of similar level
I applied via Campus Placement
I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.
Stress is the internal resistance experienced by a material when subjected to external forces. Bending Moment Diagram is a graphical representation of the variation of bending moment along the length of a beam.
Stress is the force per unit area experienced by a material.
It is caused by external forces acting on a material.
Stress can be tensile (stretching), compressive (squeezing), or shear (sliding).
Bending Moment Diag...
Strain is the measure of deformation in a material due to applied stress.
Strain is a dimensionless quantity that represents the ratio of the change in length or shape of a material to its original length or shape.
It is typically expressed as a percentage or in microstrain (με).
Strain can be caused by tensile, compressive, or shear stress.
In a cantilever beam, the SFD (Shear Force Diagram) will show a constant positive ...
Siemens interview questions for designations
Was having basic aptitude questions
Check if a number is even or odd without using arithmetic operators
Use bitwise AND operator with 1 to check the least significant bit
If the result is 0, the number is even. If the result is 1, the number is odd
Top trending discussions
posted on 5 Jan 2025
I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.
Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.
I applied via Campus Placement
Coding Round is conducted in HackerRank Test
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...
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...
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
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