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

Cloudrevel Innovations Interview Experiences

Popular Designations

6 interviews found

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

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)
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?
  • Q2. Basic html css and js?
Round 2 - Technical 

(2 Questions)

  • Q1. Old projects involved and tech?
  • 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

Web Designer & Frontend Developer Interview Questions asked at other Companies

Q1. what is tags ? full form of html ans css ? what is frontend Developer ? how to design the web pages ? why using the css properties ? how many ways to writen the css attributes ? what is text tag ? what is fieldset? what is fevecon ? mdelk
View answer (1)

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 .

HR Generalist Interview Questions asked at other Companies

Q1. How would you prepare a CTC structure? What are the components?
View answer (1)
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

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)

Cloudrevel Innovations interview questions for popular designations

 Assistant Manager HRD

 (1)

 Graphic Designer

 (1)

 Reactjs Developer

 (1)

 Web Designer & Frontend Developer

 (1)

 Functional Test Engineer

 (1)

 HR Generalist

 (1)

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

Functional Test Engineer Interview Questions asked at other Companies

Q1. 1. Explain OTC cycle? 2. Explain the concept of copy control 3. Explain the steps of pricing procedure 4. Explain the structure of Idoc and why Idocs are used? 5. Billing types and explain with real time examples where they are used 6. Expl... read more
View answer (1)
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.

Assistant Manager HRD Interview Questions asked at other Companies

Q1. Best performance of the target to achieve the best performance 👍
View answer (2)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles

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. tech stacks work...read more

Tell us how to improve this page.

Cloudrevel Innovations Interview Process

based on 13 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 853 Interviews
View all

Cloudrevel Innovations Reviews and Ratings

based on 33 reviews

2.9/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.0

Salary

2.6

Job security

2.7

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 33 Reviews and Ratings
Software Engineer
32 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Business Analyst
9 salaries
unlock blur

₹4 L/yr - ₹6.1 L/yr

HR Recruiter
8 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Software Tester
8 salaries
unlock blur

₹2.7 L/yr - ₹6.5 L/yr

UX and UI Designer
7 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Cloudrevel Innovations with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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