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 Technical Lead Interview Questions and Answers

Updated 10 May 2022

PTC Technical Lead Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Correct mislabelled jars problem.
  • Ans. 

    Correct mislabelled jars by relabelling them with correct labels.

    • Identify the mislabelled jars

    • Check the correct labels for each jar

    • Remove the mislabelled label

    • Apply the correct label to the jar

    • Ensure all jars are correctly labelled

  • Answered by AI
  • Q2. Reverse a number using recursion.
  • Ans. 

    Reverse a number using recursion.

    • Define a recursive function that takes the number as input

    • Base case: if the number is less than 10, return the number

    • Recursive case: return the last digit of the number concatenated with the result of calling the function with the number divided by 10

    • Call the function with the input number

  • Answered by AI
  • Q3. Questions on CTC and downplaying your experience and cheap bargain.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer didn't care to even read the resume beforehand, started with negging, and then moved on to 9th grade puzzles and elementary programming questions.
The first round was good, the hiring manager clearly explained the role, expectations and qualifications.
The next round proved to be bad.
The thing is, remember to ask for credentials of the interviewer before proceeding with the interview, most of them are just like bargaining in a fish market, like your CTC and experience. Makes it questionable on the job role.
Humble request: Please don't try to conduct interviews in this manner, in attempt to claim your superiority, company loses out on good candidates, just because you think you are interviewing PHDs, doesn't make you one: someone has had to study really hard to get there, and try to be honest with them if they don't fit the role.

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Aptitude Test 

Duration: 45 minutes
Topics: MCQ on C and C++, Quantitative Aptitude question from S. Chand and R.S. Agarwal

Round 2 - Coding Test 

Question-related to current work.
Questions on data structure, and topics include link list and trees.
C++: Inheritance, Vtable, and templates.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice easy to medium problems on HackerRank. And also brush up on quantitative aptitude questions to solve them in the given time.

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more

Technical Lead Jobs at PTC

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Lead Salesforce LLC vfpage
  • Q2. Technically lead roles responsible
  • Ans. 

    Technically lead roles are responsible for overseeing technical projects, providing guidance to team members, and ensuring the successful delivery of software solutions.

    • Provide technical guidance and mentorship to team members

    • Lead the design and development of software solutions

    • Ensure adherence to coding standards and best practices

    • Collaborate with stakeholders to gather requirements and define project scope

    • Identify an...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Java 

(2 Questions)

  • Q1. What is Java and SQL??
  • Ans. 

    Java is a popular programming language used for developing applications, while SQL is a language used for managing and querying databases.

    • Java is an object-oriented programming language known for its platform independence and versatility.

    • SQL (Structured Query Language) is used to communicate with and manipulate databases.

    • Java can be used to create web applications, mobile apps, and enterprise software.

    • SQL queries are u...

  • Answered by AI
  • Q2. What is OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: Inheritance allows a class to inherit properties and behavior from another class

  • Answered by AI

I applied via Other and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Basic electronics
  • Q3. Past achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a difficult one to crack interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Design problem yo solve complex billing system

Round 2 - Technical 

(1 Question)

  • Q1. Solve payment gave problem

Interview Questionnaire 

2 Questions

  • Q1. In Depth knowledge of Tolerance Analysis
  • Q2. In Depth knowledge of GD&T (ISO 8015)

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus and mention only what you can talk about and substantiate in your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Azure function related question
  • Q2. Security function in Azure
  • Ans. 

    Azure provides various security functions to protect data and resources.

    • Azure Security Center provides unified security management and advanced threat protection across hybrid cloud workloads.

    • Azure Active Directory provides identity and access management for Azure resources.

    • Azure Key Vault provides secure storage and management of cryptographic keys, certificates, and secrets.

    • Azure Firewall provides network security an...

  • Answered by AI
  • Q3. Life cycle of Dot net core
  • Ans. 

    Dot net core follows a continuous release cycle with frequent updates and improvements.

    • Dot net core is an open-source framework developed by Microsoft.

    • It follows a continuous release cycle with frequent updates and improvements.

    • Each release includes new features, bug fixes, and performance improvements.

    • Dot net core supports cross-platform development and can be used to build web, desktop, and mobile applications.

    • The la...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Data base performance turning
  • Q2. Design pattern used in app
  • Ans. 

    The app uses the Model-View-Controller (MVC) design pattern.

    • MVC separates the app into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic, View displays the data to the user, and Controller handles user input and updates the Model and View.

    • MVC promotes separation of concerns and modularity, making the app easier to maintain and modify.

    • Other design patterns used in ...

  • Answered by AI
  • Q3. Microservices basic question

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About projects only
  • Q2. EMI emc testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Programming questions related to tech stack
Round 3 - Technical 

(1 Question)

  • Q1. Project discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion and later it's not offered salary waste of time attending this company interview

PTC Interview FAQs

How many rounds are there in PTC Technical Lead interview?
PTC interview process usually has 1-2 rounds. The most common rounds in the PTC interview process are One-on-one Round, Aptitude Test and Coding Test.
How to prepare for PTC Technical Lead 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, Agile, Oracle, Scrum and Software Development.
What are the top questions asked in PTC Technical Lead interview?

Some of the top questions asked at the PTC Technical Lead interview -

  1. Correct mislabelled jars probl...read more
  2. Reverse a number using recursi...read more
  3. Questions on CTC and downplaying your experience and cheap barga...read more

Tell us how to improve this page.

PTC Technical Lead Salary
based on 107 salaries
₹10.1 L/yr - ₹29 L/yr
13% more than the average Technical Lead Salary in India
View more details

PTC Technical Lead Reviews and Ratings

based on 14 reviews

4.4/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

3.8

Salary

4.0

Job security

4.4

Company culture

3.8

Promotions

3.6

Work satisfaction

Explore 14 Reviews and Ratings
Technical Lead (C++, CAD)

Pune

5-7 Yrs

₹ 22-22 LPA

Technical Lead

Pune

5-7 Yrs

₹ 22-22 LPA

Technical Lead (Java Fullstack)

Pune

5-7 Yrs

₹ 22-22 LPA

Explore more jobs
Software Specialist
164 salaries
unlock blur

₹7.5 L/yr - ₹18.2 L/yr

Technical Lead
107 salaries
unlock blur

₹10.1 L/yr - ₹29 L/yr

Senior Software Specialist
96 salaries
unlock blur

₹9.1 L/yr - ₹24.5 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