1.
You have an array of accountid values. Which of the following techniques is the best way to return a list of specific accounts?
2.
Which of the following approaches is used to upload an attachment to a note?
3.
Which of the following statements describe the difference between Privileges and Access Rights?
4.
Which of the following responses (if any) would be the faster method to retrieve records? Retrieve methods or ExecuteQuery Why?
5.
In what namespace will you find the enumerations used as parameters to methods in the Microsoft CRM class libraries?
6.
Bob wants to create a custom solution to extend Microsoft CRM. In order to utilize some of the best practices in developing solutions with the Microsoft CRM class libraries, which of the following classes might he include in his solution?
7.
Using Deployment Manager, Bob publishes a custom Product entity string attribute with Display Name and Name of "serialno" and of size 256. He wants to programmatically fetch this custom attribute in a query. When querying the Product entity using specific column names in a ColumnSetXML, which of the following columns would return the new custom attribute?
8.
An existing account has five related Contacts. The current user has Global Delete privileges for Accounts and Contacts. If the CRMAccount.Delete() method is executed for this account, which of following statements would be true?
9.
You are developing a custom application that integrates Microsoft Business Solutions CRM Accounts with another system. The functional requirements state that the post-callout must update the account with an account number from the other system. Your application will use a dedicated user account to perform the update. While testing your post-callout you notice that it has entered an infinite loop. Which answer best describes the steps to take to resolve this problem?
10.
You are developing an application which extends Microsoft Business Solutions CRM. The requirements state that the Microsoft Business Solutions CRM web client and Microsoft Business Solutions CRM Sales for Outlook will be used. To accommodate some of the functional requirements, a custom database and tables have been deployed. Which approach (if any) is best for offline synchronization of these tables for the Microsoft Business Solutions CRM Sales for Outlook client?