Upload Button Icon Add office photos
Engaged Employer

i

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

Collegedunia Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Collegedunia Associate Product Manager Interview Questions and Answers

Updated 29 Nov 2024

Collegedunia Associate Product Manager Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Case Study 

Suggest factors for selecting an MBA college

Round 2 - One-on-one 

(1 Question)

  • Q1. Puzzle question
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral question

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Assignment 

Build a social product for house parties

Round 2 - One-on-one 

(2 Questions)

  • Q1. Guess the number of youtube videos streamed in a day
  • Ans. 

    It is estimated that over 5 billion videos are streamed on YouTube every day.

    • YouTube is one of the most popular video streaming platforms globally

    • The platform has over 2 billion logged-in monthly users

    • Many users watch multiple videos per day, contributing to the high number of streams

  • Answered by AI
  • Q2. Explain the recommendation logic used in the case study
  • Ans. 

    The recommendation logic in the case study is based on user preferences, past behavior, and machine learning algorithms.

    • User preferences are collected through surveys, ratings, and interactions with the product.

    • Past behavior includes purchase history, browsing history, and interactions with similar products.

    • Machine learning algorithms analyze the data to predict user preferences and recommend products accordingly.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How do website rendering happens
  • Ans. 

    Website rendering is the process of displaying web content on a browser by interpreting HTML, CSS, and JavaScript.

    • When a user enters a URL, the browser sends a request to the server for the website's files.

    • The server responds with the HTML, CSS, and JavaScript files needed to render the website.

    • The browser parses the HTML to create the Document Object Model (DOM) and the CSS to create the CSS Object Model (CSSOM).

    • The D...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 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 

(1 Question)

  • Q1. Describe your previous role
Round 3 - Case Study 

Not applicable to the round

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Analytics round was the first round which was easy

Round 2 - Technical 

(2 Questions)

  • Q1. No. of footballs in the air
  • Q2. Design fridge for the blind
  • Ans. 

    Designing a fridge for the blind requires tactile and auditory cues for easy navigation and organization.

    • Include braille labels on shelves and drawers for easy identification of items.

    • Utilize voice recognition technology for hands-free operation.

    • Implement textured buttons and knobs for temperature control and settings.

    • Incorporate a talking feature that announces the contents of the fridge when opened.

    • Ensure contrasting...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2023. 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 - Case Study 

Favourite product. Why? Metrics to track? Any improvements in the product?

Round 3 - Technical 

(2 Questions)

  • Q1. Why Byjus? What interests you in edtech?
  • Q2. How will you design an alarm clock for the blind?
  • Ans. 

    Designing an alarm clock for the blind requires a combination of tactile and auditory features.

    • The alarm clock should have tactile buttons and markings for easy use by touch.

    • It should also have an auditory alarm that gradually increases in volume to wake the user up.

    • The clock should have a speech output feature that announces the time and alarm settings.

    • A vibration feature can also be added to the clock to alert the us...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare product case studies very well. They'll ask you something related to it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Fav product and why ?
  • Ans. 

    My favorite product is the iPhone because of its sleek design, user-friendly interface, and seamless integration with other Apple products.

    • Sleek design

    • User-friendly interface

    • Seamless integration with other Apple products

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Case Study 

Case study on designing a whatsapp for blind.

Round 2 - HR 

(2 Questions)

  • Q1. Why join this company?
  • Q2. Why product management?
  • Ans. 

    Product management combines my passion for technology, problem-solving, and customer-centricity.

    • I enjoy working with cross-functional teams to bring innovative products to market.

    • Product management allows me to use my analytical skills to identify market opportunities and drive product strategy.

    • I am motivated by the challenge of balancing user needs, business goals, and technical constraints.

    • I find satisfaction in seei...

  • 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 - Case Study 

Case study on users behavior and logistic regressions

Round 3 - Group Discussion 

Panel discussion on the assignment summited and basic python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic python and statistics logistic and linear regressions. also read about SQL like function and windows functions

I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Write a program on bubble sort ?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the first element is greater than the next element, swap them

    • Repeat this process for all elements in the list

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Define Turing Machine ?
  • Ans. 

    A Turing Machine is a theoretical device that can simulate any algorithmic computation.

    • It was proposed by Alan Turing in 1936 as a model for computation.

    • It consists of a tape, a head that can read and write symbols on the tape, and a set of rules for transitioning between states.

    • It can simulate any algorithmic computation, making it a powerful tool for theoretical computer science.

    • It is often used as a theoretical basi...

  • Answered by AI
  • Q3. Explain hash function
  • Ans. 

    A hash function is a mathematical function that converts input data of arbitrary size into a fixed-size output.

    • Hash functions are used to index data in hash tables.

    • They are also used in cryptography to securely store passwords.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was lengthy process some questions were difficult to answer and i tried to amswer a few questions but i didnt clear interview process

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Q2. Work experience
  • Q3. What teaching techniques are used??
  • Ans. 

    Various teaching techniques are used depending on the subject matter and audience.

    • Lecture-based teaching

    • Interactive teaching

    • Demonstration-based teaching

    • Collaborative learning

    • Problem-based learning

    • Experiential learning

    • Online learning

    • Blended learning

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is gud .I have to share all the information.

Collegedunia Interview FAQs

How many rounds are there in Collegedunia Associate Product Manager interview?
Collegedunia interview process usually has 3 rounds. The most common rounds in the Collegedunia interview process are One-on-one Round and Case Study.
How to prepare for Collegedunia Associate 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 Collegedunia. The most common topics and skills that interviewers at Collegedunia expect are SQL and Python.
What are the top questions asked in Collegedunia Associate Product Manager interview?

Some of the top questions asked at the Collegedunia Associate Product Manager interview -

  1. Puzzle quest...read more
  2. Behavioral quest...read more

Tell us how to improve this page.

Collegedunia Associate Product Manager Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Collegedunia Associate Product Manager Salary
based on 53 salaries
₹5 L/yr - ₹14 L/yr
46% less than the average Associate Product Manager Salary in India
View more details

Collegedunia Associate Product Manager Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

2.6

Salary

3.5

Job security

2.5

Company culture

2.7

Promotions

2.4

Work satisfaction

Explore 9 Reviews and Ratings
Business Development Manager
216 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Writer
179 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Collegedunia with

Shiksha

3.2
Compare

Careers360

3.3
Compare

MeritNation

3.6
Compare

Toppr

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