Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by PTC Team. If you also belong to the team, you can get access from here

PTC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PTC QA Engineer Interview Questions, Process, and Tips

Updated 28 Mar 2024

Top PTC QA Engineer Interview Questions and Answers

PTC QA Engineer Interview Experiences

5 interviews found

QA Engineer Interview Questions & Answers

user image Shubhamkar Rohidas Kagne

posted on 28 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to creo if you are looking for cad qa
  • Q2. If you get a chance to change something in current team what it could be ?
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly took my manager
  • Q2. Related to testing basic

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1. Formal Introduction 2. Day to Day activities in your previous organization. 3. Framwork and it's type 4. Basic architecture of Data Driven Framework. 5. What is Azure and what roles and responsibilities...
  • Q2. Mostly questions were from Azure, Cloud and Git.
  • Q3. Explanation on any Framework
  • Ans. 

    A framework is a set of guidelines or rules that provide structure and support for developing software applications.

    • Frameworks help in organizing code and promoting best practices

    • They provide reusable components and modules to speed up development

    • Frameworks can be front-end (like React or Angular) or back-end (like Spring or Django)

  • Answered by AI
  • Q4. Oops Concepts and explain it in detail
  • Ans. 

    Oops Concepts are fundamental principles of object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and sh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they focused on my communication skills and I was an Immediate Joiner so i got the advantage.

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 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 - Technical 

(1 Question)

  • Q1. Technical about creo question
Round 3 - Technical 

(1 Question)

  • Q1. Technical about creo question

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst ever interview experience. I applied for the position through recruiter.
Techanical person took 4 hrs interview and said I will let you till next week.
After that I contacted no. Of times Hr but no response. Then I mailed them
So got reply like for this year hiring is freeze
After a week hiring starts, so I ask them please give me feedback on interview given.
Then this time they told we will let you once others interview over. i. e. One month
Now they are saying already done the process and please look for other opportunity.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2022

Round 1 - Technical 

(1 Question)

  • Q1. Java collection,basic programming,oops cocept, scenario based questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Previous company working overview,some technical questions,some advance selenium automation quetions.
Round 3 - HR 

(1 Question)

  • Q1. About family, expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Greate experience.
So organized interview and helping in nature.
All are greate and even on time .

PTC interview questions for designations

 QA QC Engineer

 (1)

 QA Analyst

 (2)

 Senior QA Specialist

 (1)

 QA Technical Lead

 (1)

 Software Engineer

 (2)

 Softwaretest Engineer

 (1)

 Cloud Support Engineer

 (1)

 Senior Software Engineer

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2020

I applied via Referral and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How will you buy particular vehicle?
  • Ans. 

    I will buy a particular vehicle by considering my budget, researching different models, test driving them, and negotiating the price.

    • Determine my budget for the vehicle

    • Research different vehicle models that meet my requirements

    • Test drive the shortlisted vehicles to assess their performance and comfort

    • Compare prices from different sellers and negotiate for the best deal

  • Answered by AI
  • Q2. To find bugs between simple program for addition
  • Ans. 

    Test all possible input combinations and edge cases to find bugs in the addition program.

    • Test with positive and negative numbers

    • Test with decimal numbers

    • Test with large numbers

    • Test with zero

    • Test with one number being zero

    • Test with non-numeric inputs

    • Test with overflow or underflow

    • Test with different data types

    • Test with different operating systems and browsers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For CAD, PLM background people : You must know basic CAD Design, drafting, change management (check in/out, Release, Revise, Revision Rules/configurations

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. CI/ CD Pipeline
  • Q2. Agile methodlogies
Round 2 - HR 

(2 Questions)

  • Q1. Expected salary
  • Q2. Ready to work in Hybdrid model
  • Ans. 

    Yes, I am ready to work in a hybrid model.

    • I have experience working in both remote and on-site environments.

    • I am comfortable using collaboration tools like Slack, Zoom, and Jira.

    • I am adaptable and can easily switch between working from home and in the office.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abstract class vs interface
  • Ans. 

    Abstract class is a class that can have both abstract and non-abstract methods, while an interface is a blueprint for a class that only contains abstract methods.

    • Abstract class can have constructor while interface cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have access modifiers for its members, while interface cannot.

    • Interfaces are used to achieve mu...

  • Answered by AI
  • Q2. String programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic situation handelling questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in May 2023. 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 - Technical 

(1 Question)

  • Q1. Postman details, what are variable ?
  • Ans. 

    Variables in Postman are placeholders that can be used to store and reuse values in requests and scripts.

    • Variables in Postman are denoted by enclosing them in double curly braces like {{variable_name}}

    • Variables can be defined at different scopes such as global, environment, and local

    • Variables can be used to store values like API keys, tokens, and dynamic data

    • Variables can be dynamically updated using scripts or pre-req

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

(1 Question)

  • Q1. SQL in depth Different types of join
  • Ans. 

    Different types of SQL joins include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns rows when there is a match in either table

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. 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 - Aptitude Test 

Basic Aptitude Test and Testing and coding Aptitude Manual Testing Aptitude

Round 3 - Coding Test 

Coding with MySql Database Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - How to speak with HR and How to Introduce with them

PTC Interview FAQs

How many rounds are there in PTC QA Engineer interview?
PTC interview process usually has 2-3 rounds. The most common rounds in the PTC interview process are Technical, Resume Shortlist and Behavioral.
What are the top questions asked in PTC QA Engineer interview?

Some of the top questions asked at the PTC QA Engineer interview -

  1. How will you buy particular vehic...read more
  2. To find bugs between simple program for addit...read more
  3. Oops Concepts and explain it in det...read more

Tell us how to improve this page.

PTC QA Engineer Interview Process

based on 3 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
PTC QA Engineer Salary
based on 23 salaries
₹4.5 L/yr - ₹12 L/yr
52% more than the average QA Engineer Salary in India
View more details

PTC QA Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.8

Skill development

5.0

Work-life balance

4.7

Salary

4.1

Job security

3.8

Company culture

4.5

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Specialist
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Specialist
121 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
107 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Specialist
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Specialist
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PTC with

Autodesk

4.2
Compare

Siemens

4.1
Compare

Bosch

4.2
Compare

ABB

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