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 for Freshers

Updated 8 Apr 2025

Top CodeClouds Interview Questions and Answers for Freshers

CodeClouds Interview Experiences for Freshers

Popular Designations

6 interviews found

Intern Interview Questions & Answers

user image dipnarayan sen

posted on 3 Jan 2025

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

General Computer Science Questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2NF and 3NF difference
  • Ans. 

    2NF eliminates partial dependencies, while 3NF eliminates transitive dependencies.

    • 2NF eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF eliminates transitive dependencies by ensuring that non-key attributes are not dependent on other non-key attributes.

    • Example: In a table with columns A, B, and C where A is the primary key, if B depends on A and C...

  • Answered by AI
  • Q2. Alternative of using loop to print 1 to 100
  • Ans. 

    Using recursion to print numbers from 1 to 100 without a loop

    • Create a recursive function that takes a number as input and prints it

    • Call the function with 1 as the initial input and increment the input by 1 in each recursive call

    • Stop the recursion when the input reaches 100

  • Answered by AI
  • Q3. Delete and Truncate Difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation fires triggers on each row deletion while truncate operation does not fire triggers.

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

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

(1 Question)

  • Q1. Which data structure is used to reverse an array?
  • Ans. 

    The data structure used to reverse an array is a stack.

    • A stack data structure can be used to reverse an array by pushing each element onto the stack and then popping them off in reverse order.

    • Example: If we have an array of strings ['apple', 'banana', 'cherry'], we can reverse it using a stack to get ['cherry', 'banana', 'apple'].

  • Answered by AI

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 (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was mostly based on SQL and php
Round 2 - Technical 

(1 Question)

  • Q1. Viva technical interview
Round 3 - Technical 

(1 Question)

  • Q1. Another viva technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with COO

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 (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Basics of JS and some coding challenges related to array

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)

CodeClouds interview questions for popular designations

 Web Developer

 (7)

 Html Developer

 (5)

 Quality Analyst

 (3)

 Project Manager

 (2)

 Software Developer

 (2)

 Senior Software Engineer

 (2)

 Reactjs Developer

 (2)

 Team Lead

 (2)

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 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 - Technical 

(1 Question)

  • Q1. Basic questions of JavaScript and other stuffs related to the role for which the candidate has applied. It was an online test not an interview discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. A technical round discussing about my skills, experiences, background and other questions related to the tech stack the candidate is applying. The interview questions were quite in depth and the interviewe...
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions, leadership questions and basic informational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Focus highly on your basics, all your basics should be clear and you should have clear and in depth knowledge of whatever you know. Your CV should contain only the information that you're certain you can answer and nothing extra. Your projects should be clear and it will be better if you've them deployed

Front end Web Developer Interview Questions asked at other Companies

Q1. How can we get the geographic position of a user in HTML5?
View answer (2)

Jobs at CodeClouds

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 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 

Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.

Round 3 - Technical 

(3 Questions)

  • Q1. What is structure padding?
  • Ans. 

    Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.

    • Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.

    • Padding is compiler-dependent and can vary between different platforms and architectures.

    • Padding can affect the size of a structure and the performance of the program.

    • Example: struct example { ...

  • Answered by AI
  • Q2. College Project discussion
  • Q3. Form a dictionary from name.
  • Ans. 

    Forming a dictionary from name

    • Create an empty dictionary

    • Iterate through each character in the name

    • Add the character as a key and its frequency as value in the dictionary

  • Answered by AI

Skills evaluated in this interview

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

1 hour 3 questions easy to medium leetcode.

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

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

Round 1 - Coding Test 

It was good ...questions were easy and straight forward..basic questions based on ds algo

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

5 dsa questions + 1 sql + 30 mcq in round 1

Round 2 - Coding Test 

Interview round asked a simple question find the 2 largest num in array then moved to oops and some one sql question

CodeClouds Interview FAQs

How many rounds are there in CodeClouds interview for freshers?
CodeClouds interview process for freshers usually has 2-3 rounds. The most common rounds in the CodeClouds interview process for freshers are Technical, One-on-one Round and HR.
How to prepare for CodeClouds interview for freshers?
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 for freshers?

Some of the top questions asked at the CodeClouds interview for freshers -

  1. Which data structure is used to reverse an arr...read more
  2. Alternative of using loop to print 1 to ...read more
  3. 2NF and 3NF differe...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 for Freshers

based on 6 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 176 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
SirionLabs Interview Questions
3.8
 • 24 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all

CodeClouds Reviews and Ratings

based on 376 reviews

4.4/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.3

Salary

4.3

Job security

4.5

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 376 Reviews and Ratings
Lead Web Developer

Kolkata

4-7 Yrs

Not Disclosed

Automation Tester (QA)

Kolkata

1-6 Yrs

Not Disclosed

Node.js Developer

Kolkata

2-5 Yrs

Not Disclosed

Explore more jobs
Web Developer
214 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior Web Developer
65 salaries
unlock blur

₹4.2 L/yr - ₹10.5 L/yr

Html Developer
54 salaries
unlock blur

₹2.7 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

Thomson Reuters

4.1
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

Grey Orange

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