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

Intern Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

Mcq questions , c++ java basic aptitube

Round 2 - Technical 

(2 Questions)

  • Q1. Oops in depth| java | projects | sitution questions
  • Q2. Piller of oops, java , array easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - EASY process focus on OOP they will ask you in depth. no need of dbms and all core subjects

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)

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 asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the linkedlist
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and reverse the pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the next pointer of each node to point to the previous node

  • Answered by AI
  • Q2. Implement stack in c++
  • Ans. 

    Implement stack using array in C++

    • Create a class with an array to store elements

    • Implement push() and pop() functions to add and remove elements

    • Include functions like isEmpty() and isFull() to check stack status

  • Answered by AI

Skills evaluated in this interview

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
Add answer

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about your projects
  • Q2. Write function to find factorial of number
  • Ans. 

    Function to find factorial of a number

    • Create a function that takes a number as input

    • Use a loop to multiply the number by decreasing integers until reaching 1

    • Return the final result as the factorial of the input number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm. Express yourselves better.

Skills evaluated in this interview

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 for popular designations

 Intern

 (7)

 QA Engineer

 (5)

 Software Developer

 (3)

 Java Developer

 (2)

 QA Analyst

 (2)

 Senior Software Developer

 (2)

 Software Analyst

 (2)

 Software Engineer

 (2)

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. The interviewer asked me mostly about basics of java like, OOPs concept, Stringpool, Hashmap, features of Java 8, I have to write syntax to Hashmap using stream API

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Get interview-ready with Top PTC Interview Questions

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

(2 Questions)

  • Q1. Related HVAC controlling
  • Q2. Relating AHU controlling

Interview Preparation Tips

Interview preparation tips for other job seekers - HVAC, AHU, VAV

Senior Application Engineer Interview Questions asked at other Companies

Q1. What is acceleration and how it is important in Fiber laser cutting machine ?
View answer (1)

Jobs at PTC

View all

Distributor Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 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 - Group Discussion 

The title of gd is enterpreneurship.
Future india.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Why did you want job?
  • Q2. What is your future plan?
  • Q3. How much salary are you expect?

Interview Preparation Tips

Interview preparation tips for other job seekers - We are number one

Distributor Interview Questions asked at other Companies

Q1. What type of products are mainly focused by Vestige? Give two answers.
View answer (2)

Vapt Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Diff Between CSRF and SSRF. 2. Types of XSS 3. DOM 4. XSS 5. IDOR
  • Ans. 

    CSRF is a type of attack where unauthorized commands are transmitted from a user that the web application trusts. SSRF is a type of attack where an attacker can send a crafted request from a vulnerable web application.

    • CSRF stands for Cross-Site Request Forgery, while SSRF stands for Server-Side Request Forgery.

    • CSRF involves tricking a user into making a request they did not intend to, while SSRF involves an attacker se...

  • Answered by AI

Vapt Engineer Interview Questions asked at other Companies

Q1. Can you explain different types of XSS
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Assignment 

Grammar error, image guidelines

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself?
  • Ans. 

    Experienced technical writer with a background in software development and a passion for creating clear and concise documentation.

    • Over 5 years of experience in technical writing

    • Proficient in creating user guides, API documentation, and release notes

    • Strong background in software development, allowing for a deep understanding of technical concepts

    • Skilled in translating complex technical information into easy-to-understan...

  • Answered by AI
  • Q2. What technology you have worked on?
  • Ans. 

    I have worked on a variety of technologies including XML, HTML, CSS, JavaScript, and API documentation.

    • XML

    • HTML

    • CSS

    • JavaScript

    • API documentation

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

(1 Question)

  • Q1. With Manager, same questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated technical writer with 5 years of experience in creating user-friendly documentation for complex software products.

    • Experienced in writing user manuals, online help guides, and release notes

    • Proficient in using tools like MadCap Flare and Adobe FrameMaker

    • Strong attention to detail and ability to simplify technical jargon for non-technical users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if you get through, they lay people off within 6 months, till 6 months lot of work and asking you to prove yourself in every task, even after doing good work and working on holiday and weekend, you see the door

Senior Technical Writer Interview Questions asked at other Companies

Q1. What do you know about DITA XML, which tags have you used in your documents, what are keywords, and what is DITA mapping, have you ever created graphics or illustrations, types of DITA topics, benefits of DITA, chunking, have you worked in ... read more
View answer (1)

SDE Intern Interview Questions & Answers

user image shaunak deo

posted on 29 Feb 2024

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

Solve questionaire, give answers

Round 2 - HR 

(1 Question)

  • Q1. Basic qs on diversity and inclusion
Round 3 - Technical 

(1 Question)

  • Q1. Manager round basic technical questions

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)

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.

Tell us how to improve this page.

PTC Interview Process

based on 60 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 430 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
Johnson Controls Interview Questions
3.6
 • 261 Interviews
ABB Interview Questions
4.1
 • 231 Interviews
Danaher Interview Questions
4.0
 • 9 Interviews
View all

PTC Reviews and Ratings

based on 511 reviews

4.2/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.8

Salary

4.0

Job security

4.2

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 511 Reviews and Ratings
Resource in Credit / Monitoring

Delhi/Ncr

3-8 Yrs

Not Disclosed

Senior Project/Program Manager

Pune

5-7 Yrs

Not Disclosed

CAD Solutions Consultant-Presales

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Software Specialist
159 salaries
unlock blur

₹7.5 L/yr - ₹18.2 L/yr

Senior Software Specialist
121 salaries
unlock blur

₹9.1 L/yr - ₹23.5 L/yr

Technical Lead
107 salaries
unlock blur

₹10.9 L/yr - ₹29 L/yr

QA Specialist
81 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Product Specialist
77 salaries
unlock blur

₹7.5 L/yr - ₹13 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