i
CodeClouds
Filter interviews by
General Computer Science Questions.
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...
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
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.
I was interviewed in Aug 2024.
MCQs on core php and laravel. It was quite hard and confussing.
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'].
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
CodeClouds interview questions for popular designations
Get interview-ready with Top CodeClouds Interview Questions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Basics of JS and some coding challenges related to array
I am a seasoned HR professional with 10+ years of experience in recruitment, employee relations, and performance management.
Bachelor's degree in Human Resources Management
SHRM-CP certification
Led successful recruitment campaigns resulting in 20% increase in employee retention
Implemented training programs that improved employee satisfaction by 15%
I want to join Codeclouds because of their reputation for innovation and growth opportunities.
Impressed by Codeclouds' track record of innovation in software development
Excited about the potential for growth and advancement within the company
Positive reviews from current employees about the company culture and work environment
I was interviewed before Jan 2024.
Web development related coding questions
They asked me to design a template.
It was basically a machine test, where I needed to do some coding for designing a website It took 4.5 Hours.
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; }
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.
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 ...
Top trending discussions
The duration of CodeClouds interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 36 interviews
Interview experience
based on 435 reviews
Rating in categories
Web Developer
189
salaries
| ₹2.2 L/yr - ₹8.5 L/yr |
Senior Web Developer
77
salaries
| ₹4.2 L/yr - ₹10.5 L/yr |
Html Developer
57
salaries
| ₹2.4 L/yr - ₹7.5 L/yr |
Quality Analyst
43
salaries
| ₹3 L/yr - ₹8.4 L/yr |
Front end Developer
38
salaries
| ₹3.1 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech