Upload Button Icon Add office photos
Engaged Employer

i

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

Cloud Analogy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cloud Analogy Software Developer Interview Questions, Process, and Tips

Updated 25 Jul 2024

Top Cloud Analogy Software Developer Interview Questions and Answers

  • Q1. Count Good Subsets Problem Statement Given an array ARR of size N consisting of distinct elements, your task is to determine the total number of good subsets. A subset i ...read more
  • Q2. Ways To Make Coin Change Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these ...read more
  • Q3. Reverse Linked List Problem Statement Given a singly linked list of integers, return the head of the reversed linked list. Example: Initial linked list: 1 -> 2 -> 3 -> 4 ...read more
View all 14 questions

Cloud Analogy Software Developer Interview Experiences

8 interviews found

Software Developer Interview Questions & Answers

user image Akshay Sarnaik

posted on 25 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write @Wire syntax
  • Ans. 

    Annotation used in Java to inject dependencies

    • @Wire annotation is used in Java to inject dependencies

    • It is typically used in frameworks like Dagger or ButterKnife

    • Example: @Wire TextView textView;

  • Answered by AI
  • Q2. Explain clouds and their types
  • Ans. 

    Clouds are visible masses of water droplets or ice crystals suspended in the atmosphere.

    • Clouds are classified based on their altitude, shape, and appearance.

    • Types of clouds include cirrus, cumulus, stratus, and nimbus.

    • High-level clouds are found at altitudes above 20,000 feet, while low-level clouds are below 6,500 feet.

    • Clouds can also be classified as convective, stratiform, or cumulonimbus.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Sequrity model
  • Ans. 

    Security model refers to the framework that defines how security is implemented in a system or application.

    • Security model determines who can access what resources and under what conditions

    • It includes authentication, authorization, encryption, and auditing

    • Examples of security models include discretionary access control (DAC), mandatory access control (MAC), and role-based access control (RBAC)

  • Answered by AI
  • Q2. Explain Data modelling
  • Ans. 

    Data modelling is the process of creating a visual representation of data and its relationships within a system.

    • Identifying entities and their attributes

    • Defining relationships between entities

    • Creating a schema to represent the data

    • Normalization to reduce redundancy

    • Example: Entity-Relationship Diagram (ERD)

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Shivam Tyagi

posted on 28 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Campaigns, Promotions, and Coupons.
  • Ans. 

    Campaigns, Promotions, and Coupons are marketing strategies used to attract customers and increase sales.

    • Campaigns are strategic marketing efforts to promote a product or service over a specific period of time.

    • Promotions are temporary incentives offered to customers to encourage purchases, such as discounts or free gifts.

    • Coupons are vouchers that entitle the holder to a discount on a particular product or service.

    • Examp...

  • Answered by AI
  • Q2. What is Global JS.
  • Ans. 

    Global JS refers to JavaScript variables or functions that are accessible from anywhere in the code.

    • Global JS variables are declared outside of any function and can be accessed from any part of the code.

    • Global JS functions are defined without being enclosed within another function and can be called from anywhere in the code.

    • Using global variables or functions can lead to potential conflicts and security risks.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic 30 aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. 1 easy coding problem
  • Q2. Print 1,1.5,2,2.5,3 in an array
  • Ans. 

    Create an array of strings containing 1, 1.5, 2, 2.5, 3

    • Initialize an array of strings

    • Add the numbers 1, 1.5, 2, 2.5, 3 as strings to the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep studying
DSA, DBMS , networking, & SQL query + work on projects

What people are saying about Cloud Analogy

View All
a salesforce developer
2w
Looking for Salesforce Developer Role
Seeking Salesforce Developer Opportunities! Hi everyone! 👋 I’m currently looking for ne... read more
Got a question about Cloud Analogy?
Ask anonymously on communities.

Software Developer Interview Questions & Answers

user image Harsh Ruhela

posted on 15 Feb 2023

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

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Aptitude round was not so tough, moderate level questions were there.

Round 3 - Technical 

(3 Questions)

  • Q1. In Technical round questions were from resume, oops, dbms and two coding questions.
  • Q2. Q1. Palindrome numbers in a given range.
  • Ans. 

    A program to find palindrome numbers in a given range.

    • Iterate through the given range of numbers

    • Convert each number to a string and check if it is equal to its reverse

    • If yes, add it to the list of palindrome numbers

  • Answered by AI
  • Q3. Q2. Carry generated in a sum of two numbers.
  • Ans. 

    Carry is generated when the sum of two digits is greater than 9.

    • Carry is a digit that is carried over to the next place value in the sum.

    • For example, in the sum 56 + 78, the carry generated is 1 (5+7=12, carry 1, 6+8+1=15).

    • Carry is important in addition of large numbers and in binary addition.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. HR round was easy with some basic HR questions and discussions.
  • Q2. Q1. Tells us about the company.
  • Q3. Q2. Why we should hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your key skills, practice very well, research about the company you are going for interview.

