Microsoft Exams
Exam | Study Guide | Deadline | Target | Completed | Score |
70-480 | DEV | Programming in HTML5 with JavaScript and CSS | | 31 March 2014 | 25 November 2013 | 25 November 2013 | 720 |
70-486 | DEV | Developing ASP.NET MVC 4 Web Applications | Study Guide | 31 March 2014 | 15 January 2014 | 23 January 2014 | 981 |
70-487 | DEV | Developing Windows Azure and Web Services | Study Guide | 31 March 2014 | 28 February 2014 | 10 February 2014 | 887 |
70-488 | DEV | Developing Microsoft SharePoint 2013 Core Solutions | | 31 May 2014 | 30 April 2014 | 14 April 2014 | 841 |
70-489 | DEV | Developing Microsoft SharePoint Server 2013 Advanced Solutions | | 31 May 2014 | 31 May 2014 | 12 May 2014 | 768 |
Remember: The order of the answers in the exam are randomised.
Remuneration $500 per exam + $1500 first first set + $1000 for second set. Total $83k → $88k.
examcollection.com (ricksantorum38@gmail.com thisi2smypaSsword)
Microsoft Certified Professional
70-480
Implement and manipulate document structures and objects (24%)
Create the document structure
Structure the UI by using semantic markup, including for search engines and screen readers (Section, Article, Nav, Header, Footer, and Aside)
create a layout container in
HTML
Write code that interacts with UI controls
Apply styling to
HTML elements programmatically
Implement HTML5 APIs
Implement storage APIs, AppCache
API, and Geolocation
API
Establish the scope of objects and variables
Define the lifetime of variables
keep objects out of the global namespace
use the “this” keyword to reference an object that fired an event
scope variables locally and globally
Create and implement objects and methods
Preparation resources
Implement program flow (25%)
Implement program flow
Iterate across collections and array items
manage program decisions by using switch statements, if/then, and operators
evaluate expressions
Raise and handle an event
Handle common events exposed by DOM (OnBlur, OnFocus, OnClick)
declare and handle bubbled events
handle an event by using an anonymous function
Implement exception handling
Implement a callback
Receive messages from the HTML5 WebSocket
API
use jQuery to make an AJAX call
wire up an event
implement a callback by using anonymous functions
handle the “this” pointer
Create a web worker process
Start and stop a web worker
pass data to a web worker
configure timeouts and intervals on the web worker
register an event listener for the web worker
limitations of a web worker
Preparation resources
Access and secure data (26%)
Validate user input by using HTML5 elements
Validate user input by using JavaScript
Consume data
Consume JSON and XML data
retrieve data by using web services
load data or get data from other sources by using XMLHTTPRequest
Serialize, deserialize, and transmit data
Preparation resources
Use CSS3 in applications (25%)
Preparation resources
Play Ground