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
3.5

based on 144 Reviews

Filter interviews by

Cloud Analogy Software Development Engineer Intern Interview Questions, Process, and Tips

Updated 10 Jan 2025

Cloud Analogy Software Development Engineer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Number system , lcm ,hcf ,blood relations

Round 2 - Technical 

(6 Questions)

  • Q1. Find that aray is palindrome or not ?
  • Q2. Truncate command
  • Q3. Opps concept what is inheritnace?
  • Q4. What is objects in opps ?
  • Q5. Dimand star patten
  • Q6. Short an array by bubble sort

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa hard leetcode and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum sum Bst
  • Q2. Russian doll leetcode
Round 3 - Technical 

(2 Questions)

  • Q1. Dbms os related
  • Q2. Project in detail
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare project well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode Medium Type Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Online System to book Salon Professionals like Urban Company.
  • Ans. 

    Design an online system to book salon professionals like Urban Company.

    • User registration and login system

    • Search functionality to find salon professionals based on location, services offered, ratings, etc.

    • Booking system with calendar availability and payment integration

    • Review and rating system for users to provide feedback on salon professionals

    • Notification system for booking confirmations, reminders, and updates

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test was easy level and moderate level.

Round 2 - Coding Test 

Coding test was held in the google form which was very easy.

Round 3 - Technical 

(3 Questions)

  • Q1. What is volatile keyword?
  • Ans. 

    The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.

    • Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.

    • It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • An abstract class can also have non-abstract methods that can be inherited by its subclasses.

    • An abstract class provides a common interface for its subclasses.

    • An abstract class can have instance variables and constructors.

    • An abstract class cannot be...

  • Answered by AI
  • Q3. Where do you use abstract class
  • Ans. 

    Abstract classes are used to provide a common interface and partial implementation for related classes.

    • Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.

    • They are useful when you want to define common methods and properties that multiple related classes should have.

    • Abstract classes can have both abstract and non-abstract methods.

    • Ab...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA coding 2-3 question

Round 2 - Group Discussion 

Java, DSA coding, java 8 coding, multithreading

Round 3 - Group Discussion 

Java8, spring-boot, DSA coding

Round 4 - Technical 

(1 Question)

  • Q1. DSA coding, java 8 coding, spring boot, mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST company. They will waste your time in 4-5 technical rounds and at the time of offer they will ghost you. playing with someone's career is not cool. Be aware of companies like this.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Difficulty level is medium

Round 2 - Technical 

(1 Question)

  • Q1. Medium about java and database
Round 3 - HR 

(1 Question)

  • Q1. Medium level - about project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 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 - Aptitude Test 

Verbal, non-verbal, English and Numerical Aptitude

Round 3 - Technical 

(3 Questions)

  • Q1. OOPs implementation in project
  • Ans. 

    Implemented OOPs concepts like inheritance, encapsulation, and polymorphism in project design.

    • Used inheritance to create a base class with common attributes and methods shared by subclasses.

    • Implemented encapsulation by restricting access to certain data and methods within classes.

    • Utilized polymorphism to allow objects of different classes to be treated as objects of a common superclass.

    • Example: Created a class hierarch...

  • Answered by AI
  • Q2. React hooks like useEffect, useState
  • Q3. DBMS Normalization concept like 2NF
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 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 - Coding Test 

Arrays, basics. easy, some important topics in python and sql

Round 3 - Technical 

(2 Questions)

  • Q1. SQL basics question learned in online or self
  • Q2. Joins, groupby, clause, projection, having

Interview Preparation Tips

Interview preparation tips for other job seekers - do well

Cloud Analogy Interview FAQs

How many rounds are there in Cloud Analogy Software Development Engineer Intern interview?
Cloud Analogy interview process usually has 2 rounds. The most common rounds in the Cloud Analogy interview process are Aptitude Test and Technical.
What are the top questions asked in Cloud Analogy Software Development Engineer Intern interview?

Some of the top questions asked at the Cloud Analogy Software Development Engineer Intern interview -

  1. opps concept what is inheritna...read more
  2. what is objects in opp...read more
  3. find that aray is palindrome or no...read more

Tell us how to improve this page.

Salesforce Developer
300 salaries
unlock blur

₹2.2 L/yr - ₹17.7 L/yr

Quality Analyst
63 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Salesforce Administrator
60 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Full Stack Developer
35 salaries
unlock blur

₹4.7 L/yr - ₹15.5 L/yr

Senior Salesforce Developer
31 salaries
unlock blur

₹8.1 L/yr - ₹30 L/yr

Explore more salaries
Compare Cloud Analogy with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview