Upload Button Icon Add office photos

Filter interviews by

Westside Product Developer Interview Questions and Answers

Updated 25 Feb 2025

Westside Product Developer Interview Experiences

1 interview found

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about your work experience
  • Q2. Block library / spec creation / Design sheet. Safety norms Type of fabric How can i achieve right first time pass blue seal and silver seal.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me About yourself
  • Q2. Explain your current role
  • Q3. A few scenarios were given and question were asked around that . (RCA, Prioritization, Metrics)
Round 2 - Case Study 

Product Case study . Question was there has been significant increase in the returns at your ecommerce platform . Find out Why and then solve this problem

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Prototype read values from url map vs for
  • Ans. 

    Reading values from URL using map vs for loop in JavaScript

    • Use the window.location.search property to get the query string from the URL

    • Map can be used to transform each value in the query string array

    • For loop can be used to iterate through each value in the query string array

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Create ui component to display matched results in dropdown
  • Ans. 

    Create a UI component to display matched results in a dropdown

    • Use HTML, CSS, and JavaScript to create the dropdown component

    • Implement a search functionality to filter and display matched results

    • Use event listeners to handle user interactions like selecting a result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Frontend design -
  • Ans. 

    Frontend design involves creating the user interface of a website or application.

    • Focus on user experience and usability

    • Use responsive design for different screen sizes

    • Implement accessibility features for users with disabilities

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Question related to java , springboot , hibernate, one dsa question based on two pointer

Interview Preparation Tips

Interview preparation tips for other job seekers - If it's tech specific like - java developer -> be prepare for questions related to java and spring boot
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at National Institute of Technology,(NIT), Meghalaya and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude and coding test was there

Round 2 - HR 

(1 Question)

  • Q1. Return the maximum element of an array
  • Ans. 

    Return the maximum element of an array

    • Iterate through the array and keep track of the maximum element found so far

    • Compare each element with the current maximum and update if a larger element is found

    • Return the maximum element after iterating through the entire array

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Assignment 

Assign task to made form and store information into database it's php task

Round 2 - HR 

(2 Questions)

  • Q1. Asked language related questions
  • Q2. Asked about done Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher and want to learn new things then highly recommend to join
Round 1 - Technical 

(1 Question)

  • Q1. Unique elements in an array using es6
  • Ans. 

    Using Set and spread operator to get unique elements in an array.

    • Create a Set from the array using Set constructor

    • Use spread operator to convert Set back to array

    • Alternatively, use Array.from() method to convert Set to array

  • Answered by AI
Round 2 - Coding Test 

Coding question of react application.

Round 3 - One-on-one 

(1 Question)

  • Q1. Project related discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well JS concepts & React Js coding.

Skills evaluated in this interview

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

Speed distance time basic

Round 3 - Technical 

(2 Questions)

  • Q1. DSA oops sql project basic
  • Q2. Oops basic questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Group discussion basic
  • Q2. Basic questions in project in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions resume in detail in query project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via unstop and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Objective 

(2 Questions)

  • Q1. Java questions with code snippets
  • Q2. DSA questions based on heapsort etc
Round 2 - Coding Test 

Questions asked were DP, maps, sorting etc. There were two questions and duration of the test was 1 hour 30 minutes. Platform used for the test was unstop

Round 3 - Coding Test 

The duration of the test was 90 minutes. Questions were hard in this round. The test was conducted on unstop.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good problem solving skills. You should have good knowledge of core subjects.

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

There were 2 coding questions to be solved in 45 minutes. Questions were a bit difficult and topics covered in my set were DP and Graphs.

  • Q1. 

    Graph Coloring Problem

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacen...

  • Ans. 

    The problem is to color a graph with two colors such that no two connected vertices have the same color.

    • Use a graph coloring algorithm such as Depth First Search (DFS) or Breadth First Search (BFS).

    • Start with an arbitrary vertex and color it with one color (e.g., blue).

    • Color all its adjacent vertices with the other color (e.g., red).

    • Continue this process for all connected components of the graph.

    • If at any point, you en...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

I was asked questions on data structures, OOPs, OS and he grilled me on Machine Learning and Microsoft Azure (as is was mentioned in my resume).

  • Q1. 

    Maximum Frequency Number Problem Statement

    Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.

    If multip...

  • Ans. 

    The program finds the number that occurs the maximum times in an array of integers.

    • Iterate through the array and count the frequency of each number using a dictionary.

    • Keep track of the number with the maximum frequency and its index.

    • Return the number with the maximum frequency and the lowest index.

  • Answered by AI
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

It involved a few technical questions based on my resume followed by leadership questions.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Maharaja Agrasen Institute Of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaFemale candidateWalmart interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Algorithms, Operating SystemTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Do not cram solutions.
Tip 2 : Keep practicing and give contests.

Application resume tips for other job seekers

Tip 1 : Make a 1 pager resume strictly
Tip 2 : Have 3-4 decent projects.

Final outcome of the interviewSelected

Westside Interview FAQs

How many rounds are there in Westside Product Developer interview?
Westside interview process usually has 1 rounds. The most common rounds in the Westside interview process are One-on-one Round.

Tell us how to improve this page.

Westside Product Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Walmart Interview Questions
3.8
 • 409 Interviews
DMart Interview Questions
3.9
 • 399 Interviews
Titan Company Interview Questions
4.3
 • 148 Interviews
Landmark Group Interview Questions
4.0
 • 147 Interviews
V-Mart Interview Questions
4.1
 • 146 Interviews
Lowe's Interview Questions
4.2
 • 131 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Target Interview Questions
4.2
 • 119 Interviews
View all

Westside Product Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

2.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Department Manager
317 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Sales Officer
313 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Sales Associate
178 salaries
unlock blur

₹0.7 L/yr - ₹3 L/yr

Sales Executive
57 salaries
unlock blur

₹0.8 L/yr - ₹3 L/yr

Beauty Advisor
33 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Westside with

Pantaloons

4.2
Compare

Shoppers Stop

4.1
Compare

Reliance Retail

3.9
Compare

Future Group

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