Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.6k Reviews

Filter interviews by

Wipro PMO Lead Interview Questions and Answers

Updated 24 May 2024

Wipro PMO Lead Interview Experiences

1 interview found

PMO Lead Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Belated to ITIL process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process and onboarding is very smooth

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Learning as a pmo
  • Q2. Characteristics of pmo
  • Ans. 

    Characteristics of PMO include governance, standardization, reporting, and strategic alignment.

    • Governance: PMO ensures projects adhere to organizational policies and procedures.

    • Standardization: PMO establishes consistent project management practices across the organization.

    • Reporting: PMO provides regular updates on project status and performance to stakeholders.

    • Strategic alignment: PMO aligns project objectives with th

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Notice period when can join
  • Q2. Salary negotiable with current pay
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Experience related to my current projects, previous projects handled.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Introduction
  • Q2. Previous Org Experience
  • Ans. 

    I have over 5 years of experience leading PMOs in various organizations.

    • Led cross-functional teams to successfully deliver projects on time and within budget

    • Implemented project management best practices to improve efficiency and effectiveness

    • Developed and maintained project plans, schedules, and budgets

    • Managed stakeholder relationships and communication effectively

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. Hands on to Excel
  • Q2. PMO Knowledge and skills
  • Q3. Related skills like PPT
Round 3 - Behavioral 

(2 Questions)

  • Q1. Overall Progress on previous two rounds
  • Ans. 

    Progress on previous two rounds was on track with successful completion of key milestones.

    • Successfully completed all deliverables within the specified timeline

    • Met or exceeded project goals and objectives

    • Maintained effective communication and collaboration with stakeholders

    • Implemented necessary changes based on feedback received

    • Resolved any issues or roadblocks in a timely manner

  • Answered by AI
  • Q2. Summary of work done in previous org
  • Ans. 

    Led a team in implementing project management processes and tools to improve efficiency and communication.

    • Implemented project management software to track progress and milestones

    • Developed standardized project templates for consistency

    • Led regular project status meetings to ensure alignment and address issues

    • Provided training and support to team members on project management best practices

  • Answered by AI
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 your self
  • Q2. About your internship experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared and cummincation is great exposure to crack the same
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. MOSFETs, Amplifiers, RC Circuits, Op-Amps etc
  • Q2. Digital electronics questions on logic gates, sequential circuits and combinational circuits
  • Q3. Coding in Verilog, SV, SVA
Round 2 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. Job profile related questions
Round 3 - HR 

(1 Question)

  • Q1. Typical HR Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and give your best 👍
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Dot net related questions and sql questions
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.Why you left your previous organisation that too without any offer ? 2.Assumption questions about recursive pattern 3.Cloud related question’s 4.Deployment related questions in deep 5.Have you used Do...
  • Ans. 

    Docker images provide a lightweight, portable, and consistent environment for running applications.

    • Docker images encapsulate all dependencies and configurations needed for an application to run

    • They can be easily shared and deployed across different environments

    • Docker images are immutable, ensuring consistency and reproducibility

    • Containers based on Docker images are isolated from the host system, enhancing security

    • Docke...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Qualification and experience
  • Q2. About my previous organization
Round 2 - One-on-one 

(1 Question)

  • Q1. Was on team leader

Interview Preparation Tips

Interview preparation tips for other job seekers - the HR was behind the money he wanted me to pay 1.5 lak his name is syed
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Use a hash set to remove duplicates in an array of strings

    • Create a hash set to store unique elements

    • Iterate through the array and add each element to the hash set

    • Convert the hash set back to an array to get the unique elements

  • Answered by AI
  • Q2. What is react virtual DOM
  • Ans. 

    React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the act...

  • Answered by AI
  • Q3. React hooks with example
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • useContext() is a hook that allows you to use the con...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. He asked Java related questions and java 8 coding questions.
  • Q2. Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Project related questions and asked to build api's from the scratch.
Round 3 - Technical 

(1 Question)

  • Q1. Java and projects questions
Round 4 - Technical 

(1 Question)

  • Q1. Java and project questions

Wipro Interview FAQs

How many rounds are there in Wipro PMO Lead interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Wipro interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Wipro PMO Lead Salary
based on 196 salaries
₹4.9 L/yr - ₹20 L/yr
11% more than the average PMO Lead Salary in India
View more details

Wipro PMO Lead Reviews and Ratings

based on 26 reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

3.1

Salary & Benefits

3.5

Job Security

3.5

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 26 Reviews and Ratings
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19.3 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview