Microsoft Certified Power Platform App Maker Associate · Free Practice Question Medium
Question 25
Q35: You are developing a canvas app for event management. The app must access and display event details stored in an Azure SQL Database. What should you do to create the data source for this data?
- A A. Use the Azure SQL Database connector to connect to the database and retrieve event details.
- B B. Import an Excel spreadsheet with event details into the app.
- C C. Create a formula to populate the event details when the app starts.
- D D. Set up a OneNote connection to access the data.
Reveal correct answer
Correct answer: A
Explanation
A. Use the Azure SQL Database connector to connect to the database and retrieve event details. This proposition is correct because it suggests using the Azure SQL Database connector, which is specifically designed to connect to Azure SQL Databases and retrieve data. By using this connector, the app can establish a connection to the database and retrieve the event details stored in it. This is the most suitable and efficient option as it directly connects to the database and ensures accurate and up-to-date event details are displayed in the app. B. Import an Excel spreadsheet with event details into the app. This proposition is incorrect because it suggests importing an Excel spreadsheet as the data source for event details. While this may be a possible solution, it is not the most suitable or efficient option in this scenario. Importing an Excel spreadsheet would require manual updates and synchronization between the spreadsheet and the database, leading to potential data inconsistencies and extra effort to keep the data up-to-date. C. Create a formula to populate the event details when the app starts. This proposition is incorrect because it suggests using a formula to populate the event details when the app starts. While formulas can be used for calculations and data manipulation within the app, they are not suitable for retrieving data from an external database. Formulas cannot establish a connection to the Azure SQL Database or retrieve the event details stored in it, making this option ineffective for the given requirement. D. Set up a OneNote connection to access the data. This proposition is incorrect because it suggests using a OneNote connection to access the event data. OneNote is primarily a note-taking application and is not designed to serve as a data source for an app. It does not provide the necessary functionality to connect to an Azure SQL Database and retrieve event details. Therefore, this option is not suitable or efficient for the given requirement.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
