Upload Button Icon Add office photos

Filter interviews by

ShopUp Software Development Engineer 1 Interview Questions, Process, and Tips

Updated 18 Jun 2023

ShopUp Software Development Engineer 1 Interview Experiences

1 interview found

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

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

Interview questions from similar companies

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 - Aptitude Test 

It was a general aptitude test, the key point to be notes is, the round was only 15 mins long and we needed to solve 50 questions in that time frame.

Round 3 - Coding Test 

There were 2 questions. One being easy and the other being hard.

Round 4 - HR 

(1 Question)

  • Q1. This round was just a general discussion with the HR about the company goals and the work culture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a great network.
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

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical Task based on backend and analytics
  • Q2. Make a website clone
  • Ans. 

    To clone a website, you need to replicate its design, functionality, and content.

    • Study the website's design and layout

    • Identify the technologies used for development

    • Replicate the functionality and features

    • Ensure the content is accurate and up-to-date

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are going to waste your time

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Mangaer asked me to integrate an api

Round 2 - HR 

(1 Question)

  • Q1. Salary negotions was done on the second round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be simple
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql

Round 3 - Technical 

(1 Question)

  • Q1. How does OTP less work make a systematic diagram for it/
  • Ans. 

    OTP less work eliminates the need for one-time passwords for authentication.

    • OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.

    • It provides a more seamless and user-friendly authentication experience.

    • Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Everything related to yourself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Database schema design
API Design
Python fundamentals

Round 2 - Case Study 

Performance and scalability discussion
Architecture and Distribute system implications

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the fundamentals well!

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

ShopUp Interview FAQs

How many rounds are there in ShopUp Software Development Engineer 1 interview?
ShopUp interview process usually has 8 rounds. The most common rounds in the ShopUp interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in ShopUp Software Development Engineer 1 interview?

Some of the top questions asked at the ShopUp Software Development Engineer 1 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.

People are getting interviews through

based on 1 ShopUp interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 435 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
Cogoport Interview Questions
2.8
 • 51 Interviews
Moglix Interview Questions
3.5
 • 50 Interviews
MyCaptain Interview Questions
3.3
 • 39 Interviews
DealShare Interview Questions
3.4
 • 36 Interviews
View all
ShopUp Software Development Engineer 1 Salary
based on 5 salaries
₹10 L/yr - ₹12 L/yr
22% less than the average Software Development Engineer 1 Salary in India
View more details

ShopUp Software Development Engineer 1 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Development Engineer
10 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Associate Product Manager
9 salaries
unlock blur

₹18 L/yr - ₹22 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Data Analyst
7 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Software Development Engineer 1
5 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

Explore more salaries
Compare ShopUp with

Meesho

3.7
Compare

GlowRoad

4.1
Compare

DealShare

3.4
Compare

Shop101

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