getcertified4sure.com

MB2-701 Q&A(21 to 30) for IT candidates: Dec 2021 Edition




Exam Code: MB2-701 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Extending Microsoft Dynamics CRM 2013
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass MB2-701 Exam.

2021 Dec MB2-701 actual exam

Q21. Which three types are valid types of web resource files? 

A. Webpage (HTML) 

B. Script (JScript) 

C. Style Sheet (XSL) 

D. ASP.NET Web Form (ASPX) 

E. Active Server Page (ASP) 

Answer: A,B,C 


Q22. You are debugging client-side code for the Microsoft Dynamics CRM mobile client application. 

You find that the client-side code is not interacting with web resources and IFrames. 

Which explanation is a valid reason why the client-side code is NOT working as anticipated? 

A. You did not include the Xrm.Utility.alertDialog function in the code. 

B. The mobile device must be capable of running Microsoft .NET Framework 4.5. 

C. The mobile device does not have a network connection. 

D. The Microsoft Dynamics CRM mobile client application does not support IFrames and web resources. 

Answer:


Q23. You are deploying a Microsoft Dynamics CRM Online plug-in on a production environment. Which storage system should you use? 

A. on-disk 

B. Global Assembly Cache (GAC) 

C. Microsoft Dynamics CRM database 

D. .NET assembly 

Answer:


Q24. 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. 

A. MicrosoftCrm.Sdk.Proxy.dll 

B. MicrosoftXrm.Portal.dll 

C. MicrosoftXrm.Sdk.dll 

D. MicrosoftXrm.Client.CodeGeneration.dll 

Answer: A,C 

Explanation: 

Ref: http://msdn.microsoft.com/en-us/library/gg509014.aspx 


Q25. You are working with Microsoft Dynamics CRM Online and trying to access the Discovery Service URL. 

Which component handles the authentication request? 

A. Active Directory 

B. NT LAN Manager (NTLM) version 2 authentication 

C. security token service (STS) 

D. Kerberos version 5 authentication 

Answer:


Leading MB2-701 latest exam:

Q26. You are trying to obtain an Account record from Microsoft Dynamics CRM. 

You do NOT know the name of the Account record. 

Which method should you use to discover the Account record? 

A. RetrieveMultiple 

B. Create 

C. Retrieve 

D. Update 

Answer:


Q27. 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? 

A. A random position in the form event pipeline 

B. A position in the form event pipeline that is determined by a parameter value of the addOnSave method 

C. The end of the form event pipeline 

D. The beginning of the form event pipeline 

Answer:


Q28. 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 requires. This information cannot be changed by the Sales users. All users currently have write and append privileges to the Credit Status custom entity. 

You need to ensure that users in the Salesperson role cannot edit the Credit Status entity fields. 

Which form type and permissions should you use? 

A. Use the Undefined form and modify the Salesperson role to remove the append privilege on credit status. 

B. Use the Role-based form and modify the Salesperson role to remove the write privilege on credit status. 

C. Use the Disabled form and modify the Salesperson role to remove the write privilege on credit status. 

D. Use the Read-only form and modify the Salesperson role to remove the append privilege on credit status. 

Answer:


Q29. 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 new Account record? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q30. You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement? 

A. ReturnResponses = true 

B. ContinueOnError = true 

C. FaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault> 

D. ContinueOnError = false 

Answer: