1.
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?
2.
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?
3.
You're an administrator of your company network. A block of .NET code has been written by you. It calls methods of the CrmService Web service to delete Microsoft Dynamics CRM data, and also performs some mathematical calculations. You plan to record any errors that occur with meaningful error messages. So what Catch block or blocks of code do you need write?
4.
The account entity has a parent account attribute within the CrmService Web service, the parentaccount attribute is used to identify which account record is the parent of a given account. What Microsoft Dynamics CRM attribute type is the parentaccountid attribute?
5.
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?
6.
The account entity has a parent account attribute within the CrmService Web service, the parentaccount attribute is used to identify which account record is the parent of a given account. What Microsoft Dynamics CRM attribute type is the parentaccountid attribute?
7.
You're an administrator of your company network. You developed a Custom Workflow Activity and deployed the assembly dll to your company's Microsoft Dynamics CRM server. You have local administrator rights on the server. In order to make sure that you can debug the assembly on the server, what additional steps should you take? (choose more than one)
8.
You're an administrator of your company network. You have a Microsoft Dynamics CRM 4.0 deployment that has one CRM server. Unhandled exception messages from plug-ins are written by the Microsoft Dynamics CRM platform, and which Event log on the CRM server are the messages being written to?
9.
You're an administrator of your company network. Now you're asked to deploy a plug-in assembly that references other custom .NET assemblies. There're three CRM servers in the Microsoft Dynamics CRM 4.0 deployment. Where should you place the referenced custom .NET assemblies?
10.
You're an administrator of your company network. Now you've been assigned a task to write a plug-in to perform validation of data submitted by a user. You want to display en error message to the user if the data fails the validation. What should you do to achieve this?