Upload Button Icon Add office photos

Filter interviews by

Cloudstrats Technologies Data Analyst Interview Questions and Answers

Updated 23 Mar 2024

Cloudstrats Technologies Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image AKASH DHANAI

posted on 23 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Joins, Data minning, Power BI
  • Q2. Machine learning algorithms
  • Ans. 

    Machine learning algorithms are used to analyze data, make predictions, and automate decision-making processes.

    • Machine learning algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of machine learning algorithms include linear regression, decision trees, support vector machines, and neural networks.

    • These algorithms learn from data to make predictions or decisions without bein

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The Aptitude Test session accesses mathematical and logical reasoning abilities

Round 2 - Technical 

(6 Questions)

  • Q1. What is Vlookup
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Q4. Could you share the technical skills you possess?
  • Q5. Can you explain what a Pivot Table is?
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DAX Related Syntax and Codes
  • Q2. Data Modelling, SQL, Python
Round 2 - Technical 

(1 Question)

  • Q1. No Response from HR after calling of selection after Round 1
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Others 

(2 Questions)

  • Q1. Self introduction
  • Q2. What is mean by aml
  • Ans. 

    AML stands for Anti-Money Laundering, which refers to a set of laws, regulations, and procedures designed to prevent criminals from disguising illegally obtained funds as legitimate income.

    • AML is a regulatory framework used by financial institutions to detect and prevent money laundering activities.

    • It involves monitoring customer transactions and reporting any suspicious activity to authorities.

    • Examples of AML measures...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different kinds of joins
  • Ans. 

    Different kinds of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns only the rows that have matching values in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI
  • Q2. What is the difference between columns and measures in power BI
  • Ans. 

    Columns are the fields in a dataset, while measures are calculations based on those fields in Power BI.

    • Columns are the raw data fields in a dataset, such as 'Sales Amount' or 'Product Category'.

    • Measures are calculations performed on columns, like sum, average, count, etc.

    • Measures are created using DAX (Data Analysis Expressions) in Power BI.

    • Columns are used for grouping, filtering, and slicing data, while measures are

  • Answered by AI
  • Q3. How can you remove duplicates in sql
  • Ans. 

    Use the DISTINCT keyword in a SELECT statement to remove duplicates in SQL.

    • Use the DISTINCT keyword in a SELECT statement to retrieve unique values.

    • Example: SELECT DISTINCT column_name FROM table_name;

    • Another way is to use the GROUP BY clause to remove duplicates.

    • Example: SELECT column_name FROM table_name GROUP BY column_name;

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Data Analyst interview:
  • SQL Server
  • Power Bi
  • alteryx
Interview preparation tips for other job seekers - Be confident they want to know whether your basics are clear or not.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Interesting facts about ourselves
  • Q2. Introduced about ourselves
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was not easy only people can clear who are better in pandas and numpy

Round 2 - Technical 

(1 Question)

  • Q1. Mostly focus on graphs and dp

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

First round is Dax,2 nd is SQL queries,3 is python

Interview Preparation Tips

Topics to prepare for Quest Global Data Analyst interview:
  • Power Bi
  • SQL
  • Python
Interview preparation tips for other job seekers - Hello,I have interview quest global through online,it was good interview
Asking more about power Bi,SQL,and python
Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. Mostly from basic sql
Round 3 - Technical 

(1 Question)

  • Q1. Mostly basic sql

Data Analyst Interview Questions & Answers

Wipro user image CodingNinjas

posted on 11 Mar 2022

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

