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

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 Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via campus placement at Lovely Professional University (LPU) 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

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 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. Recursion

    The idea is to use a recursive approach to find all subsets of the array. The recursive idea is very clear that there are only two choices for any element in the array, either to include the element in the subset or do not include the element. Using this idea, we can find all subsets recursively, and we will check if the subset follows the given conditions.

    We will define a function allSubsets(ARR, subset, inde...

  • Answered Anonymously
  • 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. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered Anonymously
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...

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...
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. Brute Force

    The idea is to generate all the subsequences and check whether the elements present are equal or not.

     

    Here is the algorithm :

     

    1. Generate all the subsequences of the given array.
    2. Maintain a variable ‘COUNT’ which stores the total number of subsequences in which all the elements are equal.
    3. Iterate over each of the generated subsequences.
      1. In case all the elements of the current subsequence are equal, we in...
  • Answered Anonymously
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 experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Round 1: DSA round asked Two DSA question in which one is Leetcode medium and another is leetcode Hard. I answer both of them but not selected in the further HR round.

Round 2: HR round

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. max of sub-array
2.snake-to-camel

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. As a start you will receive an email about a coding assignment with no expiration date.
2. On the basis of that test only they can reject you irrespective of the situation.

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 HR.
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

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
322 salaries
unlock blur

₹2.2 L/yr - ₹18.4 L/yr

Salesforce Administrator
65 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Quality Analyst
63 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Full Stack Developer
39 salaries
unlock blur

₹4.7 L/yr - ₹14 L/yr

Senior Salesforce Developer
34 salaries
unlock blur

₹8.4 L/yr - ₹29.4 L/yr

Explore more salaries
Compare Cloud Analogy with

Cognizant

3.8
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