What should you configure?
You have a SharePoint site that contains 10 lists. You need to prevent a list named List1 from
appearing on the Quick Launch navigation bar. What should you configure?
Which type of element should you use?
You create a Feature. You need to add an item to the context menu of a list. Which type of
element should you use?
You need to display the content from ShowMessage.aspx in an IFRAME on the new Web page
You have a Web page named ShowMessage.aspx. You create a new Web page. You need to
display the content from ShowMessage.aspx in an IFRAME on the new Web page. You must
achieve this goal by using the minimum amount of effort. What should you do?
Which code segment should you use?
You are creating a Web Part. The Web Part will be used in a SharePoint subsite that has the URL
http://www.contoso.com/hr. You need to ensure that the Web Part activates a Feature in the
subsite without causing a memory leak. Which code segment should you use?
Which class in the SP.UI namespace would you use?
You are developing an application page. You need to create a pop-up window that uses the
ECMAScript object mode. Which class in the SP.UI namespace would you use?
You need to add a custom button to the Documents tab on the Ribbon of one site collection only
You have one Web application that contains several SharePoint site collections. You need to add
a custom button to the Documents tab on the Ribbon of one site collection only. What should you
do?
What should you add to the master page?
You develop a custom master page. You need to ensure that all pages that use the master page
contain a specific image in the same location. Page developers must be able to change the image
on individual pages without impacting other pages that use the same master page. What should
you add to the master page?
Which base class constructor should you use in line 02?
You have a timer job that has the following constructors. (Line numbers are included for reference
only.) 01 public TimerJob1 (): base() {} 02 public TimerJobl(SPWebApplication wApp) You need to
ensure that the timer job runs on only the first available timer server. Which base class constructor
should you use in line 02?
What should you create?
You are developing a Feature that will be used in multiple languages. You need to ensure that
users view the Feature’s title and description in the display language of their choice. What should
you create?
Which interface should you use?
You need to send a single value from a consumer Web Part to a provider Web Part. Which
interface should you use?