Upload Button Icon Add office photos

Filter interviews by

Radical Software Data Analyst Interview Questions and Answers

Updated 2 Aug 2022

Radical Software Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Aug 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 - Coding Test 

Simple multiple Questions

Round 3 - HR 

(3 Questions)

  • Q1. Profile summary round
  • Q2. Tell something about yourself
  • Q3. What was your previous role and responsibilities
Round 4 - Technical 

(3 Questions)

  • Q1. Tell challenges while working on Power bi
  • Q2. What is calculated measures ?
  • Ans. 

    Calculated measures are derived metrics that are calculated based on existing data in a data model.

    • Calculated measures are created using mathematical formulas or expressions.

    • They are used to analyze data and gain insights that are not readily available in the data model.

    • Examples of calculated measures include average sales per customer, profit margin, and customer lifetime value.

  • Answered by AI
  • Q3. Tell how to improve Project Performance
  • Ans. 

    Improving project performance involves setting clear goals, effective communication, and regular monitoring.

    • Define clear project goals and objectives

    • Establish effective communication channels among team members

    • Regularly monitor project progress and adjust plans as needed

    • Identify and address potential roadblocks or obstacles

    • Ensure team members have the necessary resources and support to complete tasks

    • Encourage collabora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Give proper Technical Answers.
Do proper Study of Python & data Analysis

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Join, window function excel vlookup, sumif,count etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. About Hobbies
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Technical 

(4 Questions)

  • Q1. Find second max salary of employee by department in sql
  • Ans. 

    Find second max salary of employee by department in SQL

    • Use GROUP BY clause to group employees by department

    • Use MAX() function to find the maximum salary

    • Use subquery to find the second maximum salary

  • Answered by AI
  • Q2. Find second max salary 9f employee by department using python pandas dataframe
  • Ans. 

    Find second max salary of employee by department using pandas dataframe

    • Group the dataframe by department

    • Sort the salaries in descending order

    • Select the second highest salary for each department

  • Answered by AI
  • Q3. Python code to download file from aws s3 to local using boto3
  • Ans. 

    Python code to download file from aws s3 to local using boto3

    • Install boto3 library using pip

    • Create an S3 client using boto3

    • Use the download_file method to download the file from S3 to local

  • Answered by AI
  • Q4. Write word count program in pyspark
  • Ans. 

    A program to count the number of words in a text file using PySpark.

    • Read the text file using SparkContext

    • Split the lines into words using flatMap

    • Map each word to a tuple of (word, 1)

    • Reduce by key to count the occurrences of each word

    • Save the output to a file

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of python dataframe and SQL and pyspark

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain anyone algorithm
  • Ans. 

    Random Forest is an ensemble learning algorithm that builds multiple decision trees and merges them together to get a more accurate and stable prediction.

    • Random Forest is a popular algorithm used for both classification and regression tasks.

    • It creates multiple decision trees during training and combines their predictions to improve accuracy.

    • Random Forest is less prone to overfitting compared to a single decision tree.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience

Skills evaluated in this interview

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

Reasonging, isssues, maths, science, socila

Round 2 - HR 

(2 Questions)

  • Q1. Challanges, issues
  • Q2. Challanges2, issues

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from your resume Questions related to the job profile

Interview Preparation Tips

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

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

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

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

(1 Question)

  • Q1. Join, window function excel vlookup, sumif,count etc.

Radical Software Interview FAQs

How many rounds are there in Radical Software Data Analyst interview?
Radical Software interview process usually has 4 rounds. The most common rounds in the Radical Software interview process are Resume Shortlist, Coding Test and HR.
What are the top questions asked in Radical Software Data Analyst interview?

Some of the top questions asked at the Radical Software Data Analyst interview -

  1. Tell how to improve Project Performa...read more
  2. What is calculated measure...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 49 Interviews
Darwinbox Interview Questions
3.9
 • 42 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
CodeClouds Interview Questions
4.5
 • 34 Interviews
Entrata Interview Questions
4.4
 • 34 Interviews
Gupshup Interview Questions
3.6
 • 31 Interviews
View all
Radical Software Data Analyst Salary
based on 7 salaries
₹2.4 L/yr - ₹4.5 L/yr
37% less than the average Data Analyst Salary in India
View more details

Radical Software Data Analyst Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.5

Salary

3.3

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
39 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Devops Engineer
26 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Linux Administrator
17 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Linux System Administrator
15 salaries
unlock blur

₹2.4 L/yr - ₹5.9 L/yr

Cloud Engineer
13 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Radical Software with

Duck Creek Technologies

4.4
Compare

Entrata

4.4
Compare

Ascent HR Technologies Private Limited

3.8
Compare

CodeClouds

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