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

Clear (1)

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 was interviewed 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
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 Resume 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

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
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. The purpose of the call was to assess the suitability for the role for which I was being considered.
  • Q2. What is your skill set, and how many years of experience do you have in each of those skills?
  • Ans. 

    I have a strong skill set in programming languages such as Java, Python, and C++, with over 5 years of experience in each.

    • Java - 7 years of experience, used in developing enterprise applications

    • Python - 5 years of experience, used for data analysis and automation scripts

    • C++ - 6 years of experience, used in embedded systems programming

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

(2 Questions)

  • Q1. Can you provide an in-depth overview of the project?
  • Ans. 

    The project is a web-based application for managing inventory and sales for a retail company.

    • Developed using Java Spring framework

    • Utilizes MySQL database for storing data

    • Includes features such as user authentication, product management, and sales tracking

  • Answered by AI
  • Q2. Few cross-questions regarding the projects.
Round 3 - HR 

(2 Questions)

  • Q1. Soft skills, strength and weakness discussion.
  • Q2. Salary and notice period discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your responses and give examples.
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
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 Resume 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
-
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 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 - Group Discussion 

Design problem yo solve complex billing system

Round 2 - Technical 

(1 Question)

  • Q1. Solve payment gave problem
Contribute & help others!
anonymous
You can choose to be anonymous

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 Coding Test, One-on-one Round and Aptitude 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, Scrum, Software Development and Oracle.
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

Recently Viewed

DESIGNATION

SALARIES

eClinicalWorks

INTERVIEWS

PTC

No Interviews

SALARIES

Hyundai Mobis

SALARIES

Hyundai Mobis

INTERVIEWS

PTC

30 top interview questions

SALARIES

PTC

LIST OF COMPANIES

eClinicalWorks

Overview

SALARIES

Hyundai Mobis

INTERVIEWS

PTC

No Interviews

Tell us how to improve this page.

PTC Technical Lead Salary
based on 107 salaries
₹10.9 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 15 reviews

4.3/5

Rating in categories

3.5

Skill development

4.4

Work-life balance

3.8

Salary

3.9

Job security

4.3

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 15 Reviews and Ratings
Technical Lead

Pune

5-7 Yrs

₹ 22-22 LPA

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