Upload Button Icon Add office photos

Red Carpet

Compare button icon Compare button icon Compare

Filter interviews by

Red Carpet Interview Questions and Answers

Updated 10 Nov 2022
Popular Designations

Red Carpet Interview Experiences

3 interviews found

Calling Agent Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2022

I applied via Referral and was interviewed in May 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 - One-on-one 

(2 Questions)

  • Q1. Which sallary my daily basis
  • Ans. 

    My daily salary depends on various factors including my role, experience, and the company’s pay structure.

    • Salary can vary based on industry; for example, tech jobs often pay more than retail.

    • Experience level matters; entry-level positions typically earn less than senior roles.

    • Location influences salary; urban areas usually offer higher pay due to cost of living.

    • Company size can affect salary; larger companies may have ...

  • Answered by AI
  • Q2. What my job work from home
Round 3 - Sms 

(1 Question)

  • Q1. Sending WhatsApp sms and calling data daily

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm looking for job double salery and also work from home job calling and send sms

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Be prepared to answer unstructured questions. -If you were a PM at Netflix, how would you drive revenue? -Guesstimate the no of traffic lights in Delhi
Round 2 - Case Study 

You're a PM at PayTM and they are launching their new gold delivery services. Walk me through the JTBD before it can be set up.

Interview Preparation Tips

Interview preparation tips for other job seekers - It doesn't matter what kind of questions you're asked, you need the mental commitment to take up an impossible job and put effort into it.
You're not judged on the results you bring but on the efforts you put in.

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

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you
  • Q2. Why do your work with us

Interview Preparation Tips

Interview preparation tips for other job seekers - One good thing about redcarpet is it give a chance to build Career for freshers

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Red Carpet?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Joins outputs for various types of joins
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q2. Query using window functions
  • Ans. 

    Window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used in SQL to perform calculations on a set of rows related to the current row.

    • They allow you to perform calculations like ranking, moving averages, and cumulative sums.

    • Examples of window functions include ROW_NUMBER(), RANK(), and SUM() OVER().

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

SQL - technical round

Round 2 - Case Study 

Case Study round - 2

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

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Mostly medium leetcode

Round 2 - Coding Test 

Mostly medium level DSA

Round 3 - Technical 

(1 Question)

  • Q1. AWS, GCP , Kubernetes, Docker
Round 4 - Technical 

(1 Question)

  • Q1. Security standards, cloud security
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Medium Leetcode, Array, String, Tree, DP

Round 3 - Technical 

(1 Question)

  • Q1. System Design, Design Payment Platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode, and skills too
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. 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 - Coding Test 

Mcqs based on cs fundamentals and 2_3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 2-3 DSA questions to be written on paper in the interview itself
  • Q2. Merge 2 sorted Linked list into 1
  • Ans. 

    Merge two sorted linked lists into one.

    • Create a new linked list to store the merged list.

    • Compare the values of the nodes from both lists and add the smaller value to the new list.

    • Move the pointer of the list with the smaller value to the next node.

    • Repeat the comparison and addition until one of the lists is empty.

    • Add the remaining nodes from the non-empty list to the new list.

    • Return the new merged list.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A full cv analysis interview round discussion on all the projects and team work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA quite well and make sure you know everything about your CV and must have some team work skills

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Low Level Design: How to do rate limiting for a platform serving 100K requests per second.
  • Ans. 

    Implement rate limiting for a platform serving 100K requests per second.

    • Use a token bucket algorithm to limit the rate of incoming requests.

    • Set a maximum number of tokens in the bucket to control the rate.

    • Refill the bucket at a constant rate to allow bursts of requests.

    • Track the timestamp of the last request to enforce the rate limit.

    • Consider using a distributed rate limiting system for scalability.

    • Monitor and adjust t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude, verbal ability, critical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. SQL: find store with highest AOV
  • Ans. 

    Use SQL query to find store with highest Average Order Value (AOV).

    • Use GROUP BY clause to group by store

    • Calculate AOV by dividing total revenue by total orders

    • Use ORDER BY and LIMIT to find store with highest AOV

  • Answered by AI
  • Q2. Generic behavioural questions

Red Carpet Interview FAQs

How many rounds are there in Red Carpet interview?
Red Carpet interview process usually has 2-3 rounds. The most common rounds in the Red Carpet interview process are One-on-one Round, Case Study and Resume Shortlist.
How to prepare for Red Carpet 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 Red Carpet. The most common topics and skills that interviewers at Red Carpet expect are Business Analysis, Credit Analysis, Analytics, Financial Services and Risk Analysis.
What are the top questions asked in Red Carpet interview?

Some of the top questions asked at the Red Carpet interview -

  1. Which sallary my daily ba...read more
  2. Be prepared to answer unstructured questions. -If you were a PM at Netflix, ho...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 344 Interviews
Razorpay Interview Questions
3.6
 • 160 Interviews
KFintech Interview Questions
3.5
 • 152 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
Rupeek Interview Questions
3.7
 • 65 Interviews
ACKO Interview Questions
3.7
 • 55 Interviews
Yubi Interview Questions
3.3
 • 41 Interviews
CRED Interview Questions
3.5
 • 39 Interviews
Slice Interview Questions
3.2
 • 37 Interviews
View all

Red Carpet Reviews and Ratings

based on 63 reviews

3.9/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.5

Salary

3.0

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 63 Reviews and Ratings
Operations Executive
7 salaries
unlock blur

₹2 L/yr - ₹2.2 L/yr

Business Development Executive
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Accountant
6 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Customer Support Executive
5 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Territory Sales Manager
4 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Red Carpet with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Rupeek

3.7
Compare

Razorpay

3.6
Compare
write
Share an Interview