Upload Button Icon Add office photos
Engaged Employer

i

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

Genesys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Genesys Senior Product Manager Interview Questions and Answers

Updated 21 Nov 2024

Genesys Senior Product Manager Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your GTM experience with any product
  • Q2. Tell me a situation when you had to arrive at a common decision while there were disagreements between the team members.
  • Ans. 

    I facilitated a team discussion to address conflicting opinions and reach a consensus on a new product feature.

    • Encouraged open communication to understand each team member's perspective

    • Identified common goals and priorities to guide decision-making

    • Facilitated a brainstorming session to explore alternative solutions

    • Used data and evidence to support arguments and make informed decisions

    • Ensured all team members felt heard

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Choose a digital product of your choice and define the future roadmap. Why you chose the specific features on the roadmap?

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 3 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 

(3 Questions)

  • Q1. How do you prioritise features in the roadmap?
  • Ans. 

    I prioritize features in the roadmap based on strategic goals, customer feedback, market trends, and resource availability.

    • Align features with strategic goals of the company

    • Consider customer feedback and prioritize based on impact and urgency

    • Take into account market trends and competitive analysis

    • Evaluate resource availability and feasibility of implementation

    • Use frameworks like MoSCoW method or Kano model for prioriti

  • Answered by AI
  • Q2. How do you handle conflicts?
  • Q3. How do you measure?
  • Ans. 

    I measure success by setting clear KPIs, tracking progress regularly, and analyzing data to make informed decisions.

    • Set clear Key Performance Indicators (KPIs) to measure success

    • Regularly track progress towards KPIs

    • Analyze data to make informed decisions and adjustments

    • Use tools like Google Analytics, Mixpanel, or internal dashboards for measurement

  • Answered by AI
Round 3 - One-on-one 

(4 Questions)

  • Q1. What are your thoughts on product innovation and how do you prioritise them in the roadmap?
  • Q2. How have you dealt with issues/ challenges in the product that you have released?
  • Q3. How do you communicate changes or goals?
  • Ans. 

    I communicate changes or goals through clear and concise messaging, utilizing various channels and ensuring alignment with stakeholders.

    • Utilize multiple communication channels such as emails, meetings, presentations, and project management tools

    • Tailor the message to the audience to ensure understanding and buy-in

    • Provide regular updates on progress towards goals and address any concerns or questions

    • Seek feedback from st...

  • Answered by AI
  • Q4. What all activities do you do as a product manager when you pick and release a new feature/ product?

Interview Preparation Tips

Topics to prepare for Cornerstone OnDemand Senior Product Manager interview:
  • Product Management
Interview preparation tips for other job seekers - Keep it real and share your experience.

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

5 coding questions you have to complete atleast 4

Round 2 - HR 

(1 Question)

  • Q1. About yourself and technology related questions ,it can 1 or 1 and half an hour round
Round 3 - Aptitude Test 

Basic aptitude questions

Interview Preparation Tips

Topics to prepare for Mindfire Solutions Associate Software Engineer interview:
  • Java
  • Laravel
  • PHP
  • Javascript
  • Javascript Frameworks
Interview preparation tips for other job seekers - Great place ,Great team and growth in work everything you can find here.

Interview Questionnaire 

1 Question

  • Q1. Questions related to AWS dynamodb,lambdas,cloudwatch logs,Athena,json filehandling,decorators,classes and others oops concepts ,string manipulation, word frequency problems, dictionary,boto3 scripting

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java memory management
  • Q2. Spring boot basics
  • Q3. Classloaders in java
  • Ans. 

    Classloaders are responsible for loading classes into the JVM at runtime.

    • Java has three built-in classloaders: bootstrap, extension, and system.

    • Custom classloaders can be created to load classes from non-standard sources.

    • Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.

    • Classloaders can be used for dynamic class loading and hot-s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics very well and solve various coding challenges

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Verify your project before joining, since they give different project and skill

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All were technical. Just keep practicing data structures and Algorithms and have good knowledge of the language you're good at.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hey Folks
Just never get discouraged by your failures. Keep working hard and be consistent in your efforts. You will surely achieve what you deserve.

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

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. 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 - Aptitude Test 

Math and verbal round .

Round 3 - Group Discussion 

General topics to speak

Round 4 - Technical 

(1 Question)

  • Q1. Duplicates in array College Projects Hashmap implementation
  • Ans. 

    Implement a function to find duplicates in an array of strings using Hashmap.

    • Create a Hashmap to store the frequency of each string in the array

    • Iterate through the array and check if the frequency of any string is greater than 1

    • If yes, add it to the list of duplicates

    • Return the list of duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer what you know, be genuine and honest

Skills evaluated in this interview

Genesys Interview FAQs

How many rounds are there in Genesys Senior Product Manager interview?
Genesys interview process usually has 2 rounds. The most common rounds in the Genesys interview process are One-on-one Round.
How to prepare for Genesys Senior Product 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 Genesys. The most common topics and skills that interviewers at Genesys expect are Analytical, HTTP, Operational Excellence, Product Management and Cloud.

Tell us how to improve this page.

Genesys Senior Product Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
View all
Genesys Senior Product Manager Salary
based on 6 salaries
₹25 L/yr - ₹30 L/yr
20% less than the average Senior Product Manager Salary in India
View more details
Software Engineer
31 salaries
unlock blur

₹8 L/yr - ₹20.8 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹10 L/yr - ₹25.9 L/yr

Associate Software Engineer
19 salaries
unlock blur

₹6 L/yr - ₹11.2 L/yr

GIS Executive
17 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Executive
13 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Genesys with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

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