Upload Button Icon Add office photos
Engaged Employer

i

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

Quess Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quess Power BI Developer Interview Questions and Answers

Updated 11 Jan 2025

6 Interview questions

A Power BI Developer was asked 5mo ago
Q. What is the DAX formula for calculating a running total?
Ans. 

The DAX formula for calculating a running total is using the CALCULATE function with the FILTER function.

  • Use the CALCULATE function to evaluate an expression in a context modified by filters.

  • Use the FILTER function to return a table that represents a subset of another table or expression.

  • Combine CALCULATE and FILTER functions to calculate a running total.

A Power BI Developer was asked 5mo ago
Q. What is the DAX formula for replacing blank values with zero and vice versa?
Ans. 

The DAX formula for replacing blank values with zero and vice versa is IF(ISBLANK(), 0, BLANK())

  • Use the IF function in DAX to check if a value is blank

  • If the value is blank, return 0. If not, return blank()

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 5mo ago
Q. Write SQL queries for the above scenarios.
Ans. 

SQL queries are essential for data manipulation and retrieval in Power BI, enabling effective data analysis.

  • Use SELECT statements to retrieve data: e.g., SELECT * FROM Patients;

  • Implement JOINs to combine data from multiple tables: e.g., SELECT a.Name, b.Diagnosis FROM Patients a JOIN Diagnoses b ON a.ID = b.PatientID;

  • Utilize WHERE clauses for filtering data: e.g., SELECT * FROM Appointments WHERE Date > '2023-0...

A Power BI Developer was asked
Q. What is a gateway and what are its types?
Ans. 

A gateway in Power BI is a bridge that connects on-premises data sources to the cloud service.

  • There are two types of gateways in Power BI: On-premises data gateway and Personal gateway.

  • On-premises data gateway is used to connect cloud services to on-premises data sources.

  • Personal gateway is used for individual users to refresh data within Power BI.

  • Gateways ensure secure data transfer between on-premises and cloud ...

A Power BI Developer was asked
Q. What is row-level security?
Ans. 

Row level security is a feature in Power BI that restricts access to data at the row level based on user roles or criteria.

  • Row level security allows you to control which rows of data a user can see in a report or dashboard.

  • It is commonly used to ensure that users only see the data that is relevant to them based on their role or department.

  • Row level security can be implemented using DAX expressions to filter data b...

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

SUM calculates the total of a column, while SUMX evaluates an expression for each row in a table and returns the sum of the results.

  • SUM is used to calculate the total of a column in a table.

  • SUMX is used to iterate over each row in a table, evaluate an expression, and return the sum of the results.

  • SUMX is commonly used in DAX formulas to perform calculations row by row.

Quess Power BI Developer Interview Experiences

2 interviews found

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 in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the DAX formula for calculating a running total?
  • Ans. 

    The DAX formula for calculating a running total is using the CALCULATE function with the FILTER function.

    • Use the CALCULATE function to evaluate an expression in a context modified by filters.

    • Use the FILTER function to return a table that represents a subset of another table or expression.

    • Combine CALCULATE and FILTER functions to calculate a running total.

  • Answered by AI
  • Q2. What is the DAX formula for replacing blank values with zero and vice versa?
  • Ans. 

    The DAX formula for replacing blank values with zero and vice versa is IF(ISBLANK(), 0, BLANK())

    • Use the IF function in DAX to check if a value is blank

    • If the value is blank, return 0. If not, return blank()

  • Answered by AI
  • Q3. SQL Queries for the above scenarios
  • Ans. 

    SQL queries are essential for data manipulation and retrieval in Power BI, enabling effective data analysis.

    • Use SELECT statements to retrieve data: e.g., SELECT * FROM Patients;

    • Implement JOINs to combine data from multiple tables: e.g., SELECT a.Name, b.Diagnosis FROM Patients a JOIN Diagnoses b ON a.ID = b.PatientID;

    • Utilize WHERE clauses for filtering data: e.g., SELECT * FROM Appointments WHERE Date > '2023-01-01'...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your previous work experiences?
  • Ans. 

    I have 3 years of experience as a Power BI Developer in a consulting firm.

    • Developed interactive dashboards and reports using Power BI

    • Worked closely with business stakeholders to gather requirements

    • Optimized data models for performance and efficiency

  • Answered by AI
  • Q2. Salary negotiations etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Oct 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 - Technical 

