Frage 1
Frage
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?
Antworten
-
Microsoft Dynamics CRM Administrative Reports
-
Microsoft Dynamics CRM Reporting Extensions
-
SQL Server Configuration Manager
-
Microsoft Dynamics CRM Report Authoring Extension
Frage 2
Frage
Which Microsoft Dynamics CRM web resource is used to validate data that is entered in a texbox?
Frage 3
Frage
Which component defines the navigation areas for Microsoft Dynamics CRM for Outlook and Microsoft Dynamics CRM for tablets?
Antworten
-
SiteMap
-
Application ribbon
-
Style Sheet (CSS)
-
Service endpoint
Frage 4
Frage
Which object is used to retrieve the root URL for an organization?
Antworten
-
GetClientUrl
-
PrependOrgName
-
GetObject
-
GetQueryStringParameters
Frage 5
Frage
What is the correct term for a set of components that can be transported between different Microsoft Dynamics CRM organizations?
Antworten
-
Solution
-
User settings
-
Extensions
-
Data maps
Frage 6
Frage
In Microsoft Dynamics CRM, which feature is included as part of the application framework model? (REVISAR)
Frage 7
Frage
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?
Antworten
-
FormXml
-
SiteMap
-
RibbonDiffXml
-
EntityInfo
Frage 8
Frage
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?
Antworten
-
RetrieveMultiple
-
Create
-
Retrieve
-
Update
Frage 9
Frage
Which three actions can be performed on entity records when you use the Open Data Protocol (OData)? (Selecciona 3)
Antworten
-
Count
-
Execute
-
Create
-
Delete
-
Update
Frage 10
Frage
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?
Frage 11
Frage
You are updating an Account record.
Which code segment should you use to set the primary contact value?
Antworten
-
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");
Frage 12
Frage
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?
Antworten
-
Default
-
Intranet
-
Passport
-
Internet
Frage 13
Frage
You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement?
Frage 14
Frage
Which statement describes the Organization Service?
Antworten
-
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)
Frage 15
Frage
You are working on a Microsoft Dynamics CRM deployment in a single organization. Which service provides the information required to access the organization endpoint?
Frage 16
Frage
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?
Antworten
-
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.
Frage 17
Frage
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?
Frage 18
Frage
You are deploying a Microsoft Dynamics CRM Online plug-in on a production environment. Which storage system should you use?
Frage 19
Frage
Which two plug-in stages that are available to developers are always executed during the database transaction? (Seleccionar 2)
Antworten
-
Pre-operation
-
MainOperation
-
Pre-validation
-
Post-operation
Frage 20
Frage
You are working with entity classes in a Microsoft Dynamics CRM plug-in. You use late binding. Which entity attribute name should you use?
Antworten
-
DisplayName
-
DisplayCollectionName
-
LogicalName
-
SchemaName
Frage 21
Frage
What is a full trust plug-in?
Antworten
-
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
Frage 22
Frage
How should you register a plug-in for use in multiple organizations and in multiple stages?
Antworten
-
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.
Frage 23
Frage
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?
Antworten
-
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.
Frage 24
Frage
You are creating client-side event-triggered handlers.
What is the maximum number of event handlers that you can specify for each event?
Frage 25
Frage
Which type is NOT a valid type for a loan query string parameter?
Antworten
-
Boolean
-
SafeString
-
UnsignedInt
-
Optionset
Frage 26
Frage
Which type of code will execute in a Microsoft Dynamics CRM OnLoad form event? (REVISAR)
Antworten
-
C# and Visual Basic .NET
-
CSS
-
JavaScript
-
HTML
Frage 27
Frage
Which two conditions must be met before the OnChange event for a field is executed? (Selecciona 2)
Antworten
-
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.
Frage 28
Frage
Which execution context object method returns a value that indicates the order in which the
event handler is executed?
Antworten
-
getSharedvariable
-
getEventSour
-
getDepth
-
getContext
Frage 29
Frage
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?
Antworten
-
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
Frage 30
Frage
What is the result of setting event dependencies for a custom JavaScript event?
Antworten
-
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.
Frage 31
Frage
Which deployment type is supported for custom XAML workflows?
Frage 32
Frage
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?
Antworten
-
define the variable
-
reference the Windows Workflow Foundation activity library
-
use the Plug-in Registration tool
-
define the input argument
Frage 33
Frage
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?
Antworten
-
Dialogs
-
Actions
-
Business process flow
-
Workflows
Frage 34
Frage
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?
Antworten
-
Link Child Dialog
-
Create Dialog
-
Start Child Workflow
-
Assign Record
Frage 35
Frage
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?
Antworten
-
System.Runtime.InteropServices
-
System.Reflection
-
System.Runtime.Serialization
-
System.Runtime.CompilerServices
Frage 36
Frage
To which unit of a dialog do you add prompts and responses?
Antworten
-
Variable
-
Business process flow
-
Page
-
Action
Frage 37
Frage
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)