Upload Button Icon Add office photos
Engaged Employer

i

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

FeedBox Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 11 Reviews

Filter interviews by

FeedBox Web Developer Interview Questions and Answers

Updated 24 Feb 2024

FeedBox Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2024

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

I applied via Newspaper Ad and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. APIs Project related questions Javascript basics React basics
  • Q2. Project related questions

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are hooks in WordPress and what type hooks available?
  • Ans. 

    Hooks in WordPress are functions that allow developers to modify the behavior of WordPress core, themes, and plugins.

    • There are two types of hooks: action hooks and filter hooks.

    • Action hooks allow developers to execute code at specific points in the WordPress core, themes, and plugins.

    • Filter hooks allow developers to modify data before it is displayed to the user.

    • Examples of hooks include 'wp_head', 'wp_footer', and 'th

  • Answered by AI
  • Q2. What you will do if website gets hacked?
  • Ans. 

    I will immediately take the website offline and assess the damage. Then I will work on fixing the vulnerabilities and restoring the website.

    • Take the website offline

    • Assess the damage

    • Identify the vulnerabilities

    • Fix the vulnerabilities

    • Restore the website

    • Implement security measures to prevent future attacks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 3 Minds Digital Web Developer interview:
  • WordPress
  • PHP
Interview preparation tips for other job seekers - Quick and fast onboarding process.
Hand on experience on live projects.
Great learning platform.
Prepare in deep about WordPress, php, sass, etc

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2022. 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 

According to your profile they give some small task to you.
May it be possible, you will get such task like CRUD operation, basic technical questions for freshers. If you are experienced , then the main focus will be on your skills and projects that you have done. If you have completed self projects in related technology, it will be plus point

Round 3 - HR 

(1 Question)

  • Q1. In HR round, First thing is to introduce yourself and the English communication will be preferable.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pros : Good for Freshers. Here you can learn more things as a fresher
Cons : you need to learn everything to yourself nobody can help you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is the starting round in every companys

Round 2 - Technical 

(1 Question)

  • Q1. Ask me anything
Round 3 - HR 

(1 Question)

  • Q1. Ask me anything

Interview Preparation Tips

Topics to prepare for Coalition Technologies Front end Developer interview:
  • HTML
  • CSS
  • Javascript
  • Servlets
  • JDBC
  • MySQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2023. 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 

There are some mcq based on dsa and core subject

Round 3 - Coding Test 

3 coding question easy to medium

Round 4 - One-on-one 

(2 Questions)

  • Q1. Find the mid of linked list using single loop
  • Ans. 

    To find the mid of a linked list using a single loop.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one node and the fast pointer by two nodes in each iteration.

    • When the fast pointer reaches the end of the linked list, the slow pointer will be pointing to the middle node.

    • Return the value of the node pointed by the slow pointer as the mid of the linked list.

  • Answered by AI
  • Q2. Reverse array without using extra space
  • Ans. 

    Reverse an array without using extra space

    • Use two pointers, one at the beginning and one at the end of the array

    • Swap the elements at the two pointers and move the pointers towards each other

    • Repeat until the pointers meet at the middle of the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on DSA and core subject and confidence level high

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Css,javascript , both are not easy level but moderate level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First exam was conducted, then interview of technical round , then managerial round

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are hooks in WordPress and what type hooks available?
  • Ans. 

    Hooks in WordPress are functions that allow developers to modify the behavior of WordPress core, themes, and plugins.

    • There are two types of hooks: action hooks and filter hooks.

    • Action hooks allow developers to execute code at specific points in the WordPress core, themes, and plugins.

    • Filter hooks allow developers to modify data before it is displayed to the user.

    • Examples of hooks include 'wp_head', 'wp_footer', and 'th

  • Answered by AI
  • Q2. What you will do if website gets hacked?
  • Ans. 

    I will immediately take the website offline and assess the damage. Then I will work on fixing the vulnerabilities and restoring the website.

    • Take the website offline

    • Assess the damage

    • Identify the vulnerabilities

    • Fix the vulnerabilities

    • Restore the website

    • Implement security measures to prevent future attacks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 3 Minds Digital Web Developer interview:
  • WordPress
  • PHP
Interview preparation tips for other job seekers - Quick and fast onboarding process.
Hand on experience on live projects.
Great learning platform.
Prepare in deep about WordPress, php, sass, etc

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

According to your profile they give some small task to you.
May it be possible, you will get such task like CRUD operation, basic technical questions for freshers. If you are experienced , then the main focus will be on your skills and projects that you have done. If you have completed self projects in related technology, it will be plus point

Round 3 - HR 

(1 Question)

  • Q1. In HR round, First thing is to introduce yourself and the English communication will be preferable.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pros : Good for Freshers. Here you can learn more things as a fresher
Cons : you need to learn everything to yourself nobody can help you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Nimber series arithmetic aptitude

Round 3 - HR 

(4 Questions)

  • Q1. Why you lokking for a new role
  • Q2. Ask me about webtechnologies
  • Q3. Tell me about yousrself
  • Q4. Ask me about my course
Round 4 - Assignment 

Calculator assignment on webtechnologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and technical skills diciplain, self motivation,self confidence, willing to relocate
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Asked most question from javascript, and react also, interviewer was behaving rude

Round 3 - HR 

(1 Question)

  • Q1. There was no hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very deep and basic of javascript and reactjs.

FeedBox Interview FAQs

How many rounds are there in FeedBox Web Developer interview?
FeedBox interview process usually has 1 rounds. The most common rounds in the FeedBox interview process are Technical.
What are the top questions asked in FeedBox Web Developer interview?

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

  1. APIs Project related questions Javascript basics React bas...read more
  2. Project related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
Blinkit Interview Questions
3.7
 • 173 Interviews
Dunzo Interview Questions
3.4
 • 75 Interviews
Licious Interview Questions
3.7
 • 59 Interviews
FreshToHome Interview Questions
3.6
 • 23 Interviews
Nature's Basket Interview Questions
3.8
 • 12 Interviews
Box8 Interview Questions
3.5
 • 12 Interviews
Synergy Interview Questions
4.0
 • 9 Interviews
View all

FeedBox Web Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-Life balance

-

Salary & Benefits

-

Job Security

-

Company culture

-

Promotions/Appraisal

-

Work Satisfaction

Explore 1 Review and Rating
Compare FeedBox with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview