Upload Button Icon Add office photos
Engaged Employer

i

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

BasketHunt Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 128 Reviews

Filter interviews by

BasketHunt Web Developer Interview Questions and Answers

Updated 21 Mar 2024

BasketHunt Web Developer Interview Experiences

2 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 21 Mar 2024

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. They'll mail you if you get selected and once you get selected the interviewer will schedule a meet and ask mid level questions and be straight and honest about your experience and youll get selected they ...
  • Q2. Tell me about your projects
  • Q3. How would you add transition using javascript.
  • Ans. 

    To add transition using JavaScript, you can use the style property with the transition property.

    • Set the style property of the element you want to add transition to

    • Use the transition property to specify the CSS properties to transition and the duration of the transition

    • Example: element.style.transition = 'width 2s'

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

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 - One-on-one 

(1 Question)

  • Q1. EXPLAIN YOUR BEST PROJECTS.
Round 3 - HR 

(1 Question)

  • Q1. Telephonic Interview

Web Developer Interview Questions Asked at Other Companies

Q1. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q3. Intersection of Linked List Problem You are provided with two sin ... read more
Q4. Last Index of Element The task is to determine the index of the l ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 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 

(2 Questions)

  • Q1. What is javascript?
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.

    • JavaScript is commonly used for client-side web development.

    • It can be used to create interactive features like forms, animations, and dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

  • Answered by AI
  • Q2. Types of variable in JavaScript
  • Ans. 

    Types of variables in JavaScript include var, let, and const.

    • var: globally scoped or function scoped

    • let: block scoped, can be reassigned

    • const: block scoped, cannot be reassigned

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

It was about designing a website

Round 2 - Technical 

(2 Questions)

  • Q1. How to center a dib
  • Ans. 

    To center a div, use CSS properties like margin, display, and text-align.

    • Use 'margin: 0 auto;' to center horizontally

    • Set 'display: flex;' on the parent container and 'justify-content: center;' to center both horizontally and vertically

    • For older browsers, use 'text-align: center;' on the parent container and 'display: inline-block;' on the div

  • Answered by AI
  • Q2. String concatenation in JavaScript.
  • Ans. 

    String concatenation in JavaScript is the process of combining two or more strings into a single string.

    • Use the '+' operator to concatenate strings.

    • Use the concat() method to concatenate strings.

    • Template literals can also be used for string concatenation.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Any question from your side.

Interview Preparation Tips

Interview preparation tips for other job seekers - it's been too long since I took this interview, so no tips for fresh job seekers

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(2000).add(4) etc
  • Ans. 

    Implement a calculator class with chaining methods and delay function.

    • Create a Calculator class with add, sub, mul methods that return the instance of the class.

    • Implement a delay method that uses setTimeout and returns the instance of the class.

    • Use a queue to store the operations and execute them in order after the delay.

    • Return the result of the operations when the equals method is called.

  • Answered by AI
  • Q2. Problems on Array and bit manipulation. Questions on setTimeout() and bind functions. Polyfill for Promise function currying add(1)(2)(3)(4) etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Given a nested checkboxes like parents > children > childre etc write javascript code such that on click of any checkbox all its children should get updated to same value as that parent.

Interview Preparation Tips

Topics to prepare for Nutanix Front end Developer interview:
  • DSA
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Brush up well with javascript. Polyfills for all the methods, DSA, setTimeout() call, bind, apply method.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Dec 2022. There were 3 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 - Technical 

(3 Questions)

  • Q1. Basic JS concepts and programming related to them
  • Q2. HTML, CSS questions
  • Q3. Framework knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Problem solving related to algorithms and data structures

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Question like our past org. and experience and those basic questions HR usually asks. 2. Technical round will be hard you need to have great understanding of JavaScript and its at least 1 framework like...

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a logical thinking test. It lasts for 1 hr but depends on different scenarios. Interviewer wanted to test both my knowledge and communication skill. Most of the questions asked to me were related to JavaScript, deep level understanding of JavaScript framework, HTML CSS flow, Previous experience and what work I did there and logical thinking questions. These are the main things to remember. Best of luck if you are reading this and have a interview scheduled and if not still best of luck for future.

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

They will ask on some logical coding

Round 2 - Technical 

(1 Question)

  • Q1. Detailed Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiagion Part

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and logical coding part. Work on js coding part

BasketHunt Interview FAQs

How many rounds are there in BasketHunt Web Developer interview?
BasketHunt interview process usually has 2 rounds. The most common rounds in the BasketHunt interview process are One-on-one Round, Resume Shortlist and HR.
What are the top questions asked in BasketHunt Web Developer interview?

Some of the top questions asked at the BasketHunt Web Developer interview -

  1. how would you add transition using javascri...read more
  2. Telephonic Interv...read more

Tell us how to improve this page.

BasketHunt Web Developer Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 348 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
Globant Interview Questions
3.9
 • 170 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
ServiceNow Interview Questions
4.2
 • 118 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
View all
BasketHunt Web Developer Salary
based on 4 salaries
₹1 L/yr - ₹4 L/yr
25% less than the average Web Developer Salary in India
View more details

BasketHunt Web Developer Reviews and Ratings

based on 10 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

2.7

Salary

3.4

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 10 Reviews and Ratings
HR Intern
5 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

Web Developer
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Front end Developer
3 salaries
unlock blur

₹1 L/yr - ₹1 L/yr

Web Development Intern
3 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare BasketHunt with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Shopclues

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