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 Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top PTC Interview Questions and Answers

View all 38 questions

PTC Interview Experiences

Popular Designations

62 interviews found

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

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. You have a birthday cake. You need to divide it in 8 equal parts, but you can cut it only 3 times. How will you do it?
  • Q2. There are 4 people on one side of the river, let them be A, B, C and D. There is a boat on the same side of the river. A takes 1 minute to row to the other side, B takes 2 minutes, C takes 9 minutes and D takes 10 minutes. Only two people can sit in the boat at one time. Out of the two people who sit on the boat, one who needs more time to row the boat is considered. For example, (A, B) sit on the boat then maximum(1, 2), that is, 2 minutes needed to row to other side. Empty boat can not return to the side where people are standing, hence, one person has to take it back to original side.
  • Q3. Two people, A and B, are running on a circular track. Both start at the same position. A is running at a speed of "x" and B is running at a speed of "y" (x is not equal to y). At what distance will they me...
  • Ans. 

    They will meet again after the starting point at a distance of LCM(x, y).

    • The distance at which they will meet again is the least common multiple (LCM) of their speeds.

    • For example, if A is running at a speed of 4 m/s and B is running at a speed of 6 m/s, they will meet again after 12 meters.

    • Another example, if A is running at a speed of 3 km/hr and B is running at a speed of 5 km/hr, they will meet again after 15 km.

  • Answered by AI
  • Q4. There are three wires of same length. First is crafted into a circle, second is crafted into an equilateral triangle and third is crafted into a square. Which one will have the minimum area?
Round 3 - Technical 

(3 Questions)

  • Q1. Program for Fibonacci Series.
  • Ans. 

    A program to generate Fibonacci series using iterative or recursive approach.

    • Iterative approach: Use a loop to generate Fibonacci numbers by adding the previous two numbers.

    • Recursive approach: Define a function that calls itself to generate Fibonacci numbers.

    • Example: Fibonacci series up to 10 - 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

  • Answered by AI
  • Q2. Program to find if a number is prime or not.
  • Ans. 

    A program to determine if a given number is prime or not.

    • Check if the number is less than 2, if so it is not prime

    • Iterate from 2 to the square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • If no divisors are found, the number is prime

  • Answered by AI
  • Q3. Swapping two numbers using different techniques. All possible test cases and where one can go wrong.
  • Ans. 

    Swapping two numbers using different techniques and discussing possible test cases and errors.

    • Using a temporary variable to swap the numbers

    • Using arithmetic operations to swap the numbers

    • Using bitwise XOR operation to swap the numbers

    • Test cases: positive numbers, negative numbers, zero, large numbers, floating point numbers

    • Possible errors: not using a temporary variable correctly, overflow/underflow with arithmetic ope

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. My introduction and my accomplishments.
  • Q2. How much was my understanding about PTC core values.
  • Ans. 

    I have a strong understanding of PTC core values.

    • PTC core values include customer success, innovation, integrity, and teamwork.

    • I have demonstrated my understanding of these values through my work on projects that prioritize customer satisfaction and collaboration.

    • I have also shown my commitment to integrity by always following ethical guidelines in my work.

    • I stay updated on industry trends and technologies to contribut

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Have a grasp of technologies for which you are applying for.
- Go through PTC's core values and try to mold your answers that showcase those values in yourself. (You should do this for any company you apply).
- Be confident but not over confident in your answers. Go through puzzle videos on youtube as much as you can.

Skills evaluated in this interview

Top PTC Software Analyst Interview Questions and Answers

Q1. There are 4 people on one side of the river, let them be A, B, C and D. There is a boat on the same side of the river. A takes 1 minute to row to the other side, B takes 2 minutes, C takes 9 minutes and D takes 10 minutes. Only two people c... read more
View answer (3)

Software Analyst Interview Questions asked at other Companies

Q1. DFS Traversal Problem Statement Given an undirected and disconnected graph G(V, E), where V is the number of vertices and E is the number of edges, the connections between vertices are provided in the 'GRAPH' matrix. Each element of the mat... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2024

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

It was oncampus opportunity where in 1st round I was OA where aptitude and technical questions was asked all MCQ on the mttle platform

Round 2 - Technical 

(4 Questions)

  • Q1. Oops concepts was asked and told t9 implement as well
  • Q2. One DSA question easy - medium level
  • Q3. Login page was given and was asked for the possible test cases coming in my mind as it was a QA role
  • Q4. One sql question medium level
Round 3 - Technical 

(4 Questions)

  • Q1. It was manegarial round where some technical as well as behaviourial questions was asked
  • Q2. Google home page was given and was asked for the test cases
  • Q3. 2 DSA questions was asked easy - medium level
  • Q4. Some behaviourial questions like where do you want to see yourself in next 5 years
Round 4 - HR 

(2 Questions)

  • Q1. Expalination of my project
  • Q2. My family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your fundamentals

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
PTC Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program for HashMap
  • Ans. 

    A program for HashMap implementation in Java

    • HashMap is a data structure that stores key-value pairs

    • Use put() method to add key-value pairs to HashMap

    • Use get() method to retrieve values based on keys

    • HashMap allows null keys and values

    • Example: HashMap<String, Integer> map = new HashMap<>()

  • Answered by AI
  • Q2. Test cases for any materialistic things in interview cabin
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you want to join
  • Ans. 

    I am impressed by the company's commitment to quality and innovation.

    • I admire the company's reputation for excellence in product quality.

    • I am excited about the opportunity to contribute to a team that values continuous improvement.

    • I believe in the company's mission and values, and I see potential for growth and development within the organization.

  • Answered by AI
  • Q2. Why you left previous organisation
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for a more challenging role

    • Seeking new learning opportunities

    • Relocation to a different city

    • Company downsizing or restructuring

  • Answered by AI

