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

Software Developer Interview Questions & Answers

user image Snehal Jaipurker

posted on 18 Sep 2017

I was interviewed in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. Code to print * in five consecutive lines
  • Ans. 

    Code to print * in five consecutive lines

    • Use a loop to iterate five times

    • Inside the loop, print a string containing a single * character

  • Answered by AI
  • Q2. A ball is left from a height of 10 meters. After bouncing first time it looses 10% of its previous height the next time it bounces. Write a code to calculate the number of bounces the ball goes through unt...
  • Ans. 

    Code to calculate number of bounces a ball goes through until it comes to rest.

    • Use a loop to simulate the bounces until the ball stops bouncing

    • Calculate the height of each bounce using the given formula

    • Keep track of the number of bounces in a counter variable

  • Answered by AI
  • Q3. Which is the best and less time consuming way to calculate factorial of a number?
  • Ans. 

    The best and less time consuming way to calculate factorial of a number is using iterative approach.

    • Iteratively multiply the number with all the numbers from 1 to the given number

    • Start with a result variable initialized to 1

    • Multiply the result with each number in the range

    • Return the final result

  • Answered by AI
  • Q4. Write the code to find factorial using function recursion.
  • Ans. 

    Code to find factorial using function recursion

    • Define a function that takes an integer as input

    • Check if the input is 0 or 1, return 1 in that case

    • Otherwise, call the function recursively with input-1 and multiply it with the input

  • Answered by AI
  • Q5. They asked for my introduction.
  • Q6. They asked about my family members.

Interview Preparation Tips

Round: Test
Experience: Aptitude test was moderately tough. The coding test was on basics of c language of all the topics.
Tips: Solving R. S. Agrawal for Aptitude and videos on YouTube on C language are sufficient to score well.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: I wrote the first code correctly. I wrote the second code 75% correct and they explained me my mistakes and I could understand where I was going wrong then I corrected my code and then they were satisfied. They asked me whether I could write the factorial code by function recursion method. I replied that I can write the factorial code but not by function recursion method. They were satisfied.
Tips: Build your coding skills by more practice.

Round: HR Interview
Experience: In this round they just asked me my introduction and said that you are shortlisted for now but we will give you final confirmation after a week.
Tips: Don't lie. Be genuine.

College Name: SCOE, PUNE

Skills evaluated in this interview

Top PTC Software Developer Interview Questions and Answers

Q1. A ball is left from a height of 10 meters. After bouncing first time it looses 10% of its previous height the next time it bounces. Write a code to calculate the number of bounces the ball goes through until it comes to rest.
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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

PTC

No Interviews

SALARIES

Hyundai Mobis

SALARIES

eClinicalWorks

INTERVIEWS

PTC

No Interviews

INTERVIEWS

eClinicalWorks

No Interviews

INTERVIEWS

Hyundai Mobis

No Interviews

LIST OF COMPANIES

Medline Industries

Overview

JOBS

eClinicalWorks

No Jobs

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