0
0
Figmabi_tool~20 mins

Browser-based vs desktop app in Figma - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Browser vs Desktop BI Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Key difference between browser-based and desktop BI apps

Which statement best describes a key difference between browser-based and desktop business intelligence applications?

ABrowser-based apps have more powerful data processing capabilities than desktop apps.
BBrowser-based apps run on any device with a web browser without installation, while desktop apps require installation on a specific device.
CDesktop apps can only be used offline, while browser-based apps always require an internet connection.
DDesktop apps cannot connect to cloud data sources, but browser-based apps can.
Attempts:
2 left
💡 Hint

Think about how you access apps on your phone or computer without installing anything.

🎯 Scenario
intermediate
2:00remaining
Choosing between browser-based and desktop BI apps for remote teams

A company has a remote team using different devices and operating systems. They want easy access to BI dashboards without complex setup. Which app type is best?

ABrowser-based app, because it works on any device with a browser and no installation is needed.
BBrowser-based app, but only if all users have the same operating system.
CDesktop app, because it has more security features by default.
DDesktop app, because it offers better offline access.
Attempts:
2 left
💡 Hint

Consider ease of access and device variety for remote users.

visualization
advanced
2:00remaining
Visualizing performance differences between app types

You want to create a dashboard comparing load times of browser-based vs desktop BI apps across different network speeds. Which visualization best shows this comparison clearly?

AA line chart showing load time on the Y-axis and network speed on the X-axis for both app types.
BA pie chart showing the percentage of users preferring each app type.
CA stacked bar chart showing total users by app type.
DA scatter plot showing user satisfaction scores without network speed data.
Attempts:
2 left
💡 Hint

Think about how to show changes over a continuous variable like network speed.

🔧 Formula Fix
advanced
2:00remaining
Identifying a problem with desktop app data refresh

A desktop BI app is not showing updated data after the source changes, but the browser-based app updates correctly. What is the most likely cause?

AThe browser-based app is not connected to the data source.
BThe desktop app has a bug that prevents any data display.
CThe data source is offline, so no app can update data.
DThe desktop app is caching old data and needs manual refresh or restart.
Attempts:
2 left
💡 Hint

Think about how desktop apps handle data caching compared to browser apps.

data_modeling
expert
3:00remaining
Optimizing data model for browser-based BI app performance

You are designing a data model for a browser-based BI app that must load quickly over slow internet. Which approach best improves performance?

ALoad all raw data into the browser and perform calculations client-side for flexibility.
BUse complex joins and calculated columns in the browser app to minimize backend work.
CUse aggregated tables and pre-calculated measures to reduce data volume sent to the browser.
DAvoid any data aggregation and send detailed data to the browser for maximum detail.
Attempts:
2 left
💡 Hint

Think about reducing data size and processing before sending data to the browser.