Upload Button Icon Add office photos

Filter interviews by

Red Tag Interview Questions and Answers

Updated 4 Jul 2024

Red Tag Interview Experiences

Popular Designations

2 interviews found

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

I applied via AmbitionBox and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Grooming, greet altitude

Round 2 - Experience 

(2 Questions)

  • Q1. Self introduction or brief you
  • Q2. Attitude & groom

Interview Preparation Tips

Interview preparation tips for other job seekers - Push from counter one pcs like small value itemd

Store Incharge Interview Questions asked at other Companies

Q1. if material purchase in party but some material in liquid and some has been expiared how would have in this case?
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Oct 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 

(1 Question)

  • Q1. Tell about yourself How many rows and columns in excel sheet Vlookup
  • Ans. 

    I am a data scientist with expertise in Excel and Vlookup.

    • An Excel sheet can have up to 1,048,576 rows and 16,384 columns.

    • Vlookup is a function in Excel used to search for a value in the first column of a range and return a value in the same row from another column.

    • For example, =VLOOKUP(1001, A1:B10, 2, FALSE) will search for the value 1001 in column A and return the corresponding value in column B.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Interview questions from similar companies

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

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Explain useState for managing state, useEffect for handling side effects, useMemo for performance optimization, and useCallback for memoizing functions. Understand how these hooks enhance functional compon...
  • Ans. 

    Explanation of useState, useEffect, useMemo, and useCallback hooks in React functional components.

    • useState is used to manage state in functional components

    • useEffect is used for handling side effects like data fetching, subscriptions, etc.

    • useMemo is used for performance optimization by memoizing expensive calculations

    • useCallback is used for memoizing functions to prevent unnecessary re-renders

    • These hooks enhance functio...

  • Answered by AI
  • Q2. Describe lifecycle methods in class components and their functional equivalents with hooks. Know how to handle component mounting, updating, and unmounting.
  • Q3. Understand setting up a Redux store, connecting components, and managing actions and reducers. Be familiar with middleware like Redux Thunk or Redux Saga for handling asynchronous actions.
  • Ans. 

    Setting up Redux store, connecting components, managing actions and reducers, and using middleware like Redux Thunk or Redux Saga for handling asynchronous actions.

    • Setting up a Redux store involves creating a store with createStore() function from Redux, combining reducers with combineReducers(), and applying middleware like Redux Thunk or Redux Saga.

    • Connecting components to the Redux store can be done using the connec...

  • Answered by AI
  • Q4. How to add and manipulate elements in arrays using JavaScript (e.g., inserting "watermelon" in the middle)?
  • Ans. 

    To add and manipulate elements in arrays using JavaScript, you can use array methods like splice() and slice().

    • Use the splice() method to insert elements into an array at a specific index. For example, arr.splice(index, 0, 'watermelon') will insert 'watermelon' at the specified index without removing any elements.

    • To manipulate elements in an array, you can use methods like splice() to remove elements or slice() to extr...

  • Answered by AI
  • Q5. Use and purpose of Math.floor() in JavaScript.
  • Ans. 

    Math.floor() is a method in JavaScript that rounds a number down to the nearest integer.

    • Math.floor() returns the largest integer less than or equal to a given number.

    • It is commonly used to convert a floating-point number to an integer.

    • Example: Math.floor(3.9) returns 3.

  • Answered by AI
  • Q6. Mocking components in Jest, including handling props and named exports
  • Ans. 

    Mocking components in Jest for testing with props and named exports

    • Use jest.mock() to mock components and their exports

    • For handling props, use jest.fn() to create mock functions and pass them as props to the component being tested

    • For named exports, use jest.mock() with a second argument to specify the module's exports

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart Software Engineer III interview:
  • useMemo
  • Splice vs Slice
  • saga
  • use of redux and purpose
  • useCallback
  • jest mocking
  • what is use of Math.floor()
  • ceil
  • classComponent
Interview preparation tips for other job seekers - I gave interview on 19 Sep 2024 for Java Full Stack .
In Round 1, interviewer ask only frontend question ,expect to discuss the use of React hooks like useState, useEffect, useMemo, and useCallback for managing state and optimizing performance in functional components, understand component lifecycle methods and their functional equivalents, and demonstrate knowledge of Redux for global state management, including middleware like Redux Thunk or Redux Saga. Additionally, be familiar with modern JavaScript features such as ES6+ syntax and array manipulation methods to write clean and efficient code.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

I have been working at essae for 3 years.

Round 2 - One-on-one 

(2 Questions)

  • Q1. I want to learn something new.
  • Q2. I would love to meet someone to learn something better and I can work.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was working in Essae company doing weight bridge service and installation. It has been 3 years. I am still working in Essae Digitronics Pvt Ltd.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What does the HR interview process generally consist of in the first round?
  • Q2. What were the details of the final interview round?
Round 2 - One-on-one 

(2 Questions)

  • Q1. One on one round
  • Q2. Group discussion
Round 3 - Technical 

(1 Question)

  • Q1. Note interview round
Round 4 - Technical 

(1 Question)

  • Q1. Not interview in
Round 5 - Coding Test 

Note interview round

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

I applied via AmbitionBox and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

We are discussing the daily sales targets and store achievements.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ill be go one by one connect with the staff discussing the yesterday sale and stock requirements.
  • Q2. Then we see the floor standeds and hygienic

Interview Preparation Tips

Interview preparation tips for other job seekers - Staff need to be fast better oppertunity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between decode and case?
  • Ans. 

    Decode is a function in Oracle that is used to provide if-then-else type of logic, while Case is used for conditional logic with multiple conditions.

    • Decode is used for simple if-then-else logic, while Case is used for more complex conditional logic.

    • Decode can only handle equality conditions, while Case can handle a variety of conditions.

    • Case allows for multiple conditions and multiple results, while Decode only allows ...

  • Answered by AI
  • Q2. How will we handle exceptions in Bulk Collect?
  • Ans. 

    Exceptions in Bulk Collect can be handled using SAVE EXCEPTIONS clause and FORALL statement.

    • Use SAVE EXCEPTIONS clause to handle exceptions in Bulk Collect.

    • Use FORALL statement to process the data and handle exceptions efficiently.

    • Exceptions can be logged, ignored, or handled based on the business requirements.

  • Answered by AI
  • Q3. What are Cursor attributes?
  • Ans. 

    Cursor attributes are properties that provide information about the status of a cursor in PL/SQL.

    • Cursor attributes include %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN.

    • They are used to check the status of a cursor after a DML operation.

    • For example, %FOUND returns TRUE if a fetch operation successfully retrieves a row.

  • Answered by AI
  • Q4. What is pragma autonomous transaction?
  • Ans. 

    Pragma autonomous transaction is used to create a new transaction within the current transaction.

    • Pragma autonomous transaction allows a subprogram to start a new transaction that is independent of the calling transaction.

    • This is useful when you need to commit or rollback changes made by the subprogram without affecting the main transaction.

    • It is commonly used in triggers, where you want to perform some actions independ...

  • Answered by AI
  • Q5. Concat function

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning, writing and communication

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is the job role of store manager in Max and how you start your day
  • Ans. 

    The job role of a store manager at Max involves overseeing daily operations, managing staff, ensuring customer satisfaction, and driving sales.

    • Opening the store and conducting a walk-through to ensure everything is in order

    • Reviewing sales targets and performance metrics

    • Assigning tasks to staff members and providing guidance as needed

    • Handling customer complaints and resolving issues

    • Managing inventory levels and placing ...

  • Answered by AI
  • Q2. How to drive sale
  • Ans. 

    To drive sales, focus on customer service, product knowledge, merchandising, promotions, and staff training.

    • Provide excellent customer service to build loyalty and repeat business.

    • Ensure staff have thorough product knowledge to assist customers effectively.

    • Implement attractive merchandising displays to draw in customers.

    • Run promotions and sales to incentivize purchases.

    • Regularly train and motivate staff to maximize sal

  • Answered by AI
  • Q3. How you improvement VM in store
  • Ans. 

    Improving visual merchandising in store involves strategic placement of products and displays to enhance the overall shopping experience.

    • Regularly update window displays to attract customers

    • Ensure products are well-organized and easy to find

    • Utilize signage and lighting effectively to highlight key products

    • Train staff on maintaining visual standards

    • Monitor customer feedback and adjust displays accordingly

  • Answered by AI
  • Q4. How you handle attrition
  • Ans. 

    I handle attrition by focusing on employee engagement, career development, and creating a positive work environment.

    • Regularly communicate with employees to understand their needs and concerns

    • Provide opportunities for career growth and development

    • Create a positive work culture through team-building activities and recognition programs

    • Conduct exit interviews to gather feedback and identify areas for improvement

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. 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 

