exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 22 discussion

Actual exam question from Microsoft's PL-100
Question #: 22
Topic #: 3
[All PL-100 Questions]

You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.
You need to set TIM1 to a default value.
What should you do?

  • A. In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1.
  • B. Assign the Text property of TIC1 to the Duration property of TIM1.
  • C. Set the Text property of TIC1 to the current system time.
  • D. Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
et_learner
Highly Voted 2 years, 9 months ago
The same question as topic#3 question#1
upvoted 9 times
...
W2S3
Highly Voted 2 years, 5 months ago
It's B
upvoted 5 times
...
Edriska
Most Recent 1 year, 8 months ago
Option B To set the Timer control (TIM1) to a default value based on the Text Input control (TIC1), you should use Option B: Assign the Text property of TIC1 to the Duration property of TIM1. Explanation: The Duration property of the Timer control defines the time interval (in milliseconds) for the Timer to trigger events. By assigning the Text property of TIC1 to the Duration property of TIM1, you set the Timer's duration based on the value entered in the Text Input control. Option A involves using a context variable, which is not necessary for this task. Option C sets the Text property of TIC1 to the current system time, which is different from setting the Timer's duration. Option D suggests assigning the Timer's Duration property to the Text property of TIC1, which is the reverse of what you want to achieve. So, Option B is the correct choice for setting the Timer control (TIM1) to a default value based on the Text Input control (TIC1).
upvoted 2 times
...
Net_IT
1 year, 9 months ago
Selected Answer: B
Same question as before, so i assume it is still the same answer?
upvoted 1 times
...
HotDurian
2 years, 2 months ago
Selected Answer: B
It's B. Note the requirement "You need to set TIM1 to a default value." Keyword here is default.
upvoted 2 times
...
LJ
2 years, 4 months ago
It's D
upvoted 1 times
LJ
2 years, 4 months ago
Sorry It's B
upvoted 1 times
...
...
DarioReymago
2 years, 4 months ago
Its b https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-timer#animate-a-control
upvoted 2 times
...
TheExamMaster2020
2 years, 5 months ago
It is at this point still unclear to me what the question is aiming at here, but if the idea is to have someone input a number in TIC1 and for that number to represent the duration of the timer then B works (given that you insert a number). No need to assign variables and what not.
upvoted 3 times
...
ahmadfahel
2 years, 6 months ago
Selected Answer: D
The OnTimerStart, OnTimerEnd and OnSelect are the configurations where you can add your code. https://sharepains.com/2019/08/22/all-about-timers-in-powerapps/
upvoted 2 times
...
LAXMIKANTH_123
2 years, 6 months ago
Answer - D
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...