nerdexam
Microsoft

70-576 · Question #30

You are designing a SharePoint 2010 application that will be used across multiple Web applications. A custom list definition is deployed to every site collection in the farm. Your application must…

The correct answer is A. Create an event handler and register it with the ListAdded event of your custom list definition. D. Create a service application that adds a row to a custom database each time a list is created. See the full explanation below for the reasoning.

Question

You are designing a SharePoint 2010 application that will be used across multiple Web applications. A custom list definition is deployed to every site collection in the farm. Your application must include a report that shows how often the new list is provisioned anywhere in the farm. The application must enable permissions to be granted to specific users to view the report, without the redeployment of code. You need to design a system for logging and reporting this activity. Which two actions should be performed? (Each correct answer presents part of the solution. Choose two.)

Options

  • ACreate an event handler and register it with the ListAdded event of your custom list definition.
  • BCreate a list workflow and bind it to the custom list definition.
  • CCreate a Web service that adds a row to a custom database each time a list is created.
  • DCreate a service application that adds a row to a custom database each time a list is created,

How the community answered

(40 responses)
  • A
    75% (30)
  • B
    15% (6)
  • C
    10% (4)

Community Discussion

No community discussion yet for this question.

Full 70-576 Practice