(3 Questions)

  • Q1. Difference between sum and sumx?
  • Ans. 

    SUM calculates the total of a column, while SUMX evaluates an expression for each row in a table and returns the sum of the results.

    • SUM is used to calculate the total of a column in a table.

    • SUMX is used to iterate over each row in a table, evaluate an expression, and return the sum of the results.

    • SUMX is commonly used in DAX formulas to perform calculations row by row.

  • Answered by AI
  • Q2. What is gateway and its types?
  • Ans. 

    A gateway in Power BI is a bridge that connects on-premises data sources to the cloud service.

    • There are two types of gateways in Power BI: On-premises data gateway and Personal gateway.

    • On-premises data gateway is used to connect cloud services to on-premises data sources.

    • Personal gateway is used for individual users to refresh data within Power BI.

    • Gateways ensure secure data transfer between on-premises and cloud envir...

  • Answered by AI
  • Q3. What is row level security?
  • Ans. 

    Row level security is a feature in Power BI that restricts access to data at the row level based on user roles or criteria.

    • Row level security allows you to control which rows of data a user can see in a report or dashboard.

    • It is commonly used to ensure that users only see the data that is relevant to them based on their role or department.

    • Row level security can be implemented using DAX expressions to filter data based ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well all the dax

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Quess?
Ask anonymously on communities.

Interview questions from similar companies

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

Normal theoretical questions on Power Bi

Round 2 - Technical 

(1 Question)

  • Q1. Asked to prepare a dashboard
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the Middleware
  • Ans. 

    Middleware is software that connects different applications or services, enabling them to communicate and manage data exchange.

    • Acts as a bridge between different software applications.

    • Facilitates communication and data management in distributed systems.

    • Examples include message brokers like RabbitMQ and API gateways.

    • Can provide services like authentication, logging, and transaction management.

    • Used in microservices archi...

  • Answered by AI
  • Q2. What is dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here please otherwise you will regret for whole life
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and u can do it very easily

Round 2 - Coding Test 

Basically question were asked from tree, bst, greedy

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep patient and do grinding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 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 

1-hour exam, few math questions, and few technical were asked, and all were MCQs

Round 3 - Group Discussion 

Very general topics were asked to check our communication skills

Round 4 - Technical 

(3 Questions)

  • Q1. Intro, DBMS, SQL questions, OOPs concepts, and real-life examples, About the project I worked in, were asked. Most of the questions are based on the resume.
  • Q2. OOPs- inheritance, encapsulation code on it overloading, overriding concept and coding question
  • Q3. Coding questions on strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs concepts properly, understand the questions properly, and give the right answers. Deliver every answer with real life example.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. The candidate should possess a strong knowledge of programming skills.
  • Q2. Sting manpulation
  • Q3. Object oriented programming
  • Q4. Exception handling
  • Q5. Looping statement
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic aptitude and English grammar

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and that's all

I applied via Job Fair and was interviewed before Aug 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 - Aptitude Test 

My self, my job location and which company I am working right now and my salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and comfortable questions not deficult

I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself
  • Ans. 

    Dynamic sales executive with a proven track record in exceeding targets and building strong client relationships.

    • Over 5 years of experience in sales, consistently exceeding quarterly targets by 20%.

    • Skilled in building relationships; developed a key account that increased revenue by 30%.

    • Proficient in CRM software, which improved lead tracking and conversion rates by 15%.

    • Strong communicator; led presentations that secure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be hesitated whenever you go for any interview be prepared and don't think about job you will get or not always think that your interview should be perfect then definitely you will get that job

Quess Interview FAQs

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

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

  1. What is the DAX formula for replacing blank values with zero and vice ver...read more
  2. What is the DAX formula for calculating a running tot...read more
  3. what is gateway and its typ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Alldigi Tech Interview Questions
4.0
 • 217 Interviews
IntouchCX Interview Questions
2.8
 • 211 Interviews
TTEC India Interview Questions
3.7
 • 143 Interviews
Globiva Interview Questions
3.1
 • 117 Interviews
ReSource Pro Interview Questions
4.0
 • 108 Interviews
QX Global Group Interview Questions
3.3
 • 92 Interviews
Alorica Interview Questions
3.1
 • 78 Interviews
AM Infoweb Interview Questions
3.9
 • 69 Interviews
MiraMed Ajuba Interview Questions
3.9
 • 58 Interviews
View all
Quess Power BI Developer Salary
based on 28 salaries
₹5 L/yr - ₹11 L/yr
22% more than the average Power BI Developer Salary in India
View more details
Relationship Officer
1k salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Sales Executive
815 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Team Lead
523 salaries
unlock blur

₹2.2 L/yr - ₹6.9 L/yr

Associate Engineer
482 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

Network Engineer
350 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Explore more salaries
Compare Quess with

Statestreet HCL Services

3.4
Compare

Alldigi Tech

4.0
Compare

IntouchCX

2.8
Compare

Globiva

3.1
Compare
write
Share an Interview