PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which tool should you use to validate the app?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You are preparing to deploy the app. You need to ensure that the app meets the deployment requirements.
Which tool should you use to validate the app?

Which code segment should you insert at line CM06?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You need to implement the saveCredentials method. Which code segment should you insert at line CM06?

Which type of object should you create?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You are designing the architecture for the app. Youneed to ensure that the logical design fulfills the design
pattern requirements. Which type of object should you create?

Which code segment should you insert at line DF13?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You need to ensure that the about page is displayed. Which code segment should you insert at line DF13?

Which attribute should you add to the DIV element in line AB07?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You need to ensure that the settings for the About page meet the business requirements. Which attribute
should you add to the DIV element in line AB07?

Which code segment should you insert at line DF13?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You need to ensure that the about.html page is displayed. Which code segment should you insert at line
DF13?

How should you rewrite the code?

Case Study: 2 Scenario 2
Background
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 avertical presentation.
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 offline.
Be deployed in the Windows Store.
Technical Requirements
General
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.
Security
The app must use an enterprise certificate.
The user must provide valid credentials to accessthe app.
After user authentication, the app must use stored credentials.
User accounts will be validated against a pre-existing enterprise service.
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, orJavaScript.
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.)


You need to ensure that the JavaScript object that is defined in the credentialManager.js file can be consumed
by other Windows Store apps that are written in different programming languages. How should you rewrite the
code?

How should you complete the relevant markup?

DRAG DROP
You develop a Windows Store app that uses several new user interface features. You need to declare
capabilities in the application manifest so that you can submit the app to the Windows Store. How
should you complete the relevant markup? (To answer, drag the appropriate markup segments to
the correct locations in the answer area. Each markup segment may be used once, more than once,
or not at all. You may need to drag the split bar between panes or scroll to view content.)