aiotestking uk

70-486 Exam Questions - Online Test


70-486 Premium VCE File

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

Q1. DRAG DROP - (Topic 3) 

You need to ensure that the transcode.exe utility is installed before the worker role starts. 

How should you implement the startup task? (To answer, drag the appropriate values to the correct element or attribute. Each value 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.) 

Answer:  

Q2. - (Topic 2) 

You need to implement client-side animations according to the business requirements. 

Which line of code should you use? (Each correct answer presents a complete solution. Choose all that apply.) 

A. $("body h1:nth-child(1)").fadeIn(1000); 

B. $("body h1:nth-child(1)")-fadeOut(1000); 

C. $("body h2:nth-child(1)").animate({ opacity: 0 }); 

D. $("body h1:nth-child(1)").animate({ opacity: 1 }); 

Answer: B,C 

Q3. HOTSPOT - (Topic 4) 

You are developing an ASP.NET MVC application that has pages for users who browse the site with Windows Phone 7. 

The pages for Windows Phone 7 include the following files: 

. _Layout.WP7.cshtml 

. Index.WP7.cshtml 

You need to update the application so that it renders the customized files correctly to Windows Phone 7 users. 

How should you update the Application_Start method? (To answer, select the appropriate option from the drop-down list in the answer area.) 

Answer:  

Q4. - (Topic 4) 

You are designing an HTML5 website. 

You need to design the interface to make the content of the web page viewable in all types of browsers, including voice recognition software, screen readers, and reading pens. 

What should you do? (Each correct answer presents a complete solution. Choose all that apply.) 

A. Annotate HTML5 content elements with Accessible Rich Internet Application (ARIA) attributes. 

B. Convert HTML5 forms to XForms. 

C. Ensure that HTML5 content elements have valid and descriptive names. 

D. Use HTML5 semantic markup elements to enhance the pages. 

E. Use Resource Description Framework (RDF) to describe content elements throughout the entire page. 

Answer: A,D 

Q5. - (Topic 1) 

You need to extend the edit functionality of RunLogController. Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q6. - (Topic 4) 

You are developing an ASP.NET MVC application to be used on the Internet. The environment uses Active Directory with delegation to access secure resources. 

Users must be able to log on to the application to maintain their personal preferences. 

You need to use the least amount of development effort to enable users to log on. 

What should you do? 

A. Enable Forms authentication 

B. Enable Windows authentication 

C. Generate server SSL certificates and install them in IIS 

D. Enable Digest authentication 

Answer:

Explanation: Requirements for Delegation 

Delegation relies on Integrated Windows authentication to access resources. There is no limit on the number of computers that you can delegate your account -- you must correctly configure each of them. The Integrated Windows authentication method works only if the following two conditions exist: / You set up your network to use the Kerberos authentication protocol that requires Active Directory. / You set up the computers and accounts on your network as trusted for delegation. 

Q7. - (Topic 4) 

You are developing an ASP.NET MVC application that supports multiple cultures and multiple languages. The application will be sold to international customers. 

The ASP.NET MVC application must store localized content in satellite assemblies for multiple languages. 

You need to generate the satellite assemblies during an automated build. 

Which tool should you use? 

A. Gacutil.exe 

B. Al.exe 

C. Ildasm.exe 

D. nasm.exe 

Answer:

Explanation: Use the Assembly Linker (Al.exe) to compile .resources files into satellite assemblies. Al.exe creates an assembly from the .resources files that you specify. By definition, satellite assemblies can only contain resources. They cannot contain any executable code. 

The following Al.exe command creates a satellite assembly for the application MyApp from the file strings.de.resources. 

al /t:lib /embed:strings.de.resources /culture:de /out:MyApp.resources.dll 

Q8. - (Topic 4) 

You are developing an ASP.NET MVC application. The application is deployed in a web farm and is accessed by many users. 

The application must handle web server failures gracefully. The servers in the farm must share the state information. 

You need to persist the application state during the session. 

What should you implement? 

A. A state server 

B. Cookieless sessions 

C. A web garden on the web servers 

D. An InProc session 

Answer:

Q9. - (Topic 3) 

You need to ensure that developers can connect to a Windows Azure role by using RDP. 

What should you do? 

A. Export a certificate without a private key. Upload the .cer file to the Management Certificates section on the Azure Management Portal. 

B. Export a certificate with a private key. Upload the .pfx file to the Management Certificates section on the Azure Management Portal. 

C. Export a certificate without a private key. Upload the .cer file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal. 

D. Export a certificate with a private key. Upload the .pfx file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal. 

Answer:

Q10. - (Topic 3) 

The transcode.exe utility activates its license online when it is installed. 

You need to ensure that the registration of the transcode utility is handled as specified in its 

license. 

Which method should you add to the TranscodeWorkerRole class? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: