Upload Button Icon Add office photos

Filter interviews by

SurveySparrow Front end Developer Interview Questions and Answers

Updated 10 May 2024

SurveySparrow Front end Developer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of html,css and react,css flexbox,grid,where to use what,css units,how to change the value of rem,how do you create an error boundary,what are the hooks are you familiar with,explain usecallback
  • Q2. Gave this card to design and implement the rating functionality using html,css and js -----
  • Ans. 

    Implement a star rating system using HTML, CSS, and JavaScript for user feedback.

    • Use HTML to create a series of star icons, e.g., <span class='star'>&#9733;</span> for filled stars.

    • Style the stars with CSS to change color on hover and when selected.

    • Use JavaScript to capture user clicks and update the rating dynamically.

    • Consider accessibility by adding ARIA attributes to the stars.

    • Implement a reset funct...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basics of html,css and js,even if you are a pro in building applications using modern tech stacks like MERN,we don't give importance to basics which is mostly asked in interviews,so spend some time for basics..
Interview experience
5
Excellent
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 - Technical 

(3 Questions)

  • Q1. Basics of HTML,CSS and React questions were asked , really basic questions like semantic elements , void elements , Sass for css questions , CSS box model
  • Q2. CSS box model and why we use box-border
  • Ans. 

    CSS box model defines the design and layout of elements on a webpage. Box-border is used to include padding and border in the total width and height of an element.

    • CSS box model includes content, padding, border, and margin of an element

    • By default, padding and border are not included in the total width and height of an element

    • Using box-border property includes padding and border in the total width and height of an eleme...

  • Answered by AI
  • Q3. Flex,grid questions and scss questions
Round 3 - Technical 

(2 Questions)

  • Q1. This is live coding round in react
  • Q2. Do post HTTP method for the given API
  • Ans. 

    The POST method is used to submit data to the server in the given API.

    • Use POST method to create a new resource on the server

    • Data is sent in the body of the request

    • Commonly used in forms and when submitting user input

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between splice and slice
  • Ans. 

    splice is used to add or remove elements from an array, while slice is used to extract a portion of an array without modifying it.

    • splice modifies the original array by adding or removing elements, while slice returns a new array with the extracted elements

    • splice takes in parameters for index, number of elements to remove, and optional elements to add, while slice takes in parameters for start and end index

    • Example: cons...

  • Answered by AI
  • Q2. Css visiblity none vs visiblity hidden
  • Ans. 

    visibility: hidden hides an element but still takes up space, visibility: none hides an element and removes it from the layout

    • visibility: hidden hides the element but it still occupies space on the page

    • visibility: none hides the element and removes it from the layout

    • visibility: hidden can be used to hide an element while keeping its space reserved, useful for animations

    • visibility: none is useful when you want to comple...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about SurveySparrow?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript ES6 HTML and Reactjs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Javascript more

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Bootstrap
  • Q2. Javascript

Interview Questionnaire 

1 Question

  • Q1. What is event bubling
  • Ans. 

    Event bubbling is the process of propagating an event from the innermost element to its parent elements in the DOM hierarchy.

    • Events in JavaScript are triggered on elements and then propagate up the DOM tree.

    • During event bubbling, an event triggered on a child element will also trigger on its parent elements.

    • This allows for event delegation, where a single event handler can be used for multiple elements.

    • Event.stopPropag...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Remove duplicate elements from an Array
  • Ans. 

    Remove duplicate elements from an Array

    • Use the Set object to remove duplicate elements

    • Convert the Set back to an array using the spread operator

    • If the array contains objects, use a custom comparison function

  • Answered by AI
  • Q2. How can you only accept jpg and png files using HTML5.
  • Ans. 

    Use the accept attribute in the input tag to only allow jpg and png files.

    • Add accept attribute to input tag with 'image/jpeg, image/png' value

    • This will restrict file selection to only jpg and png files

  • Answered by AI
  • Q3. How to center align a div in just one line in css.
  • Ans. 

    Use flexbox to center align a div in just one line in CSS.

    • Set the parent container's display property to flex.

    • Use the justify-content property with the value 'center' to horizontally center the div.

    • Use the align-items property with the value 'center' to vertically center the div.

  • Answered by AI
  • Q4. How to redirect to login page through React Router if the user has not logged in and trying to go to another page through URL.
  • Ans. 

    Use React Router's Redirect component to redirect to login page if user is not logged in.

    • Create a PrivateRoute component that checks if user is logged in

    • If user is not logged in, redirect to login page using Redirect component

    • Wrap the routes that require authentication with PrivateRoute component

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't really worry about success or failure. It is all about how much you learn. I have failed in at least 15-20 interviews (tbh, I stopped counting at a point, because it doesn't matter) over a span of one year before landing my dream job. I started from not knowing anything about React JS to be fluent enough for interviews. Face as many interviews you can. After the interview, note down all the questions you were asked and study on those topics. For react I divided my topics in three category. REACT(Virtual DOM, class vs functions, lifecycle methods and hooks, work flow on a button click, ROUTER, Context, HOC), REDUX(create store, apply middleware, combine reducers, pure functions, redux saga/thunk, also folder structure for redux ), REACT-REDUX(connect(), mapstatetoprops, mapdispatchtoprops, useselector and usedispatch). These are a few areas I focused on, and they all are VERY important. Study, Give Interviews, Learn, Repeat.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. 1. Basic html schemantics
  • Q2. 2. Pure JS
  • Q3. 3. Angular advance

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard Interview process
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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 - Aptitude Test 

Multiple questions and choice

Round 3 - HR 

(2 Questions)

  • Q1. Salary questions
  • Q2. Only for end of the interview

SurveySparrow Interview FAQs

How many rounds are there in SurveySparrow Front end Developer interview?
SurveySparrow interview process usually has 1-2 rounds. The most common rounds in the SurveySparrow interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in SurveySparrow Front end Developer interview?

Some of the top questions asked at the SurveySparrow Front end Developer interview -

  1. Gave this card to design and implement the rating functionality using html,css ...read more
  2. CSS box model and why we use box-bor...read more
  3. do post HTTP method for the given ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
SurveySparrow Front end Developer Salary
based on 28 salaries
₹5 L/yr - ₹10 L/yr
32% more than the average Front end Developer Salary in India
View more details

SurveySparrow Front end Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Front end Developer
28 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Product Developer
16 salaries
unlock blur

₹6 L/yr - ₹9.2 L/yr

Senior Product Developer
9 salaries
unlock blur

₹11.1 L/yr - ₹17 L/yr

Senior Accounts Manager
9 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Associate Product Manager
8 salaries
unlock blur

₹10 L/yr - ₹15.2 L/yr

Explore more salaries
Compare SurveySparrow with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview