PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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 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 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?