Skills evaluated in this interview

Cloud Analogy interview questions for designations

 Software Developer Trainee

 (1)

 Software Developer Intern

 (1)

 Full Stack Software Developer

 (1)

 Salesforce Developer

 (7)

 Java Developer

 (1)

 Full Stack Developer

 (1)

 Fullstack Developer Intern

 (1)

 Salesforce Developer Trainee

 (1)

Interview Questionnaire 

3 Questions

  • Q1. Basics of Programming (C, C++, Java).
  • Q2. Basic Programs in any language (I prefer C language)
  • Q3. Tell me about yourself

Get interview-ready with Top Cloud Analogy Interview Questions

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. 

    Count Good Subsets Problem Statement

    Given an array ARR of size N consisting of distinct elements, your task is to determine the total number of good subsets. A subset is considered a good subset if the e...

  • Ans. 

    Count the total number of good subsets in an array where elements can be rearranged to divide the next element.

    • Iterate through all possible subsets of the array.

    • Check if each subset is a good subset by rearranging elements to divide the next element.

    • Count the number of good subsets and return the total count.

  • Answered by AI
  • Q2. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the number of ways to make change for each value up to the specified value.

    • Iterate through each denomination and update the array accordingly.

    • The final answer will be stored in the last cell of the array.

    • Example: For N=3, D=[1, 2...

  • Answered by AI
Round 2 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteria60%Cloud Analogy interview preparation:Topics to prepare for the interview - Aptitude , Data structures , OOPs , DBMS , Algorithms , Any programming languageTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude from prep bytes
Tip 2 : Prepare mostly interview asked questions
Tip 3 : Revise your projects and all details of resume

Application resume tips for other job seekers

Tip 1 : Have projects in your resume , do not copy project from somewhere else
Tip 2 : You should know what you write in your CV

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

It was conducted on an online platform which was unknown for us as they sent the link of the test on the mails of the students. It contains 40 questions that were related to the C/C++ language in the MCQ format.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node.

    • Keep track of the current, previous, and next nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during reversal.

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in KurukshetraEligibility criteriaAbove 60%Cloud Analogy interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Ajax, JavaScript, AlgorithmsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice on Hackerrank
Tip 2 : Do atleast 3 projects.
Tip 3 : Must have knowledge of technical skills mentioned in CV

Application resume tips for other job seekers

Tip 1 : Must be short and effective.
Tip 2 : Do not false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

Round 2 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    The task is to find the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • For each element, calculate the number of subsequences with all elements equal using the formula (frequency * (frequency - 1) / 2).

    • Sum up the counts for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaCo cubesCloud Analogy interview preparation:Topics to prepare for the interview - Data Structures, DBMS, Algorithms, Aptitude, CodingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice a lot from trusted websites 
Tip 2 : Self study is best to tackle any critical questions

Application resume tips for other job seekers

Tip 1 : It should look good to interviewer
Tip 2 : Skills and projects should be filled nicely

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

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

Round 1 - Technical 

(1 Question)

  • Q1. Java Collection, OOPS, Seralization
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS, Collection, threading, SQL
Round 3 - HR 

(1 Question)

  • Q1. Nothing specific, Salary Negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and process was quick
Contribute & help others!
anonymous
You can choose to be anonymous

Cloud Analogy Interview FAQs

How many rounds are there in Cloud Analogy Software Developer interview?
Cloud Analogy interview process usually has 2-3 rounds. The most common rounds in the Cloud Analogy interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Cloud Analogy Software Developer interview?

Some of the top questions asked at the Cloud Analogy Software Developer interview -

  1. Q1. Palindrome numbers in a given ran...read more
  2. Q2. Carry generated in a sum of two numbe...read more
  3. Explain Campaigns, Promotions, and Coupo...read more

Recently Viewed

INTERVIEWS

Sun Vacuum Formers

30 top interview questions

INTERVIEWS

eClerx

No Interviews

INTERVIEWS

Sun Vacuum Formers

No Interviews

INTERVIEWS

Sun Vacuum Formers

No Interviews

SALARIES

Acro Technologies

INTERVIEWS

UltraTech Cement

No Interviews

INTERVIEWS

Acro Technologies

No Interviews

INTERVIEWS

Sun Vacuum Formers

No Interviews

INTERVIEWS

PlaySimple Games

No Interviews

SALARIES

Gulf Asia Contracting

Tell us how to improve this page.

Cloud Analogy Software Developer Interview Process

based on 4 interviews

1 Interview rounds

  • Coding Test Round
View more
Cloud Analogy Software Developer Salary
based on 12 salaries
₹2.1 L/yr - ₹6.6 L/yr
32% less than the average Software Developer Salary in India
View more details

Cloud Analogy Software Developer Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.4

Salary

2.7

Job security

2.7

Company culture

3.3

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Salesforce Developer
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Administrator
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Salesforce Developer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cloud Analogy with

Cognizant

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent