Upload Button Icon Add office photos

Filter interviews by

Oneadvanced Senior Power BI Developer Interview Questions and Answers

Updated 26 Jun 2024

Oneadvanced Senior Power BI Developer Interview Experiences

1 interview found

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

1St round was for almost 60 min

Round 2 - Technical 

(1 Question)

  • Q1. Basic Power BI questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between direct query and import
  • Ans. 

    Direct query connects to data source in real-time, while import loads data into Power BI for faster analysis.

    • Direct query retrieves data from source on-demand, ensuring real-time data accuracy.

    • Import loads data into Power BI for faster analysis, but may not reflect real-time changes.

    • Direct query is suitable for large datasets that require up-to-date information.

    • Import is ideal for smaller datasets or when real-time dat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with time intelligence DAX functions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. First round Output of table A 1 1 1 1 B 1 1 1 1 1 how you find it and its result 2. 3 ways to find max and second max in sql 3. Row level security on column 4. index in details
  • Ans. 

    The question involves finding the output of a table, ways to find max and second max in SQL, row level security on column, and index in details.

    • To find the output of the table, you need to analyze the pattern of the data and count the occurrences of each value for each letter.

    • To find the max and second max in SQL, you can use the MAX() function with ORDER BY and LIMIT clauses, or use a subquery to find the second highe...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical Background Evaluation
  • Q2. Role level technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Azure Data Factory, Kusto Query, Azure SQL
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and notice period

Interview Preparation Tips

Topics to prepare for Wipro Senior Power BI Developer interview:
  • Dax
  • Power Query
  • SQL
  • Power BI Desktop
  • Security implementation
Interview preparation tips for other job seekers - Most of the questions in technical round are theoretical and experience oriented. No coding questions involved.
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
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are duplicates and references
  • Ans. 

    Duplicates are identical copies of data, while references are pointers to the same data in memory.

    • Duplicates are exact copies of the original data.

    • References point to the same data in memory.

    • Duplicates can lead to inconsistencies in data analysis.

    • References are more memory efficient than duplicates.

  • Answered by AI
  • Q2. How do you implement incremental refresh
  • Ans. 

    Incremental refresh in Power BI allows for loading only new or modified data to improve performance.

    • Set up incremental refresh policy in Power BI Service

    • Define a range of values for the refresh policy

    • Use parameters to filter data based on the refresh policy

    • Schedule regular refreshes to update the dataset

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the components of Power bi
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, Power Map, and Power Q&A.

    • Power Query: Used for data extraction and transformation.

    • Power Pivot: Used for data modeling and analysis.

    • Power View: Used for interactive data visualization.

    • Power Map: Used for geographical data visualization.

    • Power Q&A: Allows users to ask questions in natural language and get answers from data.

  • Answered by AI
  • Q2. What is mean by DAX
  • Ans. 

    DAX stands for Data Analysis Expressions and is a formula language used in Power BI for creating custom calculations.

    • DAX is used to create custom calculations in Power BI, similar to Excel formulas.

    • It can be used to create calculated columns, measures, and calculated tables.

    • DAX functions can be used to manipulate data, perform calculations, and create complex expressions.

    • Examples of DAX functions include SUM, AVERAGE,

  • Answered by AI
  • Q3. What is mean by M language
  • Ans. 

    M language is a powerful data transformation language used in Power Query in Power BI.

    • M language is used to transform and clean data in Power BI.

    • It is a functional language with a wide range of functions and operators.

    • M language is case-sensitive and uses a step-by-step approach to data transformation.

    • Examples of M language functions include Table.TransformColumns and List.Transform.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard DA Algo Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level coding question
  • Q2. SQL, Python and Oops questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

It was a real-time scenario that they asked about.

Interview Preparation Tips

Topics to prepare for Genpact Power BI Developer interview:
  • DAX
  • SQL
Interview preparation tips for other job seekers - If you have experience, it is beneficial for you to handle such situations.

Oneadvanced Interview FAQs

How many rounds are there in Oneadvanced Senior Power BI Developer interview?
Oneadvanced interview process usually has 3 rounds. The most common rounds in the Oneadvanced interview process are Aptitude Test, Technical and One-on-one Round.

Tell us how to improve this page.

Oneadvanced Senior Power BI Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
View all
Software Engineer
39 salaries
unlock blur

₹4.1 L/yr - ₹15.1 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Senior Test Engineer
14 salaries
unlock blur

₹10.5 L/yr - ₹20.9 L/yr

Devops Engineer
12 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Associate Software Engineer
8 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Explore more salaries
Compare Oneadvanced with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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