nerdexam
Microsoft

70-481 · Question #15

70-481 Question #15: Real Exam Question with Answer & Explanation

The correct answer is A. <h2 class ="news-item-title win-type-ellipses" data-win-bind="textContent: title"></ h2>. Case Study 2 - Windows Store App (QUESTION 16 - QUESTION 28) You are developing a Windows Store app by using HTML5, JavaScript, and CSS3. The app will be used to access details about products that your company sells. Business Requirements The app must do all of the following: - B

Question

You need to implement the code to meet the requirements regarding the display of the newsPage.html page. Which HTML element should you insert at line NH06?

Exhibits

70-481 question #15 exhibit 1
70-481 question #15 exhibit 2
70-481 question #15 exhibit 3
70-481 question #15 exhibit 4

Options

  • A<h2 class ="news-item-title win-type-ellipses" data-win-bind="textContent: title"></ h2>
  • B<h2 class="news-item-title win-type-large" data-win-bind="textContent: title"></h2>
  • C<h2 class="news-item-titlewin-type-xx-large" data-win-bind="textContent: title"></ h2>
  • D<h2 class="news-item-title win-type-x-large" data-win-bind="textContent: title"></ h2>

Explanation

Case Study 2 - Windows Store App (QUESTION 16 - QUESTION 28) You are developing a Windows Store app by using HTML5, JavaScript, and CSS3. The app will be used to access details about products that your company sells. Business Requirements The app must do all of the following: - Be available to customers in many different countries. - Display a list of product categories. - Display the products for a selected category. - Display details of a selected product. - Display images of each product one at a time in a vertical - Provide a link to an about section in the Settings pane. - Update product data on a daily basis. - Allow the user to view the last selected product while the app is - Be deployed in the Windows Store. Technical Requirements - When the user restarts the app, the app must start in the state it was in when it was last used. - App settings controls must be 346 pixels wide. - The app must optimize bandwidth use and performance. - The app must use an enterprise certificate. - The user must provide valid credentials to access the app. - After user authentication, the app must use stored credentials. - User accounts will be validated against a pre-existing enterprise App Architecture - Service calls must be separated from the user interface. - The app must follow the MVC design pattern. - Service classes can be written in C++, C#, VB, or JavaScript. - The app must communicate with pre-existing enterprise services. Application Structure Relevant portions of the app files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)

Community Discussion

No community discussion yet for this question.

Full 70-481 Practice