Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by WNS Team. If you also belong to the team, you can get access from here

WNS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WNS Power BI Developer Interview Questions and Answers

Updated 22 Apr 2025

10 Interview questions

A Power BI Developer was asked 7mo ago
Q. What is the difference between a Power BI Report and a Power BI App?
Ans. 

Power BI Report is a single report page, while Power BI App is a collection of multiple reports and dashboards.

  • Power BI Report is a single page report with visualizations and data insights.

  • Power BI App is a collection of multiple reports, dashboards, and datasets organized together.

  • Power BI Report can be shared individually, while Power BI App is shared as a package of related content.

  • Power BI App allows for more ...

A Power BI Developer was asked
Q. Are you willing to relocate?
Ans. 

Yes, relocation is possible in various contexts, including jobs, homes, and data management.

  • Relocation in job context: Employees may move to different offices or cities for work.

  • Relocation in data management: Power BI allows users to relocate datasets and reports to different workspaces.

  • Relocation in personal life: Individuals often relocate for better living conditions or job opportunities.

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 differences between page-level and report-level filt ... read more
asked in WNS
Q4. Create following measures using sample excel dataset Measures you ... read more
asked in Infosys
Q5. What is the difference between calculated columns and measures?
A Power BI Developer was asked
Q. Define schema for Power BI.
Ans. 

Schema for n Power BI is the structure of the data model used to organize and connect data sources.

  • Schema defines the relationships between tables, columns, and measures.

  • It helps in creating a logical model of the data.

  • Schema can be created using Power BI Desktop or Power BI Service.

  • Example: A schema for sales data may include tables for customers, products, and sales transactions.

  • Schema can also include calculate...

A Power BI Developer was asked
Q. Define the different types of filters available in Power BI.
Ans. 

Power BI has various types of filters such as visual, page, report, drill-through, and slicer filters.

  • Visual filters apply to a single visual or chart.

  • Page filters apply to all visuals on a single page.

  • Report filters apply to all visuals in a report.

  • Drill-through filters allow users to navigate to more detailed data.

  • Slicer filters allow users to filter data across multiple visuals.

A Power BI Developer was asked
Q. What is the difference between SUM and SUMX in Power BI?
Ans. 

SUM calculates the sum of a column or expression, while SUMX calculates the sum of an expression evaluated for each row in a table.

  • SUM is used to calculate the sum of a column or expression in Power BI.

  • SUMX is used to calculate the sum of an expression evaluated for each row in a table.

  • SUM is typically used with columns, while SUMX is used with tables or filtered tables.

  • SUMX can be used to perform more complex cal...

A Power BI Developer was asked
Q. Define interaction mode in Power BI.
Ans. 

Interaction mode in Power BI allows users to interact with visualizations and explore data in a more dynamic way.

  • Interaction mode can be accessed by clicking on the 'Focus mode' button in the top right corner of a visualization.

  • In interaction mode, users can hover over data points to see more information, filter data, and drill down into details.

  • Users can also use the 'Selection pane' to show or hide specific visu...

A Power BI Developer was asked
Q. Define ROS in Power BI.
Ans. 

ROS stands for Return on Sales in Power BI.

  • ROS is a financial metric used to measure the profitability of a company.

  • It is calculated by dividing the net income by the total revenue.

  • ROS is expressed as a percentage and is used to evaluate a company's efficiency in generating profits.

  • For example, if a company has a net income of $100,000 and total revenue of $1,000,000, the ROS would be 10%.

Are these interview questions helpful?
A Power BI Developer was asked 2mo ago
Q. What is Data Modelling, how to model data in Power Bi
Ans. 

Data modeling in Power BI involves structuring data to create meaningful insights and relationships for effective reporting.

  • Star Schema: A common modeling technique where a central fact table is connected to multiple dimension tables, e.g., sales data linked to product and customer dimensions.

  • Relationships: Establishing relationships between tables using primary and foreign keys, such as linking a 'CustomerID' in ...

A Power BI Developer was asked 2mo ago
Q. Types of RLS in Power Bi
Ans. 

RLS in Power BI restricts data access based on user roles, enhancing security and data privacy.

  • Row-Level Security (RLS) can be implemented using DAX filters to restrict data access.

  • There are two types of RLS: Static RLS and Dynamic RLS.

  • Static RLS involves defining roles and permissions manually, e.g., a role for 'Sales Managers' to see only their region's data.

  • Dynamic RLS uses user attributes to filter data automa...

A Power BI Developer was asked 2mo ago
Q. Components of Power Bi
Ans. 

Power BI consists of various components that facilitate data visualization, analysis, and sharing insights effectively.

  • Power BI Desktop: A Windows application for creating reports and dashboards.

  • Power BI Service: A cloud-based service for sharing and collaborating on reports.

  • Power BI Mobile: Mobile apps for accessing reports on smartphones and tablets.

  • Power Query: A data connection technology for importing and tra...

