70-576 Exam Details

  • Exam Code
    :70-576
  • Exam Name
    :Designing and Developing Microsoft SharePoint 2010 Applications
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :150 Q&As
  • Last Updated
    :Feb 02, 2022

Microsoft 70-576 Online Questions & Answers

  • Question 41:

    You are designing an application that will use a timer job that will run each night to send documents to a SharePoint 2010 Records Center site for archiving. The security on the site requires higher privileges than those normally associated

    with the application.The security requirements for this application specify that:

    .It must not require customized storage of the user credentials.

    .The user token used for security access must expire within 24 hours unless specifically refreshed to prevent extended or unintended use over time.

    .The security mechanism must require a two-way trust to prevent unauthorized activity between domains.

    .The application must use the SharePoint object model to accomplish this.

    You need to design the application to support these security requirements.

    How should you design the timer job?

    A. to inherit the security role assignments
    B. to log on to the Records Center site with a service account stored in a database
    C. to run with elevated privileges
    D. to run with impersonation

  • Question 42:

    You are designing a SharePoint 2010 feature. The feature includes a feature receiver that executes code on activation and deactivation.The feature receiver code interacts with a Web service, which could cause errors beyond your control.You need to ensure that the feature does not activate or deactivate if the Web service causes an error.

    Which approach should you recommend?

    A. Wrap your code in a try-catch block. Log the error and issue another request to the Web service in the catch block.
    B. Wrap your code in a try-catch block. Log the error and throw an exception in the catch block.
    C. Wrap your code in a try-catch block. Only catch exceptions of type SPException.
    D. Wrap your code in a try-finally block. Log any issues your code encounters in the finally block.

  • Question 43:

    You are designing a SharePoint 2010 application.You need to design a list that displays only data from contacts stored in Microsoft Office Outlook 2010. Which approach should you recommend?

    A. Create a list with an external data column. Set the External Content Type of this column.
    B. Create an external list. Create an external content type based on the external list and set the Office Item Type.
    C. Create an external content type and set the Office Item Type. Create an external list from the external content type.
    D. Export the contact list in Outlook 2010. Create a new external list based on the exported data file.

  • Question 44:

    You are helping a corporate IT department create a SharePoint 2010 information architecture plan. You are creating guidelines for determining the site structure for new sites within all other departments in the corporation.The IT department

    must be able to:

    .Adjust the physical storage capacity required for each department and create chargebacks based on the amount of database storage used.

    .Assign storage quotas at the departmental level.

    .Create site usage reports at the departmental level.

    You need to design an information architecture structure that meets all these requirements.

    On which SharePoint structure should you base each department design?

    A. custom site definitions
    B. custom site templates
    C. individual site collections
    D. individual subsites

  • Question 45:

    Your SharePoint 2010 team does not have enough development team members, time, or budget to support the requests from all of the different departments in the organization.

    You have the following requirements:

    .Your internal IT security team requires that the SharePoint 2010 architects include the proper design specifications necessary to limit the security vulnerabilities in the applications they develop.

    .Mid-level Microsoft ASP.NET developers across the organization must be able to implement SharePoint 2010 solutions that meet the security specifications with no extra training.

    .You must use specific tools and procedures to ensure that possible security vulnerabilities are limited.

    You need to create a SharePoint 2010 design specification that directs the developers in the proper method of creating applications to minimize security issues.

    Which approach should you recommend?

    A. Specify that developers should implement sandboxed solutions.
    B. Specify that developers should implement the applications with code access security (CAS).
    C. Guide developers to implement sandboxed and farm solutions.
    D. Guide developers to implement and deploy custom solutions at the farm level.

  • Question 46:

    You are helping an organization's executive team to design an automated approval process to standardize certain documents.You have the following requirements:

    .The documents must be reviewed and approved by multiple teams in the approval chain.

    .Each reviewer must provide feedback as part of completing a review.

    .Each reviewer must either approve or reject the documents.

    .After review, the document status must be changed; an e-mail must be generated to the document author and the next reviewer in the approval chain; and a task should be created for the next reviewer in the approval chain.You must design

    a custom workflow solution for the document approval process on a SharePoint 2010 site.

    What should the solution include?

    A. an initiation form to collect the reviewer's feedback and a Simple activity to approve and reject the document
    B. an association form to collect the reviewer's feedback and a Composite activity to support conditional activities such as approval and rejection
    C. a task form to collect the reviewer's feedback and a Composite activity to support conditional activities such as approval and rejection
    D. a task form to collect the reviewer's feedback and a Simple activity to approve and reject the document

  • Question 47:

    A company with offices worldwide has asked you to design a SharePoint 2010 feature for an intranet portal.The feature must:

    .Be activated only on a site collection.

    .Contain a customized list template.

    .Contain a custom List page.

    .Use globalized resources that can be shared with other features.

    You need to design the feature to support all these requirements.

    Which approach should you recommend?

    A. Use the Scope attribute of the feature to limit the availability of the feature to a site collection. Then set the RequireResources element to true. Store globalized resources in a file in a global document library.
    B. Use the Scope attribute of the feature to limit the availability of the feature to a site collection. Then use the Module element in the feature to provision a file into the SharePoint 2010 site. Store shared resources in the \web server extensions\14\Resources folder.
    C. Use the Scope attribute of the feature to limit the availability of the feature to a farm. Then use the Module element to provision a file into the SharePoint site. Store shared resources in the \_catalogs folder.
    D. Use the Module element in the feature to limit the availability of the feature to a site collection. Then set the RequireResources element to true. Store shared resources in the \web server extensions\14\Resources folder.

  • Question 48:

    You are designing a SharePoint 2010 solution that requires custom configuration settings. The solution will reside in every Web application within the environment because subsequent features depend on these settings.The server farm that the code is currently deployed to is going to be replaced with a new one. The content databases will be migrated to the new server farm. Manual changes to any files will not be allowed after the migration is complete.You need to ensure that the configuration settings are in place on the new server farm.

    Which approach should you recommend?

    A. Place your settings within a feature that uses the SPWebConfigModification property to persist the information in the web.config file.
    B. Place your settings in a file named webconfig.MySolution.xml and place it in the \14\config directory.
    C. Place your settings in the current web.config file for each Web application.
    D. Place your settings in the hierarchical object store in the SPPersistedObject class.

  • Question 49:

    You are designing a SharePoint 2010 solution that stores employee information in a list named Employees and company information in a list named Company. Each company has one or more employees.You need to recommend that a developer add a new column so that a one-to-many relationship is created between the Company list and Employees list.

    Which approach should you recommend?

    A. Add an External Data column on the Employees list.
    B. Add a Lookup column on the Employees list.
    C. Add a Managed Metadata column on the Company list.
    D. Add a Lookup column on the Company list.

  • Question 50:

    You are responsible for rebranding the My Sites section of a corporate SharePoint 2010 farm. The new branding includes a change to the Quick Launch menu in all corporate My Sites pages.You do not have access to modify any master pages. Also, the new branding is not yet finalized and might need to be reverted.You need to ensure that the Quick Launch menu is updated in all corporate My Sites pages, using the least amount of workforce effort.

    Which approach should you recommend?

    A. Use client-side code to inject your modifications into the rendered page.
    B. Use a feature that includes a delegate control with a lower sequence number than the default My Site Quick Launch Delegate.
    C. Manually modify the navigation under Site Settings for each My Site page.
    D. Write and execute a PowerShell script that will iterate through each My Site and modify the navigational settings.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-576 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.