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

    You are using Business Connectivity Services to design a SharePoint 2010 application that connects to an external database. The database users have accounts for authentication that are different from their Active Directory accounts.You have a requirement to allow users to connect to the external database without prompting the user for credentials.You need to store user credentials and use these credentials when connecting to the external database.

    Which approach should you recommend?

    A. Create a target application that uses the Microsoft Single Sign-On Service. Select the Connect with Impersonated Custom Identity option when creating the connection to the database.
    B. Create a target application that uses the Secure Store Service. Select the Connect with Impersonated Custom Identity option when creating the connection to the database.
    C. Create a target application that uses the Single Sign-On Service. Select the Connect with User's Identity option when creating the connection to the database.
    D. Create a target application that uses the Secure Store Service. Select the Connect with User's Identity option when creating the connection to the database.

  • Question 52:

    You are designing a SharePoint 2010 application that has more than 7,000 items in a list named Customers. Resource throttling is used to specify a list view threshold of 5,000.You have a requirement to ensure that users in a domain group named Customer Auditors are allowed to perform operations on all items via a custom application.You need to design the application to meet the requirements.

    Which approach should you recommend?

    A. Grant Full Read permissions to the Customer Auditors group.
    B. Add the Customer Auditors group to the Site Owners group.
    C. Add the Customer Auditors group to the Administrators group on each Web front-end server.
    D. Add the Customer Auditors group to the Administrators group on the Central Administration server.

  • Question 53:

    You are designing a SharePoint 2010 application that includes a Task list. You have the following requirements:

    .For each task, allow users to specify one of three values for an item named Phase using a drop- down menu.

    .Allow contributors to add new values for the Phase item.

    You need to design this application without using custom code.

    Which approach should you recommend?

    A. Create a Multiple lines of text field type on the Task list.
    B. Create a Single line of text field type on the Task list.
    C. Create a Choice field type on the Task list that gets values from a custom list.
    D. Create a Lookup field type on the Task list that gets values from a custom list.

  • Question 54:

    You are designing a SharePoint 2010 application.You need to specify that a custom button is defined and added to the SharePoint 2010 ribbon. Which two actions should be performed? (Each correct answer presents part of the solution. Choose two.)

    A. Create a new Content Organizer content type that defines the button.
    B. Create Feature Definition and Feature Element XML files that define the button.
    C. Use the STSADM.EXE utility to deploy the button.
    D. Use the Site Collection Features option in the Site Collection Administration group to deploy the button.

  • Question 55:

    You are designing a SharePoint 2010 application that contains a Web Part. The Web Part must connect to an RSS data stream provided by a Web service. The Web service is on another server in the domain.You need to recommend an authentication approach that meets the following requirements:

    .SharePoint users must not be required to supply additional credentials for the Web service. .Standard authentication systems available to SharePoint 2010 must be used.

    Which authentication approach should you recommend?

    A. NTLM
    B. forms-based authentication (FBA)
    C. Kerberos
    D. Lightweight Directory Access Protocol (LDAP)

  • Question 56:

    You are planning a development environment to create custom solutions for a production SharePoint 2010 farm. The plan needs a software tool to help diagnose application bugs introduced through custom code and provide information about the page rendering time from the Web request to the database query.Developers need to isolate problems and diagnose excessive execution times in the following items:

    .Page request .SPRequest .Microsoft SQL Server 2008

    You need to recommend a way for developers to identify if a value exceeds acceptable ranges in the items listed in the requirements.

    What should you tell the developers to do?

    A. Use the Object Explorer component of SQL Server Management Studio to configure the SQL Server Agent properties to Include execution trace messages.
    B. Enable the developer dashboard for the development environment to display the required information on all pages.
    C. Enable the Developer Tools in Microsoft Internet Explorer 8. Open the Script tab and click Start Debugging.
    D. Enable the Developer Tools in Internet Explorer 8. Set up live editing of cascading style sheets (CSS) and click a property name, value, or selector. Then type a new value and press Enter.

  • Question 57:

    You are designing a SharePoint 2010 intranet site. Your design must:

    .Specify the manner in which to store and read custom configuration settings.

    .Use a standard user interface to allow the configuration settings to be created or changed.

    You need to design the solution at the site collection and site levels to meet these requirements.

    Which approach should you recommend?

    A. Use the property bag to store custom configuration settings.
    B. Use the hierarchical object store to store custom configuration settings
    C. Use SharePoint lists to store the custom configuration settings
    D. Add custom configuration settings in the web.config file to display the settings

  • Question 58:

    You are designing a SharePoint 2010 solution to manage statements of work. You need to design the solution according to the following requirements:

    .Store the customer ID, purchase order number, estimated completion date, and other fields associated with specific documents as they are uploaded.

    .The information must be created so that it can be set within the Microsoft Word document information panel.

    .Programmatically execute a series of tasks, including assigning tasks to validate the nformation and creating team sites, based on information related to each document.

    .These tasks must run to completion, even if the server is rebooted.

    Which approach should you recommend?

    A. Create a document library for a custom content type that contains site columns for the document information. Develop a SharePoint workflow for the document library to execute the document tasks.
    B. Create a document library for a custom content type that contains site columns for the document information. Develop an event receiver for the document library to execute the document tasks.
    C. Create a custom list with fields to store the additional items and an attached document. Develop a SharePoint workflow for the custom list to execute the additional tasks.
    D. Create a custom list with fields to store the additional items and an attached document. Develop an event receiver for the custom list to execute the additional tasks.

  • Question 59:

    Your company uses a third-party service to host its SharePoint 2010 site. The hosting service requires all sites to be sandboxed and uses forms-based authentication (FBA).You are asked to integrate the customer relationship management (CRM) data that is stored within your company's domain into the SharePoint site. The CRM data is trimmed based on the user token and is made accessible via Web services.You need to display the CRM data in the correct way for each user token.

    Which approach should you recommend?

    A. Connect to the CRM system using Business Connectivity Services (BCS) with WindowsCredentials set as the authentication mode. Use the Secure Store Service to map FBA credentials to domain credentials.
    B. Connect to the CRM system using BCS with PassThrough set as the authentication mode. Use the Secure Store Service to map FBA credentials to domain credentials.
    C. Connect to the CRM system using BCS with RevertToSelf set as the authentication mode. Use the Secure Store Service to map FBA credentials to domain credentials.
    D. Prompt users for their domain credentials and make a call to the web services using these domain credentials.

  • Question 60:

    You manage your company's SharePoint 2010 development efforts. Your company has hired an outside vendor to print its marketing materials.The head of the marketing department has asked you to design a plan to add functionality to the intranet site that will allow company employees to submit their print orders to a SharePoint list on the intranet site throughout the day. The vendor should receive a daily e-mail that shows them all the orders that were submitted to the intranet site the day before.Your plan needs to make this functionality possible.

    Which approach should you recommend?

    A. Create a custom workflow that generates an e-mail with order details and sends it to the vendor. Attach the workflow to the list and configure it to execute each time an item is added to the list.
    B. Create an event receiver that generates an e-mail with order details and sends it to the vendor. Attach the event receiver to the ItemAdding event on the list.
    C. Create an event receiver that generates an e-mail with order details and sends it to the vendor. Attach the event receiver to the ItemAdded event on the list.
    D. Create a timer job that retrieves all the orders submitted to the SharePoint list, generates an e- mail containing the order information, and sends it to the vendor. Schedule the timer job to run each morning.

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.