Upload Button Icon Add office photos

Filter interviews by

PivotRoots Interview Questions and Answers

Updated 8 Jan 2025

PivotRoots Interview Experiences

Popular Designations

4 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 7 May 2022

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL,Python,Machine Learning,Model based question
Round 2 - HR 

(1 Question)

  • Q1. General question , previous company role and responsibility etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with market oriented model, clustering model, classification model,SQL analysis queries

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The round primarily focused on assessing data structure and algorithm (DSA) knowledge, as well as coding proficiency.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2021

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. It's completely based on job profile.
  • Q2. Some basic questions in data analyst.
  • Q3. Some questions on ML
  • Q4. Some questions on statistics
  • Q5. Some on previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with job profile and the contents written in cv.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2023

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

I applied via Referral and was interviewed before Jul 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 - HR 

(1 Question)

  • Q1. What are your qualifications, Experience, and expected CTC?
Round 3 - Technical 

(1 Question)

  • Q1. Will Ask you about the platform knowledge and knowledge about the specific role you have applied for including planning, executing, or manager.
  • Ans. Talk about the experience of your previous work, and achievements if any, and details about the role and work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be Confident, honest, and Smart. Being smart and becoming smart are two different things so it's not compulsory to be smart enough but if confident enough to become smart might help you.

PivotRoots interview questions for popular designations

 Data Analyst

 (2)

 Software Developer

 (1)

Jobs at PivotRoots

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
Interview experience
4
Good
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. Reasons for the drop in CPM
  • Ans. 

    Possible reasons for drop in CPM include seasonality, changes in ad inventory, shifts in audience demographics, and increased competition.

    • Seasonal fluctuations in advertising demand

    • Changes in available ad inventory

    • Shifts in audience demographics affecting targeting effectiveness

    • Increased competition leading to lower bids

  • Answered by AI
  • Q2. Types of floor in GAM
  • Ans. 

    Types of floors in GAM include carpet, hardwood, tile, and laminate.

    • Carpet

    • Hardwood

    • Tile

    • Laminate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - One-on-one 

(3 Questions)

  • Q1. Basic SQL related- had to write 2 queries with basic joins.
  • Q2. Questions related to past experience
  • Q3. Drill down of 2 projects.
  • Ans. 

    Managed project to implement new inventory system and led team in redesigning customer service process.

    • Implemented new inventory system to streamline operations

    • Led team in redesigning customer service process to improve efficiency

    • Successfully managed project timelines and budgets

    • Collaborated with cross-functional teams to ensure project success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very confident of your resume.

PivotRoots Interview FAQs

How many rounds are there in PivotRoots interview?
PivotRoots interview process usually has 2 rounds. The most common rounds in the PivotRoots interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for PivotRoots 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 PivotRoots. The most common topics and skills that interviewers at PivotRoots expect are Digital Marketing, Javascript, Google Analytics, HTML and Copy Writing.
What are the top questions asked in PivotRoots interview?

Some of the top questions asked at the PivotRoots interview -

  1. SQL,Python,Machine Learning,Model based quest...read more
  2. It's completely based on job profi...read more
  3. Some basic questions in data analy...read more

Tell us how to improve this page.

PivotRoots Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 69 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
Jivox Interview Questions
3.8
 • 9 Interviews
View all

PivotRoots Reviews and Ratings

based on 52 reviews

3.3/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

2.9

Salary

3.1

Job security

3.3

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 52 Reviews and Ratings
Assistant Manager / Manager - Paid Media

Mumbai

2-4 Yrs

Not Disclosed

Associate Director - SEO

Mumbai,

Gurgaon / Gurugram

10-12 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
14 salaries
unlock blur

₹4.7 L/yr - ₹7.2 L/yr

Data Analyst
12 salaries
unlock blur

₹4.5 L/yr - ₹13.1 L/yr

Paid Media Manager
10 salaries
unlock blur

₹5.6 L/yr - ₹14 L/yr

Group Head
7 salaries
unlock blur

₹15 L/yr - ₹18.1 L/yr

ART Director
7 salaries
unlock blur

₹8.6 L/yr - ₹17.5 L/yr

Explore more salaries
Compare PivotRoots with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

4.8
Compare

Bikayi

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