Upload Button Icon Add office photos

Filter interviews by

SurveySparrow Product Developer Interview Questions and Answers

Updated 10 Mar 2024

SurveySparrow Product Developer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 6 interview rounds.

Round 1 - Coding Test 

First up was a coding challenge after they screened my resume. I had to solve three medium-level LeetCode problems in 90 minutes. I managed to crack two of them and got partway through the third..

Round 2 - Technical 

(1 Question)

  • Q1. Technical Round 1: After passing the coding challenge, I had a 1-hour online face-to-face technical round. They asked me to solve an easy LeetCode problem, create a schema for a scenario, and write a query...
Round 3 - Technical 

(1 Question)

  • Q1. Technical Round 2: Once I made it through the first technical round, I had a 30-minute session where I tackled another LeetCode easy problem and answered some mid-level questions about React.js and Node.js...
Round 4 - Technical 

(1 Question)

  • Q1. Technical Round 3: This round lasted an hour and covered deep-level questions about React.js, Node.js, SQL, and a few data structure and algorithm questions. They also gave me another LeetCode easy problem...
Round 5 - HR 

(1 Question)

  • Q1. After the technical stuff, there was a 1-hour round where they asked about my interests and why I wanted to join Survey Sparrow.
Round 6 - One-on-one 

(1 Question)

  • Q1. The final round involved talking to the VP of the company. They asked scenario-based technical questions and also delved into my personal interests and goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked me a mix of interesting LeetCode easy problems and questions about Node.js and React.js. In Node.js, they focused on event loops, threads, async/await, promises, and callback functions. For React.js, they delved into virtual DOM, dependency arrays, React hooks, components, and general concepts. They also threw in questions about SQL and NoSQL databases, covering topics like TTL (Time to Live), and touched on a bit of data structure and algorithms, including trees, hashmaps, and time complexities. It was a good blend of coding problems and understanding how I handle different aspects of web development.

Overall, the interviewers were really nice and made me feel comfortable throughout the process. They weren't just looking for perfect answers but wanted to understand my approach. The experience reflected well on the company, showing their professionalism and commitment to a positive interview environment.

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Assignment 

Build Small Web Application

Round 2 - Technical 

(1 Question)

  • Q1. Basic Question on web application , node, javascript , react js
Round 3 - Technical 

(1 Question)

  • Q1. Easy Problem Solving question - String/Array

Interview Preparation Tips

Topics to prepare for SurveySparrow Product Developer interview:
  • Javascript
  • Node.Js
  • Web Technologies
Interview preparation tips for other job seekers - Have a good knowledge on javascript and web application world

Product Developer Interview Questions Asked at Other Companies

asked in Info Edge
Q1. What is the difference between GET and POST methods in HTTP?
asked in Info Edge
Q2. What would you like to work on ? Web Technologies or android
asked in Info Edge
Q3. What is the difference between get and post?
Q4. What is type casting Types of type casting
Q5. What do you know about sustainability?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Normalization concept,Java basics inheritance overloading, encapsulation ,update table ,related to projects in final year
  • Q3. Situation based questions based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident and be genuine whatever you explain that should be very specific to question and if u are feeling narvous then put a gentle smile on your face,if you don't know about question ask then try little bit and say sir I will read about this.
All the Best😊😊
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before Nov 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 tips
Round 2 - Assignment 

Best wishes to you know that you have to come to the day da

Round 3 - Group Discussion 

Hi sir I have sent the best for first year and all the best for your reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy easy easy drawing with this picture 🖼️ and avarampatti photos and videos are you please send panta and all the best for your reference

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

I was interviewed before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

