Upload Button Icon Add office photos

Mott MacDonald

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Mott MacDonald Power BI Developer Interview Questions and Answers

Updated 19 Aug 2024

Mott MacDonald Power BI Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Online technical round for 20 mins MCQs (Moderate level)
Round 2 - Case Study 

Power BI Report Development - Hands on for 1 hour (Intermediate to Advance level)

Round 3 - Technical 

(1 Question)

  • Q1. Technical F2F for 30-40 mins (Intermediate level)
Round 4 - Technical 

(1 Question)

  • Q1. Technical F2F for 30 mins (Advance level)

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very time consuming because it was a walk-in drive.
After all the rounds I received a shortlisted email from HR but after that they said that my application is on Hold.
It was a good experience overall.

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the need of inactive relationship?
  • Q2. Explain various roles in power BI service
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sumx difference between sum
  • Ans. 

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

    • SUMX is an iterator function in DAX that allows you to iterate over a table and perform calculations on each row.

    • SUMX is commonly used to calculate a total based on a formula or expression applied to each row.

    • SUM, on the other hand, simply calculates the total of a column without any iteration over r...

  • Answered by AI
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.

Round 1 - Technical 

(2 Questions)

  • Q1. DAX ? WHAT ARE TIME INTELLIGENCE FNCS
  • Ans. 

    Time intelligence functions in DAX are used to perform calculations based on dates and times.

    • Time intelligence functions help in comparing data over different time periods.

    • Functions like TOTALYTD, SAMEPERIODLASTYEAR, and DATESBETWEEN are commonly used for time intelligence.

    • They can be used to calculate year-to-date totals, compare values with previous periods, and more.

  • Answered by AI
  • Q2. FOCUS ON SQL AND DAX

Interview Preparation Tips

Interview preparation tips for other job seekers - FOCUS IN DAX AND JOINS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction questions
  • Q2. Technical questions
Round 2 - HR 

(2 Questions)

  • Q1. Introduction questions
  • Q2. Salary description
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.

Round 1 - Technical 

(3 Questions)

  • Q1. What is calculated col and measure
  • Ans. 

    Calculated columns are columns created in Power BI by using DAX formulas, while measures are calculations based on the data model.

    • Calculated columns are static and stored in the data model, while measures are dynamic and calculated on the fly.

    • Calculated columns are used for adding new data to a table, while measures are used for aggregating data or performing calculations.

    • Examples of calculated columns include adding a...

  • Answered by AI
  • Q2. What is numerical range parameter
  • Ans. 

    Numerical range parameter is a parameter that defines a range of numerical values for a specific variable or function.

    • It is used to specify a range of numerical values that a parameter can take.

    • It helps in filtering data based on a specific numerical range.

    • For example, a numerical range parameter can be used to filter sales data for products with prices between $50 and $100.

  • Answered by AI
  • Q3. What is field parameter
  • Ans. 

    A field parameter is a variable that is used to pass values to a function or method.

    • Field parameters are used to customize the behavior of functions or methods.

    • They can be used to filter, sort, or group data in Power BI reports.

    • Examples include filtering data based on a specific date range or sorting data by revenue.

  • Answered by AI

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
-
Round 1 - Technical 

(3 Questions)

  • Q1. Scenario based on filter table
  • Q2. Find rolling total without reset
  • Ans. 

    Calculate rolling total without resetting at specified interval

    • Use DAX formula with functions like CALCULATE, FILTER, and EARLIER

    • Create a measure that calculates the running total based on the current and previous rows

    • Consider using variables to store intermediate results for efficiency

  • Answered by AI
  • Q3. Shift one cell Down in table using dax
  • Ans. 

    Use DAX function to shift one cell down in a table

    • Use the LAG function in DAX to shift values down in a column

    • Specify the number of rows to shift as a parameter in the LAG function

    • Example: LAG([Column], 1) will shift values in 'Column' down by one row

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All filter in Power BI
  • Ans. 

    Filters in Power BI allow users to slice and dice data to focus on specific information.

    • Filters can be applied at report, page, or visual level

    • Types of filters include slicers, cross-filtering, and drill-through filters

    • Filters can be based on specific values, ranges, or conditions

  • Answered by AI

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

Mott MacDonald Interview FAQs

How many rounds are there in Mott MacDonald Power BI Developer interview?
Mott MacDonald interview process usually has 4 rounds. The most common rounds in the Mott MacDonald interview process are Technical and Case Study.
How to prepare for Mott MacDonald 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 Mott MacDonald . The most common topics and skills that interviewers at Mott MacDonald expect are Agile Coaching, Analytical Chemistry, Data Manipulation, Excel and Medical Insurance.
What are the top questions asked in Mott MacDonald Power BI Developer interview?

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

  1. Online technical round for 20 mins MCQs (Moderate lev...read more
  2. Technical F2F for 30-40 mins (Intermediate lev...read more
  3. Technical F2F for 30 mins (Advance lev...read more

Recently Viewed

SALARIES

Betsol

SALARIES

Essar Group

SALARIES

Affine

SALARIES

Essar Group

SALARIES

Essar Group

SALARIES

Essar Group

SALARIES

Essar Group

INTERVIEWS

Betsol

No Interviews

SALARIES

Kalpataru Projects International

SALARIES

Skillmine Technology Consulting

Tell us how to improve this page.

Mott MacDonald Power BI Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k 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
Citco Interview Questions
3.1
 • 138 Interviews
AECOM Interview Questions
4.2
 • 114 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all
Mechanical Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mott MacDonald with

AECOM

4.2
Compare

Jacobs Engineering Group

4.1
Compare

WSP

4.2
Compare

Arup

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