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

    You are designing a SharePoint 2010 solution. Site administrators do not have direct access to the file system on the Web servers.You need to design the solution according to following requirements:

    .It must contain a set of Web Parts that receive information from a common collection of configuration data.

    .Site administrators must be able to modify the configuration settings for individual sites using the standard SharePoint user interface.

    Which approach should you recommend?

    A. Set the configuration data with the SPWebConfigModification object.
    B. Set the configuration data with SharePoint persisted objects.
    C. Set the configuration data in the property bag for each Web site.
    D. Set the configuration data in a list on each site where the Web Parts are placed.

  • Question 22:

    You are designing a custom application to automate the deployment of SharePoint 2010 solutions. You need to ensure that the application uses Windows PowerShell cmdlets. Which cmdlet sequence should your application use?

    A. Add-SPSolution, then Install-SPSolution.
    B. Add-SPUserSolution, then Install-SPUserSolution.
    C. Install-SPSolution, then Add-SPSolution.
    D. Install-SPUserSolution, then Add-SPUserSolution.

  • Question 23:

    You are designing a SharePoint 2010 Internet site for e-commerce. The site shows pricing information retrieved from a Microsoft SQL Server database for the deals featured each day on the home page.You need to cache the pricing data for each featured deal on the server and refresh the data with a minimum amount of network traffic.

    Which approach should you recommend?

    A. Use LINQ to SharePoint from a query of the database server for the pricing data.
    B. Use AJAX code on the client from the database server.
    C. Use the server session state to cache the data.
    D. Cache the data and use a lock to control the refresh of the cache data.

  • Question 24:

    You are asked to analyze a SharePoint 2010 system that is experiencing performance problems, especially under heavy loads. The system contains multiple custom Web applications and third-party Web Parts.The performance problems are

    exhibiting the following symptoms:

    .The application pool recycles frequently.

    .The system experiences slow client response times.

    .The system experiences excessive page faults.

    You need to identify a possible source of these performance issues and suggest a way to verify your analysis.What should you do?

    A. Propose that the custom code in the third-party application is not disposing of its objects properly, and verify the theory by checking the Unified Logging Service (ULS) logs for entries related to the SPRequest object.
    B. Propose that the paging file size is too large, and verify the theory by using the System Monitor to see if the % Usage counter for the paging file is 50% or less.
    C. Propose that the application pool recycle setting should be changed to recycle less frequently and verify the theory by retesting the system to verify improved performance.
    D. Propose that the application be moved to a server with a faster disk system that supports fault tolerance and retest the system to verify improved performance.

  • Question 25:

    You work for a product company that sells custom SharePoint 2010 Web Parts to customers. You are designing a Web Part that will be deployed to the Web Part gallery when a feature is activated.The feature must accomodate multiple languages, so that a user will see the name of the feature in the same language that was used to create the site.You need to ensure that your design meets this requirement.

    Which two approaches would accomplish this goal? (Each correct answer presents a complete solution. Choose two.)

    A. For each language, add a new node to the Manifest.xml file. Add the language ID and the localized name of the feature to each node.
    B. For each language, add a new node to the Feature.xml file. Add the language ID and the localized name of the feature to each node.
    C. Create a resource file for each language. Deploy the .resx files to the 14\Resources folder. Assign the name of the feature a resource token value.
    D. Create a resource file for each language. Deploy the .resx files to a folder named Resources inside the feature folder. Assign the name of the feature a resource token value.

  • Question 26:

    You are planning an upgrade from an existing Microsoft Office SharePoint Server (MOSS) 2007 farm to a SharePoint 2010 farm.The existing farm contains customized master pages. These master pages include modifications of the:

    .Publishing Console

    .Site Actions Menu

    .Log-in Control

    Your design must specify an upgrade to the existing master pages to function correctly in SharePoint 2010.

    Which approach should you recommend?

    A. Create a new SharePoint 2010 master page and add the required controls into the Ribbon on the page.
    B. Update the cascading style sheet (CSS) styles in the core.css file of the existing SharePoint sites with the SharePoint 2010 CSS styles. Add SharePoint 2010 content placeholders to the existing master pages.
    C. Create SharePoint 2010 delegate controls for all of the custom controls in the existing MOSS 2007 master pages. Add these controls to the new SharePoint 2010 master pages.
    D. Use the Farm Configuration wizard to upgrade the existing MOSS 2007 master pages so that the pages are compatible with SharePoint 2010.

  • Question 27:

    You are designing a SharePoint 2010 site.You need to design the site to meet all the following requirements:

    .Your business requires a consistent structure to manage sales proposal documents across all account teams.

    .The sales director must ensure that all sales documents conform to the same template.

    .All sales proposals must be reviewed and approved by the sales manager.

    .Every site must be created with a document library, a list of the account team members, and the account status.

    Which approach should you recommend?

    A. Design a site template with a standard list of account team members and a shared document library to hold the proposal documents.
    B. Design a proposal content type to store proposal document metadata and a shared document library to hold the proposal documents.
    C. Design a proposal content type to include required metadata information about the proposal documents. Also design a site template with a standard document library and account team members list for consistency across all account teams.
    D. Design a content type that uses a Microsoft Word template for proposal documents. The content type includes required metadata. Also design a site template with a customized document library and list for consistency across all account teams.

  • Question 28:

    Your company is rebranding its corporate extranet SharePoint 2010 site.The new design requires the site's global navigation to use nonstandard fonts for both the top-level and secondary drop-down menus.You need to ensure that the new branding is rendered consistently in all browsers supported by SharePoint 2010.

    Which approach should you recommend?

    A. Specify the CssClass of the SharePoint AspMenu control.
    B. Specify the DynamicMenuItemStyle property of the SharePoint AspMenu control to render the text as an image.
    C. Use a theme to specify the font in the design.
    D. Develop a custom menu control to render the text as an image.

  • Question 29:

    You are designing a SharePoint 2010 workflow that will be used to monitor invoices. The workflow has the following requirements:

    .Invoices may have a status of Submitted, Reviewed, Rejected, Returned for Revision, or Approved.

    .Not every status applies to every invoice.

    You need to design the workflow to monitor the status of the invoices as they are processed.

    Which approach should you recommend?

    A. Use Visio 2010 to create the workflow. Select the Set Workflow Status shape and configure it to execute when the status of an invoice changes.
    B. Use Visio 2010 to create the workflow. Before each status action, add a Start shape to initiate the workflow action.
    C. Use SharePoint Designer 2010 to create a reusable declarative workflow.
    D. Use Visual Studio 2010 to create a state machine workflow.

  • Question 30:

    You are planning an upgrade for an existing SharePoint 2010 intranet site to support a Spanish language version of all existing sites.You need to meet the following requirements:

    .All text on the sites must appear in both Spanish and English.

    .Every page on the current English sites must also appear in Spanish.

    .All future pages must be created in both languages in a consistent manner.

    .The upgrade must involve the least amount of human effort and the least expenditure of hardware and software resources.

    Which approach should you recommend?

    A. Install a parallel SharePoint farm using Spanish as the default language. Recreate all sites and incorporate the Spanish language version of the site definition by specifying the Spanish language identifier.
    B. Install a language pack for Spanish on the existing SharePoint farm. Recreate all sites and incorporate the Spanish language version of the site definition by specifying the Spanish language identifier.
    C. Install a language pack for Spanish on the existing SharePoint farm. Create SharePoint workflows that apply the Spanish language identifier for the sites by specifying Spanish variations.
    D. Install a language pack for Spanish on the existing SharePoint farm. Apply the Spanish language identifier to the existing site templates.

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.