Microsoft Exam Questions

Which remote data access strategy should you use?

You are developing a medical recordkeeping app for a company. The app will be used by
physicians in remote areas of the world.
All data is highly sensitive and must be stored only in the company’s internal data center.
The app is not allowed to connect directly to the company’s web service or internal network.
You need to select a data access strategy that meets the requirements.
Which remote data access strategy should you use?

A.
Connect to the company’s web service framework by using Windows Azure Connect.

B.
Use the Windows.Storage.ApplicationData.Current.LocalSettings data store.

C.
Connect to Windows Azure Mobile Services and store the data in a SQL Azure database.

D.
Connect to a SQL Azure database and use SQL Data Sync.