Upload Button Icon Add office photos

Filter interviews by

ShopUp Interview Questions, Process, and Tips

Updated 1 Oct 2024

Top ShopUp Interview Questions and Answers

ShopUp Interview Experiences

Popular Designations

4 interviews found

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

I applied via Job Fair and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions on time and days

Round 2 - Coding Test 

Topics on search sorting trees and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on dsa and problem solving

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2023

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

I applied via Recruitment Consulltant and was interviewed in Jun 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 - Aptitude Test 

Moderate level questions asked in maths aptitude , reasoning train, work time, ratio etc.

Round 3 - Coding Test 

2 coding question asked and 45 min are given to solve.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Some basic code snippets, list comprehension, patterns
  • Q2. In depth ml and stats question for data science role, project life cycle

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Jun 2022. There were 8 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 - Aptitude Test 

27 aptitude qusetions (easy-medium)

Round 3 - Coding Test 

There was an option to select between Hard Aptitude Test and Coding Test. I went for coding test. Easy questions on arrays and strings.

Round 4 - Technical 

(3 Questions)

  • Q1. Basic Coding Questions
  • Q2. Projects/Experience Discussion
  • Q3. Discussion on APIs and how they work
Round 5 - Technical 

(2 Questions)

  • Q1. Check a number is prime or not.
  • Ans. 

    To check if a number is prime, iterate from 2 to the square root of the number and check for divisibility.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if the number is divisible by any of these numbers.

    • If the number is divisible by any number in the range, it is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. A two pointer question (two sum)
Round 6 - Technical 

(6 Questions)

  • Q1. OS and DBMS questions
  • Q2. Multihreading vs Multiprocessing
  • Ans. 

    Multithreading allows multiple threads to share the same memory space, while multiprocessing involves separate memory spaces for each process.

    • Multithreading is more lightweight and efficient than multiprocessing.

    • Multithreading is suitable for tasks that involve I/O operations, while multiprocessing is better for CPU-bound tasks.

    • Examples of multithreading include web servers handling multiple requests concurrently, whil...

  • Answered by AI
  • Q3. ACID principles and SQL queries
  • Q4. Reverse a Linked List
  • Ans. 

    Reverse a linked list by changing the next pointers of each node to point to the previous node.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating the next pointer of each node to point to the previous node.

    • Update the previous, current, and next pointers for each iteration.

    • Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null

  • Answered by AI
  • Q5. Edit Alphabets (A Dynamic Programming question)
  • Q6. A two pointer based question.
Round 7 - Technical 

(3 Questions)

  • Q1. A graph question to find path in a maze.
  • Ans. 

    Use depth-first search or breadth-first search to find a path in a maze graph.

    • Implement a graph representation of the maze using an adjacency list or matrix.

    • Use depth-first search (DFS) or breadth-first search (BFS) to explore the maze and find a path from start to end.

    • Track visited nodes to avoid infinite loops and dead ends.

    • Consider edge cases such as multiple paths, loops, and obstacles in the maze.

  • Answered by AI
  • Q2. Find area under a graph (coding question)
  • Ans. 

    Calculate the area under a graph using numerical integration.

    • Use numerical integration methods like trapezoidal rule or Simpson's rule to approximate the area under the curve.

    • Divide the graph into small segments and calculate the area of each segment, then sum them up to get the total area.

    • Make sure to handle cases where the graph is below the x-axis by taking the absolute value of the function before calculating the a

  • Answered by AI
  • Q3. Hard SQL queries were asked
Round 8 - HR 

(1 Question)

  • Q1. General Questions / nothing technical or job relevant

Skills evaluated in this interview

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

Product operation intern Interview Questions & Answers

user image ABHISHEK V S

posted on 9 Aug 2022

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Distance,average,number series

Round 2 - Assignment 

Use Vlookup and reconcile the files and get the data using pivot table find the total transaction per day

Round 3 - HR 

(1 Question)

  • Q1. Self introduction, where you see yourself in five years?,Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about your role.
Say your answers with confident.

ShopUp interview questions for popular designations

 Data Analyst

 (1)

 Sdet Engineer

 (1)

 Software Development Engineer 1

 (1)

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Company profile
  • Q2. What is travel and tourism
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is a dmc?
  • Q2. Disadvantages faced by a dmc
Round 3 - One-on-one 

