Upload Button Icon Add office photos

Filter interviews by

RedCarpetUp Interview Questions and Answers

Updated 15 Apr 2022

RedCarpetUp Interview Experiences

Popular Designations

4 interviews found

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different between debit card and credidt card
  • Ans. 

    Debit cards are linked to a bank account and allow you to spend only what you have. Credit cards allow you to borrow money up to a certain limit.

    • Debit cards are linked to a checking or savings account, while credit cards are not linked to a bank account.

    • Debit cards allow you to spend only the amount of money you have in your account, while credit cards allow you to borrow money up to a certain limit.

    • Debit cards do not ...

  • Answered by AI
  • Q2. When someone took the loan our company he is not paying snce 3months than that situation how can u convince user to take emi..

Interview Preparation Tips

Interview preparation tips for other job seekers - I am btech engineer I have working in redcarpetUp company since 3years as a collection agent but but no any growth me in this company and no increment our salary redcarpet company is selfish and in this company no respect to agent...

Collection Agent Interview Questions asked at other Companies

Q1. What is different between credit card and debit card
View answer (1)

I applied via Internshala and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Discuss about my projects and programming language etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - learn python programming language and dbeaver database its mostly used in my projects.

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

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

Interview Questionnaire 

1 Question

  • Q1. Was asked to submit a project based on the profile I applied for (fullstack developer)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just perform complete the project as per their instructions. That's all there is.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. I applied through internshala and the questions they asked were from the project I made as part of the interview process.it was an api so the questions asked were based on the database and basics of python...

Fullstack Developer Intern Interview Questions asked at other Companies

Q1. Shortest path in an unweighted graphThe city of Ninjaland is analogous to the unweighted graph. The city has ‘N’ houses numbered from 1 to ‘N’ respectively and are connected by M bidirectional roads. If a road is connecting two houses ‘X’ a... read more
View answer (1)

RedCarpetUp interview questions for popular designations

 Backend Developer

 (1)

 Collection Agent

 (1)

 Full Stack Developer

 (1)

 Fullstack Developer Intern

 (1)

Interview questions from similar companies

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

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Write a js code to reverse a string.
  • Ans. 

    Use JavaScript to reverse a given string.

    • Create a function that takes a string as input

    • Use the split(), reverse(), and join() methods to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a js code fizz bizz
  • Ans. 

    FizzBuzz is a common coding challenge where numbers divisible by 3 are replaced with 'Fizz', numbers divisible by 5 are replaced with 'Buzz', and numbers divisible by both are replaced with 'FizzBuzz'.

    • Create a loop to iterate through numbers 1 to 100

    • Use if statements to check if the number is divisible by 3, 5, or both

    • Replace the number with 'Fizz', 'Buzz', or 'FizzBuzz' accordingly

  • Answered by AI
  • Q3. Angular life cycle hooks
  • Q4. What is Dependency Injection in angular?
  • Ans. 

    Dependency Injection is a design pattern in which a class receives its dependencies from an external source rather than creating them itself.

    • In Angular, Dependency Injection is used to provide instances of services to components.

    • It helps in creating loosely coupled components, making the code more maintainable and testable.

    • Example: In Angular, you can inject services like HttpClient, Router, etc. into components using

  • Answered by AI
  • Q5. What are the Directives in angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to extend HTML with new attributes or elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Destination expert Interview Questions & Answers

TripFactory user image Anonymous

posted on 12 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Favourite international destination

Interview Preparation Tips

Interview preparation tips for other job seekers - Need confidence, strong communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 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 - Technical 

(2 Questions)

  • Q1. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself. Why do you know about NETAPS and 3D India Group? Hobbies? What type of career option you are looking?
  • Q2. Are you ready to work in flexible working module and can you decide and set your own target and can you give PowerPoint Presentation?
  • Ans. 

    Yes, I am ready to work in a flexible working module, set my own targets, and give PowerPoint presentations.

    • I am comfortable working in a flexible working module and have experience setting my own targets in previous roles.

    • I have strong presentation skills and am proficient in creating and delivering PowerPoint presentations.

    • I am self-motivated and can effectively manage my time to meet deadlines and achieve goals.

    • I am...

  • Answered by AI
  • Q3. What is salary expectation, Notice Period?
  • Q4. Can you give goal setting presentation??
  • Ans. 

    Yes, I can give a goal setting presentation.

    • Start by defining the overall objective or goal

    • Break down the goal into smaller, achievable targets

    • Set specific, measurable, attainable, relevant, and time-bound (SMART) goals

    • Create an action plan outlining steps to reach each goal

    • Track progress regularly and make adjustments as needed

    • Use visual aids and examples to illustrate key points

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Netaps Foundation Senior Corporate Sales Manager interview:
  • Excel Powerpoint
  • Email writing
  • Proposal Writing
  • Communication Skills
  • Public Speaking
  • Marketing
  • Team Handling
  • Team Management
  • Stakeholder Management
  • Recruitment
  • Franchisee Development
  • Vendor Development
  • Remote Support
  • Corporate Sales
  • Convincing Power
  • Telephone Handling
  • Human Resource Management
  • Govt Liasioning
  • Brand Management
  • Primary Market Research
  • Market Research
  • Profit Centre Operations
  • Branch Management
Interview preparation tips for other job seekers - All the prospective job seekers are suggested before going to attend interview -keep ready your PowerPoint, Video Making/Editing, Basic Graphic Design, Proposal writing, Email Writing and Phone Handling Etiquette skill.
In your PowerPoint show only those data -which you can deliver.
Make your presentation simple no unnecessary color. and font.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Just normal Swift question
Round 3 - Technical 

(1 Question)

  • Q1. Same thing, but kept asking the estimated timelines
Round 4 - HR 

(1 Question)

  • Q1. Just background checks

RedCarpetUp Interview FAQs

How many rounds are there in RedCarpetUp interview?
RedCarpetUp interview process usually has 1 rounds. The most common rounds in the RedCarpetUp interview process are One-on-one Round.
How to prepare for RedCarpetUp 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 RedCarpetUp. The most common topics and skills that interviewers at RedCarpetUp expect are Analytics, B2B Sales, Business Analysis, Corporate Sales and Data Analytics.
What are the top questions asked in RedCarpetUp interview?

Some of the top questions asked at the RedCarpetUp interview -

  1. Different between debit card and credidt c...read more
  2. When someone took the loan our company he is not paying snce 3months than that...read more
  3. Discuss about my projects and programming language etc...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 RedCarpetUp interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 51 Interviews
MyCaptain Interview Questions
3.2
 • 40 Interviews
HyperVerge Interview Questions
4.3
 • 24 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Simpl Interview Questions
2.9
 • 16 Interviews
Traya Health Interview Questions
3.4
 • 15 Interviews
View all

RedCarpetUp Reviews and Ratings

based on 14 reviews

4.2/5

Rating in categories

4.1

Skill development

3.8

Work-Life balance

3.5

Salary & Benefits

3.3

Job Security

3.4

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 14 Reviews and Ratings
City Manager
4 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Debt Recovery Agent
4 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Full Stack Developer
4 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Data Analyst
3 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Product Manager
3 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare RedCarpetUp with

Cogoport

2.8
Compare

Arzooo.com

2.4
Compare

Treebo Hotels

3.3
Compare

KrazyBee

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview