MB2-701 Exam Questions
105 real MB2-701 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
You are updating an Account record. Which code segment should you use to set the primary contact value?
- Question #2
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...
- Question #3
How should you register a plug-in for use in multiple organizations and in multiple stages?
- Question #4
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 require...
- Question #5
You are creating client-side event-triggered handlers. What is the maximum number of event handlers that you can specify for each event?
- Question #6
Which type is NOT a valid type for a loan query string parameter?
- Question #7
Which type of code will execute in a Microsoft Dynamics CRM OnLoad form event?
- Question #8
Which two conditions must be met before the OnChange event for a field is executed?
- Question #9
Which execution context object method returns a value that indicates the order in which the event handler is executed?
- Question #10
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?
- Question #11
What is the result of setting event dependencies for a custom JavaScript event?
- Question #12
Which deployment type is supported for custom XAML workflows?
- Question #13
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 s...
- Question #14
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?
- Question #15
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 us...
- Question #16
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...
- Question #17
To which unit of a dialog do you add prompts and responses?
- Question #18
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...
- Question #19
You write the following code segment to create an Account record by using jQuery and the Representational State Transfer (REST) endpoint. (Line numbers included for reference only....
- Question #20
Which three types are valid types of web resource files?
- Question #21
In Microsoft Dynamics CRM 2013, you create several web resources containing PNG and ICO images. Which of the following statements about using image web resources is true?
- Question #22
Which of the following statements about late-bound entity classes is true?
- Question #23
Which of the following statements about early-bound entity classes is true?
- Question #24
You need to set the value of the parent account ID on the Account entity to Null. What should you do?
- Question #25
You are creating an application to extend the functionality of the Microsoft Dynamics CRM 2013 system. The application will access data in the Microsoft Dynamics CRM 2013 system. W...
- Question #26
Which FetchXML function is a valid aggregate function?
- Question #27
Which dass can be used to create a custom entity in Microsoft Dynamics CRM?
- Question #28
You are updating a Microsoft Dynamics CRM entity. Which property of an UpdateRequest message should you use to specify the entity to update?
- Question #29
Which method uses a message-based approach when generating a request?
- Question #30
You are working with Microsoft Dynamics CRM Online and trying to access the Discovery Service URL. Which component handles the authentication request?
- Question #31
Which term describes a class that has data types that are NOT checked at compile time?
- Question #32
You are working on a Microsoft Dynamics CRM on-premises deployment Intemet-Fadng Deployment (IFD) is NOT configured. Which EndpointAccessType value should you use to access the org...
- Question #33
You must create a new Account record. The Organization Service class has been instantiated, and the necessary properties are set. Which code segment should you use to create the ne...
- Question #34
Which two authentication types does Microsoft Dynamics CRM On-Premises and Online use to authenticate users? Each correct answer premises part of the solution.
- Question #35
You have the following code segment to create a contact. (Line numbers included for reference only.) Which additional step should you add to commit the contact information to the d...
- Question #36
You make a RetrieveMultiple request against an Account entity. Which type is returned?
- Question #37
You are registering a Microsoft Dynamics CRM plug-in. You need to ensure that the plug-in can be executed outside the database transaction. In which execution pipeline stage should...
- Question #38
In a Microsoft Dynamics CRM environment you are developing a plug-in by using the following code segment: What does this code segment provide?
- Question #39
Which two assemblies are required when you develop a plug-in to use with custom code and custom entities? Each correct answer presents part of the solution.
- Question #40
You use the Microsoft Dynamics CRM SDK to build plug-in code in Microsoft Visual Studio. Which assembly defines the non-core messages and enumerations needed for working with organ...
- Question #41
In which order are synchronous and asynchronous plug-ins executed?
- Question #42
Where do you add web resources to a Microsoft Dynamics CRM implementation?
- Question #43
You need to verify that an XmlHttpRequest has completed in JavaScript. What should you do?
- Question #44
Which supported script library uses the S.ajax method?
- Question #45
You are including a different version of jQuery as a web resource in a form script. You need to ensure that your code targets the correct version of jQuery. What should you do?
- Question #46
You write the following code segment to create a new account record by using the Representational State Transfer (REST) endpoint. Line numbers are included for reference only. Whic...
- Question #47
You use the following code segment to pass parameters to a Microsoft Silverlight web resource at runtime: string passTypeName = App.Current.Host.InitParams["abc"]; Which informatio...
- Question #48
Which three features are unique to dialogs?
- Question #49
Which security privilege is required to enable the availability of a real-time workflow?
- Question #50
From which base class does a custom workflow activity assembly inherit?