Number: 70-480 Passing Score: 700 Time Limit: 120 min File Version: 1.0 This is my first contribution and this is valid dump. Good luck!
Exam A QUESTION 1 You are validating user input by using JavaScript and regular expressions. A group of predefined regular expressions will validate two input fields: · An email address in a function named validateEmail · A nine-digit number that allows optional hyphens after the second and fifth character in a function named validateSSN You need to use the correct expression to validate the input. Which expression should you insert into each function? (To answer, drag the appropriate regular expression statement to the correct location. Each regular expression statement 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.)
A. B.
C. D. Correct Answer: Section: (none) Explanation Explanation/Reference:
QUESTION 2 You are developing a customer web form that includes the following HTML.
A customer must enter a valid age in the text box prior to submitting the form. You need to add validation to the control. Which code segment should you use?
A. B. C. D.
Option A Option B Option C Option D
Correct Answer: D Section: (none) Explanation
Explanation/Reference: QUESTION 3 You are developing a customer contact form that will be displayed on a page of a company's website. The page collects information about the customer. If a customer enters a value before submitting the form, it must be a valid email address. You need to ensure that the data validation requirement is met. What should you use? A. B. C. D.
Correct Answer: D Section: (none) Explanation Explanation/Reference: QUESTION 4 DRAG DROP 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