Upload Button Icon Add office photos

Filter interviews by

Siemens Industry Software (India) Softwaretest Engineer Interview Questions and Answers

Updated 28 Nov 2024

Siemens Industry Software (India) Softwaretest Engineer Interview Experiences

2 interviews found

Softwaretest Engineer Interview Questions & Answers

user image Yuvaraj Elumalai

posted on 28 Nov 2024

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

(1 Question)

  • Q1. C++ questions basic
Round 2 - HR 

(1 Question)

  • Q1. Why are changing job
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Go with basic stuff clear, as for advanced stuff they are also not clear

Round 2 - HR 

(4 Questions)

  • Q1. Salary discussion
  • Q2. What is your current CTC
  • Q3. What is your expected CTC
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for Softwaretest Engineers.

    • My expected CTC is in line with industry standards for Softwaretest Engineers.

    • I have taken into consideration my years of experience and expertise in software testing.

    • I am open to negotiation based on the overall compensation package offered by the company.

  • Answered by AI
  • Q4. Whay you decided to change Job
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for career advancement

    • Interest in working with new technologies

    • Seeking better work-life balance

    • Company restructuring or downsizing

    • Relocation to a new city

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you got the interview call, it is most likely that you will be hired, as they do interviews when they seriously needs one and situation is unbalanced without a additional resource.
But of you join, you will be stuck with mediocre colleagues.

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about correlation some technical questions about loadrunner tool
  • Q2. Loadrunner basics
  • Q3. Diff b/w thread process
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • Process is an independent entity that runs in its own memory space, while threads share the same memory space within a process.

    • Processes have their own resources like memory, file handles, etc., while threads share these resources.

    • Processes are heavyweight, while threads are lightweight.

    • Example: A...

  • Answered by AI
  • Q4. Appd basic questions
  • Q5. Diffeent approach for load balancing model
  • Ans. 

    Load balancing models distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Different algorithms for load balancing include round robin, least connections, and IP hash.

    • Consider factors like server capacity, network latency, and traffic patterns when choosing a load balancing model.

    • Implementing a hybrid approach combining multiple load balancing algorithms can optimize per

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is data types
  • Ans. 

    Data types are classifications that specify the type of data that a variable can hold in programming languages.

    • Data types define the type of data that can be stored in a variable, such as integers, strings, or booleans.

    • Examples of data types include int (for integers), float (for floating-point numbers), and string (for text).

    • Data types help ensure data integrity and provide constraints on the operations that can be pe

  • Answered by AI
  • Q2. What' we are using ide
  • Ans. 

    We are using an Integrated Development Environment (IDE) for software testing.

    • IDE helps in writing, debugging, and testing code in one place

    • Popular IDEs include IntelliJ IDEA, Eclipse, and Visual Studio

    • IDEs provide features like code completion, syntax highlighting, and debugging tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions - access specifiers, why is java platform independent, oops concepts, difference between Array List and LinkedList, Time Complexity, Immutable class, Questions related to Strings, Valid...
Round 3 - One-on-one 

(1 Question)

  • Q1. Live coding question based on array and Strings

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession

I appeared for an interview in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

Siemens Industry Software (India) Interview FAQs

How many rounds are there in Siemens Industry Software (India) Softwaretest Engineer interview?
Siemens Industry Software (India) interview process usually has 2 rounds. The most common rounds in the Siemens Industry Software (India) interview process are HR, Coding Test and Technical.
How to prepare for Siemens Industry Software (India) Softwaretest Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Siemens Industry Software (India). The most common topics and skills that interviewers at Siemens Industry Software (India) expect are Agile, Automation Framework, Computer science, GIT and HTML.
What are the top questions asked in Siemens Industry Software (India) Softwaretest Engineer interview?

Some of the top questions asked at the Siemens Industry Software (India) Softwaretest Engineer interview -

  1. What is your expected ...read more
  2. Whay you decided to change ...read more
  3. C++ questions ba...read more

Tell us how to improve this page.

Siemens Industry Software (India) Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Siemens Industry Software (India) Softwaretest Engineer Salary
based on 23 salaries
₹3.1 L/yr - ₹5.6 L/yr
23% less than the average Softwaretest Engineer Salary in India
View more details

Siemens Industry Software (India) Softwaretest Engineer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

1.7

Skill development

1.7

Work-life balance

1.5

Salary

4.7

Job security

1.7

Company culture

1.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
132 salaries
unlock blur

₹7.6 L/yr - ₹27 L/yr

Software Developer
56 salaries
unlock blur

₹5.6 L/yr - ₹19.5 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹12.6 L/yr - ₹38.6 L/yr

Associate Software Engineer
30 salaries
unlock blur

₹6.9 L/yr - ₹14.8 L/yr

Advanced Software Engineer
28 salaries
unlock blur

₹16.4 L/yr - ₹37.3 L/yr

Explore more salaries
Compare Siemens Industry Software (India) with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Johnson Controls

3.5
Compare

Honeywell Automation

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