Exam PL-100 All QuestionsBrowse all questions from this exam
Question 33

You have been tasked with building a canvas app that allows users to track to track time on mobile devices.

You should add a Sign-in screen, a screen to record the user's time entries for the week, and a screen to amend the user's recent time records.

Users will be issued ID cards that includes the user's name and a recent picture, as well as a QR code that will include the user's employee number.

You want to make sure that the app shows the user's photo upon scanning their ID cards.

You add an Icon control to the app.

Does the action achieve your objective?

    Correct Answer: B

    Adding an Icon control to the app does not achieve the objective of showing the user's photo upon scanning their ID cards. An Icon control is primarily for displaying icons or images, and it does not have the capability to scan QR codes. To achieve the objective, a Barcode scanner control or a similar functionality must be added to the app, which can read the QR code and fetch the user's photo based on the employee number.

Discussion
damyou

Offcouser dump answer

SIH007Option: B

Answer is not really correct acc. to https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-new-barcode-scanner The barcode scanner control is retired as it is replaced by the barcode reader control.

muni0099Option: B

correct answer is B

DSM_LMOption: B

B is correct

mab93Option: A

Correct!