Upload Button Icon Add office photos

Filter interviews by

Cloud Software Group Interview Questions and Answers

Updated 17 Mar 2025

Cloud Software Group Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 7 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. Java, DB, Coding, SDLC
Round 3 - Technical 

(1 Question)

  • Q1. Java, DB, Coding, SDLC
Round 4 - Technical 

(1 Question)

  • Q1. Java, DB, coding, SDLC, Agile
Round 5 - Technical 

(1 Question)

  • Q1. Java, DB, coding, SDLC, Agile
Round 6 - Behavioral 

(1 Question)

  • Q1. Career aspirations, compensation, joining etc
Round 7 - HR 

(1 Question)

  • Q1. Compensation, work culture, other benefits, joining date

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2022. There were 8 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

Building proof of concept Power BI dashboard for Sales & Marketing Operations.

Round 3 - Technical 

(4 Questions)

  • Q1. General Q&A on Business Intelligence tools & Analytics, Prior experience, strength of analytics portfolio.
  • Q2. How to best build bottoms up sales forecasts through fiscal periods using customer bookings, future opportunities, recurring revenues
  • Ans. 

    Build bottoms up sales forecasts by analyzing customer bookings, future opportunities, and recurring revenues

    • Analyze historical customer bookings to identify trends and patterns

    • Evaluate future opportunities in the sales pipeline and their potential impact on revenue

    • Track recurring revenues from existing customers to forecast ongoing income

    • Use data analytics tools to create accurate forecasts based on the above factors

  • Answered by AI
  • Q3. Building customer propensity & scoring models based on existing portfolios.
  • Ans. 

    Building customer propensity & scoring models based on existing portfolios involves analyzing customer behavior and characteristics to predict future actions.

    • Utilize historical customer data to identify patterns and trends

    • Segment customers based on demographics, behavior, and preferences

    • Develop predictive models using machine learning algorithms

    • Validate and refine models through testing and iteration

    • Implement models to...

  • Answered by AI
  • Q4. Using dashboards to recommend cloud transformations, simplifying on-prem licensing thru migration to cloud.
  • Ans. 

    Utilizing dashboards to recommend cloud transformations and simplify on-prem licensing through migration to cloud.

    • Develop interactive dashboards to analyze current on-premises licensing costs and usage

    • Identify opportunities for cost savings and efficiency gains through cloud migration

    • Recommend specific cloud services and providers based on data analysis

    • Track progress and success of cloud transformation initiatives thro

  • Answered by AI
Round 4 - Coding Test 

Coding skills on Microsoft SQL Server database engine, DAX/MDX queries

Round 5 - One-on-one 

(3 Questions)

  • Q1. Discussion on prior business functions, sales excellence, sales & marketing delivery models.
  • Q2. Problem solving questions around current state of business, landing complex analytics models, KPI's, building accurate measures, improving/simplifying user experiences on dashboards,
  • Q3. Discussion on technical challenges around scaling up dashboards over X million rows, optimizing power bi models, establishing automated data refresh cadences, fail-overs, building out-of-box custom visuals...
Round 6 - One-on-one 

(1 Question)

  • Q1. Discussions with Area VP on building forward looking view of business, managing user expectations, Account portfolio management, unifying multiple dashboards into a 1 stop shop experience, lean and agile p...
Round 7 - One-on-one 

(2 Questions)

  • Q1. 1st sneak preview of the business, 30,000 ft views, what needs to get done in short term vs. long term, existing challenges, prioritizing key business deliverables, SMART goals.
  • Q2. How soon can you join, discussion of the proverbial 90 days notice period.
Round 8 - HR 

(1 Question)

  • Q1. Discussion of offer letter, negotiating benefits/allowances, planning re-location, help with rental house and other issues.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful, honest. Clearing low-level interviews appear to be a no-brainer. High level (Director/Area VP) discussions can quickly wind you up in a corner. Make sure you are speaking from experience and not a well rehearsed script.

Skills evaluated in this interview

Lead - Business Intelligence Interview Questions asked at other Companies

Q1. How to best build bottoms up sales forecasts through fiscal periods using customer bookings, future opportunities, recurring revenues
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Asked about docker swarn
  • Q2. Asked about jenkins

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on networking and basic concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear about your basics

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Cloud Software Group interview questions for popular designations

 Software Engineer

 (2)

 Technical Support Engineer

 (1)

 Lead - Business Intelligence

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Indexes, union and union all, data warehousing questions

Cloud Software Group Interview FAQs

How many rounds are there in Cloud Software Group interview?
Cloud Software Group interview process usually has 4-5 rounds. The most common rounds in the Cloud Software Group interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in Cloud Software Group interview?

Some of the top questions asked at the Cloud Software Group interview -

  1. How to best build bottoms up sales forecasts through fiscal periods using custo...read more
  2. Using dashboards to recommend cloud transformations, simplifying on-prem licens...read more
  3. Building customer propensity & scoring models based on existing portfoli...read more

Tell us how to improve this page.

Cloud Software Group Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Cloud Software Group Reviews and Ratings

based on 68 reviews

2.8/5

Rating in categories

2.7

Skill development

3.6

Work-life balance

3.6

Salary

1.8

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 68 Reviews and Ratings
Senior Software Engineer
13 salaries
unlock blur

₹20 L/yr - ₹38.5 L/yr

Software Engineer
9 salaries
unlock blur

₹10 L/yr - ₹23 L/yr

Lead Software Engineer
9 salaries
unlock blur

₹18.2 L/yr - ₹48 L/yr

Senior QA Engineer
8 salaries
unlock blur

₹15.3 L/yr - ₹22.2 L/yr

QA Engineer
8 salaries
unlock blur

₹9.5 L/yr - ₹17.3 L/yr

Explore more salaries
Compare Cloud Software Group with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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