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 Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top CodeClouds Interview Questions and Answers

View all 19 questions

CodeClouds Interview Experiences

Popular Designations

35 interviews found

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Traits and Interface
  • Ans. 

    Traits are reusable code blocks that can be mixed into classes, while interfaces define a contract that a class must follow.

    • Traits can be used to add methods to a class without inheritance

    • Interfaces define a set of methods that a class must implement

    • A class can implement multiple interfaces, but can only inherit from one class

    • Traits promote code reusability and reduce code duplication

  • Answered by AI

Senior Web Developer Interview Questions asked at other Companies

Q1. Can you elaborate on the design of a scalable invoicing system for small and medium enterprises (SMEs) that enables users to create, manage, and track invoices? Please include considerations for database schema, API design, and performance ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Html, CSS, Javascript, Reactjs related questions
Round 2 - Technical 

(1 Question)

  • Q1. Reactjs, typescript related questions
Round 3 - HR 

(1 Question)

  • Q1. Company history, project related questions

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
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:
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 - 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

Html Developer Interview Questions asked at other Companies

Q1. 3. In how many ways can we display an attribute of HTML?
View answer (2)
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

Html Developer Interview Questions asked at other Companies

Q1. 3. In how many ways can we display an attribute of HTML?
View answer (2)

CodeClouds interview questions for popular designations

 Web Developer

 (7)

 Html Developer

 (5)

 Quality Analyst

 (2)

 Project Manager

 (2)

 Software Developer

 (2)

 Senior Software Engineer

 (2)

 Reactjs Developer

 (2)

 HR Executive

 (1)

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

(2 Questions)

  • Q1. What is the Agile?
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile focuses on delivering value to customers through iterative and incremental development.

    • It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Scrum and Kanban are popular frameworks used in Agile project management.

    • Daily stand-up meetings, sprint planning, a...

  • Answered by AI
  • Q2. What are the major roles and responsibilities of a project manager?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for the basics.

Skills evaluated in this interview

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Get interview-ready with Top CodeClouds Interview Questions

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

(2 Questions)

  • Q1. Strengths and Weakness
  • Q2. See yourself in 5 yrs

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it Simple. Don't Fake Anythings

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

Jobs at CodeClouds

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's more deficult it's not easy round

Round 2 - HR 

(2 Questions)

  • Q1. Speed and distance
  • Q2. Age problem and ratioo

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Web Developer Interview Questions & Answers

user image Abhijit Das

posted on 20 Dec 2023

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

(1 Question)

  • Q1. PHP Based type questions
Round 3 - HR 

(1 Question)

  • Q1. HR Based type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to start carrier.

Top CodeClouds Web Developer Interview Questions and Answers

Q1. What is document object model?
View answer (1)

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy level test can be cleared

Round 2 - Technical 

(2 Questions)

  • Q1. Fibonacci sequence print
  • Q2. Tell me about my self

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell about yourself

Senior Technician Interview Questions asked at other Companies

Q1. What would you do if the computer is turned off and doesn’t turn on ?
View answer (2)

CodeClouds Interview FAQs

How many rounds are there in CodeClouds interview?
CodeClouds interview process usually has 2-3 rounds. The most common rounds in the CodeClouds interview process are Technical, HR and Resume Shortlist.
How to prepare for CodeClouds 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 Javascript, MySQL, HTML, PHP and Team Building.
What are the top questions asked in CodeClouds interview?

Some of the top questions asked at the CodeClouds interview -

  1. What is document object mod...read more
  2. What is ACID proper...read more
  3. What is normalizati...read more
How long is the CodeClouds interview process?

The duration of CodeClouds interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

CodeClouds Interview Process

based on 37 interviews

Interview experience

4.5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
View all

CodeClouds Reviews and Ratings

based on 366 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.4

Salary

4.3

Job security

4.5

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 366 Reviews and Ratings
Lead Web Developer

Kolkata

4-7 Yrs

Not Disclosed

Node.js Developer

Kolkata

2-5 Yrs

Not Disclosed

Automation Tester (QA)

Kolkata

1-6 Yrs

Not Disclosed

Explore more jobs
Web Developer
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Web Developer
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Html Developer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
38 salaries
unlock blur

₹0 L/yr - ₹0 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