Upload Button Icon Add office photos

Filter interviews by

Cloud Mentor Software Interview Questions and Answers

Updated 12 May 2024

Cloud Mentor Software Interview Experiences

Popular Designations

5 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is left join
  • Ans. 

    Left join is a type of join operation in SQL that returns all rows from the left table and matching rows from the right table.

    • Left join combines rows from two tables based on a related column between them.

    • If there is no match in the right table, NULL values are returned for the columns of the right table.

    • Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

  • Answered by AI
  • Q2. Write a query to get the 2nd highest salary
  • Ans. 

    Query to retrieve the 2nd highest salary from a database table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to retrieve the second row

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cloud Mentor Software Data Analyst interview:
  • SQL

Skills evaluated in this interview

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data warehousing concepts

Data Architect Interview Questions asked at other Companies

Q1. What are the various data warehousing techniques used, and can you explain them in detail?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Not sure what to call it 

(1 Question)

  • Q1. There was nothing like an interview question. The HR setup a call with the General manager, India. He asked a few questions about me and my previous company. Then, he told about him and gave an overview of...
Round 2 - Not sure what to call it 

(1 Question)

  • Q1. The HR setup a call with someone in US. This person too asked me what my previous company is all about. Nothing technical. Asked me if I am confident about working here. Then the HR called and said I am se...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company. It is controlled by 1 person who happens to be the relative of the founder. As long as that person is happy with you, you survive in the company. This person is very rude and doesn't value the time of other employees especially if they're from India.

Project Coordinator Interview Questions asked at other Companies

Q1. What kind of water proofing application are used on terrace roof slab of the commercial, residential buildings
View answer (6)

SDE Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quants, time and speed, directions, blood relation

Round 2 - Coding Test 

Ques on simple coding that you have performed during test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and coding before going for the interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Cloud Mentor Software interview questions for popular designations

 Project Coordinator

 (1)

 Database Analyst

 (1)

 Data Architect

 (1)

 Data Analyst

 (1)

 SDE

 (1)

I applied via LinkedIn and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is acid. Top n salary.
  • Ans. 

    ACID is a set of properties that guarantee database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit of work.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Durability ...

  • Answered by AI
  • Q2. 2 SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - R1: aptitude and 2 SQL query
R2: technical interview: what is acid, top n salary from employees.
R3: hr.
They won't provide office laptop you have to use your own while you work :(
I guess most of the review about this company in Glassdoor are fake. Almost all reviews were made with in two month.

Database Analyst Interview Questions asked at other Companies

Q1. 1. Self introduce 2. What the merits and demerits Pandemic ? 3 About Contents and job profile 4. About teleperformance
View answer (1)

Interview questions from similar companies

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

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

Cloud Mentor Software Interview FAQs

How many rounds are there in Cloud Mentor Software interview?
Cloud Mentor Software interview process usually has 2 rounds. The most common rounds in the Cloud Mentor Software interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Cloud Mentor Software 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 Mentor Software. The most common topics and skills that interviewers at Cloud Mentor Software expect are SQL, Triggers, Data Modeling, Data migration and SQL Server.
What are the top questions asked in Cloud Mentor Software interview?

Some of the top questions asked at the Cloud Mentor Software interview -

  1. What is acid. Top n salar...read more
  2. write a query to get the 2nd highest sal...read more
  3. what is left j...read more

Tell us how to improve this page.

Cloud Mentor Software Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
View all

Cloud Mentor Software Reviews and Ratings

based on 21 reviews

2.3/5

Rating in categories

2.0

Skill development

1.9

Work-life balance

2.6

Salary

1.5

Job security

1.7

Company culture

2.3

Promotions

2.1

Work satisfaction

Explore 21 Reviews and Ratings
Salesforce Developer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Database Analyst
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Consultant
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Business Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cloud Mentor Software with

Cloud Solutions

3.1
Compare

DataTech India

4.5
Compare

Techinnovator Solutions

4.5
Compare

Virtual Labs

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