Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare
4.1

based on 4.6k Reviews

Filter interviews by

Siemens Test Analyst Interview Questions and Answers

Updated 6 Jul 2021

Siemens Test Analyst Interview Experiences

1 interview found

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Python based questions

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical,reasoning and blood relationship related questions were given for the test

Round 2 - Technical 

(2 Questions)

  • Q1. What is you name
  • Q2. What is plc how it is different from other microcontrollers
  • Ans. 

    PLC stands for Programmable Logic Controller, used for industrial automation. It is different from other microcontrollers in terms of design, functionality, and applications.

    • PLCs are specifically designed for industrial automation tasks, such as controlling machinery on a factory assembly line.

    • PLCs are more robust and reliable than general-purpose microcontrollers, as they are built to withstand harsh industrial enviro...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why main method is static
  • Ans. 

    The main method is static in Java because it needs to be called by the JVM without creating an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • The main method is the entry point of a Java program, so it needs to be accessible without creating objects.

    • Having the main method as static ensures that it can be called by the JVM before any objects are created.

  • Answered by AI
  • Q2. Can we overload construction
  • Ans. 

    Overloading construction is possible in programming by defining multiple functions with the same name but different parameters.

    • In programming, overloading construction refers to defining multiple functions with the same name but different parameters.

    • The compiler determines which function to call based on the number and types of arguments passed to it.

    • For example, you can have multiple functions named 'calculate' that a...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Focus on practising easy and medium level coding problem at a fast pace

Round 2 - One-on-one 

(5 Questions)

  • Q1. Automation role
  • Ans. 

    Automation Test Engineer is responsible for designing, developing, and executing automated tests to ensure software quality.

    • Develop automated test scripts using tools like Selenium, Appium, or JUnit

    • Execute test scripts and analyze results to identify defects

    • Collaborate with developers and other team members to improve test coverage

    • Maintain and update automated test suites as needed

    • Contribute to continuous integration a

  • Answered by AI
  • Q2. Manual testing and test engineering
  • Q3. I am self motivated
  • Q4. I can work independently
  • Q5. Honestly and hard worker

Interview Preparation Tips

Interview preparation tips for other job seekers - Types of employees
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Teamcenter,plm,stlc,bom,jt files structure manager,cam
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a subset of regression testing to ensure that specific functionalities are working after changes.

    • Smoke testing is performed to ensure that the critical functionalities of the software are working fine before proceeding with detailed testing.

    • Sanity testing is a focused testing to verify specific areas...

  • Answered by AI
  • Q2. Basic questions about software testing.
Round 2 - Technical 

(4 Questions)

  • Q1. Understanding about IoT and embedded systems
  • Q2. No extra questions
  • Q3. No extra questions1
  • Q4. No extra questions 2
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were basic, they checked confidence and understanding of the core concepts of testing

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Java program to write on
  • Ans. 

    Java program to write on

    • Use FileWriter class to write to a file in Java

    • Create a new FileWriter object and use its write() method to write to the file

    • Remember to close the FileWriter object after writing is done

  • Answered by AI
  • Q2. No . . N. N.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It can automate web browsers and simulate user interactions.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid allows for parallel test execution across different browsers and operating systems.

  • Answered by AI
  • Q2. Exception of java
  • Ans. 

    Java exceptions are objects that represent an abnormal condition in the program's execution.

    • Java exceptions are objects that are thrown when an abnormal condition occurs during the program's execution.

    • Exceptions can be caught and handled using try-catch blocks.

    • Some common types of exceptions in Java include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Aug 2021.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Testing Concepts, Previous Roles and Responsibilities
  • Q2. Hypothetical scenarios, Ask to derive testing scenarios on a given situation
  • Q3. Brief about communication protocols
  • Ans. 

    Communication protocols are a set of rules that govern the exchange of data between devices or systems.

    • Protocols define the format, timing, sequencing, and error checking of data transmission.

    • Examples include TCP/IP, HTTP, FTP, SMTP, and Bluetooth.

    • Protocols can be classified as wired or wireless, serial or parallel, synchronous or asynchronous.

    • They are essential for ensuring interoperability and reliable communication ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Testing Concepts, Defect Management
  • Q2. Previous Roles & Responsibilities, Projects
  • Ans. 

    I have worked as a Test Engineer in multiple roles and projects.

    • Tested software applications for functionality, performance, and reliability.

    • Developed and executed test plans, test cases, and test scripts.

    • Identified and reported software defects, and worked with developers to resolve them.

    • Collaborated with cross-functional teams to ensure quality standards were met.

    • Participated in requirement analysis and design review...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General HR Questions
  • Q2. About self, Family, Career goals etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions are average, Prepare well around your resume

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question to Solving puzzle
Round 2 - Technical 

(1 Question)

  • Q1. Testing related

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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.7k Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
View all
Siemens Test Analyst Salary
based on 11 salaries
₹4.5 L/yr - ₹16.6 L/yr
30% more than the average Test Analyst Salary in India
View more details

Siemens Test Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
1.6k salaries
unlock blur

₹9.4 L/yr - ₹33.6 L/yr

Software Developer
1.6k salaries
unlock blur

₹4.9 L/yr - ₹22.2 L/yr

Software Engineer
1.5k salaries
unlock blur

₹4.2 L/yr - ₹20 L/yr

Manager
601 salaries
unlock blur

₹8.2 L/yr - ₹26.5 L/yr

Senior Executive
450 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare Siemens with

Schneider Electric

4.2
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