(2 Questions)

  • Q1. Profile interview
  • Q2. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
  • Ans. 

    KPIs for marketing include metrics like ROI, lead generation, brand awareness. Marcom plays a key role in achieving these KPIs.

    • Key performance indicators for marketing include ROI, lead generation, customer acquisition cost, customer lifetime value, brand awareness, and conversion rates.

    • Marketing communications (Marcom) plays a crucial role in achieving these KPIs by creating and delivering targeted messaging to the ri...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Team management and event management
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

A test that rated your ability to work retail and handel customers.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Whats your availability like/ is it flexible.
  • Ans. 

    I have a flexible availability and can adjust my schedule as needed.

    • I am available to work weekdays, weekends, and evenings.

    • I can easily switch shifts with advance notice.

    • I am open to working overtime if required.

    • I am willing to accommodate any scheduling needs of the company.

  • Answered by AI
  • Q2. Whats your previous job experiences.
  • Ans. 

    I have 5 years of experience in marketing and sales roles at a tech company.

    • Worked on developing marketing strategies to increase brand awareness

    • Managed social media accounts and created engaging content

    • Collaborated with sales team to generate leads and close deals

  • Answered by AI
  • Q3. How well can you manage unhappy/ unpleasant customers.
  • Ans. 

    I have experience in de-escalating situations with unhappy customers by actively listening, empathizing, and finding solutions.

    • Active listening to understand the customer's concerns

    • Empathizing with the customer's emotions

    • Finding solutions to address the customer's issues

    • Remaining calm and professional throughout the interaction

    • Offering alternatives or compensation when appropriate

  • Answered by AI
  • Q4. How are your customer service skills.
  • Q5. Are you a good team worker or better alone.

Red Tag Interview FAQs

How many rounds are there in Red Tag interview?
Red Tag interview process usually has 2-3 rounds. The most common rounds in the Red Tag interview process are One-on-one Round, Coding Test and Resume Shortlist.
What are the top questions asked in Red Tag interview?

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

  1. Tell about yourself How many rows and columns in excel sheet Vloo...read more
  2. Attitude & gr...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Red Tag 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

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Myntra Interview Questions
4.0
 • 209 Interviews
Snapdeal Interview Questions
3.8
 • 74 Interviews
Inorbit Mall Interview Questions
4.4
 • 13 Interviews
Easyday Club Interview Questions
4.4
 • 10 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
LimeRoad Interview Questions
2.6
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
Voonik Interview Questions
2.1
 • 1 Interview
View all

Red Tag Reviews and Ratings

based on 71 reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-Life balance

3.5

Salary & Benefits

4.1

Job Security

3.4

Company culture

3.0

Promotions/Appraisal

3.4

Work Satisfaction

Explore 71 Reviews and Ratings
Retail Store Manager
15 salaries
unlock blur

₹7 L/yr - ₹15.6 L/yr

Sales Executive
7 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Merchandise Planner
5 salaries
unlock blur

₹11 L/yr - ₹15 L/yr

Shop Manager
4 salaries
unlock blur

₹10.5 L/yr - ₹22 L/yr

Assistant Manager Merchandising
4 salaries
unlock blur

₹10.8 L/yr - ₹14.8 L/yr

Explore more salaries
Compare Red Tag with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
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