Upload Button Icon Add office photos

Filter interviews by

Under Armour Interview Questions and Answers

Updated 3 Jul 2024

Under Armour Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Past Profile and Experience

Floor Manager Interview Questions asked at other Companies

Q1. In which brand is is more benefits selling in-house brand's of other brands?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Round with the manager

Fashion Consultant Interview Questions asked at other Companies

Q1. What will you do if customer choose two dress and asking to you which is better (one is little low price and second one in high price)??
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. I am a problem solver and strives for team work. I believe in team bonding
  • Answered Anonymously
Round 2 - HR 

(1 Question)

  • Q1. Notice period was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls prepare yourself.
Dont read resume

National Sales Manager Interview Questions asked at other Companies

Q1. Capacity of solar panel , how it works, use of EVA films and future aspects
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about retail equations and solutions for the problem caused in store operations.
Round 3 - HR 

(1 Question)

  • Q1. Basic salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is very unprofessional nothing is organised

Store Manager Interview Questions asked at other Companies

Q1. If ebita is down, what is basic plans, stores conversion is down, IPCm, ATS, DOWN. ---MY ANSWER IS TO GET BASIC RIGHT, REST ALL THE KPI WILL BE FULL FILLED AUTOMATICALLY. Staff to staff marking is very much important and understand your tea... read more
View answer (29)

Under Armour interview questions for popular designations

 National Sales Manager

 (1)

 Fashion Consultant

 (1)

 Floor Manager

 (1)

 Store Manager

 (1)

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Can you tell me about yourself
  • Ans. 

    Experienced retail professional with strong leadership skills and a proven track record of driving sales and exceeding targets.

    • Over 5 years of experience in retail management

    • Successfully led a team of 15 sales associates to achieve a 20% increase in sales revenue

    • Implemented new sales strategies that resulted in a 10% growth in customer base

    • Proficient in inventory management and budget planning

  • Answered by AI
  • Q2. Your Expected Salary
  • Ans. 

    I expect a competitive salary that reflects my skills, experience, and the responsibilities of the Assistant Manager role.

    • I have researched the average salary range for Assistant Managers in this industry and location.

    • I have considered my qualifications, experience, and the value I can bring to the company.

    • I am open to discussing the salary package and benefits offered by the company.

    • I believe a fair and competitive sa...

  • Answered by AI
  • Q3. Explan your Retail sector Exp
  • Ans. 

    I have extensive experience in the retail sector, including managing teams, driving sales, and ensuring excellent customer service.

    • Managed a team of 15 sales associates, providing guidance and support to achieve sales targets

    • Implemented strategies to increase customer satisfaction, resulting in a 20% improvement in customer feedback ratings

    • Developed and executed promotional campaigns to drive foot traffic and boost sal...

  • Answered by AI

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

Round 1 - Coding Test 

Questions like reverse linked list, palindrome number etc..

Round 2 - One-on-one 

(1 Question)

  • Q1. Tech discussion on java, spring boot, distributed systems. Interview was very basic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very basic. Good hold on java frameworks, leetcode easy questions are enough to crack Nike

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. How can you check if two strings are anagrams of each other?
  • Ans. 

    Check if two strings are anagrams by comparing the sorted versions of the strings.

    • Sort both strings and compare if they are equal.

    • Use a hashmap to store the frequency of characters in each string and compare the maps.

    • Ignore spaces and punctuation when comparing the strings.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Round 3 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute Of Technology, Silchar, Assam. I applied for the job as SDE - 1 in SiddharthnagarEligibility criteria6 CGPAAmazon interview preparation:Topics to prepare for the interview - Basic Computer Science backgroundTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Add projects and Internships if you have done any and add only those things which you really know.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.

  • Q1. 

    Detect Cycle in a Directed Graph

    You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...

  • Ans. 

    Detect cycle in a directed graph using depth-first search (DFS) algorithm.

    • Use DFS to traverse the graph and detect back edges indicating a cycle.

    • Maintain a visited array to keep track of visited nodes during traversal.

    • If a node is visited again during traversal and it is not the parent node, then a cycle exists.

    • Return true if a cycle is detected, false otherwise.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview

  • Q1. 

    Next Smallest Palindrome Problem Statement

    Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.

    Explanation:

    You are given a number in string format, a...

  • Ans. 

    Find the next smallest palindrome greater than a given number represented as a string.

    • Convert the string to an integer, find the next greater palindrome, and convert it back to a string.

    • Handle cases where the number is a palindrome or has all digits as '9'.

    • Consider both odd and even length numbers when finding the next palindrome.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 11:00 am. Interview went well.

  • Q1. 

    Boundary Traversal of a Binary Tree

    Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.

    Input:

    The first line ...
  • Ans. 

    Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.

    • Traverse the left boundary nodes in a top-down manner

    • Traverse the leaf nodes from left to right

    • Traverse the right boundary nodes in a bottom-up manner

    • Handle cases where duplicates occur in the boundary nodes

    • Implement the function without printing as printing is already managed

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaGood knowledge of Data Structures, Some great projects which are used by the usersAmazon interview preparation:Topics to prepare for the interview - Data Structures, Web development, System Design, Algorithms, Dynamic Programming, Database, OS, Networking, OOPS, DevOpsTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart. 
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.

Application resume tips for other job seekers

Tip 1 : Always try to make it a single page 
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Associate Interview Questions & Answers

Amazon user image Arshiya Saba

posted on 10 Sep 2020

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Q & A

Interview Preparation Tips

Interview preparation tips for other job seekers - First-round I had English grammatical questions following that it took me to speech recognition, listen and type or type & email drafting. all you need is a calm mind and peaceful place and your set to go.
Contribute & help others!
anonymous
You can choose to be anonymous

Under Armour Interview FAQs

How many rounds are there in Under Armour interview?
Under Armour interview process usually has 2 rounds. The most common rounds in the Under Armour interview process are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Under Armour interview?

Some of the top questions asked at the Under Armour interview -

  1. Asked about retail equations and solutions for the problem caused in store oper...read more
  2. Notice period was as...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

JK Tyres

INTERVIEWS

NetApp

No Interviews

SALARIES

JK Tyres

LIST OF COMPANIES

Adidas

Overview

SALARIES

Engati

Tell us how to improve this page.

Under Armour Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Decathlon Interview Questions
3.9
 • 101 Interviews
Adidas Interview Questions
3.9
 • 72 Interviews
PUMA Interview Questions
4.2
 • 52 Interviews
NIKE Interview Questions
4.2
 • 38 Interviews
Skechers Interview Questions
4.0
 • 9 Interviews
Reebok Interview Questions
4.5
 • 4 Interviews
Asics Interview Questions
4.0
 • 2 Interviews
View all

Under Armour Reviews and Ratings

based on 26 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.8

Salary

3.4

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 26 Reviews and Ratings
Store Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Fashion Consultant
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Store Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Retail Store Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Under Armour with

NIKE

4.2
Compare

Adidas

3.9
Compare

PUMA

4.3
Compare

Reebok

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