Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SquadStack Team. If you also belong to the team, you can get access from here

SquadStack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SquadStack Product Engineer Interview Questions, Process, and Tips

Updated 28 May 2022

Top SquadStack Product Engineer Interview Questions and Answers

  • Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree ...read more
  • Q2. Reverse Words in a String: Problem Statement You are given a string of length N . Your task is to reverse the string word by word. The input may contain multiple spaces ...read more
  • Q3. Arithmetic Expression Evaluation Problem Statement You are provided with a string expression consisting of characters '+', '-', '*', '/', '(', ')' and digits '0' to '9', ...read more
View all 11 questions

SquadStack Product Engineer Interview Experiences

2 interviews found

I was interviewed in Jul 2021.

Round 1 - HR 

Round duration - 15 minutes
Round difficulty - Easy

They called around afternoon to know more about me. It happened over a phone call. Don't lie about anything as they do some screening. Asked reason for change.

Round 2 - Coding Test 

(5 Questions)

Round duration - 150 minutes
Round difficulty - Medium

Asked 5 coding questions on DSA. Total marks were 250. Each question has a different weightage. They give you around a week to complete the round.

  • Q1. 

    Left View of a Binary Tree

    Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

    Inpu...

  • Q2. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Q3. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Q4. 

    Longest Common Subsequence Problem Statement

    Given two strings STR1 and STR2, determine the length of their longest common subsequence.

    A subsequence is a sequence that can be derived from another sequen...

  • Q5. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Asks questions about your experience. Gives introduction to the role and what you'll be doing. Ask any questions about the company, culture or job.

Round 4 - Assignment 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

  • Q1. How would you design a parking lot system?
Round 5 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Asked technical questions around DBMS and Java.

  • Q1. What are the ACID properties in database management systems?
  • Q2. What is an Inner Join?
Round 6 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

2 coding questions were asked in this round. It was easier than the previous online coding round.

  • Q1. 

    Arithmetic Expression Evaluation Problem Statement

    You are provided with a string expression consisting of characters '+', '-', '*', '/', '(', ')' and digits '0' to '9', representing an arithmetic express...

  • Q2. 

    Covid Vaccination Distribution Problem

    As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...

Round 7 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

It was a bar raiser round where they ask system design questions mostly around APIs and Databases.
Asked to create APIs and design tables.

Round 8 - HR 

Round duration - 60 minutes
Round difficulty - Easy

Round with one of the founders to see for cultural fit. General questions about you, your journey, reason for change, priorities when looking for a job.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Product Engineer in NoidaEligibility criteriaNo criteriaSquadstack interview preparation:Topics to prepare for the interview - DSA, System Design, Machine Coding(LLD), System Design(HLD), Java Technical Question, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA
Tip 2 : Practice OOP
Tip 3 : Be honest

Application resume tips for other job seekers

Tip 1 : Don't lie anything on your resume
Tip 2 : Keep it crisp and one page max

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before May 2021.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

The round was a resume walkthrough and one question related to DS as I mentioned one project related to that.

It happened in the morning. You should walkthrough your resume before going for this round.

  • Q1. Can you explain how you handled scalability in the project mentioned in your resume?
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Round contained 1 DSA question

  • Q1. 

    Factorial of a Number Problem Statement

    You are provided with an integer 'N'. Your task is to calculate and print the factorial of 'N'. The factorial of a number 'N', denoted as N!, is the product of all ...

  • Ans. 

    Tip 1 : ease walkthrough the recursion tree that you are trying to think in your mind for this problem
     

  • Answered Anonymously
Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

A problem based on data and I had to find some interference from the same

Round 4 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

This was a culture fit round based on questions like why do you want to join a startup?
What do you expect working in a startup and how would you solve a challenge you are facing.
The career path that you are aiming

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Product Engineer in NoidaEligibility criteriaNoSquadstack interview preparation:Topics to prepare for the interview - DSA, System design, OS, OOPs, Networking.Time required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Focus more on getting to the approaches whatever comes to your mind and not just thinking right the approach.
Tip 2 : Expect question related to system design in a start up interviews
 

