Upload Button Icon Add office photos

Rusk Media

Compare button icon Compare button icon Compare

Filter interviews by

Rusk Media Interview Questions and Answers

Updated 5 Mar 2024
Popular Designations

Rusk Media Interview Experiences

3 interviews found

Software Developer Interview Questions & Answers

user image Akshat Sharma

posted on 5 Mar 2024

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

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technically question ,15 minutes, few DSA question .

Round 2 - Coding Test 

CTO discussion, DSA , problem solving

I applied via Job Portal and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Cv, college.

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared about your role and the company. be confident.

I applied via Other and was interviewed before Oct 2020. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared about your major and the job you are applying to.

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Rusk Media?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

I appeared for an interview before Apr 2021.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

It was in the mid day and since I applied for a Frontend role the discussion was majorly around data structure and bit of Javascript.
The interviewer was helping and good listener.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list without using additional space.

    • Create a dummy node to start the merged list

    • Compare the values of the two linked lists and add the smaller value to the merged list

    • Move the pointer of the merged list and the pointer of the smaller value list

    • Continue this process until one of the lists is fully traversed

    • Append the remaining elements of the other list to the me...

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was more of a in depth round on the framework I'm working on and problem solving.

  • Q1. What is the event loop and what is its significance?
  • Ans. 

    The event loop is a mechanism in programming that allows for asynchronous execution of code.

    • The event loop is a key component in JavaScript's runtime environment, responsible for handling asynchronous operations.

    • It continuously checks the call stack for any pending tasks and executes them in a non-blocking manner.

    • The event loop ensures that the program remains responsive by allowing other code to run while waiting for ...

  • Answered by AI
  • Q2. Can you provide examples of output-based questions in JavaScript that utilize browser APIs?
  • Ans. 

    Output-based questions in JavaScript using browser APIs

    • Example 1: Write a script that uses the Geolocation API to display the user's current location on a map

    • Example 2: Create a program that uses the Web Audio API to play a sound when a button is clicked

    • Example 3: Develop a web page that uses the Canvas API to draw a simple animation

  • Answered by AI
  • Q3. How would you design a system to support localization in a mobile app?
  • Ans. 

    Designing a system to support localization in a mobile app

    • Use resource files to store localized strings for different languages

    • Implement a language selection feature for users to choose their preferred language

    • Utilize localization libraries or frameworks to streamline the process

    • Consider cultural differences when localizing content, such as date formats and currency symbols

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 75 Minutes
Round difficulty - Hard

It was more of a fitment/managerial round.
Didn't had any coding questions, but was asked more on approaches and optimisations.
Discussions on the project you have worked on.

  • Q1. You need to find the fastest 3 horses out of a group, given that you can only race 5 horses at a time. How would you approach this problem?
  • Ans. 

    To find the fastest 3 horses out of a group with 5 horses racing at a time, we can use a tournament style approach.

    • Divide the horses into groups of 5 and race them against each other. This will give you the fastest horse in each group.

    • Take the winners from each group and race them against each other. The top 3 horses in this final race will be the fastest 3 overall.

    • Keep track of the results and compare the timings to d...

  • Answered by AI
  • Q2. How do you debug the root cause of lag on a screen?
  • Ans. 

    To debug lag on a screen, analyze code, check for memory leaks, optimize rendering, and use profiling tools.

    • Analyze code to identify any inefficient algorithms or operations causing lag.

    • Check for memory leaks that could be impacting performance.

    • Optimize rendering by reducing the number of draw calls, optimizing shaders, and minimizing overdraw.

    • Use profiling tools like Xcode Instruments or Android Profiler to identify p...

  • Answered by AI
  • Q3. Can you explain the architecture of the app you have recently worked on?
  • Ans. 

    The app I recently worked on is a social media platform for sharing photos and connecting with friends.

    • The app follows a client-server architecture, with the client being the mobile app and the server handling data storage and processing.

    • The client side is built using React Native for cross-platform compatibility.

    • The server side is implemented using Node.js with a MongoDB database for storing user data and photos.

    • The a...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaCars24 interview preparation:Topics to prepare for the interview - Data Structures Algorithms, Javascript, System DesignTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Get your JS fundamentals right (if applying for a Frontend role, https://javascript.info/ is a good start)
Tip 2 : Apart from preparing data structures, practise on the communication skills as well (prepare your introduction, be a good listener and on spot improvisation plays key roles)

Application resume tips for other job seekers

Tip 1 : highlight projects related to the job profile in your resume and mention what was your contribution in them precisely in 1/2 lines.
Tip 2 : Include URLs to applications/projects that you have build and your achievements/blog (if any)

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Team handling
Be interview-ready. Browse the most asked HR questions.
illustration image

Team Lead Interview Questions & Answers

Udaan user image Amanpreet Sigh

posted on 27 Jun 2022

I applied via LinkedIn and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General knowledge about logistics

Round 3 - Group Discussion 

Logistics how to manage team

Round 4 - One-on-one 

(1 Question)

  • Q1. Logistics lm fm tms rto rvp
  • Ans. 

    These are acronyms related to supply chain management and transportation.

    • Logistics - the process of planning, implementing, and controlling the movement of goods from point of origin to point of consumption

    • LM - Logistics Manager, responsible for overseeing the logistics process

    • FM - Freight Manager, responsible for managing the transportation of goods

    • TMS - Transportation Management System, software used to manage transp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look 5s and basic questions of logistics
Are these interview questions helpful?

I applied via Walk-in and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Job profile
  • Q2. Describe yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Was nice and friendly atmosphere

I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

Rusk Media Interview FAQs

How many rounds are there in Rusk Media interview?
Rusk Media interview process usually has 2 rounds. The most common rounds in the Rusk Media interview process are Aptitude Test and Coding Test.
How to prepare for Rusk Media 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 Rusk Media. The most common topics and skills that interviewers at Rusk Media expect are Sales, media sales, Ad Sales, Business Development and Concept Selling.

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from other companies in Internet Industry

OLX Interview Questions
3.8
 • 64 Interviews
PharmEasy Interview Questions
3.7
 • 87 Interviews
Credicus Interview Questions
4.8
 • 6 Interviews
MagicBricks Interview Questions
4.2
 • 338 Interviews
Netskope Interview Questions
3.3
 • 12 Interviews
XpressBees Interview Questions
4.2
 • 382 Interviews
Netflix Interview Questions
4.0
 • 15 Interviews
Tata 1mg Interview Questions
3.6
 • 191 Interviews
Myntra Interview Questions
3.9
 • 230 Interviews
View all

Rusk Media Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

3.6

Salary

2.6

Job security

3.3

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 23 Reviews and Ratings
Video Editor
5 salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Administration Manager
4 salaries
unlock blur

₹8.7 L/yr - ₹9.4 L/yr

Head Engineering
4 salaries
unlock blur

₹80 L/yr - ₹88 L/yr

Senior Video Editor
4 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Brand Partnerships Manager
4 salaries
unlock blur

₹13.3 L/yr - ₹24.8 L/yr

Explore more salaries
Compare Rusk Media with other companies in Internet Industry

Pitstop

4.3
Compare

CENTA

3.1
Compare

myPaisaa

4.2
Compare

Taboola

3.7
Compare
write
Share an Interview