READ Free Dumps For Microsoft- 70-576
Question ID 10077 | You are designing a SharePoint 2010 farm in your organization. You need to design the library to meet the following requirements: The budget approval office needs a custom document library, which will send an e-mail as soon as each budget document is updated by a user. The SharePoint farm administrator wants to block the addition of any document that is larger than 100 MB and send out a message to users informing them of the failure. Which approach should you recommend? |
Option A | Design the following event receivers: An asynchronous event receiver to send an e-mail after the document is updated A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB |
Option B | Design the following event receivers: A synchronous event receiver to send an e-mail after the document is updated An asynchronous event receiver to display a warning message when a file is added that is larger than 100 MB |
Option C | Design a timer job to send the following: A batch of “budget document updated” e-mails at the end of each day A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB |
Option D | . Design a service application to send the following: A batch of “budget document updated” e-mails at the end of each day A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB |
Correct Answer | A |
Question ID 10078 | You are designing a solution on a SharePoint 2010 intranet site where administrative access to the SharePoint 2010 application server is not available. You need to ensure that site usage information is collected on search statistics for all the sites on the farm. Which approach should you recommend? |
Option A | Create a Windows service and schedule it to collect the search statistics according to a specified schedule |
Option B | Create a SharePoint sandboxed solution to collect the search statistics. |
Option C | Write a console application to collect search statistics. Create a timer job to run the application according to a specified schedule. |
Option D | Write a console application to collect search statistics. Use Windows Task Scheduler to run the application at regular intervals |
Correct Answer | C |