Premium Employer

i

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

Mediamint

Compare button icon Compare button icon Compare

Filter interviews by

Mediamint Process Associate II Interview Questions and Answers for Experienced

Updated 27 Apr 2023

Mediamint Process Associate II Interview Experiences for Experienced

1 interview found

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

I applied via Referral and was interviewed before Apr 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Basics of SEM and optimization
  • Q2. How to start a day routine in the first day of the week
  • Ans. 

    Start the day with a plan and positive mindset

    • Create a to-do list for the day

    • Meditate or do some light exercise to clear your mind

    • Eat a healthy breakfast to fuel your body

    • Review any important meetings or deadlines for the week

    • Set achievable goals for the day

    • Stay positive and motivated throughout the day

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to classify search term report
  • Ans. 

    Search term report can be classified based on various parameters such as search volume, click-through rate, conversion rate, etc.

    • Classify based on search volume: high, medium, low

    • Classify based on click-through rate: high, medium, low

    • Classify based on conversion rate: high, medium, low

    • Combine the above parameters to create a comprehensive classification system

    • Example: A search term with high search volume, high click-t...

  • Answered by AI
  • Q2. Campaign structure
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in the field.

    • I have a Bachelor's degree in Business Administration

    • I have over 5 years of experience in sales and marketing

    • I am skilled in developing and implementing effective strategies

    • I have a proven track record of exceeding sales targets

    • I am a team player and have excellent communication skills

  • Answered by AI
  • Q2. Last movie you have watched
  • Ans. 

    The last movie I watched was 'Inception'.

    • The movie is directed by Christopher Nolan.

    • It is a science fiction action film.

    • The plot revolves around a thief who steals corporate secrets through dream-sharing technology.

    • The film stars Leonardo DiCaprio, Joseph Gordon-Levitt, and Ellen Page.

    • It received critical acclaim for its unique concept and visual effects.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and nothing tough good communication is only required.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. How do you plan campaigns for your client
  • Q2. How to allocate budgets to a campaign?
  • Ans. 

    Allocate budgets based on campaign goals, target audience, and channels.

    • Identify campaign goals and objectives

    • Understand target audience demographics and behaviors

    • Allocate budget based on channels that reach target audience effectively

    • Consider cost per acquisition (CPA) and return on investment (ROI)

    • Monitor and adjust budget allocation based on campaign performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and work on your basics
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Whats your role and responsibilities

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Q2. Ansible concepts, this was major focus
  • Q3. Jenkins pipeline concepts
  • Q4. Basic other tools questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day

Interview Questionnaire 

2 Questions

  • Q1. Little discussion on my project
  • Q2. Given a chessboard and the initial position of horse. If “n” is the number of steps the horse can make then what is probability that it goes out of board ?
  • Ans. 

    Probability of a horse going out of a chessboard in 'n' steps.

    • The total number of possible moves for a horse is 8.

    • The probability of going out of the board depends on the position of the horse.

    • For example, if the horse is at a corner, the probability of going out of the board is higher.

    • The probability can be calculated using combinatorics and geometry.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They did not expect any code in this round. An algo or pseudo code is fine.



1) You are given 2 vessels with capacity M liters and N liters capacity and infinite supply of water. You need to find the minimum number of steps required to get P liters. Any of the below action is considered a step



     a) Filling vessel with water



     b) Emptying vessel



     c) Pouring water from one vessel to another vessel.



2) Given n sets each containing m integers. You need to create MinDiff set by picking exactly 1 element from each set. The difference between the maximum and minimum elements in the MinDiff set should be minimum.



eg: for the sets {30, 20, 10, 40},{ 22, 33, 44, 99},{ 16, 17, 18, 19} min diff set is {19, 20, 22}. Max and min elements in MinDiff set are 22 and 19 and their difference is 3.

Round: Technical Interview
Experience: 1) you will be given the binary representation of the numbers in the form of 2D array.eg: r1- 00001

r2- 00100

r3- 01010

r4- 00110

r5- 00111 This means the elements are 1, 4, 10 , 6 and 7.

A number “n” is given. Let us say that n can be formed by doing bitwise OR operation on rows of given matrix. What is the minimum number of rows that needs to be deleted from the matrix so that “n” can never be formed by doing the OR of the rows.

If n is 14(01110) then it can be formed by doing r2|r3 or r3|r4. You can prevent n formation either by deleting {r2,r4} or {r3}. But {r3} has least number of elements so it is the required set.2) Find the average of mid 50% of elements in the running stream of integersI have not cleared round-II so no further questions.

College Name: IIT GANDHINAGAR

Interview Questionnaire 

