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 and Answers for Freshers

Updated 14 Mar 2025

PTC Interview Experiences for Freshers

Popular Designations

10 interviews found

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)

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)
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 & Password textfields in login page?
View answer (2)

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)

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 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)

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)

Jobs at PTC

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Implement singleton in C++
  • Ans. 

    Singleton is a design pattern that restricts the instantiation of a class to a single object.

    • Use a private static member variable to hold the single instance of the class.

    • Make the constructor private to prevent direct instantiation of the class.

    • Provide a static method that returns the single instance of the class.

    • Ensure thread safety if the singleton needs to be accessed concurrently.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java and software development concepts

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 2 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

The duration of the test is total 3 hour and there are total 50 questions camara and mic is always on please dont switch the window durinf the test

Interview Preparation Tips

Interview preparation tips for other job seekers - please reffer a aptitude book

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)

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

Round 1 - Aptitude Test 
Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data structures and algorithms they are the basis for your software engineering career. While developing project understand what you are doing and why you are doing that particular thing, it gives you confidence during interview when interviewer asks you about your project.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. Java related questions basically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the core java + Advanced java

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 FAQs

How many rounds are there in PTC interview for freshers?
PTC interview process for freshers usually has 2 rounds. The most common rounds in the PTC interview process for freshers are Technical, Aptitude Test and Coding Test.
How to prepare for PTC interview for freshers?
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 Linux, Troubleshooting, Apache Web Server, Java and PLM.
What are the top questions asked in PTC interview for freshers?

Some of the top questions asked at the PTC interview for freshers -

  1. Write function to find factorial of num...read more
  2. Implement singleton in ...read more
  3. A ball is left from a height of 10 meters. After bouncing first time it looses ...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 for Freshers

based on 8 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Adobe Interview Questions
3.9
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
UKG Interview Questions
3.1
 • 102 Interviews
Atlassian Interview Questions
3.5
 • 88 Interviews
View all

PTC Reviews and Ratings

based on 524 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.6

Promotions

3.9

Work satisfaction

Explore 524 Reviews and Ratings
Senior Technical Writer

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Deputy Manager ( Operations )

New Delhi

8-13 Yrs

₹ 4.95-13.06 LPA

Deputy Manager (Operations)

New Delhi

5-8 Yrs

₹ 5-9 LPA

Explore more jobs
Software Specialist
167 salaries
unlock blur

₹6.5 L/yr - ₹17 L/yr

Technical Lead
108 salaries
unlock blur

₹10.1 L/yr - ₹29 L/yr

Senior Software Specialist
95 salaries
unlock blur

₹9.1 L/yr - ₹24.5 L/yr

QA Specialist
83 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

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

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