PPD Simulation 2

PPD Simulation 2

Professional Development

20 Qs

quiz-placeholder

Similar activities

Day 4 - Security I - Day 4 Review - 2nd Review

Day 4 - Security I - Day 4 Review - 2nd Review

Professional Development

17 Qs

Volume 1-2 Reloaded (TT1L Tue)

Volume 1-2 Reloaded (TT1L Tue)

University - Professional Development

20 Qs

CloudFest 2021 Quiz

CloudFest 2021 Quiz

Professional Development

15 Qs

Pré Simulado - SC900

Pré Simulado - SC900

Professional Development

20 Qs

MS900 - Module 4 - Full Quiz

MS900 - Module 4 - Full Quiz

Professional Development

15 Qs

[AI-900] Módulo 02 - Simulado

[AI-900] Módulo 02 - Simulado

Professional Development

18 Qs

JSKBS - Database Management System

JSKBS - Database Management System

Professional Development

15 Qs

Microsoft Copilot Quiz

Microsoft Copilot Quiz

Professional Development

15 Qs

PPD Simulation 2

PPD Simulation 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

JuliSapta _KanwilBali

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I want to write to Google Sheets when a Blob is added to Azure Blob Storage.

I am a business users, am NOT a developer, and do not wish to write code.

What should I use?

An Azure Logic App, using an Azure Blob Storage trigger

A Power Automate Flow, using an Azure Blob Storage Trigger

A Plug-in, using the Plug-in Registration Tool

An Azure Function, using an Azure Blob Storage trigger

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

I create a custom API, and I mark it as "Is Private".

If I check "Is Private", which TWO things are true?

It indicates that it is still under development

Other developers can use your messages, if they know about it

It indicates that you do not support others using it

Other developers cannot use your message

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I am creating a command function using Power Fx.

I want to add a new record into the Dataverse.

Which command should I use?

Confirm

createRecord

Launch

Patch

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I want to use Xrm.Navigation to create a dialog box with a message and a button, which label I can alter.

Which method do I use?

openAlertDialog

openDialog

openConfirmDialog

openErrorDialog

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

I want to create a command button function.

Which TWO of the following can be used to run the code?

A context menu

A split button

A dropdown

A tooltip

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I am implementing the component interface for a Power Apps Component Framework (PCF) component.

I wish to upload the component - but first of all, I need to create an authentication profile.

What sort of command do I run to create an authentication profile?

pac pcf init --namespace myNamespace --name myName --template field

pac pcf push --publisher-prefix pfa

msbuild /t:build /restore

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I am creating an retrievemultiple command in my plug-in, using the Organization Service API.

I want to retrieve only those values where Price is at least 15 (including when it is exactly 15).

My ConditionExpression reads:

ConditionExpression vCond = new ConditionExpression();

vCond.AttributeName = "Price";

vCond.Operator = ConditionOperator._____________;

vCond.Values.Add("15");

What is the ConditionOperator that I should use?

GreaterEqual

GreaterThan

AtLeast

GreaterThanOrEqualTo

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?