Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

PwC Power BI Developer Interview Questions and Answers

Updated 19 Nov 2024

PwC Power BI Developer Interview Experiences

2 interviews found

Power BI Developer Interview Questions & Answers

user image Manjushree K

posted on 19 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Oct 2024.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Power BI Developer Interview Questions Asked at Other Companies

asked in KPMG India
Q1. Types of joins in power Bi & SQL and how it works?
asked in KPMG India
Q2. Difference between Sum and Sumx? And also Summerize vs Summerized ... read more
Q3. what are the difference between page level and report level filte ... read more
asked in Infosys
Q4. What is difference between calculate column and measures?
asked in KPMG India
Q5. Difference between calculate and calculate table ?

Power BI Developer Jobs at PwC

View all

Interview questions from similar companies

Interview Questionnaire 

9 Questions

  • Q1. Types of joins in power Bi & SQL and how it works?
  • Ans. 

    There are four types of joins in Power BI and SQL: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching records from both tables.

    • Left join returns all records from the left table and the matching records from the right table.

    • Right join returns all records from the right table and the matching records from the left table.

    • Full outer join returns all records when there is a match in

  • Answered by AI
  • Q2. Types of filters in power Bi and difference?
  • Ans. 

    There are three types of filters in Power BI: visual-level filters, page-level filters, and report-level filters.

    • Visual-level filters apply to a specific visual or chart in a report.

    • Page-level filters apply to all visuals on a specific page in a report.

    • Report-level filters apply to all visuals and pages in a report.

    • Filters can be applied to columns, measures, or hierarchies.

    • Filters can be used to include or exclude spe...

  • Answered by AI
  • Q3. What is Book marks in PBI?
  • Ans. 

    Bookmarks in Power BI are a feature that allows users to save and organize specific views of a report or dashboard.

    • Bookmarks help users to easily navigate and switch between different report views.

    • They can be used to save filters, slicer selections, visualizations, and other report settings.

    • Bookmarks can be created manually or through Power BI's recording feature.

    • They can be accessed and managed through the Bookmarks p...

  • Answered by AI
  • Q4. Difference between Sum and Sumx? And also Summerize vs Summerized column?
  • Ans. 

    Sum calculates the sum of a column, while Sumx calculates the sum of an expression. Summarize creates a new table with summarized data, while Summarized column adds a calculated column to an existing table.

    • Sum is used to calculate the sum of a column in a table.

    • Sumx is used to calculate the sum of an expression over a table or a group of rows.

    • Summarize creates a new table by grouping and summarizing data from an existi...

  • Answered by AI
  • Q5. How to implement the row level security?
  • Ans. 

    Row level security in Power BI allows you to restrict data access based on user roles or filters.

    • Row level security can be implemented by defining roles and filters in Power BI Desktop.

    • Roles can be created and assigned to users or groups.

    • Filters can be applied to tables or columns to limit data visibility.

    • Row level security can be based on user attributes, such as department or region.

    • Dynamic row level security can be ...

  • Answered by AI
  • Q6. Difference between slicer and filter?
  • Ans. 

    Slicers and filters are both used to control data visibility in Power BI, but slicers are visual elements while filters can be applied programmatically.

    • Slicers are visual controls that allow users to select values from a predefined list, which filters the data accordingly.

    • Filters can be applied programmatically using DAX formulas or Power Query M language.

    • Slicers are typically used for interactive data exploration and ...

  • Answered by AI
  • Q7. Difference between calculate and calculate table ?
  • Ans. 

    Calculate is used to modify the filter context of a single expression, while Calculate Table is used to modify the filter context of an entire table.

    • Calculate is used to modify the filter context of a single expression.

    • Calculate Table is used to modify the filter context of an entire table.

    • Calculate can be used to create new measures or modify existing ones.

    • Calculate Table can be used to create new tables or modify exi...

  • Answered by AI
  • Q8. Recently faced challenges in power Bi?
  • Ans. 

    Yes

    • Dealing with complex data transformations

    • Handling large datasets and optimizing performance

    • Creating dynamic and interactive visualizations

    • Integrating Power BI with other data sources

    • Implementing security and access controls

  • Answered by AI
  • Q9. Which types of reports developed?
  • Ans. 

    Various types of reports can be developed in Power BI.

    • Power BI allows the development of interactive dashboards.

    • Tabular reports can be created to display data in a structured format.

    • Matrix reports are useful for summarizing data in a grid-like format.

    • Charts and graphs can be used to visualize data trends and patterns.

    • KPI reports can be developed to track key performance indicators.

    • Paginated reports are suitable for pri...

  • Answered by AI

Skills evaluated in this interview

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

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

Interview Preparation Tips

Interview preparation tips for other job seekers - FOCUS IN DAX AND JOINS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Need detailed study

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

Interview Questionnaire 

1 Question

  • Q1. Java basics
Contribute & help others!
anonymous
You can choose to be anonymous

PwC Interview FAQs

How many rounds are there in PwC Power BI Developer interview?
PwC interview process usually has 1 rounds. The most common rounds in the PwC interview process are Technical.
How to prepare for PwC Power BI Developer 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 PwC. The most common topics and skills that interviewers at PwC expect are Power Bi, SQL, Power BI, Data Analytics and Leadership Development.

Recently Viewed

INTERVIEWS

PwC

No Interviews

JOBS

Sanskrut Group

No Jobs

INTERVIEWS

Nagarjuna Construction Company

No Interviews

INTERVIEWS

Nagarjuna Construction Company

No Interviews

INTERVIEWS

PwC

No Interviews

INTERVIEWS

Nagarjuna Construction Company

No Interviews

INTERVIEWS

PwC

No Interviews

INTERVIEWS

PwC

No Interviews

INTERVIEWS

Nagarjuna Construction Company

No Interviews

INTERVIEWS

Nagarjuna Construction Company

No Interviews

Tell us how to improve this page.

PwC Power BI Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 787 Interviews
ZS Interview Questions
3.4
 • 449 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Grant Thornton Interview Questions
3.7
 • 100 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
WSP Interview Questions
4.2
 • 90 Interviews
View all
PwC Power BI Developer Salary
based on 177 salaries
₹3.9 L/yr - ₹12.3 L/yr
23% more than the average Power BI Developer Salary in India
View more details

PwC Power BI Developer Reviews and Ratings

based on 14 reviews

3.5/5

Rating in categories

3.6

Skill development

3.1

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 14 Reviews and Ratings
PwC AC-Power Bi Developer with Grafana(must have)

Hyderabad / Secunderabad,

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

US Tech - Power BI Developer - Senior Associate

Hyderabad / Secunderabad,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Senior Associate Power BI Developer

Noida

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Associate
15.4k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
13.2k salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Manager
6.8k salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Associate2
4.3k salaries
unlock blur

₹4.6 L/yr - ₹16.5 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

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