WNS Power BI Developer Interview Experiences

6 interviews found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Components of Power Bi
  • Ans. 

    Power BI consists of various components that facilitate data visualization, analysis, and sharing insights effectively.

    • Power BI Desktop: A Windows application for creating reports and dashboards.

    • Power BI Service: A cloud-based service for sharing and collaborating on reports.

    • Power BI Mobile: Mobile apps for accessing reports on smartphones and tablets.

    • Power Query: A data connection technology for importing and transfor...

  • Answered by AI
  • Q2. What is Data Modelling, how to model data in Power Bi
  • Ans. 

    Data modeling in Power BI involves structuring data to create meaningful insights and relationships for effective reporting.

    • Star Schema: A common modeling technique where a central fact table is connected to multiple dimension tables, e.g., sales data linked to product and customer dimensions.

    • Relationships: Establishing relationships between tables using primary and foreign keys, such as linking a 'CustomerID' in a sal...

  • Answered by AI
  • Q3. Types of RLS in Power Bi
  • Ans. 

    RLS in Power BI restricts data access based on user roles, enhancing security and data privacy.

    • Row-Level Security (RLS) can be implemented using DAX filters to restrict data access.

    • There are two types of RLS: Static RLS and Dynamic RLS.

    • Static RLS involves defining roles and permissions manually, e.g., a role for 'Sales Managers' to see only their region's data.

    • Dynamic RLS uses user attributes to filter data automatical...

  • Answered by AI
  • Q4. Create following measures using sample excel dataset Measures you need to create : QC% = QC Vol./Received Vol. Internal Error% = Internal Error/QC Vol. Internal Accuracy % = 1-SUM(Internal Error/QC Vol.) E...
  • Ans. 

    Create a Power BI dashboard using measures and data from an Excel dataset to visualize QC and error metrics.

    • Measures Creation: Calculate QC%, Internal Error%, and External Error% using DAX formulas based on the provided dataset.

    • Dropdowns: Implement slicers for month and process to filter data dynamically on the dashboard.

    • Card Visuals: Use card visuals to display key metrics like QC%, Internal Error%, and Internal Accur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round will be all abt your past exp. 2nd Round will be all abt power bi functions & features (DAX & Data Refresh, Incremental Refresh) 3rd Round will be Practical round and you will be asked to create a Dashboard.

Power BI Developer Interview Questions & Answers

user image Govind Prajapat

posted on 28 Oct 2024

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

(2 Questions)

  • Q1. Time intelligence functions
  • Q2. Difference between Power BI Report and Power BI App
  • Ans. 

    Power BI Report is a single report page, while Power BI App is a collection of multiple reports and dashboards.

    • Power BI Report is a single page report with visualizations and data insights.

    • Power BI App is a collection of multiple reports, dashboards, and datasets organized together.

    • Power BI Report can be shared individually, while Power BI App is shared as a package of related content.

    • Power BI App allows for more inter...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.whawhat are the challenges faced in your project? 2.what is difference between active & inactive relationship & explain detailed with 1 example? 3.what is star schama & snow flake schema & give example? ...
  • Ans. 

    Key concepts and challenges in Power BI development, including relationships, schemas, joins, and data manipulation techniques.

    • Challenges in projects may include data quality issues, performance optimization, and user adoption.

    • Active relationships are used in calculations, while inactive relationships can be activated using DAX functions like USERELATIONSHIP.

    • Star schema has a central fact table connected to dimension t...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expecting salary
  • Q2. Is it possible relocate
  • Ans. 

    Yes, relocation is possible in various contexts, including jobs, homes, and data management.

    • Relocation in job context: Employees may move to different offices or cities for work.

    • Relocation in data management: Power BI allows users to relocate datasets and reports to different workspaces.

    • Relocation in personal life: Individuals often relocate for better living conditions or job opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Randomly asked

Power BI Developer Interview Questions & Answers

user image ER.Ankit Agarwal

