Upload Button Icon Add office photos
Engaged Employer

i

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

Zazz IT Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zazz IT Solutions Product Manager Interview Questions and Answers

Updated 18 Dec 2024

Zazz IT Solutions Product Manager Interview Experiences

1 interview found

Product Manager Interview Questions & Answers

user image Max Williams

posted on 18 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to do you typically approach project initiation?
  • Ans. 

    I typically approach project initiation by conducting thorough research, defining clear objectives, and creating a detailed project plan.

    • Conduct research to understand the market, competition, and customer needs

    • Define clear project objectives and success criteria

    • Create a detailed project plan outlining tasks, timelines, and resources needed

    • Identify key stakeholders and involve them in the project initiation process

    • Set ...

  • Answered by AI
  • Q2. How do you manage scope creep during a project?
  • Ans. 

    Scope creep can be managed by setting clear project goals, regularly communicating with stakeholders, and prioritizing tasks.

    • Set clear project goals and objectives from the start to avoid unnecessary additions.

    • Regularly communicate with stakeholders to ensure everyone is on the same page and to address any changes or additions.

    • Prioritize tasks based on their impact on the project timeline and budget to prevent scope cr...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (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 Zazz IT Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Related to Project Management, Agile, Tools like Jira, confluence
Round 2 - One-on-one 

Product Manager Interview Questions Asked at Other Companies

asked in Nykaa
Q1. You see an increasing number of order cancellations, with a 24-ho ... read more
asked in Jio Haptik
Q2. A sample question for example - Find the number of users who are ... read more
asked in Flipkart
Q3. Assume that Flipkart owned E-kart Logistics was thinking of enter ... read more
asked in Meesho
Q4. Understand the reselling market in India and other social commerc ... read more
asked in Google
Q5. How do you make business decisions? Followed by - Estimate number ... read more
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. There were 4 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 - One-on-one 

(2 Questions)

  • Q1. Nothing much but intro and basic details asked
  • Q2. Basic details asked during this
Round 3 - Technical 

(1 Question)

  • Q1. Asked about all past experiences. Detailed on current role. Management tools.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after clearing all rounds, HR told to hold for 2 days, then stop picking up my phone calls.
I reverted on mail as well but no response.
Then after 12 days, HR reverted that they have proceeded with other Candidate.
Worst experience with this organisation.
Please don't go for it.
Rest up to you.
Thanks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql, business analysis, brd related
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell me about yourself.
  • Q2. What do you like in your Job the most ?
  • Ans. 

    I love the dynamic nature of project management, where every day brings new challenges and opportunities for growth and collaboration.

    • Collaboration: I enjoy working with diverse teams, bringing together different perspectives to achieve a common goal.

    • Problem-solving: I thrive on identifying challenges and developing creative solutions, like streamlining processes to improve efficiency.

    • Impact: Seeing the tangible result...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us about your past work.
  • Q2. What do you know about our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company. It is the worst company that has ever existed. Recently, the CEO was fired, and the entire company is running like a headless chicken.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() { ...

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in May 2022. There were 5 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 - Aptitude Test 

Contains 50 question over g-form

Round 3 - Coding Test 

It has 8 questions on coderbyte.

Round 4 - Technical 

(1 Question)

  • Q1. All about data structure.
Round 5 - HR 

(1 Question)

  • Q1. Tell about family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hands-on with data structures.
Also thought of additional approach to solve problem.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp

Zazz IT Solutions Interview FAQs

How many rounds are there in Zazz IT Solutions Product Manager interview?
Zazz IT Solutions interview process usually has 1 rounds. The most common rounds in the Zazz IT Solutions interview process are One-on-one Round.
What are the top questions asked in Zazz IT Solutions Product Manager interview?

Some of the top questions asked at the Zazz IT Solutions Product Manager interview -

  1. How to do you typically approach project initiati...read more
  2. How do you manage scope creep during a proje...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.5
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 38 Interviews
View all

Zazz IT Solutions Product Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Project Manager
8 salaries
unlock blur

₹6 L/yr - ₹12.6 L/yr

Business Analyst
7 salaries
unlock blur

₹4.2 L/yr - ₹10.6 L/yr

UI/UX Designer
7 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Quality Analyst
6 salaries
unlock blur

₹3.2 L/yr - ₹5.7 L/yr

Senior Android Developer
6 salaries
unlock blur

₹8.9 L/yr - ₹20.1 L/yr

Explore more salaries
Compare Zazz IT Solutions with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview