1.
All these features are unique to dialogs except
Correct Answer
D. Stage
Explanation
The features "Query CRM Data," "Prompt and Response," and "Page" are all related to the process of creating and managing dialogs. However, "Stage" is not a feature specific to dialogs. It could refer to a different aspect of the system or application being discussed.
2.
Which among these supported script libraries uses the S.ajax method?
Correct Answer
D. JQuery.js
Explanation
JQuery.js is the correct answer because it is a popular JavaScript library that provides a simplified way to interact with HTML documents, handle events, create animations, and perform AJAX requests. The S.ajax method is a part of the JQuery library and is used to make asynchronous HTTP requests. Therefore, JQuery.js supports the S.ajax method. JSON2.js, SDK.REST.js, and Prototype.js are not known to have the S.ajax method.
3.
Which of the following operation methods takes an OrganizationRequest object as a parameter?
Correct Answer
C. Execute
Explanation
The Execute operation method takes an OrganizationRequest object as a parameter. This method is used to execute a request against the organization service. It allows you to send a request to the server and receive a response. The OrganizationRequest object contains the details of the request, such as the type of operation to be performed and the data to be used. By passing this object as a parameter to the Execute method, you can perform various operations on the organization service.
4.
Which of these methods will return an object in the form representing an IFrame or web resource?
Correct Answer
B. GetObject
Explanation
The GetObject method will return an object in the form representing an IFrame or web resource.
5.
One of these is an important business application service of a Microsoft Dynamics CRM application framework?
Correct Answer
A. Presentation
6.
Which of these is the only parameter that the Execute method takes?
Correct Answer
C. Request class
Explanation
The Execute method takes the Request class as the only parameter. This means that when calling the Execute method, you need to pass an instance of the Request class as an argument. This parameter allows the method to know what specific request is being executed and what actions to perform based on that request. The other options, such as Target property, Response class, and Non-entity-specific request, are not the only parameters that the Execute method takes.
7.
Which unit of a dialog do you add prompts and responses?
Correct Answer
A. Page
Explanation
In a dialog, prompts and responses are added to a unit called a "Page." A page is a container that holds the content and logic for a specific part of the conversation. It allows you to define the prompts that the system will use to interact with the user and the responses that it will provide based on the user's input. By organizing the prompts and responses into pages, you can create a structured flow for the conversation and ensure that the system responds appropriately to user inputs.
8.
Which of these codes will execute a Microsoft Dynamics CRM OnLoad form event?
Correct Answer
D. Javascript
Explanation
Javascript is the correct answer because it is a programming language commonly used for front-end development, including web forms. The OnLoad event in Microsoft Dynamics CRM is triggered when a form is loaded, and Javascript can be used to write code that will execute during this event. HTML, PHP, and Python are not typically used for this purpose in Dynamics CRM.
9.
What is the maximum number of event handlers that you can specify for each client-side event-triggered handler?
Correct Answer
C. 50
Explanation
The maximum number of event handlers that can be specified for each client-side event-triggered handler is 50.
10.
All of the following is a valid type for a loan query string parameter except
Correct Answer
A. Optionset
Explanation
Optionset is not a valid type for a loan query string parameter. Optionset is typically used to represent a list of options or choices, and it is not suitable for representing loan-related information such as loan amount, interest rate, or loan term. The other options - Boolean, UnsignedInt, and Safestring - can be used to represent loan-related data in a query string parameter.