Which approach should you recommend?
You are using SharePoint 2010 to design a site at your company. All employees need to have permission to fill
out a new form. When an employee submits the form, the request should be saved as an item in a custom list.
You have the following requirements:
For security reasons, employees must only be able to view their own requests.
.Employees must not be able to view requests that other employees have submitted.
.Company managers must have permission to view every request submitted.
Which approach should you recommend?
What should you do?
You create a Web Part.
The Web Part contains a grid view named GridView1 and the following code segment. (Line numbers are included for reference only.)
01 IntranetDataContext dc = new IntranetDataContext(“http://intranet”);
02 MyGridView.DataSource = from announce In dc.Announcements _ ;
03
04 Select announce IntranetDataContext is a LINQ context.
You need to ensure that GridView1 only displays items from Announcements that have an expiry date that is greater than or equal to the current date.
What should you do?
What should you do?
You create a custom shell component by using Component Designer. You need to ensure that the custom shell component can be included in Target Designer only when no other shell is included in the run-time image configuration. What should you do?
Which screen should you display?
You have a Windows Mobile 6.5 device. You need to find out what applications and processes are currently running on the Windows Mobile device. Which screen should you display?
Which approach should you recommend?
You are designing a solution on a SharePoint 2010 intranet site where administrative access to the SharePoint
2010 application server is not available. You need to ensure that site usage information is collected on search
statistics for all the sites on the farm. Which approach should you recommend?
What should you do?
You have a SharePoint list named Assets that contains 1,000,000 items. The list contains a column named Urgent. Approximately 100 items have a value of True in their Urgent column.
You use the following line of code to retrieve the Assets list.
SPList assetsList = currentWeb.Lists[“assets”];
You need to retrieve all of the items in the list that have a value of True in their Urgent column. You must retrieve the items in the minimum amount of time.
What should you do?
What should you do?
You are developing a Windows Embedded Standard run-time image. You discover that a device driver is not available in the list of components for Windows Embedded Standard. You need to ensure that the device driver component is available during development of the run-time image. What should you do?
What should you do?
You need to remove all installed applications, user settings, and phone settings from a Windows Mobile 6.5 device. What should you do?
Which approach should you recommend?
You are designing a SharePoint 2010 farm in your organization. You need to design the library to meet the
following requirements:
The budget approval office needs a custom document library, which will send an e-mail as soon as each budget
document is updated by a user.
.The SharePoint farm administrator wants to block the addition of any document that is larger than 100 MB and
send out a message to users informing them of the failure. Which approach should you recommend?
Which code condition should you use?
You need to create a Web Part that verifies whether a user who accesses the Web Part page is a member of a group named Group1.
Which code condition should you use?