The questions ranged from prime number concepts to one question on linked list.

  • Q1. 

    Prime Time Again Problem Statement

    You are given two integers DAY_HOURS and PARTS. Consider a day with DAY_HOURS hours, which can be divided into PARTS equal parts. Your task is to determine the total ins...

  • Ans. 

    Given DAY_HOURS and PARTS, find total instances of equivalent prime groups in a day divided into equal parts.

    • Divide the day into equal parts and check for prime groups at the same position in different parts.

    • Each prime group consists of prime numbers occurring at the same position in different parts.

    • Return the total number of equivalent prime groups found.

    • Ensure DAY_HOURS is divisible by PARTS and each hour in a prime

  • Answered by AI
  • Q2. 

    Add Two Numbers Represented as Linked Lists

    Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...

  • Ans. 

    Add two numbers represented as linked lists in reverse order and return the sum as a linked list.

    • Traverse both linked lists simultaneously, adding corresponding digits and carrying over if necessary.

    • Handle cases where one list is longer than the other by considering carry over.

    • Create a new linked list to store the sum digits in reverse order.

    • Return the head of the new linked list as the result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen College, University Of Delhi. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 6 CGPA, No pending backlogsTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, System design, Puzzles, AptitudeTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do practice aptitude faithfully because it will help you in cracking the first round.
Tip 2 : Study concepts from different sites like Coding Ninjas, Geeks for Geeks for better understanding.

Application resume tips for other job seekers

Tip 1 : Resume should be one pager.
Tip 2 : Mention your job specific projects on the resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

Exam was in the morning in 2nd shift. It was a difficult .

  • Q1. 

    Sum of Even & Odd Digits

    You need to determine the sum of even digits and odd digits separately from a given integer.

    Input:

    The first line of input is an integer T representing the number of test c...

  • Ans. 

    Implement a function to find the sum of even and odd digits separately in a given integer.

    • Iterate through each digit of the integer and check if it is even or odd.

    • Keep track of the sum of even and odd digits separately.

    • Return the sums of even and odd digits for each test case.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Hard

It was in the morning and there were approx 500 candidates for interview. Interviewers were very nice and cooperative.

  • Q1. What SQL questions do you have related to joins?
  • Ans. 

    SQL questions related to joins

    • Types of joins in SQL (inner join, left join, right join, full outer join)

    • Difference between inner join and outer join

    • Common join conditions (using ON vs WHERE)

    • Handling NULL values in joins

    • Performance considerations when using joins

  • Answered by AI
Round 3 - HR 

Round duration - 10 minutes
Round difficulty - Medium

It was in the morning and interviewer was very nice and polite.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in DelhiEligibility criteriaMinimum 60% is required throughout high school, intermediate and B.tech, not more than one back is allowed.Tata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Sql, Normalization, Algorithms, Data Structure, Machine Learning, Artificial Intelligence, IOT, Python, Cloud ComputingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident and speak politely with a smile. 
Tip 2 : Groom yourself very well in a professional way. 
Tip 3 : Prepare everything mentioned in your resume.
Tip 4 : Also maintain positive body language as everything get noticed in an interview. 
Tip 5 : Try to work on projects and prepare it very well including synopsis of project. 
Tip 6 : Prepare core subjects and important topics. 
Tip 7 : prepare company related questions as well. 
Tip 8 : Maintain eye contact with interviewer.

Application resume tips for other job seekers

Tip 1 : Mention Projects. 
Tip 2 : Mention accurate and true things only. 
Tip 3 : Resume should be neat and clean.
Tip 4 : Mention your achievements in resume. 
Tip 5 : Resume should not be very lengthy, it should be precise. 
Tip 6 : Prepare your resume by following a proper format. 
Tip 7 : Carry your resume in a file.

Final outcome of the interviewSelected

Skills evaluated in this interview

SurveySparrow Interview FAQs

How many rounds are there in SurveySparrow Product Developer interview?
SurveySparrow interview process usually has 4-5 rounds. The most common rounds in the SurveySparrow interview process are Technical, One-on-one Round and Assignment.
What are the top questions asked in SurveySparrow Product Developer interview?

Some of the top questions asked at the SurveySparrow Product Developer interview -

  1. Technical Round 1: After passing the coding challenge, I had a 1-hour online fa...read more
  2. Technical Round 2: Once I made it through the first technical round, I had a 30...read more
  3. Technical Round 3: This round lasted an hour and covered deep-level questions a...read more

Tell us how to improve this page.

SurveySparrow Product Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
SurveySparrow Product Developer Salary
based on 15 salaries
₹5 L/yr - ₹9.2 L/yr
22% less than the average Product Developer Salary in India
View more details

SurveySparrow Product Developer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.2

Salary

4.4

Job security

4.4

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 4 Reviews and Ratings
Product Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Accounts Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SurveySparrow with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Hiver

4.1
Compare

WebEngage

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