posted on 20 Oct 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Difference between sum and SUMX
  • Ans. 

    SUM calculates the sum of a column or expression, while SUMX calculates the sum of an expression evaluated for each row in a table.

    • SUM is used to calculate the sum of a column or expression in Power BI.

    • SUMX is used to calculate the sum of an expression evaluated for each row in a table.

    • SUM is typically used with columns, while SUMX is used with tables or filtered tables.

    • SUMX can be used to perform more complex calculat...

  • Answered by AI
  • Q2. Define ROS in power BI
  • Ans. 

    ROS stands for Return on Sales in Power BI.

    • ROS is a financial metric used to measure the profitability of a company.

    • It is calculated by dividing the net income by the total revenue.

    • ROS is expressed as a percentage and is used to evaluate a company's efficiency in generating profits.

    • For example, if a company has a net income of $100,000 and total revenue of $1,000,000, the ROS would be 10%.

  • Answered by AI
  • Q3. Define interaction mode in power bi
  • Ans. 

    Interaction mode in Power BI allows users to interact with visualizations and explore data in a more dynamic way.

    • Interaction mode can be accessed by clicking on the 'Focus mode' button in the top right corner of a visualization.

    • In interaction mode, users can hover over data points to see more information, filter data, and drill down into details.

    • Users can also use the 'Selection pane' to show or hide specific visualiza...

  • Answered by AI
  • Q4. Define different type of filters available in power bi
  • Ans. 

    Power BI has various types of filters such as visual, page, report, drill-through, and slicer filters.

    • Visual filters apply to a single visual or chart.

    • Page filters apply to all visuals on a single page.

    • Report filters apply to all visuals in a report.

    • Drill-through filters allow users to navigate to more detailed data.

    • Slicer filters allow users to filter data across multiple visuals.

  • Answered by AI
  • Q5. Define schema for n power bi
  • Ans. 

    Schema for n Power BI is the structure of the data model used to organize and connect data sources.

    • Schema defines the relationships between tables, columns, and measures.

    • It helps in creating a logical model of the data.

    • Schema can be created using Power BI Desktop or Power BI Service.

    • Example: A schema for sales data may include tables for customers, products, and sales transactions.

    • Schema can also include calculated col...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about power bi and sql which will give you more chance to clear

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Situation based question and Dax function,and security level question
Round 3 - Technical 

(1 Question)

  • Q1. Similar question in 3rd round as well
Round 4 - Client Interview 

(1 Question)

  • Q1. Client ask for job change , tell you about the role and responsibilities
Round 5 - HR 

(1 Question)

  • Q1. Family related question and salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concept of power bi, ready for situation based question and having good command over DAX

I applied via Naukri.com and was interviewed before Oct 2021. 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 - Aptitude Test 

English, maths, gk, reasoning

Round 3 - HR 

(2 Questions)

  • Q1. What is your current salary. What is your highest qualification.
  • Q2. When you join our company
  • Ans. 

    I will bring my expertise in Power BI development and contribute to the success of the company.

    • I have extensive experience in creating interactive dashboards and reports using Power BI.

    • I am proficient in data modeling, DAX calculations, and data visualization techniques.

    • I have a strong understanding of business requirements and can translate them into effective Power BI solutions.

    • I am familiar with connecting to variou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You doing only our knowledge,experience and key responsibilities.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about WNS?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Level of difficulty was intermediate

Round 2 - Group Discussion 

Great discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work, but appraisal is less
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What Row level security
  • Ans. 

    Row level security restricts data access at the row level based on user roles or criteria.

    • Row level security limits data access to specific rows based on user roles or criteria

    • It ensures that users can only see the data they are authorized to access

    • Examples include restricting a sales manager to only see data for their assigned region

  • Answered by AI
  • Q2. What isa schedule refresh
  • Ans. 

    Schedule refresh is a feature in Power BI that automatically updates data at specified intervals.

    • Allows users to set up a schedule for data refresh in Power BI Service

    • Ensures that reports and dashboards always display the most up-to-date information

    • Can be configured to refresh data from various data sources such as SQL databases, Excel files, etc.

  • Answered by AI

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oops concept and MSSQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview with OOPS concept and SQL queries. Questions are not tough.

I applied via Approached by Company and was interviewed in Feb 2022. 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 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and hard work

WNS Interview FAQs

How many rounds are there in WNS Power BI Developer interview?
WNS interview process usually has 2-3 rounds. The most common rounds in the WNS interview process are Resume Shortlist, Technical and HR.
How to prepare for WNS 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 WNS. The most common topics and skills that interviewers at WNS expect are Power Bi, Data Analytics, SQL, Data Modeling and Excel.
What are the top questions asked in WNS Power BI Developer interview?

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

  1. Create following measures using sample excel dataset Measures you need to creat...read more
  2. Define different type of filters available in power...read more
  3. What is Data Modelling, how to model data in Power...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.3/5

based on 3 interview experiences

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 2k Interviews
Infosys BPM Interview Questions
3.6
 • 1k Interviews
iEnergizer Interview Questions
4.7
 • 784 Interviews
Omega Healthcare Interview Questions
3.7
 • 477 Interviews
R1 RCM Interview Questions
3.8
 • 318 Interviews
HGS Interview Questions
3.8
 • 254 Interviews
Alldigi Tech Interview Questions
4.0
 • 217 Interviews
View all
WNS Power BI Developer Salary
based on 43 salaries
₹6.5 L/yr - ₹14 L/yr
38% more than the average Power BI Developer Salary in India
View more details

WNS Power BI Developer Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.4

Salary

4.4

Job security

4.3

Company culture

3.4

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Senior Associate
14.1k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Associate
5.6k salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Associate Lead
3.4k salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Senior Associate Operations
3.1k salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare WNS with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.7
Compare

Infosys BPM

3.6
Compare
write
Share an Interview