Upload Button Icon Add office photos

Filter interviews by

Crowd Media Tech MSBI and Power BI Developer Interview Questions and Answers

Updated 23 Nov 2022

Crowd Media Tech MSBI and Power BI Developer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Nov 2021. 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 

(2 Questions)

  • Q1. Tell me About yourself? What projects you have done? which are types of SQL joins? Why do you want make transition? How do you handle data ?
  • Ans. 

    I am an experienced MSBI and Power BI Developer with expertise in SQL joins and data handling.

    • I have worked on various projects involving data analysis, visualization, and reporting using MSBI and Power BI tools.

    • I am proficient in different types of SQL joins such as inner join, outer join, left join, and right join.

    • I am looking to make a transition to a new role that challenges me and allows me to grow professionally.

    • ...

  • Answered by AI
  • Q2. Are you suitable for this job? What are your expectations?

Interview Preparation Tips

Topics to prepare for Crowd Media Tech MSBI and Power BI Developer interview:
  • Power Bi
  • SQL
Interview preparation tips for other job seekers - Go through power platforms
DAX
SharePoint also
Power automate and power app also

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Difference bw table and matrix
  • Ans. 

    A table is a two-dimensional representation of data, while a matrix is a multi-dimensional representation of data.

    • Tables have rows and columns, while matrices can have multiple dimensions.

    • Tables are typically used for simple data structures, while matrices are used for more complex data analysis.

    • In Power BI, tables are used for displaying data in a tabular format, while matrices are used for creating pivot tables and c

  • Answered by AI
  • Q2. Syntax for Calculate function
  • Ans. 

    Calculate function in DAX is used to evaluate an expression for a specific filter context.

    • Syntax: CALCULATE(, , , ...)

    • Can be used to apply filters to an expression

    • Can override existing filters in the current context

    • Example: CALCULATE(SUM(Sales[Amount]), Sales[Region] = 'North')

Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Screening round 

(1 Question)

  • Q1. What you do as a MSBI developer in your organisation
  • Ans. Gathering data and load into the SQL server db with the help of SSIS, create stored procedures, user defined functions, performance tuning of SSIS packages, creating interactive, user friendly dashboards and reports in PowerBI as per the requirement.
  • Answered Anonymously
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 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 

(2 Questions)

  • Q1. Asked questions in SQL joins
  • Q2. Power bi service and their roles
  • Ans. 

    Power BI service is a cloud-based platform for sharing, collaborating, and publishing Power BI reports and dashboards.

    • Power BI service allows users to share and collaborate on reports and dashboards in real-time

    • It provides a centralized location for managing and publishing Power BI content

    • Users can access Power BI service from anywhere with an internet connection

    • Power BI service also offers features like data refresh s...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about my previous employment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in core concepts and give real time examples

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Scenario based on filter table
  • Q2. Find rolling total without reset
  • Ans. 

    Calculate rolling total without resetting at specified interval

    • Use DAX formula with functions like CALCULATE, FILTER, and EARLIER

    • Create a measure that calculates the running total based on the current and previous rows

    • Consider using variables to store intermediate results for efficiency

  • Answered by AI
  • Q3. Shift one cell Down in table using dax
  • Ans. 

    Use DAX function to shift one cell down in a table

    • Use the LAG function in DAX to shift values down in a column

    • Specify the number of rows to shift as a parameter in the LAG function

    • Example: LAG([Column], 1) will shift values in 'Column' down by one row

  • Answered by AI

Skills evaluated in this interview

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 Jul 2024. There were 4 interview rounds.

Round 1 - Case Study 

Power bi desktop in power bi service

Round 2 - Technical 

