70-489 Free Dumps Study Materials
Question 5: You need to print out the terms and term sets for the Document Library app named Project
Documents.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Insert the following code segment at line DL59: Console.WriteLine("TermSet : = + termSet.Name +
" Term : " + term.Name);
B. Insert the following code segment at line DL70: Console.WriteLine("TermSet : " + termSet.Name);
C. Insert the following code segment at line DL35: TaxonomySession taxonomy =
TaxonomySession.GetTaxonomySession(clientContext);
D. Insert the following code segment at line DL56: Console.WriteLine("TermSet : " + termSet.Name);
E. Insert the following code segment at line DL35: TaxonomyItem taxonomy =
TaxonomySession.GetTaxonomySession(clientContext);
Correct Answer: A,E
Explanation:
From scenario: You must develop a console app to print the current term sets and each root term for
the app by using the following style: TermSet: name Term: name You must create a Department term
set to store team member roles and organize them by department types. The import file for the
Department term set is the default for all new projects. The import file contains terms for System
Architect, Programmer, Producer, and Manager. Each term is contained within two parent groups,
Engineering or Production. Managers are members of the Production group only. All of the parent
groups use a shared root-level term.