Premium Employer

i

This company page is being actively managed by Niveus Solutions (Part of NTT Data) Team. If you also belong to the team, you can get access from here

Filter interviews by

Niveus Solutions (Part of NTT Data) PMO Lead Interview Questions and Answers

Updated 15 Nov 2024

Niveus Solutions (Part of NTT Data) PMO Lead Interview Experiences

1 interview found

PMO Lead Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Tell me about your project
  • Q3. Do you know about machine learning
  • Ans. 

    Yes, machine learning is a branch of artificial intelligence that focuses on developing algorithms and models that allow computers to learn from and make predictions or decisions based on data.

    • Machine learning involves training algorithms to recognize patterns in data and make predictions or decisions without being explicitly programmed.

    • Examples of machine learning applications include recommendation systems (like Netf...

  • Answered by AI
  • Q4. Scrum scenario based questions

Interview Preparation Tips

Topics to prepare for Niveus Solutions (Part of NTT Data) PMO Lead interview:
  • Google cloud
  • Machine Learning
  • ETL
  • Testing

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Niveus Solutions (Part of NTT Data)?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - HR 

(1 Question)

  • Q1. How much expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - fake interview

PMO Lead Interview Questions Asked at Other Companies

Q1. Do you know about machine learning?
Q2. How would you approach portfolio project management?
Q3. What are the core responsibilities of PMO?
asked in Amdocs
Q4. What is the concept of risk management?
asked in Accenture
Q5. TOOLS USED, EXPERIENCE AS PMO, PRACTICAL DIFFICULTIES IN DIFFEREN ... read more

I applied via Walk-in and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. How to manage a Project, How to manage a team if we have a less time to complete the project?
  • Ans. 

    Effective project management under tight deadlines requires prioritization, clear communication, and team motivation.

    • Prioritize tasks: Identify critical tasks that must be completed first. For example, use the MoSCoW method to categorize tasks as Must have, Should have, Could have, and Won't have.

    • Set clear goals: Establish specific, measurable objectives for the team to focus on. For instance, aim to complete a specifi...

  • Answered by AI
  • Q2. How to manage the team if we have a less time but lots of work but deliver the project on time?
  • Q3. How to maintain the employee work as a manager?
  • Ans. 

    Maintain employee work by setting clear expectations, providing feedback, recognizing achievements, and offering growth opportunities.

    • Set clear expectations and goals for each employee

    • Provide regular feedback and coaching to help employees improve

    • Recognize and reward achievements to motivate employees

    • Offer growth opportunities such as training and development programs

    • Create a positive work environment that fosters coll...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can complete the Interview on your skill but company never give you offer letter. Because they just give excuse that Position will on Hold for some technical problem or client issue. But they didn't give you proper genuine reason. They just waist your time
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. About my skills and previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work and learn
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Can you provide information about yourself and your skills?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Just asked about your experience, expertise, process followed n all
Round 2 - One-on-one 

(1 Question)

  • Q1. This was face to face. Question about example about customer differences and how you resolved that
Round 3 - HR 

(1 Question)

  • Q1. Salary, work life

Interview Preparation Tips

Interview preparation tips for other job seekers - Didnt come up my expected package. WFO all days
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr...

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac...

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round consisted of technical questions, followed by a second round focused on additional technical inquiries. In the third round, there was an HR discussion that addressed salary expectations. I received feedback indicating that I had cleared all initial rounds. Subsequently, the HR representative informed me about one more technical round, which I also passed, and I received positive feedback from HR. Ultimately, I was informed that a salary hike could not be provided, leading to my rejection of the offer. This process was disappointing.
I will suggest Discuss about the salary first in advance they are giving any reason like internal parity and all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about yourself
  • Ans. I answered. That ended the interview
  • Answered by johndoehyd

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't seem to like people from south.

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Regarding PHP

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your basic knowledge

Niveus Solutions (Part of NTT Data) Interview FAQs

How many rounds are there in Niveus Solutions (Part of NTT Data) PMO Lead interview?
Niveus Solutions (Part of NTT Data) interview process usually has 1 rounds. The most common rounds in the Niveus Solutions (Part of NTT Data) interview process are Technical.
What are the top questions asked in Niveus Solutions (Part of NTT Data) PMO Lead interview?

Some of the top questions asked at the Niveus Solutions (Part of NTT Data) PMO Lead interview -

  1. Do you know about machine learn...read more
  2. Scrum scenario based questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Niveus Solutions (Part of NTT Data) We Solve For You With Google Cloud

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Apisero Interview Questions
4.3
 • 66 Interviews
View all
Niveus Solutions (Part of NTT Data) PMO Lead Salary
based on 4 salaries
₹11.5 L/yr - ₹21.5 L/yr
28% more than the average PMO Lead Salary in India
View more details
Cloud Engineer
157 salaries
unlock blur

₹5.6 L/yr - ₹12.1 L/yr

Cloud Associate
152 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Cloud Specialist
66 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Software Engineer
37 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Devops Engineer
34 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Niveus Solutions (Part of NTT Data) with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview