1.
As an administrator of a network, you have to build some custom validation code which will force Microsoft Dynamics CRM users to enter values in certain fields of an opportunity once its CloseProbability field exceeds 50%. A message must be displayed when a user fails to enter appropriate data and they are prevented from saving the opportunity. So what should you do to ensure this? (choose more than one)
2.
You're in charge of your company network. There's a rule in your company which provides that when a user creates or updates an account in Microsoft Dynamics CRM, corresponding data in a custom application is to be added or updated with no latency. The custom application has a .NET API that can be used to add or update datA. You have to ensure that only data that is saved to Microsoft Dynamics CRM is written to the custom application. So what extension approach is most appropriate?
3.
Look at the following extensibility features. Please choose the appropriate one which meets the following two requirements: 1. It is available within the the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access. 2. It can be deployed as part of the synchronization process. (choose more than one)
4.
As an administrator of your company network, you've assigned a task that you have to design an extension to Microsoft Dynamics CRM for a customer. If a sales person activates a quote and the total discount exceeds a threshold, then the extension should create tasks for various people. The logic for calculating this threshold is complex, and is dependent on data in several entities, including the user, the account and the product entities. The customer wants the flexibility to change the content and properties of the tasks that are created by the code. So what extension approach is most appropriate?
5.
You are an adiministrator of your company network. You created and deployed a web application which accesses Microsoft Dynamics CRM contact data through the CrmService Web service. The application uses a Web reference for the CrmService Web service which was created within Visual Studio and uses strongly typed Microsoft Dynamics CRM Classes. Subsequently two new attributes have been added to the contact entity. And you want to use these new attributes in your application. In order to make these new attributes available to your application, what should you do?

 
6.
As an administrator of your company network. You've been assigned a task, you have to write an application which uses the CrmService Web service to find an account based on its name attribute. So what method should you use?
7.
You're an administrator of your company network. Now you're creating custom Web pages that extend Microsoft Dynamics CRM contact functionality, using the Microsoft Dynamics CRM Web service. You want any changes made to the Microsoft Dynamics CRM entity and attribute display names can be reflected by your Web pages. So what should you do to achieve this with as little additional development work as possible?
8.
You're an administrator of your company network. When using the CrmService Web service, which method should you use to create a new lead in the Microsoft Dynamics CRM database?
9.
You're an administrator of your company network. you want to use the CrmService Web service to find all opportunities that have a CloseProbability greater than 50%. So what should you do to achieve this?
10.
You're an administrator of your company network. Now you've been assigned a task. You have to write an application that automatically disables a set of accounts. Which option should you use to programmatically disable an account using the Microsoft Dynamics CRM Web service? (choose more than one)