Application resume tips for other job seekers

Tip 1 : You should have good projects and you should know about them very well
Tip 2 : You can try any simple format that looks concise

Final outcome of the interviewSelected

Skills evaluated in this interview

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q3. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more

Interview questions from similar companies

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

It consist of mcq's and 2 programs

Round 2 - Technical 

(2 Questions)

  • Q1. Spring security
  • Q2. Programs on stream API
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • It supports lazy evaluation, allowing for efficient processing of large datasets.

    • Example: stream.filter(x -> x > 5).map(x -> x * 2).forEach(System.out::println)

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of recent project
  • Ans. 

    Designed a microservices architecture using Docker and Kubernetes for a real-time analytics platform

    • Utilized Docker containers to encapsulate each microservice

    • Implemented Kubernetes for container orchestration and scaling

    • Used Kafka for real-time data streaming between microservices

  • Answered by AI
  • Q2. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through details mentioned in resume thoroughly

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 5 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 

Mettal test which is online. This test contains question from apptiitude and technical. You need to get minimum 50%.

Round 3 - Technical 

(1 Question)

  • Q1. Questions depends for which role you have applied.
Round 4 - Behavioral 

(1 Question)

  • Q1. This is something like case studies and behaviour analysis round.
Round 5 - HR 

(1 Question)

  • Q1. This is just salary discussion round.

Interview Preparation Tips

Interview preparation tips for other job seekers - First clear mettal test and ready with basi c of roles you have applied.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Assignment 

Create and explain project

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

(1 Question)

  • Q1. Mathematical questions based on days dates

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in Maths
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain about real-time project scenario
  • Ans. 

    Real-time project scenario involves monitoring and controlling processes as they happen, ensuring timely responses and adjustments.

    • Real-time data collection and analysis

    • Immediate feedback and decision-making

    • Continuous monitoring and optimization

    • Examples: real-time monitoring of manufacturing processes, real-time traffic management systems

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Daily activities

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Technology (IIT), Bhuvaneshwar and was interviewed in Nov 2022. There were 4 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 

(1 Question)

  • Q1. No.of online gamers in india
Round 3 - Technical 

(1 Question)

  • Q1. How many people can enroll in playing game from particular college
  • Ans. 

    The number of people who can enroll in playing a game from a particular college depends on various factors.

    • The popularity of the game among students

    • The availability of resources to support the game

    • The capacity of the gaming facility

    • The interest and participation level of the college community

    • The rules and regulations set by the college administration

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep resume neat and clean.Good case studies are enough for getting hired easily
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Aptitude and coding assessment on Mettle, followed by two technical interviews, an HR interview, and a CEO interview.

SquadStack Interview FAQs

How to prepare for SquadStack Product Engineer 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 SquadStack. The most common topics and skills that interviewers at SquadStack expect are Logistics, SAN, Health Insurance, Silicon and Coding.

Tell us how to improve this page.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.1
 • 49 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
Cyfuture Interview Questions
2.9
 • 45 Interviews
Revature Interview Questions
3.5
 • 39 Interviews
IT By Design Interview Questions
4.0
 • 39 Interviews
View all
SquadStack Product Engineer Salary
based on 18 salaries
₹12 L/yr - ₹20.9 L/yr
122% more than the average Product Engineer Salary in India
View more details

SquadStack Product Engineer Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

3.5

Skill development

2.9

Work-life balance

4.0

Salary

1.5

Job security

3.9

Company culture

3.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Telecaller
42 salaries
unlock blur

₹0.5 L/yr - ₹6 L/yr

Business Operations Analyst
23 salaries
unlock blur

₹3.6 L/yr - ₹7.3 L/yr

Sales Expert
18 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Product Engineer
18 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Business Analyst
15 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Explore more salaries
Compare SquadStack with

Maxgen Technologies

4.6
Compare

Cyfuture

2.9
Compare

VDart

4.5
Compare

ANR Software Private Limited

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