Upload Button Icon Add office photos

Wynk

Compare button icon Compare button icon Compare

Filter interviews by

Wynk Interview Questions and Answers

Updated 5 May 2023

Wynk Interview Experiences

Popular Designations

3 interviews found

I applied via Referral and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Linked List and Trees based questions
Round 3 - Technical 

(1 Question)

  • Q1. Java questions - Medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - There was a total of 2 rounds. After this, they asked me to submit my documents so that they can release the offer letter.
Since then it's been 3 months and I have had no update on my offer letter.
I regularly contacted them for 2 months for updates but HR kept strolling me that the offer letter will be released this week, then next week, and so on.
This is highly unprofessional behavior of such a reputed company.

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 - Technical 

(2 Questions)

  • Q1. Question related to Binary Search
  • Q2. Question related to JS closures, prototype inheritance, etc

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

I applied via Campus Placement

Round 1 - Product Management 

(4 Questions)

  • Q1. Guess estimate: Number of people in Hyderabad Airport in a day. Follow-up questions on the approach were asked
  • Q2. Name 3 favourite apps. Pick one of these for subsequent question
  • Q3. Product critique (for the app chosen above): What are the issues with Netflix. Pick one issue and describe how you would solve this problem. How will you redesign the recommendation system for Netflix to a...
  • Ans. 

    Netflix's issue with stale choices and how to redesign the recommendation system.

    • The issue with Netflix is that the recommendation system often suggests stale choices, leading to user dissatisfaction and decreased engagement.

    • To solve this problem, we can incorporate more user feedback and preferences into the recommendation algorithm.

    • We can also use machine learning to analyze user behavior and suggest more personalize...

  • Answered by AI
  • Q4. What is the one feature you would like to introduce on Wynk? Discuss how you will design the feature.
Round 2 - Product Management 

(4 Questions)

  • Q1. Guess estimate: List down cost structure of Airtel Wynk. Calculate the possible number of songs in Wynk. Then calculate the total cost of accessing the content if Wynk uses AWS as hosting platform
  • Ans. 

    Estimate cost structure and number of songs in Airtel Wynk. Calculate total cost if hosted on AWS.

    • Cost structure includes licensing fees, server maintenance, employee salaries, etc.

    • Number of songs depends on licensing agreements and storage capacity.

    • Total cost on AWS depends on usage and storage fees.

    • Example: Licensing fees for 1 million songs could be $500,000 per year.

    • Example: AWS usage fees could be $0.10 per GB per...

  • Answered by AI
  • Q2. Discussion on Amazon Prime: Why is Prime so successful? Design a strategy to increase the Prime users by 5x
  • Ans. 

    Amazon Prime's success lies in its convenience, value, and customer-centric approach.

    • Prime offers free and fast shipping, access to streaming services, and exclusive deals.

    • Amazon prioritizes customer satisfaction and continuously improves Prime benefits.

    • To increase users, Amazon can offer more localized content, expand partnerships, and improve marketing efforts.

    • Amazon can also offer more personalized recommendations a

  • Answered by AI
  • Q3. Tell me about yourself
  • Q4. Since I had background in Music, was asked to design a feature for audiophiles in Wynk
Round 3 - Product Management 

(3 Questions)

  • Q1. What do you think about the strategy of OTT players in India?
  • Ans. 

    OTT players in India have adopted a smart strategy to capture the market.

    • OTT players are focusing on creating original content to attract viewers.

    • They are also offering regional content to cater to the diverse Indian audience.

    • OTT players are partnering with telecom companies to offer bundled services.

    • They are also investing in technology to improve user experience.

    • OTT players are adopting a freemium model to attract mo...

  • Answered by AI
  • Q2. What all competitors do you anticipate in future in this Industry?
  • Q3. Further probing on few questions asked in Round 1 & 2

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Get familiar with the product offerings of the company you are interviewing for.
2. Understand the industry they operate in and the competitors
3. Practice guess estimates before interviews
4. Stay calm as some interviews can be stress interviews

Round 1-The duration of the interview was 1 hour 30 mins.

Round 2-The duration of the interview was 1 hour 20 minutes.

Round 3-The duration of the interview was 40 minutes.

Skills evaluated in this interview

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  related to your business you asked questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview the ability of a person to be recognized by person quality human nature.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

I applied via Referral and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, rabbitmq, json, solr, elastic search

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend it in a simple way.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two medium DSA questions based on strings.

Round 2 - Design Test 

(1 Question)

  • Q1. Design Google Meet
  • Ans. 

    Design a video conferencing platform similar to Google Meet.

    • Implement real-time video and audio streaming

    • Include features like screen sharing, chat, and participant management

    • Ensure scalability to support large number of users

    • Focus on security and privacy measures

    • Optimize for low latency and high quality video/audio

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Senior Software Engineer interview:
  • Coding
  • System Design
Interview preparation tips for other job seekers - Give some mock interviews before going to the interview.

Analyst Interview Questions & Answers

Zepto user image Anonymous

posted on 28 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hellbound test are not required to select 1 employee

Round 2 - HR 

(2 Questions)

  • Q1. Why r u here
  • Ans. 

    I am here because I am passionate about analyzing data and providing valuable insights to drive decision-making.

    • Passionate about data analysis

    • Enjoy providing valuable insights

    • Driven to help make informed decisions

  • Answered by AI
  • Q2. Tell me about something
  • Ans. 

    I will tell you about my experience volunteering at a local animal shelter.

    • Volunteered at local animal shelter for 6 months

    • Assisted with feeding, cleaning, and socializing with animals

    • Helped organize adoption events and fundraisers

  • Answered by AI

Wynk Interview FAQs

How many rounds are there in Wynk interview?
Wynk interview process usually has 2-3 rounds. The most common rounds in the Wynk interview process are Technical, Product Management and Resume Shortlist.
What are the top questions asked in Wynk interview?

Some of the top questions asked at the Wynk interview -

  1. Product critique (for the app chosen above): What are the issues with Netflix. ...read more
  2. Discussion on Amazon Prime: Why is Prime so successful? Design a strategy to in...read more
  3. What do you think about the strategy of OTT players in Ind...read more

Tell us how to improve this page.

Wynk Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
CARS24 Interview Questions
3.5
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zepto Interview Questions
3.5
 • 219 Interviews
Gaana Interview Questions
3.8
 • 14 Interviews
Hungama Interview Questions
3.0
 • 7 Interviews
Spotify Interview Questions
3.9
 • 7 Interviews
JioSaavn Interview Questions
3.7
 • 4 Interviews
View all

Wynk Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.1

Salary

2.9

Job security

2.8

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer
35 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Principal Software Engineer
16 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Software Engineer
13 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Software Developer
9 salaries
unlock blur

₹12.8 L/yr - ₹15 L/yr

Senior Devops Engineer
6 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Explore more salaries
Compare Wynk with

Gaana

3.8
Compare

JioSaavn

3.7
Compare

Hungama

3.0
Compare

Spotify

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