Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

Filter interviews by

Google Technical Program Manager Interview Questions and Answers

Updated 19 Jul 2022

Google Technical Program Manager Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic questions on profile and some of the projects which u have done in past. HR chekcs whether your profile is a fit for the requirement or not. This is an elimination round
Round 3 - Technical 

(1 Question)

  • Q1. Elimination round. Will be taken by someone with the someone from the related team. Questions will be focussed on technical + behavioral. It is mandatory to clear this round for proceeding ahead in the pro...
Round 4 - Onsite 

(1 Question)

  • Q1. There will be 4 or more interview rounds in this stage depending upon the target level. For me it started with the hiring manager round which was more focussed on my past projects and technical judgement ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focussed. Dont think too much about the process. Normal TAT for interview is 2-3 months but it depends on the role. Think of this as a marathon and take one step at a time. Dont feel down even if one round dont go well. You have to show your actual self.

I applied via Approached by Company and was interviewed in Aug 2021. There were 7 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
Round 3 - Technical 

(1 Question)

  • Q1. 1 Hour of STAR method
  • Ans. 

    Using the STAR method, describe a time when you had to manage a difficult stakeholder.

    • Situation: Explain the context and the stakeholder involved

    • Task: Describe the task or objective that needed to be achieved

    • Action: Explain the steps you took to manage the stakeholder and achieve the objective

    • Result: Describe the outcome and the impact it had on the project or organization

    • Example: When I was working on a software proje...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. API related and star
Round 5 - Technical 

(1 Question)

  • Q1. Api related star framework
Round 6 - One-on-one 

(1 Question)

  • Q1. API and star frame work
Round 7 - One-on-one 

(1 Question)

  • Q1. STAR related all question

Interview Preparation Tips

Interview preparation tips for other job seekers - 6 round of techical and non technical excluding HR screening

Technical Program Manager Interview Questions Asked at Other Companies

asked in Purplle.com
Q1. Consider a scenario where you are collaborating with multiple pro ... read more
asked in Purplle.com
Q2. Have you worked on improving existing processes or developing new ... read more
asked in Purplle.com
Q3. what sort of release mechanism you worked on? will you be able to ... read more
asked in Purplle.com
Q4. What are the challenges and ways for prioritizing customer-critic ... read more
asked in Purplle.com
Q5. How can we best utilize the shared QA bandwidth to deliver the pl ... read more

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Google?
Ask anonymously on communities.

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Project management Practices
  • Ans. 

    Project management practices involve planning, organizing, and executing projects to achieve specific goals within constraints.

    • Define project scope, objectives, and deliverables

    • Create a project plan with timelines and milestones

    • Assign tasks and responsibilities to team members

    • Monitor progress and adjust plans as needed

    • Communicate effectively with stakeholders

    • Use project management tools like Gantt charts or Kanban boar...

  • Answered by AI

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Interview Preparation Tips

Round: Test
Experience: Approx. 30.questions in 50 min
Tips: Try solving each que in less than a minute ,don't waste time on difficult questions, complete easier once first
Duration: 50 minutes
Total Questions: 30

College Name: Pimpri chinchwad college of engineering

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Q2. Core java, collections and coding

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. About what we worked in previous company project
  • Q2. General C programming questions and previous company project questions

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Solving puzzles(25 horses,ant and sweets,height of a building..) try as many as possible before appearing for interview
  • Q2. If experienced , then project details of previous companies a must prepare question
  • Q3. Writing test cases for random scenarios
  • Ans. 

    Creating test cases for random scenarios ensures software reliability and robustness through diverse input validation.

    • Identify edge cases: Test with minimum and maximum input values, e.g., an empty array vs. a large array.

    • Use random data: Generate random inputs to simulate real-world usage, e.g., random user names or passwords.

    • Test invalid inputs: Ensure the system handles unexpected inputs gracefully, e.g., negative n...

  • Answered by AI
  • Q4. Programming in whatsoever language you r comfortable with, basic coding problems of DS,Algos. eg. Zigzag tree traversal algo,random linked list copy
  • Q5. Some people asked me questions related to the work i will do if hired in the project
  • Q6. Be genuine in ur CV, and be prepared with everything you write there.

Interview Preparation Tips

College Name: Na

Google Interview FAQs

How many rounds are there in Google Technical Program Manager interview?
Google interview process usually has 5-6 rounds. The most common rounds in the Google interview process are Technical, Resume Shortlist and HR.
How to prepare for Google Technical Program Manager 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 Google. The most common topics and skills that interviewers at Google expect are Recruitment, Android, Project Management, Technical Program Management and Computer science.
What are the top questions asked in Google Technical Program Manager interview?

Some of the top questions asked at the Google Technical Program Manager interview -

  1. API and star frame w...read more
  2. Api related star framew...read more
  3. STAR related all quest...read more
What are the most common questions asked in Google Technical Program Manager HR round?

The most common HR questions asked in Google Technical Program Manager interview are -

  1. Share details of your previous j...read more
  2. Tell me about yourse...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 893 Interviews
Zoho Interview Questions
4.3
 • 536 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
KPIT Technologies Interview Questions
3.3
 • 306 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
Chetu Interview Questions
3.3
 • 197 Interviews
View all
Google Technical Program Manager Salary
based on 65 salaries
₹19.6 L/yr - ₹81.8 L/yr
48% more than the average Technical Program Manager Salary in India
View more details

Google Technical Program Manager Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

2.4

Skill development

4.5

Work-life balance

4.2

Salary

1.6

Job security

4.0

Company culture

3.0

Promotions

2.2

Work satisfaction

Explore 5 Reviews and Ratings
Technical Program Manager, Google Cloud Support Platforms

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Technical Program Manager,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3k salaries
unlock blur

₹32.3 L/yr - ₹80 L/yr

Software Developer
2.1k salaries
unlock blur

₹36.1 L/yr - ₹74.7 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹24 L/yr - ₹80 L/yr

Data Analyst
371 salaries
unlock blur

₹15.9 L/yr - ₹35 L/yr

Data Scientist
367 salaries
unlock blur

₹27.2 L/yr - ₹50 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.0
Compare

Facebook

4.3
Compare

Microsoft Corporation

3.9
Compare
write
Share an Interview