Upload Button Icon Add office photos
Engaged Employer

i

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

CodeClouds Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CodeClouds Html Developer Interview Questions, Process, and Tips

Updated 4 Dec 2024

Top CodeClouds Html Developer Interview Questions and Answers

CodeClouds Html Developer Interview Experiences

5 interviews found

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

They asked me to design a template.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the everything you mentioned in your cv.

Html Developer Interview Questions & Answers

user image Ankit Biswas

posted on 14 Dec 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

It was basically a machine test, where I needed to do some coding for designing a website It took 4.5 Hours.

Round 3 - One-on-one 

(4 Questions)

  • Q1. In this round some technical questions were asked by the interviewer. It took almost 0.5 Hours
  • Q2. What is display Flex
  • Ans. 

    display: flex is a CSS property that allows flexible and responsive layout design.

    • It is used to create a flexible box layout model.

    • Elements inside a flex container can be easily aligned and positioned.

    • Flexbox provides powerful features for distributing space and controlling the size of items.

    • It simplifies the process of creating responsive designs.

    • Example: .container { display: flex; }

  • Answered by AI
  • Q3. What is justify content
  • Ans. 

    justify-content is a CSS property that defines how flex items are aligned along the main axis of a flex container.

    • It is used in CSS flexbox layout.

    • It controls the alignment of flex items horizontally.

    • Possible values include: flex-start, flex-end, center, space-between, space-around, and space-evenly.

    • Default value is flex-start.

  • Answered by AI
  • Q4. What is object fit
  • Ans. 

    Object fit is a CSS property that specifies how an image or video should be resized and positioned within its container.

    • Object fit can be set to values like 'contain' or 'cover' to control the scaling and positioning of the content.

    • The 'contain' value scales the content to fit within the container while preserving its aspect ratio.

    • The 'cover' value scales the content to cover the entire container, potentially cropping ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. It was a brief discussion with HR regarding my future goals and salary expectations. It took almost 0.5 Hours.

Skills evaluated in this interview

Html Developer Interview Questions Asked at Other Companies

asked in Webskitters
Q1. 3. In how many ways can we display an attribute of HTML?
asked in Webskitters
Q2. What is the difference between display as flex and display as gri ... read more
asked in Webskitters
Q3. 1. What is the Current version of Bootstrap?
asked in Webskitters
Q4. 2. What is the difference between and tag?
asked in Webskitters
Q5. What is the difference between cellspacing and cellspadding?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 5 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 - HR 

(1 Question)

  • Q1. Just ask about experience, notice period salary
Round 3 - Assignment 

Give me a psd file to covert into html.

Round 4 - Technical 

(1 Question)

  • Q1. Ask some questions from css , bootstrap, html, javascript
Round 5 - Behavioral 

(1 Question)

  • Q1. About Codeclouds, Why we choose CodeClouds

Interview Preparation Tips

Topics to prepare for CodeClouds Html Developer interview:
  • CSS3
  • Html5
  • Bootstrap
  • Javascript
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to change cursor color?
  • Ans. 

    Use CSS property 'caret-color' to change cursor color.

    • Use 'caret-color' property in CSS to change cursor color

    • Specify the color value for 'caret-color' property

    • Example: input { caret-color: red; }

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your strength?

Skills evaluated in this interview

CodeClouds interview questions for designations

 Front end Web Developer

 (1)

 Web Developer

 (7)

 Software Developer

 (2)

 Front end Developer

 (1)

 Senior Web Developer

 (1)

 Reactjs Developer

 (2)

 Senior Software Engineer

 (2)

 Software Tester

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Coding Test 

A PSD file of a webpage was provided which I had to convert into HTML and making it fully responsive website.
Graphics test was also taken.

Round 2 - Technical 

(1 Question)

  • Q1. 2 rounds of technical was taken.
Round 3 - HR 

(1 Question)

  • Q1. Why did you leave your previous company??
  • Ans. 

    Seeking new opportunities for growth and professional development.

    • Looking for a more challenging role

    • Desire to work with a different technology stack

    • Company downsizing or restructuring

    • Relocation to a different city or country

    • Seeking better work-life balance

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Why did you leave your previous company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Lack of learning and development opportunities

    • Company culture mismatch

    • Relocation or commute issues

    • Better compensation or benefits elsewhere

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding is important three problems and mcqs of java and testing

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts were asked
  • Q2. Java questions static jvm and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java very well coding is important
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was fine but hard. Study well and go

Round 2 - Technical 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. Write code for reversing string
  • Ans. 

    Code to reverse a string using array of characters

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study dsa, pointers, and whatever u added in your resume well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Its easy.. brusup on the basics

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic javascript questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Geomatry ,algebra ,train,

Interview Questionnaire 

1 Question

  • Q1. MCQ test was the first round. Here they will ask from HTML css nd js. After that face to face along with online system test. They will ask to create a static web page

CodeClouds Interview FAQs

How many rounds are there in CodeClouds Html Developer interview?
CodeClouds interview process usually has 3-4 rounds. The most common rounds in the CodeClouds interview process are HR, Resume Shortlist and Coding Test.
How to prepare for CodeClouds Html 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 CodeClouds. The most common topics and skills that interviewers at CodeClouds expect are HTML, CSS, Javascript, Photoshop and Web Designing.
What are the top questions asked in CodeClouds Html Developer interview?

Some of the top questions asked at the CodeClouds Html Developer interview -

  1. What is justify cont...read more
  2. How to change cursor col...read more
  3. What is display F...read more

Tell us how to improve this page.

CodeClouds Html Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all
CodeClouds Html Developer Salary
based on 57 salaries
₹2.4 L/yr - ₹7.5 L/yr
37% more than the average Html Developer Salary in India
View more details

CodeClouds Html Developer Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.0

Skill development

4.7

Work-life balance

4.6

Salary

4.0

Job security

4.4

Company culture

4.1

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
HTML Developer

Kolkata

2-5 Yrs

₹ 2.4-5.52 LPA

Explore more jobs
Web Developer
192 salaries
unlock blur

₹2.2 L/yr - ₹8.1 L/yr

Senior Web Developer
77 salaries
unlock blur

₹4.2 L/yr - ₹10.5 L/yr

Html Developer
57 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Quality Analyst
43 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Front end Developer
38 salaries
unlock blur

₹3.1 L/yr - ₹9 L/yr

Explore more salaries
Compare CodeClouds with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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