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

    You are creating a plan to add new functionality into a SharePoint 2010 farm. Several artifacts must be created to provide the new capabilities.The artifacts required include the following:

    .A custom site definition with company branding

    .A Web Part to provide a graph of business statistics

    .Custom code to calculate the business statistics

    Your plan needs to include a process to create and deploy the new functionality.

    Which approach should you recommend?

    A. Define the new site definition, including the company branding and all the required artifacts. Create a site using this new site definition.
    B. Define a site template built on a new site definition, which includes the company branding. Implement it on the site that includes the new artifacts. Reset IIS.
    C. Develop and test the required artifacts. Build the artifacts into a solution package. Deploy the solution package to the farm.
    D. Build the company branding and the new artifacts into a feature. Staple the new feature to an existing site definition in the farm. Reset IIS.

  • Question 142:

    You are designing a multi-lingual publishing Web site using SharePoint 2010.

    Administrators have installed language packs for Japanese, Chinese, and Vietnamese on the server.Users whose browser locale is set to Japanese, Chinese, or Vietnamese must be able to navigate to a corresponding language-specific site

    with as few clicks as possible. Your design needs to ensure that this is accomplished with no custom development.

    Which approach should you recommend?

    A. Create a variation label for Japanese, Chinese, and Vietnamese. For each variation label, create a hierarchy. SharePoint will automatically redirect users to the language-specific site that corresponds to their browser locale.
    B. Create a language-specific site for Japanese, Chinese, and Vietnamese. Create a top-level site with a welcome page that contains hyperlinks to the language-specific sites. Allow users to navigate to the language-specific site of their choosing.
    C. Create a language-specific site for Japanese, Chinese, and Vietnamese. Create an application page that queries that user's browser locale and redirects them to the appropriate language-specific site. Make this page the welcome page for the top-level site.
    D. Create a language-specific site for Japanese, Chinese, and Vietnamese. Create a JScript file that queries the user's browser locale and redirects them to the appropriate language-specific site. Add a reference to the JScript file to each master pages used in the site collection.

  • Question 143:

    You are designing a SharePoint 2010 solution.The solution includes the rendering of a highly interactive control that must allow the following functionality:

    .Fading items in and out.

    .Dragging items around the display.

    .Seamlessly updating information on the server without affecting other items on the page.

    You need to design the interactive control according to these requirements.

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

    A. Use cascading style sheets (CSS) to render the graphical enhancements. Use AJAX to post the client-side information back to the server.
    B. Use client-side scripting to render the graphical enhancements. Use AJAX to post the client-side information back to the server.
    C. Use Silverlight to render the graphical enhancements. Use Microsoft Windows Communication Foundation (WCF) to post the client-side information back to the server.
    D. Use a visual Web Part to render the graphical enhancements. Raise custom events on the client side to post information back to the server.

  • Question 144:

    You have multiple SharePoint 2010 sites based on the same site definition.You need to plan a strategy to update the property value for a Web Part specified in the site definition for all existing sites. You must accomplish this with a minimum of developer hours.

    Which strategy should you recommend?

    A. Update the site definition to specify the new property for the Web Part and deploy it through a feature to each of the sites.
    B. Create a delegate control with the updated value and deploy it through a feature to each of the sites.
    C. Copy an update to the Web Part into the global assembly cache (GAC) and perform an IISReset.
    D. Use a PowerShell script to iterate through the sites and update the property.

  • Question 145:

    You are designing a SharePoint 2010 intranet site for your company.You need to make sure that each department's SharePoint site has a unique appearance by using different fonts and font colors for each site. Your design should include no custom development.

    Which approach should you recommend?

    A. Configure a separate theme using the Site Theme page for each department's site.
    B. Create a new cascading style sheet for each department. Define unique fonts and font colors for that department in the new cascading style sheet.
    C. Create a feature for each department that deploys a customized cascading style sheet to the style library for the department site.
    D. Create a new master page for each department's site and assign unique fonts and font colors inside the master page.

  • Question 146:

    You are designing a SharePoint 2010 solution for a large sales force. You have the following requirements:

    .Each sales region must have its own site within the solution with lists to track the current sales data of the sales executives.

    .These lists must contain information about the status of sales opportunities, the estimated price, the expected close date, and contact information for the potential sale.

    .The welcome page for the root site must display a current summary for all regions, including the percentage of sales expected to close within the next month and total expected revenue over time. You need to design the solution to meet all

    these requirements.

    What approach should you recommend?

    A. Create site columns from the Managed Metadata Services feature within Central Administration to specify and display the sales information on the root site.
    B. Create an event receiver for each list to copy the list data when an item is inserted into a list on the root site. Create a List View Web Part to display the sales information on the root site.
    C. Create a content type for the metadata to be tracked. Use a Content Query Web Part to display the sales information on the root site.
    D. Create a custom workflow to manage the list item data and update properties on the Web Part to display the sales information on the root site.

  • Question 147:

    You are designing a SharePoint 2010 application. You have the following requirements:

    .Display sales data from a CRM system.

    .Authenticate users to the CRM system through their Windows credentials.

    .Eliminate multiple authentication requests.

    You need to choose an authentication method that supports the requirements.

    Which authentication method should you recommend?

    A. NTLM
    B. Kerberos
    C. forms-based authentication that prompts for the user's Windows credentials
    D. forms-based authentication that uses the ASP.NET SQL Membership provider

  • Question 148:

    You are designing a public-facing SharePoint 2010 Web site for an elementary school that has many events each year. School administrators plan events for students and their parents.You need to create a design for meeting the following

    requirements:

    .Parents must be able to log on to the site and sign up for events electronically, regardless of the software they have installed on their computers or the browsers they are using.

    .Each event registration needs to be saved in a list or library on the site.

    .School personnel responsible for making changes need to be able to customize each new event registration form with images and text.

    Which actions should your design specify? (Each correct answer presents a complete solution. Choose two.)

    A. Create a new document library for each event. Then customize the Word document template for that new library. Ask parents to fill out a new Microsoft Word document for each event and upload it to the document library.
    B. Create a new InfoPath 2010 form for each event. Then publish the form to a new form library with InfoPath Forms Services enabled. Create a custom Submit option so that when parents submit the form, the completed form is saved to the library. Ask parents fill out the form in their browser.
    C. Create a new list for each event. Use InfoPath 2010 to create a new registration form and customize it for each new event. Ask parents to fill out the form to register for an event. When parents submit the form, their information is saved as a new list item in the list.
    D. Create a new list for each event. Use Microsoft Silverlight to create a new registration form and host the Silverlight control in a Web Part on the site. Ask parents to fill out the form to register for an event. Configure a data connection on the Web Part that will submit the form information to the new event list.

  • Question 149:

    You are designing a SharePoint 2010 solution package that includes a feature.The feature should be available for activation in only those site collections contained within specified Web applications in the farm.You need to design your solution package to ensure this behavior.

    Which approach should you recommend?

    A. Create a sandboxed solution and set the scope of the feature to WebApplication.
    B. Create a sandboxed solution and set the scope of the feature to Site.
    C. Create a farm solution and set the DeploymentTarget property of the feature assembly to GlobalAssemblCache.
    D. Create a farm solution and set the DeploymentTarget property of the feature assembly to WebApplication.

  • Question 150:

    You are designing a solution package for an application project, which has several types of SharePoint 2010 artifacts. Your project contains a Web Part, features, list definitions, assemblies, customized ASPX pages, and workflows.You have

    the following requirements:

    .You must ensure the security and manageability of the SharePoint applications.

    .SharePoint administrators must enforce quota limits on resources consumed. Based on your analysis, the Web Part will exceed the limit.

    .You must deploy all of the artifacts with the fewest solutions possible. You need to create a deployment plan that meets these requirements.

    Which approach should you recommend?

    A. Create one solution package that contains all of the artifacts in the development project.
    B. Create two solution packages: .A farm-scoped solution that contains the Web Part .A solution that contains all the remaining artifacts in the project
    C. Create two solution packages: .A sandboxed solution containing the Web Part .A solution that contains all the remaining artifacts in the project
    D. Create three solution packages: .A solution for list definitions .A solution containing the Web Part and its related assemblies .A solution for customized ASPX pages and workflows

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.