Questão 1
Questão
You are running Fetch-based reports in Microsoft Dynamics CRM.
Which component should you add to the computer that has Microsoft SQL Server
Reporting Services (SSRS) installed?
Responda
-
Microsoft Dynamics CRM Administrative Reports
-
Microsoft Dynamics CRM Reporting Extensions
-
SQL Server Configuration Manager
-
Microsoft Dynamics CRM Report Authoring Extension
Questão 2
Questão
Which Microsoft Dynamics CRM web resource is used to validate data that is entered in a texbox?
Questão 3
Questão
Which component defines the navigation areas for Microsoft Dynamics CRM for Outlook and Microsoft Dynamics CRM for tablets?
Responda
-
SiteMap
-
Application ribbon
-
Style Sheet (CSS)
-
Service endpoint
Questão 4
Questão
Which object is used to retrieve the root URL for an organization?
Responda
-
GetClientUrl
-
PrependOrgName
-
GetObject
-
GetQueryStringParameters
Questão 5
Questão
What is the correct term for a set of components that can be transported between different Microsoft Dynamics CRM organizations?
Responda
-
Solution
-
User settings
-
Extensions
-
Data maps
Questão 6
Questão
In Microsoft Dynamics CRM, which feature is included as part of the application framework model? (REVISAR)
Questão 7
Questão
You are making a manual edit to the Account entity command bar.
Which section of the file customizations.xml for the Account entity should you update?
Responda
-
FormXml
-
SiteMap
-
RibbonDiffXml
-
EntityInfo
Questão 8
Questão
You are trying to obtain an Account record from Microsoft Dynamics CRM.
You do NOT know the name of the Account record.
Which method should you use to discover the Account record?
Responda
-
RetrieveMultiple
-
Create
-
Retrieve
-
Update
Questão 9
Questão
Which three actions can be performed on entity records when you use the Open Data Protocol (OData)? (Selecciona 3)
Responda
-
Count
-
Execute
-
Create
-
Delete
-
Update
Questão 10
Questão
You need to programmatically retrieve the current display name of several custom entities by using a Simple Object Access Protocol (SOAP) endpoint.
Which endpoint should you use?
Questão 11
Questão
You are updating an Account record.
Which code segment should you use to set the primary contact value?
Responda
-
account.account_primary_contact.Id = new Guid("38C815A9-E532-E311-98BE-6C3BE5BDAA70");
-
account.PrimaryContactId = new EntityReference
{
Id = new Guid("8C539CFE-DB57-E311-8B0E-6C3BE5A8017C"),
LogicalName = "conctact"
};
-
contact = new Contact{
Id = new Guid("8C539CFE-DB57-E311-8B0E-6C3BE5A8017C")
};
account.PrimaryContactId = contact;
-
account.PrimaryContactId = new Guid("8C539CFE-DB57-E311-8B0E-6C3BE5A8017C");
Questão 12
Questão
You are working on a Microsoft Dynamics CRM on-premises deployment. Internet-Facing Deployment (IFD) is NOT configured. Which EndpointAccessType value should you use to access the organization's service endpoint?
Responda
-
Default
-
Intranet
-
Passport
-
Internet
Questão 13
Questão
You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement?
Questão 14
Questão
Which statement describes the Organization Service?
Responda
-
an Open Data Protocol (OData) web service that provides access to the business data for your organization by using a Representational State Transfer (REST) API
-
a web service that provides information about the organizations that are available on the Microsoft Dynamics CRM server by using the Simple Object Access Protocol (SOAP)
-
the public certificate that is required to configure the Windows Azure AppFabric Access Control Service for Microsoft Dynamics CRM integration
-
a web service that provides access to the business data and metadata for your organization by using the Simple Object Access Protocol (SOAP)
Questão 15
Questão
You are working on a Microsoft Dynamics CRM deployment in a single organization. Which service provides the information required to access the organization endpoint?
Questão 16
Questão
In a Microsoft Dynamics CRM environment, you have the following code segment. Line numbers included for reference only.
What is the purpose of line 09 in this code segment?
Responda
-
Verifies the identity of the user based on their Active Directory telephone number.
-
It is used for Lync integrated authentication.
-
locates the user record based on the incoming Caller ID from the organizations Private Branch exchange (PBX).
-
It is used to impersonate the identity of another user who is using the telephone number to locate the User ID.
Questão 17
Questão
You are developing a plug-in that will be used in both Microsoft Dynamics CRM online and on-premises environments. Which trust level is required?
Questão 18
Questão
You are deploying a Microsoft Dynamics CRM Online plug-in on a production environment. Which storage system should you use?
Questão 19
Questão
Which two plug-in stages that are available to developers are always executed during the database transaction? (Seleccionar 2)
Responda
-
Pre-operation
-
MainOperation
-
Pre-validation
-
Post-operation
Questão 20
Questão
You are working with entity classes in a Microsoft Dynamics CRM plug-in. You use late binding. Which entity attribute name should you use?
Responda
-
DisplayName
-
DisplayCollectionName
-
LogicalName
-
SchemaName
Questão 21
Questão
What is a full trust plug-in?
Responda
-
a plug-in that is registered with a third-party code-signing authority
-
a plug-in that is registered inside the sandbox
-
a plug-in that is registered for use with Microsoft Dynamics CRM Online only
-
a plug-in that is registered outside the sandbox
Questão 22
Questão
How should you register a plug-in for use in multiple organizations and in multiple stages?
Responda
-
Register the plug-in once for all organizations on the server and create a single configuration that will be inherited by all plug-in stages.
-
Register the plug-in for each organization individually on the server and create a single configuration that will be inherited by all plug-in stages.
-
Register the plug-in for each organization individually on the server and configure each stage that the plug-in will operate in separately.
-
Register the plug-in once for all organizations on the server and configure each stage that the plug-in will operate in separately.
Questão 23
Questão
You are creating a form and workflows for the Credit Status custom entity. The Salesperson role will use a form to review active Credit Status information that the business requires. This information cannot be changed by the Sales users. All users currently have write and append privileges to the Credit Status custom entity.
You need to ensure that users in the Salesperson role cannot edit the Credit Status entity fields.
Which form type and permissions should you use?
Responda
-
Use the Undefined form and modify the Salesperson role to remove the append privilege on credit status.
-
Use the Role-based form and modify the Salesperson role to remove the write privilege on credit status.
-
Use the Disabled form and modify the Salesperson role to remove the write privilege on credit status.
-
Use the Read-only form and modify the Salesperson role to remove the append privilege on credit status.
Questão 24
Questão
You are creating client-side event-triggered handlers.
What is the maximum number of event handlers that you can specify for each event?
Questão 25
Questão
Which type is NOT a valid type for a loan query string parameter?
Responda
-
Boolean
-
SafeString
-
UnsignedInt
-
Optionset
Questão 26
Questão
Which type of code will execute in a Microsoft Dynamics CRM OnLoad form event? (REVISAR)
Responda
-
C# and Visual Basic .NET
-
CSS
-
JavaScript
-
HTML
Questão 27
Questão
Which two conditions must be met before the OnChange event for a field is executed? (Selecciona 2)
Responda
-
The field detects keystrokes.
-
The field loses focus.
-
The value of the field is changed by a JavaScript function.
-
The value of the field is changed by the user.
Questão 28
Questão
Which execution context object method returns a value that indicates the order in which the
event handler is executed?
Responda
-
getSharedvariable
-
getEventSour
-
getDepth
-
getContext
Questão 29
Questão
You develop JavaScript code that adds a function to a form’s OnSave event by using the addOnSave method. Where is the function placed in the form event pipeline?
Responda
-
A random position in the form event pipeline
-
A position in the form event pipeline that is determined by a parameter value of the addOnSave method
-
The end of the form event pipeline
-
The beginning of the form event pipeline
Questão 30
Questão
What is the result of setting event dependencies for a custom JavaScript event?
Responda
-
The system prevents the custom event from executing if the defined fields are removed from the form.
-
The values of the defined fields are sent to the custom event as parameters.
-
The defined functions are executed after the custom event.
-
The system prevents users from removing the defined fields from the form.
Questão 31
Questão
Which deployment type is supported for custom XAML workflows?
Questão 32
Questão
You develop custom activities that must be included in a Microsoft Dynamics CRM workflow process.
You need to ensure that the activities are available in the workflow steps.
What should you do next?
Responda
-
define the variable
-
reference the Windows Workflow Foundation activity library
-
use the Plug-in Registration tool
-
define the input argument
Questão 33
Questão
You need to create a series of pages to allow users to enter their usernames and birthdates when prompted. Which process type should you use?
Responda
-
Dialogs
-
Actions
-
Business process flow
-
Workflows
Questão 34
Questão
You are creating an action in Microsoft Dynamics CRM.
You need to call a dialog rule that will be executed as a new process from the parent process.
Which action type should you use?
Responda
-
Link Child Dialog
-
Create Dialog
-
Start Child Workflow
-
Assign Record
Questão 35
Questão
In a Microsoft Dynamics CRM on-premises environment, you are creating a custom XAML workflow library in a XAML workflow project by using Microsoft Visual Studio.
You add a new XAML workflow activity item to the project and specify a name for the process you are creating.
Which reference item should you add to the XAML workflow library in order for it to compile successfully?
Responda
-
System.Runtime.InteropServices
-
System.Reflection
-
System.Runtime.Serialization
-
System.Runtime.CompilerServices
Questão 36
Questão
To which unit of a dialog do you add prompts and responses?
Responda
-
Variable
-
Business process flow
-
Page
-
Action
Questão 37
Questão
You are developing code that uses an XMLHttpRequest object to update a Microsoft Dynamics CRM record by using the Representational Stat Transfer (REST) endpoint.
You need to ensure that only the specified fields in the request get updated.
Which HTTP verb should you include? (REVISAR)