Quality Assurance Specialist 2 Interview Questions asked at other Companies

Q1. How to handle customer both internal and external?
View answer (1)

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2025

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic Solid mechanics.
  • Q2. Production technology
  • Q3. CAD functionality
Round 2 - Aptitude Test 

Generic, engineering graphics included.

Interview Preparation Tips

Interview preparation tips for other job seekers - Team requirement specific job profile is desired. Professional CAD proficiency would be needed.

QA Analyst Interview Questions asked at other Companies

Q1. what are the different types of software testing?
View answer (2)

PTC interview questions for popular designations

 Intern

 (7)

 QA Engineer

 (5)

 Software Developer

 (3)

 Software Specialist

 (2)

 Technical Lead

 (2)

 Software Engineer

 (2)

 Senior Software Developer

 (2)

 Software Analyst

 (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 hours and conducted online.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Offline. i had 3 interview round. first with their team members, then with manager, and final was HR.
  • Q2. Introduction , java oops concept like what is inheritance, polymorphism and how it is different etc etc..
  • Q3. Tell me the name of team who conducted your 1st round (to check observation and listening skills)

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare real time example of each OOPS concept

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Get interview-ready with Top PTC Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. String coding question
  • Q2. File operations

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at PTC

View all

QA QC Engineer Interview Questions & Answers

user image Tripjugad Team

posted on 15 Jan 2025

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

(2 Questions)

  • Q1. Describe end to end application architecture
  • Ans. 

    End to end application architecture refers to the overall structure and design of an application from the front-end user interface to the back-end server infrastructure.

    • Front-end: Includes user interface design, user experience, and client-side technologies like HTML, CSS, and JavaScript.

    • Back-end: Involves server-side technologies, databases, and application logic.

    • Middleware: Connects the front-end and back-end compone...

  • Answered by AI
  • Q2. Last issue faced
  • Ans. 

    Last issue faced was with software compatibility during testing phase.

    • Encountered compatibility issues between the software being tested and the testing environment

    • Had to troubleshoot and identify the root cause of the compatibility issues

    • Collaborated with developers to find solutions and implement necessary changes

    • Performed regression testing to ensure the compatibility issues were resolved

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why are you leaving
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different industries or technologies

    • Seeking a better work-life balance

    • Want to relocate to a different city or country

  • Answered by AI

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code snippets, MCQ questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Round
  • Q2. Java, OOP, SQL , Collection , Recursion, Stack/Queue
Round 3 - HR 

(1 Question)

  • Q1. Formal HR round

Associate Software Analyst Interview Questions asked at other Companies

Q1. Tell me something about agilysys and its products.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online assessment (on campus) there were some coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics of c++, projects, situation based questions, puzzles
  • Q2. Water jug puzzle , patterns

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID &amp; Password textfields in login page?
View answer (2)

C Developer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Technical depth
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

C Developer Interview Questions asked at other Companies

Q1. String Transformation Problem Given a string (STR) of length N, you are tasked to create a new string through the following method: Select the smallest character from the first K characters of STR, remove it from STR, and append it to the n... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Based on core Java, DS and spring

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

PTC Interview FAQs

How many rounds are there in PTC interview?
PTC interview process usually has 2-3 rounds. The most common rounds in the PTC interview process are Technical, Resume Shortlist and HR.
How to prepare for PTC 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 PTC. The most common topics and skills that interviewers at PTC expect are Java, Javascript, Agile, SQL and Linux.
What are the top questions asked in PTC interview?

Some of the top questions asked at the PTC interview -

  1. A ball is left from a height of 10 meters. After bouncing first time it looses ...read more
  2. There are 4 people on one side of the river, let them be A, B, C and D. There i...read more
  3. Which is the best and less time consuming way to calculate factorial of a numbe...read more
How long is the PTC interview process?

The duration of PTC interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

PTC

No Interviews

INTERVIEWS

eClinicalWorks

No Interviews

SALARIES

eClinicalWorks

SALARIES

eClinicalWorks

INTERVIEWS

eClinicalWorks

40 top interview questions

DESIGNATION

INTERVIEWS

Hyundai Mobis

No Interviews

INTERVIEWS

Medline Industries

No Interviews

INTERVIEWS

PTC

No Interviews

INTERVIEWS

Hyundai Mobis

10 top interview questions

Tell us how to improve this page.

PTC Interview Process

based on 62 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 417 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Johnson Controls Interview Questions
3.5
 • 261 Interviews
ABB Interview Questions
4.1
 • 234 Interviews
Danaher Interview Questions
4.0
 • 9 Interviews
View all

PTC Reviews and Ratings

based on 512 reviews

4.2/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.9

Salary

4.0

Job security

4.2

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 512 Reviews and Ratings
Manager - Treasury

Delhi/Ncr

4-8 Yrs

Not Disclosed

Software Specialist

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

QA Specialist

Pune

2-5 Yrs

Not Disclosed

Explore more jobs
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