aiotestking uk

70-480 Exam Questions - Online Test


70-480 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. You develop an HTML5 application that interacts with a REST service. The REST service accepts JSON data. A JavaScript object named form Data contains data that is sent to the REST service. 

You need to convert the JavaScript object named formData into JSON. 

Which code segment should you use? 

A. jQuery.ajax.valueOf(formData); 

B. window.evai(formData); 

C. JSON.stringify (formData); 

D. formData.toString(); 

Answer: C

Q2. You are developing an HTML5 web application and are styling text. 

You need to use the text-transform CSS property. 

Which value is valid for the text-transform property? 

A. lowercase 

B. 20px 

C. line-through 

D. italic 

Answer:

Q3. You are developing an application that uses a JavaScript library. The library contains the following functions. 

The library may throw many types of exceptions. The exceptions are grouped by category. 

You need to catch and identify the exceptions by group. 

Which code segment should you insert at line 05? 

[MISSING]

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q4. You are developing an HTML5 page. The page includes the following code. 

The inner paragraph must be exactly 15 pixels from the top left corner of the outer paragraph. You set the left style for the inner paragraph to the appropriate value. 

You need to set the position property of the inner paragraph. 

Which value should you use? 

A. absolute 

B. static 

C. fixed 

D. relative 

Answer:

Q5. You develop an HTML5 application. You give users a numeric access code that can be used only one time. 

Users must enter the numeric access code in the login form of the application. The numeric characters must be hidden by a masking character. 

You need to implement the form element for users to enter the code. Which HTML element should you use? 

A. <input type="password" required autocomplete="off"> 

B. <input type="input" autocomplete="off" required /> 

C. <input type="password" stytem" visiblity:hidden;" required /> 

D. <input type="button" value="password" required /> 

Answer: A

Q6. You are creating a JavaScript object that represents a customer. 

You need to extend the Customer object by adding the GetCommission() method. 

You need to ensure that all future instances of the Customer object implement the GetCommission() method. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q7. You develop an HTML application that is located at www.adventure-works.com. The application must load JSON data from www.fabrikam.com. 

You need to choose an approach for loading the data. 

What should you do? 

A. Add a crossdomain.xml file to the second server. 

B. Configure Cross-Origin Resource Sharing (CORS) on the servers. 

C. Load the data in a JavaScript timeout callback. 

D. Reference the remote data as an XML resource. 

Answer: B

Q8. You are developing an HTML5 web application for an architectural company that displays architectural blueprints. 

The application must: 

Display the blueprints at different zoom levels without loss of detail Print the blueprints without loss of detail Work from only one source file per blueprint 

You need to ensure that blueprints display according to the requirements. 

Which HTML5 element should you use? 

A. CANVAS 

B. SAMP 

C. SVG 

D. AREA 

Answer:

Q9. You are developing an HTML page that includes the following code. 

<h1 id="header">A Static Page</hl> 

You need to modify the content of the HI element dynamically by using JavaScript. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: D

Q10. You develop a webpage by using HTML5. You create the following markup and code: (Line numbers are included for reference only.) 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: A