Unit 6 - Practice Quiz

INT374 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary purpose of the 'Optimize' ribbon introduced in Power BI Desktop?

A. To write complex DAX formulas automatically
B. To create custom visual themes and layouts
C. To provide tools for controlling visual refresh and analyzing performance
D. To manage data relationships and cardinality

2 Which button in the Optimize ribbon prevents visuals from updating automatically while you are making changes to the report?

A. Stop Queries
B. Freeze Pane
C. Lock Visuals
D. Pause Visuals

3 When 'Pause Visuals' is active, what must a user do to see the updated data in a specific visual?

A. There is no way to update a single visual
B. Switch to Data view and back
C. Click the 'Refresh' button on the specific visual overlay
D. Restart Power BI Desktop

4 Which tool is used to record and analyze the time taken by visual elements to load and render?

A. Performance Analyzer
B. DAX Formatter
C. Query Editor
D. SQL Server Profiler

5 In the Performance Analyzer results, what does the 'DAX query' metric represent?

A. The time taken to download data from the cloud
B. The time it takes to render the visual on the screen
C. The time waiting for other operations to complete
D. The time required by the analytical engine to execute the query

6 Which of the following is NOT a category of duration shown in Performance Analyzer?

A. Other
B. Network latency
C. Visual display
D. DAX query

7 What feature in the Optimize ribbon allows you to quickly apply pre-configured settings for 'Query reduction' or 'Interactivity'?

A. Performance Tuner
B. Theme Gallery
C. Optimization Presets
D. Quick Measures

8 If you select the 'Query reduction' setting within Optimization Presets, what change is commonly applied to slicers?

A. Slicers become invisible
B. Slicers automatically select all values
C. An 'Apply' button is added to slicers
D. Slicers are converted to dropdowns

9 In Performance Analyzer, what does the 'Copy query' function allow you to do?

A. Duplicate the visual on the canvas
B. Copy the visual formatting settings
C. Copy the SQL or DAX generated by the visual to the clipboard
D. Copy the resulting data table to Excel

10 What is the meaning of the 'Visual display' duration in Performance Analyzer?

A. Time spent waiting for other visuals to load
B. Time required to render the visual elements (charts, graphs) on the screen
C. Time taken to retrieve data from the source
D. Time spent calculating DAX measures

11 Under the 'Other' category in Performance Analyzer, what is a common cause for a high duration?

A. Rendering complex maps
B. Waiting for other visuals to finish refreshing (queueing)
C. Applying conditional formatting
D. Complex DAX calculations

12 When using the Optimize ribbon, how can you force all visuals to reload data from the cache or source?

A. Click 'Pause Visuals'
B. Click 'Refresh Visuals'
C. Click 'Optimization Presets'
D. Close and Reopen the file

13 Which storage mode generally benefits most from 'Query Reduction' settings?

A. Live Connection
B. DirectQuery
C. Import Mode
D. Dual Mode

14 What happens to cross-highlighting when 'Query reduction' presets are applied?

A. It changes color
B. It is usually disabled by default
C. It forces a data refresh
D. It becomes faster

15 To use Performance Analyzer, what must you do first after opening the pane?

A. Write a DAX measure
B. Click 'Start recording'
C. Export to Excel
D. Select a visual

16 Which external tool is most commonly paired with Performance Analyzer to fine-tune DAX queries?

A. DAX Studio
B. Excel
C. Power Automate
D. Notepad

17 What file format does Performance Analyzer export its results to?

A. .CSV
B. .PBIX
C. .JSON
D. .XML

18 In the context of the Optimize ribbon, what does 'Customizing' presets allow?

A. Manually adjusting settings for slicers and filters distinct from the default presets
B. Changing the color of the ribbon
C. Changing the report background
D. Creating new DAX functions

19 Which visual type typically consumes the most 'Visual display' time?

A. Slicer
B. Simple Bar chart
C. Card visual
D. Maps or Scatter charts with thousands of data points

20 When 'Pause Visuals' is enabled, what happens to the Filter Pane?

A. It disappears
B. It works normally
C. Changes are applied immediately
D. Changes are pending until the visual is unpaused or refreshed

21 Why might a DAX query duration be 0 ms or extremely low in Performance Analyzer?

A. DAX is not used in Power BI
B. The visual is broken
C. The data is being retrieved from the visual cache (already loaded)
D. The query failed

22 How can you clear the cache to get an accurate cold-cache reading in Performance Analyzer without restarting?

A. Delete the page
B. Use the 'Clear Cache' feature in DAX Studio or add a blank page then return
C. Toggle the visual type
D. There is a 'Clear Cache' button directly in the Optimize ribbon

23 Which of the following is a symptom of a report needing optimization?

A. The report has more than 2 pages
B. The report uses custom colors
C. Visuals take several seconds to load after clicking a slicer
D. The report uses a Star Schema

24 The 'Optimize' ribbon was introduced to help report creators working specifically with which type of data models?

A. SharePoint lists
B. Small Excel files
C. Large models and DirectQuery sources
D. Static CSVs

25 Can Performance Analyzer record actions across multiple report pages?

A. Only if the pages are duplicated
B. Yes, it continues recording until you press Stop
C. Only in Power BI Service
D. No, it stops when you switch pages

26 What is the 'Apply' button on the Filter pane used for in Optimization settings?

A. To save the report
B. To apply the filter to all pages
C. To apply filter changes in bulk rather than individually
D. To apply formatting changes

27 Which element allows you to sort Performance Analyzer results by 'Total duration' or 'Action order'?

A. You cannot sort the results
B. The View tab
C. The Optimize ribbon settings
D. The sort icons in the header of the Performance Analyzer pane

28 If a visual displays a 'Loading...' spinner for a long time, which Performance Analyzer metric will likely be highest?

A. Evaluation
B. Copy duration
C. Visual display
D. DAX query

29 Using the 'Optimize' ribbon, where can you find the option to 'Add an Apply button to all slicers'?

A. Refresh Visuals
B. Pause Visuals
C. Performance Analyzer
D. Optimization Presets -> Query Reduction

30 Does the 'Pause Visuals' feature stop the data refresh from the underlying data source (e.g., scheduled refresh)?

A. Yes, it stops all data movement
B. No, it deletes the data source
C. No, it only stops the visual rendering on the canvas
D. Yes, but only for SQL sources

31 What is the benefit of disabling 'Cross-highlighting' in optimization presets?

A. It increases the file size
B. It reduces the number of queries generated when selecting elements in a chart
C. It enables drill-through
D. It makes the report more colorful

32 If 'Other' duration is high in Performance Analyzer, what is a potential fix?

A. Change the chart color
B. Increase font size
C. Rewrite the DAX measure
D. Reduce the number of visuals on the page

33 Which visual interaction setting sends the most queries by default?

A. Full Interactivity (default)
B. Static Mode
C. Query Reduction
D. Fixed Layout

34 What indicates that a visual is currently 'Paused'?

A. The visual disappears
B. An overlay message says 'Visual is paused'
C. The visual shows old data with no warning
D. The visual turns black

35 In the Performance Analyzer, can you see the performance of Custom Visuals?

A. Yes, but only the DAX portion
B. No, custom visuals are ignored
C. Yes, they appear like any other visual
D. No, only native visuals

36 What is the result of clicking 'Refresh visuals' in the Optimize ribbon while 'Pause visuals' is still active?

A. The visuals refresh once, then return to the paused state
B. Nothing happens
C. It automatically turns off 'Pause visuals' permanently
D. It produces an error

37 Which of the following is NOT a column in the exported JSON file from Performance Analyzer?

A. action
B. visualType
C. duration
D. programmerName

38 When optimizing a report, what is the recommended approach for row-level security (RLS)?

A. Disable RLS for all users
B. Use RLS only on text columns
C. RLS has no impact on performance
D. Test performance with RLS roles applied as it can impact query generation

39 If you want to permanently keep 'Apply' buttons on slicers for a specific report, where should you configure this if not using the Optimize ribbon presets?

A. Modeling > Manage Roles
B. Home > Transform Data
C. File > Options and settings > Options > Current File > Query reduction
D. View > Themes

40 How does 'Pause Visuals' help when creating a new DAX measure?

A. It prevents visuals from throwing errors or recalculating while the measure is incomplete or being typed
B. It writes the code for you
C. It increases the DAX formula bar size
D. It highlights syntax errors

41 Which of these is a best practice for optimizing data models before using the Optimize ribbon tools?

A. Use Calculated Columns instead of Measures
B. Keep all relationships bi-directional
C. Import all columns from the source
D. Use a Star Schema and remove unnecessary columns

42 In Performance Analyzer, if 'Copy query' is greyed out (unavailable) for a specific item, what does it likely mean?

A. The visual is too slow
B. The visual generated no DAX query (e.g., a text box or image)
C. The visual is paused
D. You are not an admin

43 What is the primary trade-off when using Optimization Presets set to 'Query Reduction'?

A. Better performance at the cost of one-click interactivity
B. There is no trade-off
C. Better graphics at the cost of data accuracy
D. Faster refresh at the cost of security

44 Can Performance Analyzer identify bottlenecks caused by Power Query transformations?

A. Yes, under the 'ETL' category
B. Yes, but only for Excel sources
C. Yes, directly
D. No, it only analyzes the front-end report performance (DAX and Rendering)

45 If a slicer allows 'Multi-select' with an Apply button enabled, when is the query sent?

A. When the user hovers over the slicer
B. Randomly
C. After every single checkbox click
D. Only when the user clicks 'Apply' after making all selections

46 The Optimize ribbon is available in which version of Power BI?

A. Power BI Mobile only
B. Excel Add-in only
C. Power BI Report Builder only
D. Power BI Desktop

47 What does a high 'Evaluation' time in a DAX query (seen in detailed breakdown) usually suggest?

A. Slow rendering
B. Inefficient DAX code or high cardinality scans
C. Missing fonts
D. Slow internet

48 How does limiting the number of visuals on a page help optimization?

A. It allows more colors to be used
B. It saves ink when printing
C. It reduces the number of concurrent queries the engine must process
D. It automatically fixes DAX errors

49 Can you use Performance Analyzer to compare the speed of two different visuals displaying the same data?

A. Yes, by recording them side-by-side or sequentially
B. Only if they are custom visuals
C. No, it only works on bar charts
D. No, it only records the whole page

50 If you wish to return to the default behavior after using 'Optimization Presets', which option should you choose?

A. Query Reduction
B. Pause Visuals
C. Full Interactivity
D. Disable Optimization