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 for Experienced

Updated 8 Mar 2025

Top Accenture Power BI Developer Interview Questions and Answers for Experienced

  • 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 for Experienced

4 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 for Experienced

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
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
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

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

 (261)

 Software Developer

 (244)

 Java Developer

 (52)

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.

I applied via Campus Placement and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Sql and os related questions,Java based
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whoever seeing this.. you will acheive your goals

I applied via Naukri.com and was interviewed before Oct 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. Can you please explain previous experience?
  • Q2. Can you explain about import model ?
  • Ans. 

    Import model is a Power BI feature that allows you to import data from various sources and create a data model.

    • Import model is used to create a data model in Power BI.

    • It allows you to import data from various sources such as Excel, CSV, SQL Server, etc.

    • You can create relationships between tables, add calculated columns, and measures.

    • Import model is useful when you have large amounts of data that need to be transformed ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is without techinical knowledge plz Don't attend the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell us about your latest project
Round 1 - Assignment 
Round 2 - HR 

(8 Questions)

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What is your family background?
  • Q6. What are your salary expectations?
  • Q7. Share details of your previous job.
  • Q8. Tell me about yourself.

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

Accenture Interview FAQs

How many rounds are there in Accenture Power BI Developer interview for experienced candidates?
Accenture interview process for experienced candidates usually has 2 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in Accenture Power BI Developer interview for experienced candidates?

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

  1. Difference between row contex and example of dax function which allows row cont...read more
  2. Different types of gateways?? When why and how we use...read more
  3. Role playing dimension and why do we use star sche...read more

Tell us how to improve this page.

Accenture Power BI Developer Interview Process for Experienced

based on 4 interviews

Interview experience

3.8
  
Good
View more
Accenture Power BI Developer Salary
based on 939 salaries
₹3.5 L/yr - ₹12.3 L/yr
24% more than the average Power BI Developer Salary in India
View more details

Accenture Power BI Developer Reviews and Ratings

based on 29 reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.4

Salary

4.1

Job security

4.3

Company culture

2.9

Promotions

3.7

Work satisfaction

Explore 29 Reviews and Ratings
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.9k salaries
unlock blur

₹7.2 L/yr - ₹25.9 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k 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