Upload Button Icon Add office photos
Engaged Employer

i

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

Cloud Destinations Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cloud Destinations Interview Questions and Answers

Updated 12 Feb 2025

Cloud Destinations Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you handle prospects data?
  • Q2. What do you prepare SEO roadmap for our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the JD!

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

The aptitude section will consist of multiple-choice questions (MCQs).

Round 2 - Coding Test 

There will be coding problems relevant to the domain in which we are interviewing.

Round 3 - HR 

(1 Question)

  • Q1. What do you hope to achieve in the next two years?
  • Ans. 

    In the next two years, I hope to enhance my technical skills, take on more challenging projects, and potentially move into a leadership role.

    • Enhance technical skills through continuous learning and certifications

    • Take on more challenging projects to expand my knowledge and experience

    • Work towards potentially transitioning into a leadership role within the team

  • Answered by AI

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 (219)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2025

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

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Manual Testing and Automation testing
  • Q2. Current tools and technologies
  • Ans. 

    I am proficient in using tools like Selenium, JIRA, and TestRail for test automation and management.

    • Proficient in Selenium for test automation

    • Experience with JIRA for issue tracking

    • Familiar with TestRail for test case management

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Manual and Automation testing
  • Q2. Current testing tools and technologies
  • Ans. 

    I have experience with a variety of testing tools and technologies, including Selenium, Jira, and TestRail.

    • Proficient in Selenium for automated testing

    • Experience using Jira for test case management

    • Familiar with TestRail for test case execution and reporting

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General HR-related questions
  • Q2. Salary disussions

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2021

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to SQL, BI Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrating more on technical skills

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Cloud Destinations interview questions for popular designations

 Software Engineer

 (1)

 QA Lead

 (1)

 Business Development Executive

 (1)

 Data Analyst

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. Final year project explanation (based on software)
  • Ans. 

    Developed a web-based project management tool for small businesses

    • Used PHP and MySQL for backend development

    • Implemented a responsive UI using HTML, CSS, and JavaScript

    • Included features such as task assignment, progress tracking, and file sharing

    • Conducted user testing and incorporated feedback for improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interview just give solution oriented answers rather than bookish answers.

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding question on array , tree

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1. written
2. Technical (Java/spring boot)
3. Technical ( Coding, DS, array, tree etc and time complexity)
4. Managerial technical ( Situation based technical ques, Puzzles, Project related que)
5. Salary discussion

Interview Questionnaire 

1 Question

  • Q1. Question on js

Interview Preparation Tips

Interview preparation tips for other job seekers - study the basics, coding ques

Interview Questionnaire 

2 Questions

  • Q1. Interview happened for about 1hr 20mins approx with java basics to hard question like Singleton class, HashMap, oops concept and sql queries and they gave 3 code to write.
  • Q2. Be relax answer with confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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 

(2 Questions)

  • Q1. Pivot table in excel
  • Ans. 

    Pivot table is a data summarization tool in Excel.

    • Pivot table allows users to summarize and analyze large datasets.

    • It can be used to group data by categories, calculate totals, and create custom calculations.

    • Users can easily change the layout of the table to view data in different ways.

    • Pivot table is a powerful tool for data analysis and reporting.

    • Example: A sales manager can use pivot table to analyze sales data by re

  • Answered by AI
  • Q2. How to count data in excel
  • Ans. 

    To count data in Excel, use the COUNT function or select the data and look at the status bar.

    • Use the COUNT function to count the number of cells that contain numbers or dates

    • Use the COUNTA function to count the number of cells that are not empty

    • Select the data and look at the status bar to see the count of selected cells

    • Use the COUNTIF function to count cells that meet a specific criteria

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s was good

Skills evaluated in this interview

Cloud Destinations Interview FAQs

How many rounds are there in Cloud Destinations interview?
Cloud Destinations interview process usually has 2-3 rounds. The most common rounds in the Cloud Destinations interview process are Technical, HR and Aptitude Test.
How to prepare for Cloud Destinations interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cloud Destinations. The most common topics and skills that interviewers at Cloud Destinations expect are Python, AWS, SQL, Data Warehousing and Data Engineering.
What are the top questions asked in Cloud Destinations interview?

Some of the top questions asked at the Cloud Destinations interview -

  1. Current testing tools and technolog...read more
  2. Current tools and technolog...read more
  3. What do you prepare SEO roadmap for our compa...read more

Tell us how to improve this page.

Cloud Destinations Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 79 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Cloud Destinations Reviews and Ratings

based on 61 reviews

3.9/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

3.7

Salary

3.7

Job security

3.8

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 61 Reviews and Ratings
Devops Engineer
13 salaries
unlock blur

₹4 L/yr - ₹8.9 L/yr

Data Engineer
10 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Associate Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Software Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

Team Lead
6 salaries
unlock blur

₹14 L/yr - ₹21 L/yr

Explore more salaries
Compare Cloud Destinations with

Mobile Programming

2.8
Compare

Diverse Lynx

3.7
Compare

Arcesium

3.5
Compare

Solartis Technology Services

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