Upload Button Icon Add office photos
Engaged Employer

i

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

Cloudangles Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloudangles Software Engineer Interview Questions and Answers

Updated 7 Mar 2025

Cloudangles Software Engineer Interview Experiences

1 interview found

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

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. HashMap Internal Working
  • Q2. Kafka Questions, idempotentcy, message ordering, partition key

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Cloudangles?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed before Feb 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Basically all about your personal skills
  • Q2. Project level knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview very good, the screening process is so tough. The may expect you to come best ot best of crack anything.

Good luck for you.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Complete Code for Ludo Game. Sort of Machine coding round.
  • Q2. Given an array of intervals and return the minimum number of intervals you need to remove to make the rest of the intervals non-overlapping.
  • Ans. 

    Remove overlapping intervals to minimize removals.

    • Sort intervals by end time

    • Iterate through intervals, remove overlapping intervals

    • Return count of removed intervals

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain joins in SQL
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • ...

  • Answered by AI
  • Q2. What are object and class in OOPs?
  • Ans. 

    Objects are instances of classes in OOPs. Classes are blueprints for creating objects with attributes and methods.

    • Objects are instances of classes

    • Classes are blueprints for creating objects

    • Classes define attributes and methods for objects

    • Example: Class 'Car' with attributes like 'color' and methods like 'drive'

  • Answered by AI

Skills evaluated in this interview

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

I was asked to implement lru cache which i did but still didn’t made to next round as apparently i didn’t complete the working code though in my opinion i did

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

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

  • Q1. Android Core Concepts, lifecycles, kotlin concepts and custom views
  • Q2. Design a Google Calendar-like application that includes features for scheduling meetings and outline the API contracts.
  • Ans. 

    Design a scheduling application similar to Google Calendar with API contracts for meeting management.

    • User Authentication: Implement OAuth for secure login.

    • Event Creation: POST /events to create a new meeting with details like title, time, and participants.

    • Event Retrieval: GET /events/{id} to fetch details of a specific meeting.

    • Event Update: PUT /events/{id} to modify existing meeting details.

    • Event Deletion: DELETE /eve...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST
  • Ans. 

    Discussing Binary Search Trees (BST) and their properties, operations, and applications.

    • A BST is a binary tree where each node has at most two children.

    • For any node, values in the left subtree are less, and values in the right subtree are greater.

    • Common operations include insertion, deletion, and searching for values.

    • Example: Inserting 10, 5, 15 into a BST results in a tree with 10 as root, 5 as left child, and 15 as r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Need to find output of given code
  • Q2. Solve some puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Android basic + DSA and problem solving

Round 3 - Technical 

(1 Question)

  • Q1. Android in depth
  • Ans. 

    Android is a mobile operating system developed by Google, based on the Linux kernel.

    • Android is open-source and allows developers to create applications using Java or Kotlin.

    • Android apps can be distributed through the Google Play Store or other third-party app stores.

    • Android supports a wide range of devices, from smartphones and tablets to smart TVs and wearables.

    • Android provides a rich set of APIs for accessing device ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good culture, but security of job is a major issue here

Skills evaluated in this interview

Cloudangles Interview FAQs

How many rounds are there in Cloudangles Software Engineer interview?
Cloudangles interview process usually has 1 rounds. The most common rounds in the Cloudangles interview process are Technical.
What are the top questions asked in Cloudangles Software Engineer interview?

Some of the top questions asked at the Cloudangles Software Engineer interview -

  1. Kafka Questions, idempotentcy, message ordering, partition ...read more
  2. HashMap Internal Work...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more
Cloudangles Software Engineer Salary
based on 19 salaries
₹2.7 L/yr - ₹12.9 L/yr
17% less than the average Software Engineer Salary in India
View more details

Cloudangles Software Engineer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.9

Work-life balance

1.9

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹2.7 L/yr - ₹12.9 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹12.2 L/yr - ₹38 L/yr

Software Developer
4 salaries
unlock blur

₹3.7 L/yr - ₹17 L/yr

Data Engineer
4 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Talent Acquisition Executive
4 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Cloudangles with

Fractal Analytics

4.0
Compare

MathCo

3.0
Compare

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare
write
Share an Interview