(2 Questions)

  • Q1. What is power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • Users can easily share and collaborate on reports with others within the organization.

    • It offers features like data modeling, data visualization, and data transformation.

    • Power BI can be use...

  • Answered by AI
  • Q2. How creative a dashboard in power query
  • Ans. 

    A creative dashboard in Power Query involves using unique visuals and interactive elements to present data in an engaging way.

    • Utilize custom visuals to display data in a visually appealing manner

    • Incorporate interactive elements such as slicers and filters for user-friendly navigation

    • Use color coding and formatting to highlight important insights

    • Include dynamic elements like tooltips and drill-down capabilities

    • Experimen...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Power bi desktop
  • Q2. Write the Dax query in data modeling
  • Ans. 

    Write a DAX query in data modeling

    • Use CALCULATE function to apply filters and context to calculations

    • Use SUMX function to iterate over a table and perform calculations

    • Use RELATED function to retrieve related values from other tables

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What is power pivot
  • Ans. 

    Power Pivot is a data modeling tool in Excel that allows users to create relationships, calculations, and measures for analyzing large datasets.

    • Power Pivot is an add-in for Excel that enables users to create data models and perform advanced data analysis.

    • It allows users to import and combine data from multiple sources, create relationships between tables, and define calculations and measures.

    • Users can create complex ca...

  • Answered by AI
  • Q2. Creation in dax
  • Ans. 

    Creation in DAX refers to the process of generating new calculated columns or measures in Power BI using Data Analysis Expressions.

    • Use DAX functions like CALCULATE, SUMX, AVERAGE, etc. to create new columns or measures

    • Understand the data model and relationships to create accurate calculations

    • Test the newly created calculations to ensure they are working correctly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job change to develop skills and leave more anything in experience 2years

Skills evaluated in this interview

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

I was interviewed in Jul 2024.

Round 1 - Assignment 

Brief information about Business Intelligence (BI) tools.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the role of Power BI in today's market?
  • Q2. What are the differences between Power BI and Tableau?
  • Q3. What are some case studies that demonstrate the use of Power BI?
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the components of Power bi
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, Power Map, and Power Q&A.

    • Power Query: Used for data extraction and transformation.

    • Power Pivot: Used for data modeling and analysis.

    • Power View: Used for interactive data visualization.

    • Power Map: Used for geographical data visualization.

    • Power Q&A: Allows users to ask questions in natural language and get answers from data.

  • Answered by AI
  • Q2. What is mean by DAX
  • Ans. 

    DAX stands for Data Analysis Expressions and is a formula language used in Power BI for creating custom calculations.

    • DAX is used to create custom calculations in Power BI, similar to Excel formulas.

    • It can be used to create calculated columns, measures, and calculated tables.

    • DAX functions can be used to manipulate data, perform calculations, and create complex expressions.

    • Examples of DAX functions include SUM, AVERAGE,

  • Answered by AI
  • Q3. What is mean by M language
  • Ans. 

    M language is a powerful data transformation language used in Power Query in Power BI.

    • M language is used to transform and clean data in Power BI.

    • It is a functional language with a wide range of functions and operators.

    • M language is case-sensitive and uses a step-by-step approach to data transformation.

    • Examples of M language functions include Table.TransformColumns and List.Transform.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

It was a real-time scenario that they asked about.

Interview Preparation Tips

Topics to prepare for Genpact Power BI Developer interview:
  • DAX
  • SQL
Interview preparation tips for other job seekers - If you have experience, it is beneficial for you to handle such situations.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Without RLS how can you implement the security to data?
  • Ans. 

    Implement security to data using row-level security (RLS)

    • Use user roles and permissions to restrict access to specific data

    • Leverage Power BI's built-in security features such as dataset security and data categorization

    • Implement dynamic security based on user context or attributes

    • Utilize Power BI's security features like Azure Active Directory integration for authentication and authorization

  • Answered by AI

Skills evaluated in this interview

Crowd Media Tech Interview FAQs

How many rounds are there in Crowd Media Tech MSBI and Power BI Developer interview?
Crowd Media Tech interview process usually has 2 rounds. The most common rounds in the Crowd Media Tech interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

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.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Application Support Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Software Engineer
3 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Crowd Media Tech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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