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

    A SharePoint 2010 server farm has a custom feature installed that provides specialized business logic for a SharePoint solution package. The solution package is being updated to include additional functionality.Your job is to specify a

    deployment method for the updates that will:

    .Add the additional application business logic to the solution package.

    .Provide the least downtime for the application.

    .Automate the application upgrade a much as possible.

    You need to update the solution package with additional business logic and meet all these requirements.

    Which approach should you recommend?

    A. Create a new feature containing the new business logic. Use the feature upgrade process to deploy the solution package by incrementing the version number of the feature in the Feature.xml file.
    B. Add the new business logic to the existing feature. Use the feature upgrade process to deploy the solution package by incrementing the version number of the feature in the Feature.xml file.
    C. Use Visual Studio 2010 to add the new business logic to the existing code in the .wsp package for the feature. Create two timer jobs - one to retract the current solution package and one to deploy the solution package with the updated feature.
    D. Use the object model to create a custom feature receiver to increment the version property of the SPFeatureDefinition class. Increment the version number of the current solution in the Feature.xml file.

  • Question 92:

    You are designing a SharePoint 2010 application. You are also designing a Microsoft .NET Framework client application that will interact with the SharePoint application.You need to design the client application to create, update, and delete lists.

    Which approach should you recommend?

    A. Use the SP.UI.UIUtility class in the client application.
    B. Use SharePoint 2010 Web services in the client application.
    C. Use the SharePoint Foundation 2010 managed client object model in the client application.
    D. Create a Business Connectivity Services (BCS) package that manages tasks between the client and server applications.

  • Question 93:

    You have a sandboxed SharePoint 2010 application for managing sales proposals. The application runs in a hosted environment that does not allow direct access to external services or the installation of proxies or external content types.The account status for your application is contained in a Customer Relationship Management (CRM) system hosted on a separate server. The account status information is exposed via Web services. You need to display account status from the CRM system in the form of dashboards, pie charts, and other reports to the users within your firewall.

    What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

    A. Develop a Silverlight component that is responsible for making the Web service call from the client and rendering the returned data.
    B. Develop a Web Part that uses AJAX and is responsible for making the Web service call from the client and rendering the returned data.
    C. Develop a Visual Web Part that calls the Web service in the OnLoad event of the contained ASMX control.
    D. Develop a user control that calls the Web service in the OnPreRender event and render the returned data through XSLT.

  • Question 94:

    You are planning to store some custom configuration settings in a SharePoint 2010 farm.A set of key-value pairs must be saved and retrieved for several subsites within a web application. You need to ensure that the key-value settings are stored for each subsite.

    Which approach should you recommend?

    A. Declaratively store the values in the web.config file for the web application.
    B. Declaratively store the values in a custom list in the site collection that contains the subsites.
    C. Programmatically store the values in the property bag of the SPFile object.
    D. Programmatically store the values in the property bag of the SPWeb object.

  • Question 95:

    You are designing an extranet site using SharePoint 2010.This site must allow employees to log on to the extranet site from home. They should use their corporate Active Directory credentials by typing their user name and password into text boxes on a logon page on the site. After users log on, they should be redirected to the site home page.You need to meet these requirements with the least amount of configuration.

    Which type of authentication should you design?

    A. forms-based authentication (FBA)
    B. Web Single-Sign On (SSO)
    C. NTLM
    D. Kerberos

  • Question 96:

    You are designing an external binary large object (BLOB) store provider by implementing the ISPExternalBinaryProvider interface. The farm has existing sites that contain content.

    Your implementation has been verified to be working correctly.You need to ensure that content within existing sites is moved using the external BLOB store provider. You also must ensure that the solution does not require further custom

    coding.

    Which approach should you recommend?

    A. Perform a backup and restore on each site.
    B. Perform a backup and restore of each content database.
    C. Perform a backup and restore on each site collection.
    D. Perform a backup and restore of the configuration database.

  • Question 97:

    You are designing the environment for a SharePoint 2010 server farm. You need to design the environment to meet the following requirements:

    .SharePoint must log critical error messages to the Windows Event Log. .To save log space, duplicate error messages must not be logged. Which approach should you recommend?

    A. Restrict the Trace Log disk usage space to 1 GB.
    B. Enable Event Log Flood Protection.
    C. Find the error category and set the "Least critical event to report to the event log" value to "Warning" for that category.
    D. Find the error category and set the "Least critical event to report to the trace log" value to "None".

  • Question 98:

    You have a SharePoint 2010 farm that has one existing Web application. You have designed a new Web application.After the Web application is implemented, you immediately navigate to the URL. An error is returned saying the page cannot be found.You need to ensure that when users navigate to the URL of the new Web application, the standard SharePoint 2010 landing page is displayed.

    Which approach should you recommend?

    A. Ensure that the Start Automatically property is set to True in the application pool under which the URL of the new Web application runs.
    B. Ensure that the Application _Layouts pages reference site master pages property is set to Yes in the Web Application General Settings dialog box of the new Web application.
    C. Enter the URL of the new Web application in the Add a New Path property in the Define Managed Paths dialog box of the new Web application.
    D. Create a new site collection associated with the URL of the new Web application.

  • Question 99:

    You are designing a custom workflow for the Human Resources department. The workflow will add the business logic for hiring approval to a SharePoint 2010 Web application.The requirements specify that the workflow must: .Be used to manage the hiring approvals for the employee new-hire lists on all department sites.

    .Encapsulate all of the required business logic for the approval process.

    .Make changes to list data that requires higher privileges than the user initiating the workflow might possess.

    You need to design the workflow to meet all these requirements.

    Which approach should you recommend?

    A. Add the business logic to an assembly and deploy it to the global assembly cache.
    B. Add the business logic to an assembly and place it in the _app_bin directory of the Web application.
    C. Add the business logic as a declarative workflow and run it using the SharePoint system account.
    D. Create custom actions that specify the business logic and then add the actions to the Web application.

  • Question 100:

    Your development team has asked you to help them determine the cause of an error in a document conversion in SharePoint 2010. Your team has checked the Unified Logging Service (ULS) and Event logs, but cannot find the error.You need to direct them to discover more information in the ULS and Event logs to help identify the error.

    Which approach should you recommend?

    A. Examine the ULSTraceLog view in the SharePoint logging database.
    B. Disable the Event Log Flood Protection property and test the conversion again.
    C. Adjust the throttling of document conversion events and test the conversion again.
    D. Adjust the trace log disk space usage setting and test the conversion again.

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.