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

    Your development team has discovered that a SharePoint 2010 application has performance issues. The application is experiencing periodic application pool recycling due to memory thresholds being exceeded.You need to determine the cause of this behavior.

    Which logs should you tell your team to analyze?

    A. Analyze the IIS logs for entries related to SPPersistedObject objects.
    B. Analyze the IIS logs for entries related to SPRequest objects.
    C. Analyze the Unified Logging Service (ULS) logs for entries related to SPPersistedObject objects.
    D. Analyze the ULS logs for entries related to SPRequest objects.

  • Question 32:

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

    .Content authors must be allowed to create product pages.

    .Content authors also must be able to add Web Parts to customize the page.

    .Product pages must allow the content author to select a value from a Product Type field as defined in an existing site column.

    Which approach should you recommend?

    A. Create an application page that includes the Product Type field and Web Part zones.
    B. Create a page layout that includes the Product Type field and Web Part zones.
    C. Create a static page that includes the Product Type field and Web Part zones.
    D. Create a Web Part page that includes the Product Type field and Web Part zones.

  • Question 33:

    You are using SharePoint 2010 to develop multiple Internet sites. You have the following requirements:

    .Create a user registration page for each site.

    .Use the logic found in a custom control named UserRegistration.ascx.

    You need to provide a solution that will allow each site to have a custom user registration page with HTML editing capability.

    Which approach should you recommend?

    A. Create a page based on a page layout that references UserRegistration.ascx and includes an HTML editing field.
    B. Create a page that references UserRegistration.ascx and includes an HTML editing field.
    C. Create an application page deployed to the _layouts directory that references UserRegistration.ascx and includes an HTML editing field.
    D. Create an application page deployed to the Pages library that references UserRegistration.ascx and includes an HTML editing field.

  • Question 34:

    You are planning security for a SharePoint 2010 intranet site. A subsite for the human resources (HR) department contains a list of salary information. All the HR department employees are in an Active Directory (AD) group named SharePoint

    HR. The SharePoint HR AD group has been granted Read access to the subsite.You have the following requirements:

    .Access to the list should be handled only through the HR department group.

    .The group membership of the AD HR group should be used to specifiy the site permissions.

    .The department's administrative assistant should not have access to view the salary list.

    You need to ensure that permissions are configured on the subsite to meet these requirements.

    Which plan should you recommend?

    A. Remove the assistant from the SharePoint HR AD group. Give the assistant individual Read access to the site. Modify the salary list permissions, removing the assistant from the list.
    B. Modify the salary list permissions, explicitly denying the assistant Read access to the salary list.
    C. Modify the salary list permissions, remove the SharePoint HR group from the list of users and groups who have been granted any sort of access to the list. Grant each employee of the HR department individual Read access to the salary list, with the exception of the assistant.
    D. Modify the salary list permissions, explicitly denying the SharePoint HR group Read access to the salary list. Grant each employee of the HR department individual Read access to the salary list, with the exception of the assistant.

  • Question 35:

    You are designing a SharePoint 2010 application that contains a single list named UserDat a.You need to design the application to meet these requirements:

    .The application must have a drop-down menu that contains key-value pair data.

    .The data in the drop-down menu must be retrieved from a Microsoft SQL Server 2008 table.

    Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)

    A. Create a new list that links to the external SQL Server table.
    B. Create a new list that has an external data column. Set the source of this column to the external SQL Server table.
    C. Create a managed metadata column on the UserData list. Add the data from the SQL Server table to this column.
    D. Create a lookup column on the UserData list that gets its information from an external list.

  • Question 36:

    You are designing an architectural firm's SharePoint 2010 environment. In order for the firm to bid on a new project, it must submit a detailed proposal that specifies exactly what kind of services they will offer and how much those services will cost.Different people must be able to work on separate parts of the proposal document simultaneously. The document must be generated quickly in order to increase the firm's chances of getting the project. Employees who are working on the document are using Microsoft Word 2010.Your design needs to satisfy these requirements using no custom development.

    Which approach should you recommend?

    A. Add the new Word document to a SharePoint document library. Configure a sequential workflow with the built-in document approval workflow, which allows each author to add and edit text until the document is complete.
    B. Add the new Word document to a SharePoint document library and allow the appropriate people to co-author the document until it is complete.
    C. Create a SharePoint list for the document, where each list item corresponds to a section of the document. Allow people to add one or more sections of the document to the list. Create a Word add-in that retrieves content from the list and uses OpenXML to generate a Word document.
    D. Create an external database to store sections of the document. Create an external SharePoint list that connects to the database using Business Connectivity Services. Allow people to add one or more sections of a document to the external list. Create a Word add-in that retrieves content from the database and uses OpenXML to generate a Word document.

  • Question 37:

    You are designing a SharePoint 2010 solution that includes a custom site definition and a custom master page.The solution has the following three features:

    .A hidden site-scoped feature named X that adds the custom master page to the Master Page gallery.

    .A Web-scoped feature named Y with a feature receiver that sets the master page of the Web to the master page from feature X.

    .A Web-scoped feature named Z with a feature receiver that populates the default.aspx file with sample content.

    Any Web site that is created based on the solution's custom site definition must have the master page and the sample content applied to it automatically.Your design must ensure that features X, Y, and Z can be activated in the proper order.

    Which approach should you recommend?

    A. Include features X, Y, and Z in that order in the onet.xml file for the site definition.
    B. Include a user control in the custom master page to activate feature Z the first time the page is rendered, and include features X and Y in the onet.xml file for the site definition.
    C. Set feature dependencies so that feature X is dependent upon feature Y and feature Y is dependent upon feature Z, and then use feature stapling to attach feature X to the site definition.
    D. Set feature dependencies so that feature Y is dependent upon feature Z, and then use feature stapling to attach features X and Y to the site definition.

  • Question 38:

    You are designing a branding strategy for a SharePoint 2010 site that uses several third-party controls.Many of these controls contain inline styling that conflicts with the desired branding. You do not have access to the code for these controls.The design must ensure that this SharePoint styling will be applied to the controls.

    Which approach should you recommend?

    A. Edit the master page for the site to include the proper styling.
    B. Apply a SharePoint theme, which will override the controls styling.
    C. Use client-side scripting to remove the inline styles.
    D. Modify the core.css file to contain the branding for the site.

  • Question 39:

    You are designing a custom workflow for a SharePoint 2010 solution. You need to specify which type of workflow form to use.The requirements for the form are:

    .Specify the main list, library, or content type that the workflow will affect.

    .Provide a form to display the Add a New Workflow page.

    .Provide the form where the administrator can specify settings common to all workflows, such as the workflow definition and initiation conditions, and whether the workflow runs on items or folders, or both.

    You need to specify which type of workflow form should be used for each phase of the workflow process to meet all these requirements.

    Which form should you recommend?

    A. association
    B. initiation
    C. modifications
    D. task

  • Question 40:

    You are designing an authentication plan for a SharePoint 2010 intranet site for a large enterprise. The site administrator and the Active Directory (AD) administrator are concerned that the traffic on the SharePoint site might cause

    performance issues related to site authentication. Average user page sessions typically last longer than 15 minutes.You must design an authentication plan that provides the best possible performance and meets the following requirements:

    .The plan must be able to accommodate 50,000 users.

    .The existing infrastructure must be used as much as possible but the performance problem with user access must be prevented.

    Which approach should you recommend?

    A. Design a SharePoint 2010 site that requires Windows Kerberos authentication to log on.
    B. Design a SharePoint 2010 site that requires Windows NTLM authentication to log on.
    C. Design a site that requires basic authentication to log on.
    D. Design a site that requires forms-based authentication to log on.

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.