Upload Button Icon Add office photos

Filter interviews by

HCL Group PMO Lead Interview Questions and Answers

Updated 1 Nov 2022

HCL Group PMO Lead Interview Experiences

1 interview found

PMO Lead Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2022

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 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
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 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
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff bw CCW and DIS CCW
  • Q2. Diff bw PECI and PICOF
Round 2 - Behavioral 

(2 Questions)

  • Q1. Previous experience
  • Q2. Role in current project in details

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for basics in Workday and studio
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

Team Lead Interview Questions & Answers

IBM user image Anonymous

posted on 18 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. COBOL SCNEARIO BASED QUESTIONS
Round 2 - Behavioral 

(1 Question)

  • Q1. Toughest coding done so far
  • Ans. 

    Implementing a complex algorithm for optimizing search results in a large-scale e-commerce platform.

    • Developed a custom search algorithm to improve search relevance and speed

    • Implemented data structures like trie and inverted index for efficient search

    • Optimized the algorithm to handle millions of products and user queries

    • Used techniques like caching and parallel processing to enhance performance

  • Answered by AI
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

HCL Group Interview FAQs

How many rounds are there in HCL Group PMO Lead interview?
HCL Group interview process usually has 2 rounds. The most common rounds in the HCL Group interview process are Resume Shortlist and HR.

Tell us how to improve this page.

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
Wipro Interview Questions
3.7
 • 5.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
View all
HCL Group PMO Lead Salary
based on 16 salaries
₹4.4 L/yr - ₹13.6 L/yr
26% less than the average PMO Lead Salary in India
View more details

HCL Group PMO Lead Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

2.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Technical Lead
3.5k salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Software Engineer
3.4k salaries
unlock blur

₹1.9 L/yr - ₹9.4 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Lead Engineer
2.6k salaries
unlock blur

₹4.3 L/yr - ₹13 L/yr

Senior Analyst
2.2k salaries
unlock blur

₹1.6 L/yr - ₹8 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

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