3 Questions

  • Q1. Algorithms on arrays and strings (coding)
  • Ans. 

    Algorithms for manipulating arrays and strings in coding

    • Use sorting algorithms like quicksort and mergesort for arrays

    • Use string manipulation functions like substring and replace for strings

    • Use dynamic programming for optimizing solutions to array and string problems

  • Answered by AI
  • Q2. Distributed Database Design
  • Q3. Large scale Ad Server Design
  • Ans. 

    Designing a large scale Ad Server

    • Use distributed systems for scalability

    • Implement caching for faster ad delivery

    • Ensure high availability and fault tolerance

    • Use real-time bidding for efficient ad placement

    • Implement fraud detection mechanisms

    • Ensure compliance with privacy regulations

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: They tested on thought-process during design problems. What problems are with the current solution I suggested and how to improve it...
Tips: Hints from interviewer are very helpful
Keep talking while you are thinking

Skills: Algorithms, Thinking Skills, Coding
College Name: IIT KHARAGPUR

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Find Maximum sub sequence sum in an array ?
  • Ans. 

    Maximum sub sequence sum in an array

    • Use Kadane's algorithm

    • Initialize max_so_far and max_ending_here to 0

    • Iterate through the array and update max_ending_here and max_so_far

    • Return max_so_far

  • Answered by AI
  • Q2. What do you understand by the endianness of the system ? How do you find out the the type of endianness ?
  • Ans. 

    Endianness refers to the byte order of a system. It determines how multi-byte data types are stored in memory.

    • Little-endian systems store the least significant byte first, while big-endian systems store the most significant byte first.

    • Endianness can affect the way data is transmitted between systems.

    • To determine the endianness of a system, you can use the byte order mark (BOM) or write a test program that checks the by...

  • Answered by AI
  • Q3. Sort an array which consists of 0's and 1's only
  • Ans. 

    Sort an array of 0's and 1's only.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap 0's from the beginning with 1's from the end until the pointers meet.

    • Alternatively, use a counting sort algorithm to count the number of 0's and 1's and then reconstruct the array.

  • Answered by AI
  • Q4. A question on applications of minimum spanning tree, apply prim's or kruskal's algorithm
  • Q5. What do you understand by Heaps, max and min heaps ?
  • Ans. 

    Heaps are data structures used to efficiently find the maximum or minimum element in a collection.

    • Max heap: parent nodes are always greater than or equal to child nodes

    • Min heap: parent nodes are always smaller than or equal to child nodes

    • Heaps are commonly used in priority queues and sorting algorithms

    • Heap operations include insert, delete, and extract max/min

    • Example: An array [3, 8, 2, 5, 1, 4, 6] can be represented a

  • Answered by AI
  • Q6. What do you understand by hashing ? questions on application of hashing
  • Q7. Find 3 nos a,b and c in an array where a+b = c
  • Ans. 

    Find 3 numbers in an array where a+b=c.

    • Loop through the array and check for all possible combinations of a and b.

    • Use a hash table to store the values of a and b, and check if c is present in the hash table.

    • Sort the array and use two pointers to find a and b, and then check if their sum equals c.

  • Answered by AI
  • Q8. Some puzzles, as the other interviewee said, but not asked to me
  • Q9. Questions on Dynamic programming

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Mediamint Interview FAQs

How many rounds are there in Mediamint Process Associate II interview for experienced candidates?
Mediamint interview process for experienced candidates usually has 4 rounds. The most common rounds in the Mediamint interview process for experienced candidates are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Mediamint Process Associate II interview for experienced candidates?

Some of the top questions asked at the Mediamint Process Associate II interview for experienced candidates -

  1. How to start a day routine in the first day of the w...read more
  2. How to classify search term rep...read more
  3. Basics of SEM and optimizat...read more

Tell us how to improve this page.

Mediamint Process Associate II Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Mediamint Scale With Confidence.

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.8
 • 109 Interviews
Epsilon Interview Questions
3.9
 • 91 Interviews
Publicis Interview Questions
3.7
 • 53 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Denave Interview Questions
3.6
 • 40 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 36 Interviews
Smollan Group Interview Questions
4.0
 • 36 Interviews
InMobi Interview Questions
3.4
 • 35 Interviews
View all
Campaign Manager
271 salaries
unlock blur

₹2.9 L/yr - ₹11 L/yr

Associate
181 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Ad Operations Associate
161 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Team Coordinator
67 salaries
unlock blur

₹7.3 L/yr - ₹14.5 L/yr

Associate2
67 salaries
unlock blur

₹4.3 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Mediamint with

R.R. Donnelley

3.8
Compare

Epsilon

3.9
Compare

Denave

3.6
Compare

Smollan Group

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