Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Power BI Developer Interview Questions, Process, and Tips

Updated 8 Mar 2025

Top Accenture Power BI Developer Interview Questions and Answers

  • Q1. Difference between row contex and example of dax function which allows row context.
  • Q2. Different types of gateways?? When why and how we use ??
  • Q3. Role playing dimension and why do we use star schema.
View all 7 questions

Accenture Power BI Developer Interview Experiences

7 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Wat is cardinality
  • Ans. 

    Cardinality refers to the uniqueness of values in a column or relationship.

    • Cardinality is the number of unique values in a column or relationship.

    • High cardinality means a column has many unique values, while low cardinality means few unique values.

    • For example, a column like 'Customer ID' may have high cardinality, while 'Gender' may have low cardinality.

  • Answered by AI
  • Q2. Challenges faced
Round 2 - One-on-one 

(1 Question)

  • Q1. Write SQL query
  • Ans. 

    SQL query to retrieve data from a table

    • Use SELECT statement to specify columns to retrieve

    • Use FROM statement to specify the table to retrieve data from

    • Use WHERE statement to filter the data based on conditions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About previous experience
  • Q2. About previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

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 ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What type of time intelligence function you have used
  • Ans. 

    I have used DAX time intelligence functions like TOTALYTD, SAMEPERIODLASTYEAR, etc.

    • TOTALYTD function calculates the year-to-date total for a given expression

    • SAMEPERIODLASTYEAR function returns the value of the same period in the previous year

    • DATESYTD function returns a set of dates year-to-date based on the current context

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between calculated column and measure
  • Ans. 

    Calculated columns are static values calculated at the row level, while measures are dynamic values calculated at the aggregate level.

    • Calculated columns are stored in the data model and can be used in visuals directly.

    • Measures are calculated on the fly based on the context of the visualization or report.

    • Calculated columns are useful for creating new columns based on existing data, while measures are used for aggregatio

  • Answered by AI

Accenture interview questions for designations

 BI Developer

 (1)

 MSBI and Power BI Developer

 (1)

 Power Apps Developer

 (1)

 SAP BW BI Consultant

 (1)

 Developer

 (9)

 Application Developer

 (258)

 Software Developer

 (241)

 Java Developer

 (51)

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

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project and roles and responsibilities in your project
  • Q2. Role playing dimension and why do we use star schema.
  • Q3. Difference between row contex and example of dax function which allows row context.
  • Ans. 

    Row context refers to the current row in a table during DAX calculations, allowing for row-specific evaluations.

    • Row context is established when a DAX formula is evaluated for each row in a table.

    • An example of a DAX function that allows row context is 'SUMX', which iterates over a table and evaluates an expression for each row.

    • In 'SUMX(Table, Expression)', 'Table' provides the row context for 'Expression'.

    • Another exampl...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you apply RLS in your report?
  • Ans. 

    RLS in Power BI restricts data access based on user roles, ensuring users see only relevant data.

    • Define roles in Power BI Desktop using DAX filters to restrict data visibility.

    • Example: Create a role 'Sales' with a filter like [Region] = USERNAME() to show data only for the user's region.

    • Publish the report to Power BI Service and assign users to the defined roles.

    • Test the roles in Power BI Desktop using the 'View as Rol

  • Answered by AI
  • Q2. Related and lookup value function

Get interview-ready with Top Accenture Interview Questions

Interview experience
1
Bad
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. Cardinality in power bi
  • Ans. 

    Cardinality in Power BI refers to the uniqueness of values in a column or relationship.

    • Cardinality can be one-to-one, one-to-many, or many-to-many.

    • It helps determine how data should be modeled and relationships should be established.

    • For example, a one-to-many cardinality means one value in one table can be related to multiple values in another table.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Different types of gateways?? When why and how we use ??
  • Ans. 

    There are three types of gateways in Power BI: On-premises data gateway, Personal gateway, and Power BI Gateway (Enterprise). Each serves a different purpose.

    • On-premises data gateway is used to connect on-premises data sources to Power BI service.

    • Personal gateway is used for individuals to refresh data from on-premises data sources.

    • Power BI Gateway (Enterprise) is used for organizations to manage data refresh for cloud...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go for this company. Worst ever as we answer all questions in technical round they don't hire. Just for name sake they are doing interviews.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Connection modes in Power BI and how they work
  • Ans. 

    Power BI has three connection modes: Import, DirectQuery, and Live Connection.

    • Import mode imports data into Power BI and creates a dataset.

    • DirectQuery mode connects to the data source and queries data in real-time.

    • Live Connection mode connects to a published dataset in Power BI Service.

    • Import mode is best for small to medium-sized datasets, while DirectQuery and Live Connection are better for large datasets.

    • DirectQuery...

  • Answered by AI
  • Q2. Row level security in Power BI
  • Ans. 

    Row level security in Power BI allows restricting data access based on user roles and filters.

    • Row level security can be implemented using roles and filters in Power BI.

    • Roles can be created and assigned to users or groups to restrict access to specific data.

    • Filters can be applied to tables or columns to limit data visibility based on user roles.

    • Row level security can be tested using the View As Roles feature in Power BI...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Important: After uploading all the documents and filling EAF form you might be worrying about LOA form.
No need to worry, after my technical interview, i received a mail selected for HR interview and after 7 days of technical interview, received a call from Accenture person to fill the LOA form shared on my email ID by Accenture.

Should have hands-on experience in Power BI Desktop.
Knowledge about different things we can do in Power BI Service

Sum/Sumx, Dax/Calculated Columns, Performance analyzer in Power BI
Learn about Data Modeling in Power BI also
And SQL in Power BI also

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. All basic questions in first round and little technical in second round. The interview process is very friendly. No need to worry.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure what you are telling.

Interview Questionnaire 

1 Question

  • Q1. What is a power bi
  • Ans. 

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

    • Power BI is a Microsoft product used for data analysis and visualization.

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

    • Power BI provides a wide range of visualizations, such as charts, maps, and tables, to represent data.

    • Users can create custom calculat...

  • Answered by AI

Skills evaluated in this interview

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 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - power pivot,dax funcation

Accenture Interview FAQs

How many rounds are there in Accenture Power BI Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Accenture Power BI Developer interview?

Some of the top questions asked at the Accenture Power BI Developer interview -

  1. Connection modes in Power BI and how they w...read more
  2. Difference between row contex and example of dax function which allows row cont...read more
  3. Different types of gateways?? When why and how we use...read more

Tell us how to improve this page.

Accenture Power BI Developer Interview Process

based on 12 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Accenture Power BI Developer Salary
based on 957 salaries
₹2.8 L/yr - ₹12.3 L/yr
18% more than the average Power BI Developer Salary in India
View more details

Accenture Power BI Developer Reviews and Ratings

based on 27 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.3

Salary

4.1

Job security

4.3

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 27 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.6k salaries
unlock blur

₹7.1 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.7k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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