Upload Button Icon Add office photos
Engaged Employer

i

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

CloudMoyo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CloudMoyo Interview Questions and Answers

Updated 6 Feb 2025

CloudMoyo Interview Experiences

Popular Designations

8 interviews found

Associate Functional Consultant Interview Questions & Answers

user image Hemant Subhashrao Patil

posted on 30 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked que past experience,

Associate Functional Consultant Interview Questions asked at other Companies

Q1. how does a Manufacturing line know the procedure?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 question 1 on string and 2 on array , easy level

Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for senior level

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is a data warehouse?
  • Ans. 

    A data warehouse is a centralized repository that stores structured and unstructured data from multiple sources for analysis and reporting.

    • Data warehouses are designed for query and analysis rather than transaction processing.

    • They consolidate data from different sources to provide a single, comprehensive view of the organization's data.

    • Data warehouses often use a dimensional model, such as star or snowflake schema, to ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you handle different scenarios?
  • Ans. 

    I handle different scenarios by assessing the situation, considering possible solutions, and making a decision based on priorities and goals.

    • Assess the situation by gathering information and understanding the context

    • Consider possible solutions and their potential outcomes

    • Make a decision based on priorities and goals, taking into account the impact on team members and project objectives

  • Answered by AI

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell Me about Yourself
  • Q2. Tell me about CLM
  • Ans. 

    CLM stands for Contract Lifecycle Management, which involves managing the creation, execution, and analysis of contracts.

    • CLM software helps organizations streamline contract processes and improve compliance.

    • It involves tracking key contract milestones, managing contract renewals, and ensuring contract terms are met.

    • Examples of CLM software include Icertis, Conga Contracts, and ContractWorks.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell Me about yourself
  • Q2. Implementation Process

Associate Project Manager Interview Questions asked at other Companies

Q1. SDLC Strength and Weaknesses Project management invoicing and Billing Risk and mitigation techniques Situation handling questions. Team handling
View answer (1)

CloudMoyo interview questions for popular designations

 Associate Functional Consultant

 (1)

 Project Manager

 (1)

 Product Support Analyst

 (1)

 Business Associate

 (1)

 Software Developer

 (1)

 Associate Project Manager

 (1)

 Team Lead

 (1)

Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2022

I applied via Approached by Company and was interviewed in Oct 2021. 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 - Assignment 
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Contract Law.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay well updated with all aspects of contract Law.
Round 1 - One-on-one 
Round 2 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Process

Business Associate Interview Questions asked at other Companies

Q1. What is the benefits of insurance?
View answer (2)

Jobs at CloudMoyo

View all

Interview Questionnaire 

1 Question

  • Q1. Basic questions related personal information.Basic SQL queries.

Product Support Analyst Interview Questions asked at other Companies

Q1. How to check disk space in windows and Linux?
View answer (1)

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Do you have B1 visa with validity
  • Ans. 

    Yes, I have a B1 visa with validity.

    • I have a valid B1 visa.

    • I am eligible to travel to the United States for business purposes.

    • I have the necessary documentation to support my visa status.

    • I can provide proof of my B1 visa if required.

  • Answered by AI
  • Q2. Willing to travel on project assignments
  • Ans. Yes I am willing to travel
  • Answered Anonymously
Round 2 - Assignment 

Its After training on application

Round 3 - One-on-one 

(1 Question)

  • Q1. What have you done and being a consultant
  • Ans. Customer facing issue resolutions and other blah blah
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be calm and most best thing is keep focus :)

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

CloudMoyo Interview FAQs

How many rounds are there in CloudMoyo interview?
CloudMoyo interview process usually has 2-3 rounds. The most common rounds in the CloudMoyo interview process are Technical, HR and One-on-one Round.
How to prepare for CloudMoyo 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 CloudMoyo. The most common topics and skills that interviewers at CloudMoyo expect are microsoft, Business Intelligence, Analytics, Javascript and Azure.
What are the top questions asked in CloudMoyo interview?

Some of the top questions asked at the CloudMoyo interview -

  1. Do you have B1 visa with valid...read more
  2. What is a data warehou...read more
  3. Tell me about ...read more

Tell us how to improve this page.

CloudMoyo Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
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
BrowserStack Interview Questions
3.6
 • 48 Interviews
View all

CloudMoyo Reviews and Ratings

based on 178 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.5

Salary

3.5

Job security

4.2

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 178 Reviews and Ratings
Gen AI - Architect [Open AI (Mandatory)]

Pune

5-10 Yrs

Not Disclosed

Senior Manager of Sales - APAC

Pune

8-13 Yrs

Not Disclosed

Presales and Solutions Consulting

Pune

6-11 Yrs

Not Disclosed

Explore more jobs
Functional Consultant
76 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Analyst
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Legal Associate
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Analyst
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Legal Consultant
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CloudMoyo 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