70-551  Exam

Exam # of questions Description  Update
70-551 296 Microsoft 70-551 UPGRADE: MCAD Skills to MCPD Web... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-551 - Exam Information
  • Description: Microsoft 70-551 UPGRADE: MCAD Skills to MCPD Web Developer by Using the Microsoft .NET Framework
  • Passing Score: 75%
  • Practice Test - Number of questions: 296 questions
  • Simulation Test - Number of questions: 296 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: Yes

Question of the day

You create a Web Form that contains connected Web Parts. You write the following declaration in your Web Form. You need to ensure that your Web Part connection is valid. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Answer(s)

  1. Include a data source identified as "WebPartConnection1" on the Web Form.
  2. Include a Web Part identified as "customerPart" on the Web Form.
  3. Include a Web Part identified as "ordersPart" on the Web Form.
  4. Ensure that you declare an interface named "IOrdersPart".
  5. Ensure that you declare an interface named "ICustomerPart".
  6. Ensure that each Web Part declares either a GetInterface or ProvideInterface method.
Correct Answer

Include a Web Part identified as "customerPart" on the Web Form.

Include a Web Part identified as "ordersPart" on the Web Form.