Upload Button Icon Add office photos
Engaged Employer

i

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

Cloudrevel Innovations Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloudrevel Innovations Interview Questions and Answers

Updated 25 Feb 2025
Popular Designations

6 Interview questions

A Web Designer & Frontend Developer was asked 12mo ago
Q. What tech stacks have you worked with?
Ans. 

I have experience working with various tech stacks including HTML, CSS, JavaScript, React, and Node.js.

  • HTML

  • CSS

  • JavaScript

  • React

  • Node.js

View all Web Designer & Frontend Developer interview questions
A Web Designer & Frontend Developer was asked 12mo ago
Q. What are the basics of React?
Ans. 

React is a JavaScript library for building user interfaces, focusing on component-based architecture and efficient rendering.

  • Component-Based: React applications are built using reusable components. For example, a Button component can be reused across the app.

  • JSX Syntax: React uses JSX, a syntax extension that allows mixing HTML with JavaScript. Example: <h1>Hello, World!</h1>.

  • Virtual DOM: React maintai...

View all Web Designer & Frontend Developer interview questions
A Web Designer & Frontend Developer was asked 12mo ago
Q. What is your experience with basic HTML, CSS, and JavaScript?
Ans. 

HTML, CSS, and JavaScript are foundational technologies for building web pages and applications, enabling structure, style, and interactivity.

  • HTML (HyperText Markup Language) structures the content of web pages. Example: <h1>Title</h1> defines a main heading.

  • CSS (Cascading Style Sheets) styles the appearance of HTML elements. Example: body { background-color: blue; } changes the background color.

  • JavaSc...

View all Web Designer & Frontend Developer interview questions
A Reactjs Developer was asked
Q. What is the Context API?
Ans. 

Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

  • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

  • It is useful for sharing global data such as themes, user authentication, or language preferences.

  • Context API consists of three main parts: Pro...

View all Reactjs Developer interview questions
A Reactjs Developer was asked
Q. Explain the React component lifecycle.
Ans. 

Life cycle components in React are methods that are automatically called at specific points in a component's life cycle.

  • Mounting phase: constructor, render, componentDidMount

  • Updating phase: render, componentDidUpdate

  • Unmounting phase: componentWillUnmount

View all Reactjs Developer interview questions
A Graphic Designer was asked 4mo ago
Q. What are the innovations related to cloud reveals?
Ans. 

Innovations related to cloud reveals include serverless computing, edge computing, and AI-driven cloud services.

  • Serverless computing allows developers to run code without managing servers.

  • Edge computing brings computation and data storage closer to the location where it is needed.

  • AI-driven cloud services use artificial intelligence to optimize cloud resources and improve performance.

  • Examples: AWS Lambda for server...

View all Graphic Designer interview questions

Cloudrevel Innovations Interview Experiences

6 interviews found

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

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of react?
  • Ans. 

    React is a JavaScript library for building user interfaces, focusing on component-based architecture and efficient rendering.

    • Component-Based: React applications are built using reusable components. For example, a Button component can be reused across the app.

    • JSX Syntax: React uses JSX, a syntax extension that allows mixing HTML with JavaScript. Example: <h1>Hello, World!</h1>.

    • Virtual DOM: React maintains a ...

  • Answered by AI
  • Q2. Basic html css and js?
  • Ans. 

    HTML, CSS, and JavaScript are foundational technologies for building web pages and applications, enabling structure, style, and interactivity.

    • HTML (HyperText Markup Language) structures the content of web pages. Example: <h1>Title</h1> defines a main heading.

    • CSS (Cascading Style Sheets) styles the appearance of HTML elements. Example: body { background-color: blue; } changes the background color.

    • JavaScript ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Old projects involved and tech?
  • Ans. 

    I utilized various technologies including HTML, CSS, JavaScript, and frameworks like React and Bootstrap in my projects.

    • HTML5 for structuring web content and ensuring semantic markup.

    • CSS3 for styling and layout, using Flexbox and Grid for responsive design.

    • JavaScript for interactivity, including ES6 features like arrow functions and promises.

    • React for building dynamic user interfaces, leveraging components and state ma...

  • Answered by AI
  • Q2. Tech stacks worked?
  • Ans. 

    I have experience working with various tech stacks including HTML, CSS, JavaScript, React, and Node.js.

    • HTML

    • CSS

    • JavaScript

    • React

    • Node.js

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Most question on payment gate ways
Are these interview questions helpful?

Graphic Designer Interview Questions & Answers

user image Anto Micheal Giragori

posted on 25 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Good hr response
  • Q2. Why they didn't provide experience certificate within 1year
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the innovations related to cloud reveals?
  • Ans. 

    Innovations related to cloud reveals include serverless computing, edge computing, and AI-driven cloud services.

    • Serverless computing allows developers to run code without managing servers.

    • Edge computing brings computation and data storage closer to the location where it is needed.

    • AI-driven cloud services use artificial intelligence to optimize cloud resources and improve performance.

    • Examples: AWS Lambda for serverless ...

  • Answered by AI
  • Q2. Please try to become a corporate standard

HR Generalist Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. They will ask good technical & behavioral questions for almost 45 minutes but will never call back. After multiple follow ups they will mention that the position is freezed. Within next few days another H...

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever waste your time here for interviewiy. If you are attending just for practising then only opt for it .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is context API?
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q2. Explain life cycle components
  • Ans. 

    Life cycle components in React are methods that are automatically called at specific points in a component's life cycle.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company 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 - HR 

(1 Question)

  • Q1. Questions about personal and skills mentioned in your resume to validate you are suitable candidate or not
Round 3 - One-on-one 

(1 Question)

  • Q1. What is sdlc ,stlc, types of testing, story points, SQL related questions and write test cases based on particular scenario (they provide)

Interview Preparation Tips

Topics to prepare for Cloudrevel Innovations Functional Test Engineer interview:
  • Agile Methodology
  • SDLC
  • STLC
  • SQL
  • Test Cases
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. They will ask behavioural questions for atleast 20 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - DON'T EVER GIVE INTERVIEW HERE. SUCH A WASTE OF TIME.

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Cloudrevel Innovations?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

Interview Questionnaire 

1 Question

  • Q1. What is i t

Interview Questionnaire 

1 Question

  • Q1. Related to my subjects

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Cloudrevel Innovations Interview FAQs

How many rounds are there in Cloudrevel Innovations interview?
Cloudrevel Innovations interview process usually has 1-2 rounds. The most common rounds in the Cloudrevel Innovations interview process are One-on-one Round, Technical and HR.
What are the top questions asked in Cloudrevel Innovations interview?

Some of the top questions asked at the Cloudrevel Innovations interview -

  1. What are the innovations related to cloud revea...read more
  2. What is context A...read more
  3. basic html css and ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 13 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Cloudrevel Innovations Reviews and Ratings

based on 36 reviews

3.0/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

3.1

Salary

2.7

Job security

2.8

Company culture

3.1

Promotions

2.8

Work satisfaction

Explore 36 Reviews and Ratings
Software Engineer
41 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Software Tester
15 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Business Analyst
9 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

HR Recruiter
8 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

UX and UI Designer
7 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Cloudrevel Innovations with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview