PPD Simulation 2

PPD Simulation 2

Professional Development

20 Qs

quiz-placeholder

Similar activities

AZ-900 MÓDULO 02 pt-br

AZ-900 MÓDULO 02 pt-br

Professional Development

17 Qs

Microsoft Teams Quiz

Microsoft Teams Quiz

Professional Development

15 Qs

AZ-900 practice quiz 2

AZ-900 practice quiz 2

Professional Development

15 Qs

AI-102_MODULE-4

AI-102_MODULE-4

Professional Development

15 Qs

AZ-900 MÓDULO 01 pt-br

AZ-900 MÓDULO 01 pt-br

Professional Development

16 Qs

AZ-900 MÓDULO 03 pt-br

AZ-900 MÓDULO 03 pt-br

Professional Development

23 Qs

Module 1: Explore core data concepts

Module 1: Explore core data concepts

Professional Development

16 Qs

Fundamentals

Fundamentals

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?