70-491 · Question #13
You need to track the screen orientation and page size. Which code segment should you insert at line CS09?
The correct answer is A. Option A. Case Study 5 - Scenario 5 (Question 14 - Question 16) You are developing a Windows Store style e-reader app. Business Requirements - Users must be able to upload e-books and documents and download them to e-reader devices. - Users must be able to set a password to restrict…
Question
You need to track the screen orientation and page size. Which code segment should you insert at line CS09?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(50 responses)- A80% (40)
- B4% (2)
- C10% (5)
- D6% (3)
Explanation
Case Study 5 - Scenario 5 (Question 14 - Question 16) You are developing a Windows Store style e-reader app. Business Requirements - Users must be able to upload e-books and documents and download them to e-reader devices. - Users must be able to set a password to restrict access to their e- books and documents. - Users must be able to create and store encrypted metadata about their e-books and documents. - The app must replace system-generated error messages with custom- defined messages. These custom messages must come from a list of - User actions such as printing pages, saving users' current locations in documents, and taking notes should be enabled from buttons on an - The app must provide trial functionality that will expire after 14 days. If the app expires while it is running, the app must display an expiration message to the user and prompt the user to purchase the app. Technical Requirements - Configuration files must be read-only. All user settings must be stored in the Contoso Settings Service. - The SocialPoller background task must run the code in the DoWork() method to collect content from the Contoso feed. - The UI must always remain responsive to user actions. - Secured e-book and document passwords must to be encrypted so that only the user who created the passwords can retrieve the metadata associated to the e-books and documents. - The system must log all exceptions through the auditing object and notify technicians of the issue. - The app must cache the next two chapters to the local device for users to read while disconnected from the network. This cache must be persisted if a reboot is performed. - User state such as the current location in an e-book or document must be stored in the Microsoft Azure SQL database. - User settings such as font sizes and colors must be stored through the Contoso Settings Service. - Communication between the app and e-book vendors must occur over an encrypted communication channel. - Communication must use certificates to enable the SSL connection. Trial Functionality: - The isPrintEnabled variable must determine if the user can print. - The isMarketEnabled variable must determine if the user can use the - The isTrialEnabled variable must determine if the application is still - The default printing options are portrait orientation and grayscale - The app must enable the user to select the media size and printing
Topics
Community Discussion
No community discussion yet for this question.



