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

    You are designing a SharePoint 2010 application.You have a requirement to deploy content between servers that experience frequent interruptions in connectivity.You need to design a strategy for exporting the content to a package and transporting the package to meet the requirements.

    Which approach should you recommend?

    A. Create a job to export the content to a package, and then create a job to transport the package.
    B. Create a path to export the content to a package, and then create a job to transport the package.
    C. Use the Content Migration API to export the content to a package, and then create a path to transport the package.
    D. Use the Content Migration API to export the content to a package, and then manually transport the package.

  • Question 72:

    In your development environment, you designed new versions of a number of features currently working in a SharePoint 2010 farm. The features are being used throughout the farm at all scope levels.You need to meet the following

    requirements:

    .All the features on the farm must be upgraded to the newest version.

    .All existing feature instances must be upgraded to the latest version.

    .The sites using the features must experience as little downtime as possible.

    Which approach should you recommend?

    A. Deploy all of the features as one solution package to the farm. Specify the new version number for each feature in the current Feature.xml file for the feature. Activate all of the new features at the farm level.
    B. Deploy each of the features in its own solution package to the farm. Specify the new version number for each feature in the current Feature.xml file for the feature. Activate the new features only in the locations where they are currently activated.
    C. Specify the new version number and any upgrade actions required in each of the Feature.xml files. Run Feature upgrade as a solution package on the farm.
    D. Retract the existing versions of the features. Specify the new version number for each feature in a new Feature.xml file for each feature. Deploy the features as a new solution package. Activate the new features only in the locations where they are currently activated.

  • Question 73:

    You are designing the modification of an existing SharePoint 2010 intranet site for a school. The registrar at the school needs each department to be able to add a new page to their departmental site. The page must be preconfigured with a Web Part showing the latest announcement list items from the registrar's site regarding class enrollment for the upcoming semester.You need to design a page template that can be used by multiple departments.

    Which approach should you recommend?

    A. Create a custom master page that includes a Web Part zone. Add a Web Part containing the registrar's announcements to the Web Part zone. Apply the master page to the intranet site.
    B. Create a publishing page in the registrar's site that includes a Web Part zone. Add a Web Part containing the registrar's announcements to the Web Part zone.
    C. Create a page layout the includes a Web Part zone. Add a Web Part containing the registrar's announcements to the Web Part zone.
    D. Create an application page with a Web Part Zone. Add a Web Part containing the registrar's announcements to the Web Part Zone. Deploy the application page to the _layouts directory.

  • Question 74:

    You are designing a SharePoint 2010 application and a Web application.You need to design a security model for the application that requires users to be authenticated through the Windows Live ID service without using a custom provider.

    Which type of authentication should you recommend?

    A. claims-based authentication
    B. Kerberos
    C. NTLM
    D. forms-based authentication

  • Question 75:

    Your company has more than 100 SharePoint 2010 intranet sites.The branding of several individual department subsites is not consistent with company standards. You need to ensure that the branding of all intranet subsites is consistent with company standards and graphics.

    Which approach should you recommend?

    A. Create a master page at the root level that specifies the company branding and graphics, and force all subsites to inherit the master page.
    B. Create a master page in the Master Page gallery that specifies the company branding and graphics, and disable document versioning within the Master Page gallery.
    C. Create a theme at the root level that specifies the company branding and graphics, and force all subsites to inherit the theme.
    D. Create a theme at the root level that specifies the company branding and graphics, and reset each subsite back to its original site definition.

  • Question 76:

    You are planning an upgrade to a SharePoint 2010 site that contains a feature named MyOriginalCapability. The MyOriginalCapability feature has a version number of 1.0.0.0 but the feature is not yet activated.The new feature is named MyEnhancedCapability and depends on the capabilities of the feature MyOriginalCapability. Your plan must include activation of the MyOriginalCapability feature. You need to plan the deployment of the new feature.

    What should your plan for the upgrade include?

    A. incrementing the Version attribute of the MyOriginalCapability feature from 1.0.0.0 to 2.0.0.0
    B. incrementing the Version attribute of the MyOriginalCapability and MyEnhancedCapability features from 1.0.0.0 to 2.0.0.0
    C. an ActivationDependency element and UpgradeActions element in the MyEnhancedCapability feature that references the MyOriginalCapability feature
    D. an ActivationDependency element and UpgradeActions element in the MyOriginalCapability feature that references the MyEnhancedCapability feature

  • Question 77:

    You are designing a SharePoint 2010 application that will be used across multiple Web applications. A custom list definition is deployed to every site collection in the farm.Your ation must include a report that shows how often the new list is provisioned anywhere in the farm. The application must enable permissions to be granted to specific users to view the report, without the redeployment of code.You need to design a system for logging and reporting this activity.

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

    A. Create an event handler and register it with the ListAdded event of your custom list definition. In the event handler, connect to the logging service and log the list creation event. Deploy the event handler to every site collection in the farm.
    B. Create a list workflow and bind it to the custom list definition. When the ItemAdded event executes, connect to the logging service and log the list creation event. Deploy the workflow to every site collection in the farm.
    C. Create a Web service that adds a row to a custom database each time a list is created. Create an application page that displays a report of logged activity. Grant specific users permission to view the page in the code-behind of the application page. Deploy the page to Central Administration.
    D. Create a service application that adds a row to a custom database each time a list is created, and displays a report of the logged activity. Create an instance of the service application that can be used by every Web application in the farm. Grant specific users permission to view the report from the Services Applications tab in Central Administration.

  • Question 78:

    You are directing your team to use Microsoft Visio 2010 to design SharePoint 2010 workflows. You need to ensure that the workflow designs are validated. What should you tell the team to do?

    A. Use Drawing Explorer in the Visio 2010 Developer menu.
    B. Use Check Diagram in the Visio 2010 Process menu.
    C. Export the workflow in Visio 2010. Import the Workflow Visio Interchange (.vwi) file into Visual Studio 2010. Set breakpoints in the workflow and step through the code using the debugger.
    D. Export the workflow in Visio 2010. Import the Workflow Visio Interchange (.vwi) file into SharePoint Designer and debug the workflow.

  • Question 79:

    You are designing a SharePoint 2010 intranet site at your company.The accounting department has designed a SharePoint list. They need this list to be included in any new site that is created by using the Team Site site definition provided by SharePoint. A feature has been created that provisions the list in a site.You need to satisfy the request from the accounting department, while reducing the risk that future SharePoint service pack updates will impact your solution.

    Which approach should you recommend?

    A. Modify the Team Site onet.xml file. Add the feature to the WebFeatures element in the onet.xml file.
    B. Modify the Team Site onet.xml file. Add the feature to the SiteFeatures element in the onet.xml file.
    C. Create an event handler and register it with the WebAdding event. Activate the feature in the event handler.
    D. Create an event handler and register it with the WebProvisioned event. Activate the feature in the event handler.

  • Question 80:

    You are designing a SharePoint 2010 intranet site for a corporation. Your design must meet the following requirements:

    .The homepage must contain a single Web Part that displays a view of a specific document library.

    .Each employee must be able to create a persistent view of the list that would be filtered, grouped, and sorted based on their selection criteria.

    Which approach should you recommend?

    A. Create a new page for each employee and add the document library Web Part to the page. Instruct each employee to customize an individual view of the Web Part. Then select the Make Homepage button in the Page tab on the ribbon.
    B. Create the site homepage. Deploy a copy of SharePoint Designer to each employee's computer. Instruct each employee to use SharePoint Designer to customize the site homepage, including the view of the document library.
    C. Create the site homepage. Add the document library Web Part to the page, with the Allow Editing in Personal View option selected. Instruct each employee to personalize the page in the browser and to customize an individual view of the Web Part.
    D. Create the site homepage. Instruct each employee to edit the homepage in the browser, adding a copy of the document library Web Part to the page. Instruct each employee to customize an individual view of the document library in the new Web Part.

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.