Upload Button Icon Add office photos

Filter interviews by

MediaMonks Interview Questions and Answers

Updated 10 Feb 2025

MediaMonks Interview Experiences

Popular Designations

3 interviews found

Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. What is your current job profile, why are you seeking a change, what is your notice period, and what are your salary expectations?
  • Ans. 

    Currently working as an Administration Manager, seeking growth opportunities, notice period is 1 month, salary expectations are competitive.

    • Currently working as an Administration Manager

    • Seeking growth opportunities and new challenges

    • Notice period is 1 month

    • Salary expectations are competitive

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

(3 Questions)

  • Q1. What are your core expertise ?
  • Ans. 

    My core expertise includes strategic planning, team leadership, budget management, and process improvement.

    • Strategic planning

    • Team leadership

    • Budget management

    • Process improvement

  • Answered by AI
  • Q2. What are your challenges in current profile ?
  • Ans. 

    Managing multiple projects simultaneously, communication gaps, and adapting to changing priorities.

    • Balancing workload between different projects

    • Ensuring effective communication among team members

    • Prioritizing tasks based on changing requirements

  • Answered by AI
  • Q3. Why you are keen to join media monks?
  • Ans. 

    I am keen to join Media Monks because of their reputation for innovation and creativity in the media industry.

    • Media Monks is known for their cutting-edge projects and collaborations with top brands.

    • I am excited about the opportunity to work with a talented team and contribute to the company's success.

    • I believe Media Monks will provide a dynamic and challenging work environment that will help me grow professionally.

  • Answered by AI

Video Auditor Interview Questions & Answers

user image Anonymous

posted on 27 May 2023

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

I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1st round will be technical
  • Q2. How many years of experience do you have
  • Ans. 

    I have X years of experience in the field.

    • I have worked in this field for X years

    • I have experience in various aspects of the field

    • I have worked with different clients and projects

    • I have continuously updated my skills and knowledge

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

(1 Question)

  • Q1. One on one round
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Referral and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you survive ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just smile and answer them straight forward

Administration Officer Interview Questions asked at other Companies

Q1. Can you say me the fire insurance premium rates?
View answer (1)

Jobs at MediaMonks

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

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

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Interview started with tell me about yourself and rest all depend on your resume. They also asked about had you done any certification. Major and minor project during our final semester.Technical ques on d...

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared your communication skills and body language. Prepare things which are mentioned in resume very well.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
Round 2 - Behavioral 

(1 Question)

  • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

I was interviewed before Mar 2021.

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 

1 hour, time, distance problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude test was little tricky

MediaMonks Interview FAQs

How many rounds are there in MediaMonks interview?
MediaMonks interview process usually has 3 rounds. The most common rounds in the MediaMonks interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for MediaMonks 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 MediaMonks. The most common topics and skills that interviewers at MediaMonks expect are Information Security, resourcing, Social Media, Recruitment and Advertising.
What are the top questions asked in MediaMonks interview?

Some of the top questions asked at the MediaMonks interview -

  1. 1st round will be techni...read more
  2. One on one ro...read more

Tell us how to improve this page.

MediaMonks Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Publicis Sapient Interview Questions
3.5
 • 612 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
MPS Limited Interview Questions
3.7
 • 21 Interviews
Cheil India Interview Questions
3.0
 • 17 Interviews
Ogilvy Interview Questions
3.8
 • 7 Interviews
Isobar Interview Questions
2.3
 • 1 Interview
View all

MediaMonks Reviews and Ratings

based on 20 reviews

3.5/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.3

Salary

3.3

Job security

4.1

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 20 Reviews and Ratings
Copywriter

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Client Services Director

Bangalore / Bengaluru

13-18 Yrs

Not Disclosed

Senior Art Director

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Video Auditor
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Video Editor
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior HR Generalist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MediaMonks with

Wunderman Thompson

3.3
Compare

Isobar

2.3
Compare

Ogilvy

3.8
Compare

Publicis Sapient

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