PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

How should you develop the form?

You are developing a form that captures a user’s email address by using HTML5 and jQuery.
The form must capture the email address and return it as a query string parameter. The query string
parameter must display the @ symbol that is used inthe email address.
You need to implement this functionality.
How should you develop the form?
(To answer, drag the appropriate code segment to the correct target or targets in the answer area. Each code
segment may be used once, more than once, or not atall. You may need to drag the split bar between panes or
scroll to view content.)

You need to ensure that the slider control meets the requirements

You are developing a web page for runners who register for a race. The page includes a slider control that
allows users to enter their age.
You have the following requirements:
All runners must enter their age.
Applications must not be accepted from runners lessthan 18 years of age or greater than 90 years.
The slider control must be set to the average age (37) of all registered runners when the page is first
displayed.
You need to ensure that the slider control meets the requirements.
What should you do? (To answer, drag the appropriate word or number to the correct location in the answer
area. Each word or number 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.)

How should you write the code?

You are developing an online shopping application that accepts credit cards for payment.
If the credit card number is invalid, the application must:
Generate an error
Assign “200” to the error number
Assign “Invalid” to the error description
You need to write the code that meets the requirements.
How should you write the code? (To answer, drag theappropriate code segment or segments to the correct
location in the answer area. Each code segment may be used once, more than once, or not at all.
You may need to drag the split bar between panes orscroll to view content.)

How should you write the code?

You are developing an online shopping application that accepts credit cards for payment.
If the credit card number is invalid, the application must:
Generate an error
Assign “200” to the error number
Assign “Invalid” to the error description
You need to write the code that meets the requirements.
How should you write the code? (To answer, select the appropriate option from the drop-down list in the answer
area.)

You need to develop the application to meet the requirements

You are developing a web application that retrievesdata from a web service.
The data being retrieved is a custom binary datatype named bint. The data can also be represented in XML.
Two existing methods named parseXml() and parseBint() are defined on the page.
The application must:
Retrieve and parse data from the web service using binary format if possible
Retrieve and parse the data from the web service using XML when binary format is not possible
You need to develop the application to meet the requirements.
What should you do? (To answer, select the appropriate options from the drop-down lists in the answer area.)

Which lines of code should you use?

You are developing an airline reservation website by using HTML5 and JavaScript. A page on the site allows
users to enter departure and destination airport information and search for tickets.
You have the following requirements:
Users must be able to save information in the application about their favorite destination airport.
The airport information must be displayed in the destination text box whenever the user returns to
the page.
You need to develop the site to meet the requirements.
Which lines of code should you use? (To answer, select the appropriate options from the drop-down lists in the
answer area.)

Which code segment should you use?

You are creating a web worker for an HTML5 application.
The following tasks must be performed from within the web worker:
Register an event listener for the web worker
Start and stop the web worker
You need to define a function that performs the required tasks.
Which code segment should you use? (To answer, select the appropriate option from the drop-down list in the
answer area.)

How should you build the code segment?

You are creating a function by using JavaScript.
The function accepts an object as the parameter andreturns a string that identifies the data type of the object.
You have the following requirements:
The function must return “Number” if the object is a number.
The function must return “String” if the object is a string.
The function must return “Unknown” if the object isneither a number nor a string.
You need to implement the function to meet the requirements.
How should you build the code segment? (To answer, select the appropriate options from the drop-down lists in
the answer area.)