Upload Button Icon Add office photos

Filter interviews by

Houzeo Front end Developer Interview Questions, Process, and Tips

Updated 7 Nov 2024

Houzeo Front end Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Create 4 boxes with different bg colors and and align them into order (3,4,1,2)
  • Ans. 

    Create 4 boxes with different bg colors and align them in order (3,4,1,2).

    • Create 4 div elements in HTML

    • Apply different background colors to each div

    • Use CSS to align the divs in the specified order (3,4,1,2)

  • Answered by AI
  • Q2. What is difference between window and document ?
  • Ans. 

    Window refers to the browser window or tab, while document refers to the webpage content within that window.

    • Window is the global object representing the browser window or tab.

    • Document is a property of the window object, representing the webpage content within that window.

    • Window can have multiple document objects, each representing a different webpage open in tabs.

    • Window object provides methods and properties for intera...

  • Answered by AI
  • Q3. Difference between == and === operators
  • Ans. 

    The == operator checks for equality after type conversion, while the === operator checks for equality without type conversion.

    • The == operator performs type coercion before comparing two values, while the === operator does not.

    • Using == can lead to unexpected results due to type coercion, while using === ensures strict equality.

    • Example: '1' == 1 will return true, but '1' === 1 will return false.

  • Answered by AI
  • Q4. What is semantic and meta tags in webpage?
  • Ans. 

    Semantic and meta tags in a webpage help search engines understand the content and structure of the page.

    • Semantic tags provide meaning to the content, such as <header>, <footer>, <article>, <section>.

    • Meta tags provide metadata about the webpage, such as <meta charset='UTF-8'>, <meta name='description' content='This is a webpage description'>.

  • Answered by AI
Round 2 - Assignment 

Develop a webpage for houzeo as per the given figma design with proper documentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid interviewing at Houzeo. First, they conduct a technical round, then assign you a task. After submitting the assignment with proper documentation and code, They stop communicating. They don't respond to call or emails, leaving you without any updated. its a complete waste of time for candidate.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Bootstrap
  • Q2. Javascript

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

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.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 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 
Round 3 - Coding Test 
Round 4 - Assignment 
Round 5 - HR 

(9 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
  • Q9. Tell me about your questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes i can intresting in this company

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 

How revere the string without using reverse method

Round 3 - Coding Test 

Split duplication from the array

Round 4 - HR 

(2 Questions)

  • Q1. Salary negotiation, asked about my previous employer
  • Q2. Speak bold at time of salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared, have a hand experience in your technical
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Use built-in methods like split(), reverse(), and join() to reverse the string

    • Alternatively, loop through the string from end to start and build a new reversed string

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of react and JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to Give examples Supporting your answers

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

1hr

Round 2 - Technical 

(1 Question)

  • Q1. About the ReactJS, Javascrirp,HTML5,CSS3 Questions
Round 3 - Coding Test 
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well for yourself be strong and stick on your words in interview.

Houzeo Interview FAQs

How many rounds are there in Houzeo Front end Developer interview?
Houzeo interview process usually has 2 rounds. The most common rounds in the Houzeo interview process are Technical and Assignment.
What are the top questions asked in Houzeo Front end Developer interview?

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

  1. what is difference between window and documen...read more
  2. what is semantic and meta tags in webpa...read more
  3. create 4 boxes with different bg colors and and align them into order (3,4,1...read more

Tell us how to improve this page.

Houzeo Front end Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Content Writer
24 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Digital Marketing Analyst
6 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

SEO and Content Writer
5 salaries
unlock blur

₹4.8 L/yr - ₹5.8 L/yr

SEO Analyst
5 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Houzeo with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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