Upload Button Icon Add office photos
Engaged Employer

i

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

Pocket FM Verified Tick

Compare button icon Compare button icon Compare
2.9

based on 249 Reviews

Filter interviews by

Pocket FM Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Pocket FM Interview Questions and Answers

View all 22 questions

Pocket FM Interview Experiences

Popular Designations

49 interviews found

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

I was interviewed before Jan 2024.

Round 1 - Coding Test 

Leet code question medium

Round 2 - Coding Test 

Leetcode questions medium

Round 3 - Technical 

(2 Questions)

  • Q1. Design barber shop booking system
  • Q2. How would you scale it

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is becoming unstable due to lack of vision and clarity. Multiple senior members were hired lead to rapid unnecessary hiring and firing without any reason.

3 massive layoff in a year . Which clearly shows lack of vision and planning. Excessive burns are happening, townhall gets rescheduled. Leadership don't want to tell how company is doing , clearly lack of visibility

The tech is good, they want to release fast without breaking production same is expected from critical releases.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Two Pointer Technique question to get the highest sum from two sorted list by jumping from one list to another list on common element.
  • Q2. Combine two sorted array such as first element would be the lowest element and second would be the largest element as so on.
  • Ans. 

    Merge two sorted arrays with alternating lowest and highest elements.

    • Create a new array to store the result

    • Use two pointers to iterate through the two input arrays

    • Alternate between adding the lowest and highest elements to the result array

  • Answered by AI
Round 2 - LLD Round 

(1 Question)

  • Q1. Design SplitWise
  • Ans. 

    SplitWise is a platform for splitting expenses among friends or groups.

    • Allow users to create groups and add expenses

    • Calculate each user's share of the expenses

    • Send notifications to users for pending payments

    • Support multiple currencies for international groups

  • Answered by AI
Round 3 - System Design 

(1 Question)

  • Q1. Design API Rate Limiter
  • Ans. 

    Design API Rate Limiter to control the number of requests a user can make within a specific time frame.

    • Implement a token bucket algorithm to track and limit the number of requests per user.

    • Use a sliding window to track the time frame for request limits.

    • Consider using a distributed cache like Redis to store and manage request limits.

    • Provide appropriate error responses when the rate limit is exceeded.

    • Allow for customizat...

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Parking lot

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

Promo Writer Interview Questions & Answers

user image Jyoti prajapati

posted on 23 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Assignment 

Creative writing assignment

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience
  • Q2. What do you know about pocket FM?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked in detail about my previous job experience
  • Q2. Promo writer job profile
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell your experience.

Pocket FM interview questions for popular designations

 Sound Engineer

 (4)

 Senior Video Editor

 (3)

 Content Writer

 (2)

 growth manager

 (2)

 Senior Software Engineer

 (2)

 Software Engineer

 (2)

 Video Editor

 (2)

 Android Developer

 (1)

Director Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. The interviewer was only interested in knowing mutual connections as we have worked together in one of the companies.
  • Q2. The interviewer wasnt a great listener as she was interupting me in between the answers.

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)

Get interview-ready with Top Pocket FM Interview Questions

SDE Interview Questions & Answers

user image Laksh Sadhwani

posted on 29 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was for 1 hr.
Rearrange a linked list with numbers such that odd numbers come first, followed by even number order being maintained.
Was asked question on golang (pointers question) and sql - this was based on my resume.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries using join and group by clause
  • Ans. 

    SQL queries using join and group by clause

    • Use JOIN to combine rows from two or more tables based on a related column between them

    • Use GROUP BY to group rows that have the same values into summary rows

    • Example: SELECT orders.order_id, customers.customer_name, SUM(order_details.quantity) FROM orders JOIN customers ON orders.customer_id = customers.customer_id JOIN order_details ON orders.order_id = order_details.order_id G

  • Answered by AI
  • Q2. Was asked about behavioral design patterns in system design and solid principles

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Jobs at Pocket FM

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology, Allahabad and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to hard level problem questions and basic subjects fundamentals mcqs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic OS questions
  • Q2. Basic CN questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Grap a good command on subject and low level and pray to God you will be selected

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Team Lead Interview Questions & Answers

user image Mahika Khare

posted on 16 Sep 2024

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

SQL joins, right left inner

Round 2 - Case Study 

If orders go down, what can be done

Interview Preparation Tips

Topics to prepare for Pocket FM Team Lead interview:
  • SQL
Interview preparation tips for other job seekers - It will be fine

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Making a Background Piece

Round 2 - HR 

(2 Questions)

  • Q1. Why did you leave your last company?
  • Ans. 

    Seeking new opportunities for growth and development in a more challenging work environment.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking better work environment

    • Relocation

    • Company downsizing

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    My salary expectations are based on industry standards, my experience, and the responsibilities of the role.

    • Research industry standards for Sound Engineers in the specific location

    • Consider your level of experience and expertise in the field

    • Factor in the responsibilities and requirements of the job

    • Be prepared to negotiate based on benefits, perks, and growth opportunities

  • Answered by AI

Sound Engineer Interview Questions asked at other Companies

Q1. 1. Are you familiar with yamaha and Hallen and Heat consolle? 2. Are you familiar with Dante network system? 3. Do you have experience with wireless microfone from shure?
View answer (1)

Android Developer Interview Questions & Answers

user image SIDDHANT JAIN

posted on 24 Aug 2024

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

(2 Questions)

  • Q1. MVVM Architecture
  • Q2. Android. Components

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

Pocket FM Interview FAQs

How many rounds are there in Pocket FM interview?
Pocket FM interview process usually has 2-3 rounds. The most common rounds in the Pocket FM interview process are One-on-one Round, HR and Assignment.
How to prepare for Pocket FM 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 Pocket FM. The most common topics and skills that interviewers at Pocket FM expect are Video Editing, Adobe After Effects, Audio Editing, Adobe Premiere Pro and Sound Editing.
What are the top questions asked in Pocket FM interview?

Some of the top questions asked at the Pocket FM interview -

  1. how would you optimize the api call on input change(Debounci...read more
  2. Add Music according to the emotion of the given track. Add foley and Mix it pro...read more
  3. what are React lifecycle Met...read more
How long is the Pocket FM interview process?

The duration of Pocket FM interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Pocket FM Interview Process

based on 57 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

DAZN Interview Questions
2.7
 • 29 Interviews
Radio Mirchi Interview Questions
3.6
 • 15 Interviews
Gaana Interview Questions
3.8
 • 14 Interviews
Spotify Interview Questions
4.3
 • 7 Interviews
92.7 BIG FM Interview Questions
2.7
 • 7 Interviews
JioSaavn Interview Questions
3.7
 • 5 Interviews
Red FM 93.5 Interview Questions
3.9
 • 5 Interviews
Radio City Interview Questions
3.9
 • 4 Interviews
Wynk Interview Questions
3.5
 • 3 Interviews
View all

Pocket FM Reviews and Ratings

based on 249 reviews

2.9/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.9

Salary

2.4

Job security

2.7

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 249 Reviews and Ratings
Associate: ER (Voice)

Bangalore / Bengaluru

4-8 Yrs

₹ 3-4.5 LPA

Promo Writer

Bangalore / Bengaluru

3-8 Yrs

₹ 6-10 LPA

Explore more jobs
Video Editor
55 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Sound Engineer
37 salaries
unlock blur

₹2.2 L/yr - ₹9.2 L/yr

Promo Producer
29 salaries
unlock blur

₹3.6 L/yr - ₹13.8 L/yr

Motion Graphic Designer
25 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

growth manager
24 salaries
unlock blur

₹24.8 L/yr - ₹68 L/yr

Explore more salaries
Compare Pocket FM with

Kuku FM

3.9
Compare

Gaana

3.8
Compare

JioSaavn

3.7
Compare

Hungama

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