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 111:

    You are designing a SharePoint 2010 solution that allows users to enter address information for contacts into a list named Address.You have the following requirements:

    .Ensure that users enter full nine-digit zip codes for the address information.

    .Display a custom message indicating that a zip code is invalid if the entered zip code does not match the full nine-digit requirements.

    You need to ensure that the application is designed to meet these requirements.

    Which approach should you recommend?

    A. Create a custom command.
    B. Create a Datasheet view on the Address list.
    C. Use the Form Options of the Address list.
    D. Create a formula on the column.

  • Question 112:

    You are designing a SharePoint 2010 application. A Windows Communication Foundation (WCF) service provides a connection to company information.You need to design a list that gets its data from the WCF service. Which approach should you recommend?

    A. Create an external content type and set the External Data Source Type to WCF Service. Create a list that uses this external content type as its source.
    B. Create an external content type and set the External Data Source Type to .NET Type. Create a list that uses this external content type as its source.
    C. Create an external list and set the External Content Type property to the URL of the WCF service.
    D. Create an external list and set the External Content Type property to the Web Service Definition Language (WSDL) file of the WCF service.

  • Question 113:

    You have a social networking site in SharePoint 2010 that allows users to post content for all other users to view. Users have read-only access to documents that they did not upload themselves.You are designing a way for users to easily flag content as objectionable so that the site administrators can evaluate and remove this content as necessary.You need to add this objectionable content functionality to all document libraries.

    Which approach should you recommend?

    A. Add a button to the ribbon associated to document libraries, which will execute the objectionable content functionality when clicked.
    B. Add a dialog to the site default page that will walk the user through how to report objectionable content.
    C. Modify the system files within the layouts directory that are used to render the form pages.
    D. Add a custom field to the base document content type and an event receiver to the document library that will execute the objectionable content functionality.

  • Question 114:

    You are designing a site on SharePoint 2010.You need to design the site so that it meets the following requirements:

    .Contributors must be able to use the SharePoint user interface to add, remove, and delete Web Parts only in a Web Part zone named Your Web Parts.

    .Only site collection owners may add, remove, and delete Web Parts in a Web Part zone named Required Web Parts.

    Which approach should you recommend?

    A. Create a page layout with a Web Part zone named Your Web Parts that allows customizations. Create a Web Part zone named Required Web Parts that allows customizations.
    B. Create a page layout with a Web Part zone named Your Web Parts that allows customizations. Create a Web Part zone named Required Web Parts that does not allow customizations with the desired Web Parts pre-loaded.
    C. Create a page layout with Web Part zones that do not allow customizations and grant contributors full control to the site collection.
    D. Create a Web Part page with a Web Part zone named Your Web Parts that does not allow customizations. Create a Web Part zone named Required Web Parts that allows customizations.

  • Question 115:

    You have a SharePoint 2010 intranet site with a site collection for all team projects.Each team project site is created from a custom team project site definition. These sites are created with a standard list to help manage team projects. Each

    list can be modified as needed for each site. You are asked to design two features: .A feature named X for the list template .A feature named Y for creating an instance of the list

    You need to ensure that the list template is installed before the list instance. Which approach should you recommend?

    A. Set the scope of feature X to Web and the scope of feature Y to Site. Set feature X as an activation dependency for feature Y.
    B. Set the scope of feature X to Site and the scope of feature Y to Web. Set feature Y as an activation dependency for feature X.
    C. Set the scope of feature X to Site and the scope of feature Y to Web. Set feature X as an activation dependency for feature Y.
    D. Set the scope of feature X to Web and the scope of feature Y to Site. Set feature Y as an activation dependency for feature X.

  • Question 116:

    You are designing a SharePoint 2010 application that stores information about each machine in a factory. This information includes an inventory of parts, the machine's maintenance history, and a document library of repair manuals for each

    machine in Microsoft Word format.The application must:

    .Establish links between the factory machine data, the machine part inventory, the maintenance history, and the repair manuals to allow the display of additional fields from the other lists.

    .Enforce relational integrity between the data to create custom views for various business users.

    .Allow nontechnical users to update the individual list data and views, as well as to update the manuals.

    .Enforce relationships that allow cascade deletes of items from the machine parts list when items are deleted from the machine list, but prevent data in the machine parts list from being orphaned. You need to design a data access plan that

    meets all these requirements and allows all data to be managed within the SharePoint 2010 system.

    Which plan should you recommend?

    A. Create tables in Microsoft SQL Server for each set of inventories. Create relationships with primary and foreign keys linking the tables. Use Business Connectivity Services (BCS) to connect SharePoint 2010 lists to these tables to manage the data.
    B. Create tables in Microsoft SQL Server for each set of inventories. Create relationships with primary and foreign keys linking the tables. Store machine part manuals in a SharePoint document library and use event receivers to synchronize data in the lists and libraries.
    C. Use SharePoint 2010 lists and document libraries to store data. Create relationships using lookup fields and relationship joins between the lists and document libraries.
    D. Use SharePoint 2010 lists and document libraries to store data. Create a custom workflow to update information in the lists and document libraries.

  • Question 117:

    You are designing a Web Part for SharePoint 2010 that must be able to be used on any site in the farm. The Web Part will display data values updated from a Microsoft SQL Server database.Your design must:

    .Verify the actual performance data of the Web Part on any page where it is used in the farm.

    .Trace performance and latency through the SharePoint, .NET, and SQL Server layers of the Web Part execution process.

    .Provide information that can be used to debug and troubleshoot all issues with page rendering time.

    You need to meet all the requirements and allow your developers to enable this capability on any page they need to test.

    Which approach should you recommend?

    A. Build and deploy the Web Part as a sandboxed solution and set a daily quota for the Web Part. Monitor the Web Part memory utilization and adjust the appropriate ResourceMeasures property for the sandboxed solution.
    B. Build and deploy the Web Part as a sandboxed solution and set an absolute limit quota for the Web Part. Monitor the Web Part performance and adjust the appropriate ResourceMeasures property programmatically using the SharePoint object model.
    C. Build and deploy the Web Part hosted in each site that requires it. Set the developer dashboard to Off for the site. When testing performance, change the dashboard setting to On using a PowerShell script.
    D. Build and deploy the Web Part hosted in the Central Administration site. Set the developer dashboard to OnDemand in the farm. When testing performance, manually enable the dashboard on each Web page.

  • Question 118:

    You are designing a SharePoint 2010 farm implementation that will include an extranet zone that will employ forms-based authentication (FBA).The plan must:

    .Specify how farm administrators will manage modifications to the configuration settings for the FBA within each Web application.

    .Support granular modifications to the individual Web applications.

    .Include a process to apply the modifications to the SharePoint configuration database.

    .Specify a process to deploy the changes throughout the server farm by propagating the changes to all Web front-end servers.

    You need to create a software configuration management plan for the farm that meets all these requirements.

    Which approach should your plan recommend?

    A. Create a feature that contains code to read, modify, and save the configuration setting for the SPWebApplication object for each Web application. Save the settings in the hierarchical object store by creating a SPPersistedObject class to store the configuration.
    B. Create a feature that contains code to modify the configuration settings to the web.config file for each Web application. Then propagate the changes programmatically by implementing the SPWebConfigModification class.
    C. Build a custom list for each Web application that stores the required configuration information. Create a custom workflow that uses the Set Field in Current Item action to synchronize the settings in the list with the configuration database and the Web servers.
    D. Build the required changes declaratively by creating an XML extension containing the settings needed. Deploy the file to the 14\Config directory. Then use the Stsadm copyappbincontent command to merge these changes with the existing web.config file.

  • Question 119:

    Your company has a SharePoint 2010 farm that has one Web application with multiple site collections.Your team needs to meet the following requirements:

    .Certain individuals need to have the "Full Control" permission set on every site collection in the Web application.

    .Permissions must be set in a central location and should effect all current and future site collections.

    Which approach should you recommend?

    A. Add users to the local administrators group on the server.
    B. Add users to the Site Owners group in each site collection.
    C. Create a user policy for the Web application in Central Administration.
    D. Create a group policy in the Active Directory domain to which the SharePoint users authenticate.

  • Question 120:

    You are using SharePoint 2010 to design a site at your company. All employees need to have permission to fill out a new form. When an employee submits the form, the request should be saved as an item in a custom list.You have the following requirements:

    .For security reasons, employees must only be able to view their own requests. .Employees must not be able to view requests that other employees have submitted. .Company managers must have permission to view every request submitted.

    Which approach should you recommend?

    A. Create a new workflow that updates the owner of the list item to the username of the employee who submitted the form.
    B. Create and schedule a SharePoint timer job that sets item level security on each item in the list.
    C. Create an event receiver that sets the appropriate item level security. Add the event receiver to the ItemAdded event in the list.
    D. Create an event receiver that sets the appropriate list level security. Add the event receiver to the ItemUpdated event in the list.

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.