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

    You are designing a SharePoint 2010 application.You need to plan the deployment of a user control named MyControlTemplate.ascx as a control template. What should be added to the solution manifest (manifest.xml) to achieve this goal?

    A. Add a TemplateFile element, specifying a Location of MyControlTemplate.ascx.
    B. Add a TemplateFile element, specifying a Location of ControlTemplates\MyControlTemplate.ascx.
    C. Add a RootFile element, specifying a Location of MyControlTemplate.ascx.
    D. Add a RootFile element, specifying a Location of ControlTemplates\MyControlTemplate.ascx.

  • Question 82:

    You are designing a branding strategy for a customer with a new SharePoint 2010 server farm. The branding strategy you recommend must enable each department in the company to customize sites with their specific branding

    preferences.The design requirements specify that users should be able to:

    .Create top-level sites for self-service site and subsite creation.

    .Modify their sites without affecting other existing sites.

    .Create multiple lists of the same types with different content.

    .Implement SharePoint themes.

    You need to meet all these design requirements without custom development.

    Which strategy should you design for each department to meet these requirements?

    A. a master page
    B. a Microsoft Office PowerPoint 2010 theme
    C. a site definition
    D. a site template

  • Question 83:

    You are designing a SharePoint 2010 application.You need to ensure that a custom list named Phone Numbers is automatically created and added to the site whenever a new Team Site is created. Which approach should you recommend?

    A. Create a feature that defines a Phone Numbers list template. Then activate the feature on the team site.
    B. Create a feature that defines a Phone Numbers list template. Then use feature stapling to associate the feature with the site definition of the team site.
    C. Create the custom Phone Numbers ListTemplate element and add the ListTemplate element to the onet.xml file of the team site.
    D. Create the custom fields, views, and other specifications for the Phone Numbers list definition and add them to the schema.xml file.

  • Question 84:

    You are designing a SharePoint 2010 application.The application must populate a site column based on data from an existing Microsoft SQL Server 2008 table. This table contains metadata information that is structured in a key-value pair.You need to design a column type that meets the requirements.

    Which type of column should you design?

    A. Business Data
    B. External Data
    C. Lookup
    D. Managed Metadata

  • Question 85:

    You are designing several new custom applications for a SharePoint 2010 farm. One of the current applications contains a Web Part with code that requires substantial CPU and memory resources. The SharePoint farm administrator wants to ensure that new applications containing custom code do not degrade the performance of the Web front-end (WFE) servers when they are deployed to the SharePoint farm.You need to enable the administrator to perform the following tasks:

    .To configure the applications to run in isolation mode .To control the resource usage of custom SharePoint applications by assigning the execution load to specified servers and perform load-balancing of the WFE servers .To limit the resources allotted to specific applications without impacting overall farm performance and stability.

    Your design must meet all these requirements.

    Which approach should you recommend?

    A. Design sandboxed solutions to deploy on the SharePoint 2010 farm. Specify that the execution of user code is to run on the same WFE server as the server that received the Web request.
    B. Design sandboxed solutions to deploy on the SharePoint 2010 farm. Specify that the execution of user code is to run on any available WFE server that is running the User Code Service.
    C. Design farm-scoped solutions and deploy them in the farm. Ensure that the SharePoint administrator will uninstall solutions if WFE servers are running at or near 100% CPU utilization.
    D. Design user controls, load them into Web Parts, and deploy them as features in the farm. Ensure that the SharePoint administrator will deactivate these features in the farm if WFE servers are running at or near 100% CPU utilization.

  • Question 86:

    You are designing a SharePoint 2010 application that has 24 lists. The application has the following characteristics:

    .Some lists contain only Single line of text columns, while other lists have complex column types such as Person or Group and External Data.

    .Each list contains 10,000 or more records.

    Your design needs to limit the number of items in a single database operation to 2,500.

    Which approach should you recommend?

    A. Set the List View Lookup Threshold option to 2,500 items.
    B. Set the List View Threshold option to 2,500 items.
    C. Set the Number of groups to display per page property of the Group By option to 2,500 items.
    D. Set the Number of items to display property of the Item Limit option to 2,500 items.

  • Question 87:

    You are designing a SharePoint 2010 farm in your organization.You need to design the library to meet the following requirements:

    .The budget approval office needs a custom document library, which will send an e-mail as soon as each budget document is updated by a user.

    .The SharePoint farm administrator wants to block the addition of any document that is larger than 100 MB and send out a message to users informing them of the failure.

    Which appraoch should you recommend?

    A. Design the following event receivers: .An asynchronous event receiver to send an e-mail after the document is updated .A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB
    B. Design the following event receivers: .A synchronous event receiver to send an e-mail after the document is updated .An asynchronous event receiver to display a warning message when a file is added that is larger than 100 MB
    C. Design a timer job to send the following: .A batch of "budget document updated" e-mails at the end of each day .A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB
    D. Design a service application to send the following: .A batch of "budget document updated" e-mails at the end of each day .A synchronous event receiver to display a warning message when a file is added that is larger than 100 MB

  • Question 88:

    You have an existing SharePoint 2010 solution consisting of custom Web Parts deployed to the global assembly cache (GAC).The signing key used for the Web Parts has recently changed.You need to design an update to the Web Parts without any change to the value settings of their properties.

    Which approach should you recommend?

    A. Deploy the changes within a SharePoint solution.
    B. Copy the changes directly to the GAC and perform an IISReset.
    C. Programmatically copy the information from the existing Web Parts to their new versions and then remove the old instances.
    D. Update the Web Parts through the Web Part gallery and select the Overwrite if file already exists check box.

  • Question 89:

    You are designing a feature for a SharePoint 2010 solution that will be activated by default in your site definition. The values for the configuration settings are based on the particular Web site on which the feature is activated.You have the

    following requirements:

    .Setting the configuration values should not cause downtime.

    .The configuration settings must be accessible by other features.

    You need to design how the configuration settings will be stored.

    Which approach should you recommend?

    A. Specify the configuration settings using the SPWebConfigModification object.
    B. Specify the configuration settings in the property bag for the Web site.
    C. Place the configuration settings in the web.config file.
    D. Place the configuration settings in a list created by the site definition.

  • Question 90:

    You are designing a SharePoint 2010 application.You need to design a single feature that includes content types, fields, modules, and list instances. Which scope should you design?

    A. farm scoped
    B. site scoped
    C. WebApplication scoped
    D. Web scoped

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.