There were around 30 questions ranging from DBMS, OOPS + 2 coding questions to be solved in 90 minutes. MCQ's were easy to solve as they had been covered in my college's curriculum. It was a webcam monitored test.

  • Q1. Chocolate Problem

    Given an array/list of integer numbers 'CHOCOLATES' of size 'N', where each value of the array/list represents the number of chocolates in the packet. There are ‘M’ number...

  • Ans. Recursion

    The idea is that generate all the possible subsets of size ‘M’ and checks the minimum difference that can be possible from all subsets. 

     

    1. This problem can be solved using recursion and the idea behind this is to generate all the possible minimum differences from the given array.
    2. To store minimum difference we use a variable (say, ‘minVal’) and the initial value is ‘INFINITE’
    3. For each element we will hav...
  • Answered by CodingNinjas
  • Q2. Ninja and substrings

    Ninja has been given a string 'STR' containing only lowercase alphabetic characters. Ninja has to find the number of all the different possible substrings of size two that appe...

  • Ans.  Brute Force

    The basic idea is to iterate through the ‘STR’ and store all the substrings of size 2 in a HashSet and finally return the size of this HashSet.

     

    The steps are as follows:

     

    1. Declare a HashSet ’DIFFERENT_SUB_STRINGS’ in which we will store all the substrings of size 2.
    2. Run a loop from ‘i’ = 0 to length of ’STR’ - 1:
      1. Add substring of ’STR’ from ’i’ to ’i’ + 1 in ’DIFFERENT_SUB_STRINGS’.
    3. Finally, return the...
  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

This was a technical round. I got the call after getting shortlisted in the Aptitude + Coding test. This round lasted for 50 minutes and started around 12 PM. The meeting was conducted on a Microsoft Teams call. 
I was asked questions based on my resume and my projects for the most part of the interview. Towards the end of the interview, I was asked 1 Problem based on Prefix arrays. Initially I presented the brute force O(N*2) solution followed by the optimal O(N) solution. This round went good for me.

  • Q1. Time To Burn Tree

    You have been given a binary tree of 'N' unique nodes and a Start node from where the tree will start to burn. Given that the Start node will always exist in the tree, your task i...

  • Ans. Using BFS

    The idea is to first create an undirected graph of the given binary tree and then doing a bfs traversal of the undirected graph starting from the start node. We will keep a variable ‘count’ that will be incremented at each level of bfs traversal. ‘count-1’ is the required time needed to burn the whole tree.

     

    Algorithm

     

    • Initialize an unordered map ‘M’ that maps from integer to array of integers that sto...
  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaNo criteriaWipro Limited interview preparation:Topics to prepare for the interview - Competitive Programming, Data Structure and Algorithms, OOPs, DBMS, NetworksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Make sure to go through the past interview experiences available online
Tip 2 : Have a strong foundation in OOPS and DBMS, almost all roles require these.
Tip 3 : Practice Leetcode daily, especially the most voted problems. I had more than 250 problems solved during time of interview.

Application resume tips for other job seekers

Tip 1 : Use a clear resume format, I used Overleaf for my resume
Tip 2 : Ask people to review your resume before using it

Final outcome of the interviewSelected

Skills evaluated in this interview

Cloudstrats Technologies Interview FAQs

How many rounds are there in Cloudstrats Technologies Data Analyst interview?
Cloudstrats Technologies interview process usually has 1 rounds. The most common rounds in the Cloudstrats Technologies interview process are Technical.
How to prepare for Cloudstrats Technologies Data Analyst 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 Cloudstrats Technologies. The most common topics and skills that interviewers at Cloudstrats Technologies expect are ETL Tool, Excel, Power Bi, Communication Skills and Computer science.
What are the top questions asked in Cloudstrats Technologies Data Analyst interview?

Some of the top questions asked at the Cloudstrats Technologies Data Analyst interview -

  1. Machine learning algorit...read more
  2. SQL Joins, Data minning, Power...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Cloudstrats Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Data Analyst Interview Questions from Similar Companies

View all
Cloudstrats Technologies Data Analyst Salary
based on 21 salaries
₹1.8 L/yr - ₹4.7 L/yr
49% less than the average Data Analyst Salary in India
View more details

Cloudstrats Technologies Data Analyst Reviews and Ratings

based on 11 reviews

3.1/5

Rating in categories

3.7

Skill development

3.2

Work-Life balance

2.5

Salary & Benefits

2.7

Job Security

2.8

Company culture

2.6

Promotions/Appraisal

3.0

Work Satisfaction

Explore 11 Reviews and Ratings
Data Analyst
21 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Executive
12 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Senior Executive
12 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Power BI Developer
11 salaries
unlock blur

₹3.5 L/yr - ₹4.6 L/yr

Cloud Operations Engineer
9 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Cloudstrats Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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