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
Selected Selected

I applied via Company Website and was interviewed before Jul 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 

A screening test on javascript was conducted.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview question was base on your role. Oops concept is must. Html, css, react questions are asked in depth
Round 4 - Assignment 

I was asked to build a weather app using react in 24 hours, where the APIs where provided. Unit test cases was optional.

Round 5 - HR 

(1 Question)

  • Q1. Normal HR questions. Some technical questions were also asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to have deep knowledge in the profile you are apply for.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
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

Html Developer Interview Questions asked at other Companies

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

(2 Questions)

  • Q1. Props and its role in
  • Q2. States and its role in
  • Ans. 

    States play a crucial role in the functioning of a country's government and administration.

    • States are administrative divisions within a country.

    • They have their own governments and are responsible for managing their own affairs.

    • States play a key role in the federal system of government, where power is shared between the central government and the states.

    • They are responsible for implementing policies and programs at the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool. Calm and relax. Stay alert.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 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 

It was from a site called brain bench

Round 3 - Technical 

(1 Question)

  • Q1. Technical guys asks technical qus
Round 4 - Behavioral 

(1 Question)

  • Q1. CEO asked me few qus
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and the process to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

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)

I applied via Indeed and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Brainbench PHP MCQ Test 

(1 Question)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • Interface cannot have constructors while abstract class can.

    • A class can implement multiple interfaces but can inherit only one abstract class.

    • Abstract class can have non-abstract methods while interface cannot.

    • Abstract class can have instance variables while interface cannot.

    • Example of interface: Runnable interface in Java.

    • Exa...

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

(7 Questions)

  • Q1. I was interviewed on the skills that are mentioned in my resume. It was an easy round. Only basic questions were asked in this round.
  • Q2. What is document object model?
  • Ans. 

    Document Object Model (DOM) is a programming interface for web documents.

    • DOM is a tree-like structure that represents the HTML or XML document.

    • It allows developers to manipulate the content and structure of a web page using programming languages like JavaScript.

    • DOM provides a set of methods and properties to access and modify the elements of a web page.

    • Changes made to the DOM are reflected in the web page in real-time.

    • ...

  • Answered by AI
  • Q3. Questions on object oriented php
  • Q4. MySQL - limit, offset, aggregate functions, where vs having, group_concat vs concat
  • Q5. JavaScript - language fundamentals, promise, async await, callback, break vs continue
  • Q6. Laravel - request life cycle, dependency injection, explicit vs implicit routing, design patterns
  • Q7. Vue - lifecycle hooks, component communications, watch vs computed vs methods
Round 3 - Technical 

(1 Question)

  • Q1. Different technical scenario based questions were asked in this round.
  • Ans. They wanted to hear elaborative answer in this round.
  • Answered Anonymously
Round 4 - HR 

(3 Questions)

  • Q1. Even in HR round technical questions were asked so be prepared to face the challenges.
  • Q2. What is ACID property?
  • Ans. 

    ACID property ensures database transactions are reliable and consistent.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Durability ensures that once a tran...

  • Answered by AI
  • Q3. What is normalization?
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Normalization helps to eliminate data redundancy and inconsistencies.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • Normalization is achieved through a series of normal forms, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization ensures data consi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CodeClouds Web Developer interview:
  • PHP
  • Laravel
  • vue
  • Javascript
  • MySQL
  • HTML
  • CSS
  • Codeigniter
Interview preparation tips for other job seekers - Brush up the core concepts of each technology you have mentioned in the resume. They generally ask simple but core questions on each topic. If you are applying for Web Developer position go through all the basics of php, js and mysql.

Skills evaluated in this interview

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)

Get interview-ready with Top CodeClouds Interview Questions

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

Technical Recruiter

Kolkata

1-3 Yrs

Not Disclosed

Digital Marketing Assistant

Kolkata

1-4 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