nerdexam
Microsoft

70-573 · Question #222

You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?

The correct answer is A. Dim session As New TaxonomySession(SPContext.Current.Site). See the full explanation below for the reasoning.

Question

You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?

Options

  • ADim session As New TaxonomySession(SPContext.Current.Site)
  • BDim session As New TaxonomySession(SPContext.Current.Site)
  • CDim socialTags As TermSet = DirectCast
  • DDim socialTags As TermSet = DirectCast

How the community answered

(56 responses)
  • A
    86% (48)
  • B
    4% (2)
  • C
    2% (1)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice