70-573 Exam Details

  • Exam Code
    :70-573
  • Exam Name
    :TS: Office SharePoint Server, Application Development (available in 2010)
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :280 Q&As
  • Last Updated
    :Feb 06, 2022

Microsoft 70-573 Online Questions & Answers

  • Question 51:

    You create an entity named Customer in a Business Connectivity Services (BCS) object mode.

    You need to ensure that Customer data can be displayed in a Business Data List Web Part.

    Which method type should you use?

    A. Genehclnvoker
    B. SpecificFinder
    C. Finder
    D. IDEnumerator

  • Question 52:

    You need to programmatically add a user named User1 to a group named Group1.

    You write the following code segment. (Line numbers are included for reference only.)

    01 string login = "User1";

    02 string grpName = "Group1";

    03 SPUser user = SPContext.Current.Web.EnsureUser(login);

    04 SPGroup group = SPContext.Current.Web.Groups[grpName]; 06 group.Update();

    Which code segment should you add at line 05?

    A. group.AddUser(user);
    B. group.Owner = user;
    C. user.AllowBrowseUserInfo = true;
    D. user.Update();

  • Question 53:

    You create a sandboxed solution that contains a Web Part.

    You need to debug the Web Part by using Microsoft Visual Studio 2010.

    To which process should you attach the debugger?

    A. w3wp.exe
    B. owstimer.exe
    C. spucworkerprocess.exe
    D. spucworkerprocessproxy.exe

  • Question 54:

    You have a SharePoint site that has the URL http://contoso.com/hr.You are creating a new Web Part. You need to create a reference to the current subsite without having to dispose of any returned objects. Which code segment should you use?

    A. Dim siteCollection As New SPSite("http://www.contoso.com") Dim site As SPWebCollection = siteCollection.AllWebs
    B. Dim siteCollection As New SPSite("http://www.contoso.com") Dim site As SPWeb = siteCollection.RootWeb
    C. Dim site As SPSite = SPContext.Current.Site
    D. Dim site As SPWeb = SPContext.Current.Web

  • Question 55:

    You need to send a single value from a consumer Web Part to a provider Web Part. Which interface should you use?

    A. IWebPartField
    B. IWebPartRow
    C. IWebPartParameters
    D. IAlertNotifyHandler

  • Question 56:

    You need to disable the CriticalExceptionCount measure for all user solutions. You write the following code segment. (Line numbers are included for reference only.)

    01 Dim userCode As SPUserCodeService = SPUserCodeService.Local

    02 Dim measures As SPResourceMeasureCollection = userCode.ResourceMeasures

    03 Dim measure As SPResourceMeasure = measures("CriticalExceptionCount") 05 measure.Update()

    Which code segment should you add at line 04?

    A. measure.AbsoluteLimit = 0
    B. measure.AbsoluteLimit = 1
    C. measure.ResourcesPerPoint = 0
    D. measure.ResourcesPerPoint = 1

  • Question 57:

    You have a custom Web Part that is deployed as a sandboxed solution. You need to ensure that the Web Part can access the local file system on a SharePoint server. You must minimize the amount of privileges assigned to the Web Part. What should you do?

    A. Elevate the trust level to Full.
    B. Elevate the trust level to WSS_Medium.
    C. Redeploy the Web Part as a farm solution.
    D. Deploy the Web Part to the Global Assembly Cache (GAC).

  • Question 58:

    You have a Web Part that contains the following code segment. (Line numbers are included for reference only.)

    01Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)

    02 Dim site As New SPSite("http://www.contoso.com/default.aspx")

    03 If True Then

    04 Dim web As SPWeb = site.OpenWeb()

    06 End If

    07End Sub

    You deploy the Web Part to a SharePoint site. After you deploy the Web Part, users report that the site loads slowly. You need to modify the Web Part to prevent the site from loading slowly. What should you do?

    A. Add the following line of code at line 05. web.Close()
    B. Add the following line of code at line 05. web.Dispose()
    C. Add the following line of code at line 05. site.Close()
    D. Change line 02 to the following code segment. Using site As New SPSite("http://www.contoso.com/default.aspx")

  • Question 59:

    You are creating a Web Part in SharePoint Server 2010.

    You need to ensure that the Web Part can send data to another Web Part.

    Which interface should you implement?

    A. IWebPartField
    B. IQueryable
    C. ISerializable
    D. IWebEditable

  • Question 60:

    You create a custom Web Part.

    You need to ensure that a custom property is visible in Edit mode.

    Which attribute should you set in the Web Part?

    A. WebDisplayName
    B. WebBrowsable
    C. Personalizable
    D. WebCategoryName

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-573 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.