What are two possible ways to achieve this goal?
You have a sandboxed SharePoint 2010 application for managing sales proposals. The application runs in a
hosted environment that does not allow direct access to external services or the installation of proxies or external
content types. The account status for your application is contained in a Customer Relationship Management
(CRM) system hosted on a separate server. The account status information is exposed via Web services.
You need to display account status from the CRM system in the form of dashboards, pie charts, and other reports to the users within your firewall.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
Which code segment should you add at line 03?
You need to create a Web Part that displays all of the content created by a specific user.
You write the following code segment. (Line numbers are included for reference only.)
01 FullTextSqlQuery qry = new FullTextSqlQuery(ServerContext.GetContext(SPContext.Current.Site));
02 qry.ResultTypes = ResultType.RelevantResults;
03
04 qry.QueryText = strQuery;
05 ResultTableCollection results = qry.Execute();
Which code segment should you add at line 03?
Which two actions should you perform?
You are developing a run-time image by using Windows Embedded Standard. The size of the existing image is 254 MB. The image contains the following components: The Windows graphic environment The NTFS file system You want to install the image on devices that contain less than 200 MB of available storage space for the operating system. You need to reduce the footprint of the image. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which type of authentication should the connection use?
Your company has a wireless access point that uses Advanced Encryption Standard (AES) data encryption. You need to create a Wi-Fi connection on a Windows Mobile 6.5 device to connect to the wireless access point. Which type of authentication should the connection use?
Which approach should you recommend?
You are designing a SharePoint 2010 application that allows users to enter contact information into a form.
You need to design the application so that it displays a dialog box prompting users to validate their contact information before the data is saved.
Which approach should you recommend?
Which code segment should you add at line 04?
You need to create a Web Part that displays all of the content created by a specific user.
You write the following code segment. (Line numbers are included for reference only.)
01 private void keywordQueryExecute(string searchAuthor)
02 {
03 KeywordQuery kRequest = new KeywordQuery(ServerContext.Current);
04
05 kRequest.QueryText = strQuery;
06 ResultTableCollection resultTbls = kRequest.Execute();
07 }
Which code segment should you add at line 04?
What should you do?
You are developing a run-time image by using Windows Embedded Standard. The image contains thousands of components. You need to ensure that all necessary dependencies for the components are added to the image. What should you do?
What should you do?
You have a portable computer that runs Windows XP, and a Windows Mobile 6.5 device. You connect the portable computer to the Windows Mobile device by using a USB cable. You manage the connection by using Microsoft ActiveSync 4.5. The Windows Mobile device has a cellular data connection. The portable computer does not have Internet connectivity. You need to connect the portable computer to the Internet through the Windows Mobile device. What should you do?
What should you do?
You have a portable computer that runs Windows XP, and a Windows Mobile 6.5 device. You connect the portable computer to the Windows Mobile device by using a USB cable. You manage the connection by using Microsoft ActiveSync 4.5. The Windows Mobile device has a cellular data connection. The portable computer does not have Internet connectivity. You need to connect the portable computer to the Internet through the Windows Mobile device. What should you do?
Which two actions should be performed?
You are designing a SharePoint 2010 application. You need to specify that a custom button is defined and added to the SharePoint 2010 ribbon.
Which two actions should be performed? (Each correct answer presents part of the solution. Choose two.)