(2 Questions)

  • Q1. Criteria based questions
  • Q2. Situation handling questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction yourself in details covering each points
  • Ans. 

    Experienced cluster manager with a proven track record in team leadership and strategic planning.

    • Over 5 years of experience in managing multiple teams and projects simultaneously

    • Strong leadership skills with the ability to motivate and inspire team members

    • Expertise in strategic planning and execution to achieve organizational goals

    • Excellent communication and interpersonal skills for effective team collaboration

    • Proven t...

  • Answered by AI
  • Q2. Location can be for new hotels for max revenue
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(4 Questions)

  • Q1. Talk about your work experience. Detailed questions about projects that I worked on.
  • Q2. Why are you interested in switching.
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic field.

    • Interested in leveraging my skills and experience in a new environment

    • Excited about the potential to work on innovative products

    • Looking for opportunities to expand my knowledge and expertise

  • Answered by AI
  • Q3. Do you use any food delivery apps frequently? What would you improve in Swiggy?
  • Ans. 

    Yes, I frequently use food delivery apps like Swiggy.

    • I use Swiggy at least a few times a week for ordering food.

    • I appreciate the wide variety of restaurants and cuisines available on Swiggy.

    • Improvement suggestion: Enhance the user interface for a smoother ordering experience.

    • Improvement suggestion: Implement a more accurate delivery time estimation system.

    • Improvement suggestion: Offer more personalized recommendations

  • Answered by AI
  • Q4. What is northstar metric, what would be northstar metric for Swiggy
  • Ans. 

    Northstar metric is the key metric that drives the core value of a product. For Swiggy, the northstar metric could be Daily Active Users (DAU) or Orders per User.

    • Northstar metric is the single metric that best captures the core value that your product delivers to customers.

    • For Swiggy, the northstar metric could be Daily Active Users (DAU) as it represents the number of unique users who engage with the platform on a dai...

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

(2 Questions)

  • Q1. Explain what you worked on, how did you grow the adoption of the feature.
  • Ans. 

    I worked on improving the adoption of a new feature by conducting user research, implementing user feedback, and creating targeted marketing campaigns.

    • Conducted user research to understand user needs and preferences

    • Implemented user feedback to make necessary improvements to the feature

    • Created targeted marketing campaigns to promote the feature to the right audience

  • Answered by AI
  • Q2. Design product to manage risks during an event. Sub-question- How would this change if the target market is tier 3 cities in India

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software Product Manager interview:
  • Product growth
  • Hr tech
Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Group Discussion 

A random topic was given and we had to speak on it

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do u want to join us
  • Ans. 

    I am passionate about data science and believe your company offers a great opportunity for growth and learning.

    • Passionate about data science

    • Believe company offers growth and learning opportunities

  • Answered by AI
  • Q2. A guestimate question, how many tea cups are consumed daily in delhi
Round 3 - Technical 

(2 Questions)

  • Q1. What is Bias In ML?
  • Ans. 

    Bias in ML refers to the systematic error in a model's predictions, leading to inaccurate results.

    • Bias is the algorithm's tendency to consistently learn the wrong thing by not taking all factors into account.

    • It can result from the data used to train the model being unrepresentative or skewed.

    • Bias can lead to unfair or discriminatory outcomes, especially in sensitive areas like hiring or lending decisions.

    • Examples inclu...

  • Answered by AI
  • Q2. Regression concept in ML
  • Ans. 

    Regression in ML is a supervised learning technique used to predict continuous values based on input features.

    • Regression models establish a relationship between dependent and independent variables.

    • Common regression algorithms include linear regression, polynomial regression, and logistic regression.

    • Evaluation metrics for regression models include Mean Squared Error (MSE) and R-squared.

    • Example: Predicting house prices b...

  • Answered by AI
Round 4 - Aptitude Test 

50 question in 15 mins

Round 5 - One-on-one 

(2 Questions)

  • Q1. On site evaluation, where various tasks were given
  • Q2. Why do u want to join us
  • Ans. 

    I am passionate about data science and believe your company offers a great opportunity for growth and learning.

    • I am passionate about data science and enjoy working with data to derive insights and make informed decisions.

    • I believe your company is at the forefront of innovation in the field of data science, and I am excited about the opportunity to learn from experts in the industry.

    • I am impressed by the projects your c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance might be an issue

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

ShopUp Interview FAQs

How many rounds are there in ShopUp interview?
ShopUp interview process usually has 4-5 rounds. The most common rounds in the ShopUp interview process are Technical, Aptitude Test and Coding Test.
How to prepare for ShopUp 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 ShopUp. The most common topics and skills that interviewers at ShopUp expect are Apache, Coding, Debugging, Linux and MySQL.
What are the top questions asked in ShopUp interview?

Some of the top questions asked at the ShopUp interview -

  1. Find area under a graph (coding questi...read more
  2. A graph question to find path in a ma...read more
  3. Check a number is prime or n...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 446 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 326 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
Moglix Interview Questions
3.5
 • 56 Interviews
DealShare Interview Questions
3.4
 • 37 Interviews
GlowRoad Interview Questions
4.2
 • 6 Interviews
Shop101 Interview Questions
3.8
 • 2 Interviews
Zilingo Interview Questions
4.3
 • 2 Interviews
View all

ShopUp Reviews and Ratings

based on 17 reviews

4.0/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.8

Salary

2.9

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 17 Reviews and Ratings
Associate Product Manager
9 salaries
unlock blur

₹18 L/yr - ₹22 L/yr

Software Development Engineer
8 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Data Analyst
6 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Software Developer
5 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare ShopUp with

Meesho

3.7
Compare

GlowRoad

4.2
Compare

DealShare

3.4
Compare

Shop101

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