Upload Button Icon Add office photos
Engaged Employer

i

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

Testbook.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Testbook.com Front end Developer Interview Questions and Answers

Updated 1 Sep 2022

Testbook.com Front end Developer Interview Experiences

1 interview found

I appeared for an interview in Aug 2022.

Round 1 - Aptitude Test 

Round was of about 60 minutes and various sections were there like quants , logical reasoning , pseudo code , verbal ability . You need to be fast to do it properly . There are 60 questions and cutoff was about 51 in my college

Round 2 - Technical 

(3 Questions)

  • Q1. Describe about yourself
  • Q2. 3 dsa questions were asked of easy level
  • Q3. Interviewer asked me about react js and i told him i didn't know about it , and my projects were on ML. So he asked me sql questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the job role and study about the companies work culture and what the company does.

Interview questions from similar companies

I applied via Indeed and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions in html,css,JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn basic important interview questions in html,css,JavaScript and better to have a project in hand using front end technology will be added advantage you will surely get placed in the company.the company has a very good atmosphere and i think it will be a good environment to learn and develop yourself.

I applied via Company Website and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Why did you leave your last job?

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is just be honest and rest all will be fine.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 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 - Coding Test 

1 OA round followed by DSA questions , MCQ on development

Round 3 - Assignment 

2 After clearing OA , A assignment was given on FULL stack and you have to complete it within 2 days process.

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

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Question were very basic from array and stacks

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

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

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

Basic numeric ability and reasoning

Round 2 - Coding Test 

Easy to medium level problems of dsa

Round 3 - One-on-one 

(1 Question)

  • Q1. It was one and a half hour long round basically what ever your have written down on your resume they will ask you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Number system,30 min duration

Round 2 - Technical 

(2 Questions)

  • Q1. What is promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() to handle success or failure.

    • They help avoid callback hell and make asynchronous code more readable.

    • Example: const myPromise = new Promise((res

  • Answered by AI
  • Q2. What is html and css
  • Ans. 

    HTML and CSS are languages used for creating and styling web pages.

    • HTML (Hypertext Markup Language) is used for structuring content on a web page.

    • CSS (Cascading Style Sheets) is used for styling the appearance of the content.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layouts, and more.

    • Both HTML and CSS are essential for creating visually

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2023. There were 6 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 - Technical 

(1 Question)

  • Q1. Data structures
Round 3 - Technical 

(1 Question)

  • Q1. System Design fundamentals
Round 4 - Technical 

(1 Question)

  • Q1. System Design questions
Round 5 - Behavioral 

(1 Question)

  • Q1. What do you think about the negative news going around the company
Round 6 - HR 

(1 Question)

  • Q1. Why join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 5 rounds of interview. 3 of them were technical and had easy to moderate level of questions. Rest 2 were more of HR rounds.
After taking 5 rounds, they have the audacity of not even calling back, picking up the calls or providing us with any information. If you are not interested in taking the candidate then why waste their time?

Funniest part is that they are fully aware of what a rubbish organization it is. In the later rounds they talked about cost cutting, negative news around the company, and employee complaints for work life balance. However, they are great at gaslighting as well because they make these sound like employee problems not employer problems.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about Android lifecycle
  • Ans. 

    Android lifecycle refers to the series of states that an activity or fragment goes through from creation to destruction.

    • Android lifecycle includes states like onCreate, onStart, onResume, onPause, onStop, onDestroy, etc.

    • Activities and fragments transition between these states based on user interactions and system events.

    • Understanding Android lifecycle is crucial for managing resources, saving state, and handling config...

  • Answered by AI
  • Q2. Explain about fragment lifecycle
  • Ans. 

    Fragment lifecycle refers to the series of events that occur in the lifespan of a fragment in an Android app.

    • Fragments go through various states like created, started, resumed, paused, stopped, and destroyed.

    • Fragment lifecycle methods include onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy(), etc.

    • Fragment lifecycle is closely tied to the hosting activity's lifecycle.

    • Understanding fragment lifecyc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look into basics

Skills evaluated in this interview

Testbook.com Interview FAQs

How many rounds are there in Testbook.com Front end Developer interview?
Testbook.com interview process usually has 2 rounds. The most common rounds in the Testbook.com interview process are Aptitude Test and Technical.
How to prepare for Testbook.com Front end Developer 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 Testbook.com. The most common topics and skills that interviewers at Testbook.com expect are Javascript, PHP, Shell Scripting, Android and CMS.
What are the top questions asked in Testbook.com Front end Developer interview?

Some of the top questions asked at the Testbook.com Front end Developer interview -

  1. interviewer asked me about react js and i told him i didn't know about it , and...read more
  2. 3 dsa questions were asked of easy le...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 369 Interviews
Unacademy Interview Questions
3.0
 • 207 Interviews
NxtWave Interview Questions
3.8
 • 186 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
Teachnook Interview Questions
3.1
 • 87 Interviews
LEAD School Interview Questions
3.3
 • 86 Interviews
Scaler Academy Interview Questions
3.7
 • 82 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
CollegeDekho Interview Questions
3.0
 • 58 Interviews
View all
Testbook.com Front end Developer Salary
based on 5 salaries
₹5.8 L/yr - ₹9 L/yr
17% more than the average Front end Developer Salary in India
View more details
Senior Business Development Associate
139 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

SME
129 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Business Development Associate
118 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Business Development Executive
71 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Developer
68 salaries
unlock blur

₹10.9 L/yr - ₹37.9 L/yr

Explore more salaries
Compare Testbook.com with

Unacademy

3.0
Compare

Planet Spark

3.7
Compare

Skill Lync

3.1
Compare

NxtWave

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