Upload Button Icon Add office photos

Filter interviews by

Codebuddy Front end Developer Interview Questions and Answers

Updated 6 Jan 2025

Codebuddy Front end Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Front end Developer Jobs at Codebuddy

View all

Interview questions from similar companies

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 experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

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 

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

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. Questions on basic html,css,javascript,angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Go specifically through the requirements mentioned in job profile before attending the interview to keep interviewer and us in the same page.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jun 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - all round clear and easy coding

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Anwers to the interviewers with the confidently. And see towards the camera only. Don't make or get confuse yourself . Understand the interviewers questions. All the best .

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Oops concept
  • Q2. Sql server stored procedure and functions
  • Ans. 

    SQL Server stored procedures and functions

    • Stored procedures are precompiled SQL statements that can be executed with parameters

    • Functions return a single value and can be used in SQL statements

    • Both can improve performance and security by reducing network traffic and preventing SQL injection attacks

  • Answered by AI
  • Q3. Asp.net page life cycle
  • Ans. 

    ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.

    • Page request is received by the server

    • Page is initialized and controls are created

    • Page is loaded with data and events are triggered

    • Page is rendered and sent to the client

    • Page is unloaded and disposed

  • Answered by AI
  • Q4. HTML,CSS,JavaScript website design

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for basic questions and answers.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. Be strong with basics of mentioned technologies.

Codebuddy Interview FAQs

How many rounds are there in Codebuddy Front end Developer interview?
Codebuddy interview process usually has 1 rounds. The most common rounds in the Codebuddy interview process are Technical.
How to prepare for Codebuddy 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 Codebuddy. The most common topics and skills that interviewers at Codebuddy expect are Javascript, Redux, CSS, HTML and TypeScript.

Tell us how to improve this page.

Codebuddy Front end Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Codebuddy Front end Developer Salary
based on 4 salaries
₹3 L/yr - ₹10 L/yr
14% less than the average Front end Developer Salary in India
View more details
Project Manager
10 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Developer
4 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Front end Developer
4 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Node JS Developer
4 salaries
unlock blur

₹6.8 L/yr - ₹7.5 L/yr

Software Engineer
3 salaries
unlock blur

₹5.2 L/yr - ₹11 L/yr

Explore more salaries
Compare Codebuddy with

Coding Ninjas

3.8
Compare

Geekyants Software

3.5
Compare

upGrad

3.7
Compare

Whitehat jr

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