Wednesday 30 December 2015

70-480 Sample Question: 8

Question: 8

You are developing a web page that enables customers to upload documents to a web server. The page includes an HTML5 PROGRESS element named progressBar that displays information about the status of the upload. The page includes the following code. (Line numbers are included for reference only.)


An event handler must be attached to the request object to update the PROGRESS element on the page. You need to ensure that the status of the upload is displayed in the progress bar.
Which line of code should you insert at line 03?

A. xhr.upload.onloadeddata =
B. xhr.upload.onplaying =
C. xhr.upload.onseeking =
D. xhr.upload.onprogress =

Answer: D

70-480 Sample Question: 7

Question: 7

You are developing an application that consumes a Windows Communication Foundation (WCF) service. The application interacts with the service by using the following code. (Line numbers are included for reference only.)



You need to authenticate to the WCF service.
What should you do?

A. At line 11, add the following lines of code.
,username: yourusername
,password: yourpassword
B. At line 11, add the following line of code.
,credentials: prompt
C. At line 06, replace the code with the following line of code.
Username=username&password=psssword",
D. At line 11, add the following line of code. The username and password will be stored in an XML file.
,credentials: credentials.xml

Answer: B


Monday 14 December 2015

You need to ensure that the status of the upload is displayed in the progress bar. Which line of code should you insert at line 03?

70-480 Sample Question: 6

Question: 6


You are developing a web page that enables customers to upload documents to a web
server. The page includes an HTML5 PROGRESS element named progressBar that
displays information about the status of the upload.

The page includes the following code. (Line numbers are included for reference only.)



An event handler must be attached to the request object to update the PROGRESS
element on the page.
You need to ensure that the status of the upload is displayed in the progress bar.
Which line of code should you insert at line 03?

A. xhr.upload.onloadeddata =
B. xhr.upload.onplaying =
C. xhr.upload.onseeking =
D. xhr.upload.onprogress =

Answer: D

Reference:

http://stackoverflow.com/questions/3352555/xhr-upload-progress-is-100-from-the-start

Thursday 10 December 2015

70-480 Sample Question: 5

Question: 5

You are developing an application that consumes a Windows Communication Foundation
(WCF) service.

The application interacts with the service by using the following code. (Line numbers are included for reference only.)



You need to authenticate to the WCF service.What should you do?

A. At line 11, add the following lines of code.
,username: yourusername
,password: yourpassword
B. At line 11, add the following line of code.
,credentials: prompt
C. At line 06, replace the code with the following line of code.
url: "http://contoso.com/Service.svc/GetCountry?
Username=username&password=psssword",
D. At line 11, add the following line of code. The username and password will be stored in
an XML file.
,credentials: credentials.xml

Answer: A

Reference:

http://msdn.microsoft.com/en-us/library/ie/hh673558(v=vs.85).aspx

Wednesday 25 March 2015

70-480 Sample Question : 4

QUESTION 4:

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing an event that executes when a Web Storage area is updated.
Which of the following is the event being discussed?

A. onstorage
B. onupdate
C. onlocalstorage
D. onsessionStorage

Answer: A

Monday 9 March 2015

Microsoft Hints At Faster Windows 10 Build Releases


Gabe Aul Microsoft hinted to the press today faster than new system of enterprise version of Windows 10 operating.SOEs test program has attracted more than 2 million users to date. However, according to Aul, there is "a lot of questions" about when a new build is released. Since Microsoft is more than willing to drop new code between versions of Keynote, as its original overview of the company, and its entrance developer preview, issues of demand.

According Aul, there are several inner rings that use even less cooked software that is released to the test of community self-selected Microsoft. Here is his schedule:



There are several levels of internal and external, of course.  According Aul, Microsoft may have been "too conservative to push the ring built Windows Quick initiated." May Be. The aul group, according to the executive, has had "serious discussions last week on a ring of 'Speed Ludicrous', which said, no joke.
 

I note the above is not strictly for the impact of Windows 10, but also to highlight how Windows could be built in the future. If Microsoft wants to move faster with built today, it could move faster in the future. This makes the current Windows 10 pace may be slower than what we will see next.Anyhow, adding this, Microsoft is working overtime on his plan to get the new code of the operating system to market faster than before.

Tuesday 24 February 2015

70-480 Sample Question : 3

QUESTION 3:

You work as a developer at ABC.com. The ABC.com network consists of a single domain namedABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating a dynamic web form that contains a checkbox input type. Youwant to make sure that an input text box is dynamically added to the form when the check box isticked.
You have started to write the required code as shown below:

Function ShowInputBox (divName)
{
Var newInputDiv = document.createElement (‘div’);

Which of the following lines of code should you use to complete the code?

A. newInputDiv.innerHTML = “<input type=’text’ id=’newInputBox’>”;
document.getElementById(divName).appendChild(newInputDiv);
}
B. newInputDiv.innerXML = “<input type=’text’ id=’newInputBox’>”;
document.getElementById(Name).appenChild(Input);
}
C. newInputDiv.outerXML = “<input type=’text’ id=’newInputBox’>”;
document.getElement (divName).appenChild(newInputDiv);
}
D. newInputDiv.outerHTML = “<input type=’text’ id=’newInputBox’>”;
document.getElementById(divName).appenChild(newInputDiv);
}

Answer: A

Thursday 19 February 2015

Microsoft Hands Out 100GB Of Free OneDrive Storage

 

Only Catch: It Expires In Two Years, At Which Time Consumers Will Need To Pay $2 Per Month:


Microsoft has opened a free upgrade OneDrive 100GB to all visitors from around the world, expanding the offer by a US-only eligibility.OneDrive, consumer-grade cloud storage and synchronization service Microsoft has 15 GB of free space, even though the company often gives extra space.
 
The latest promotion offers 100 GB of additional storage of two years, in which user accounts to change from time to 15 GB. They have to pay to add more files to the cloud service; existing stored files will not be deleted.100GB storage normally costs $ 1.99 per month or $ 23.88 per year.

Other options for more space include Office 365 subscription or personal house, rent-buy-Office not expected to list for $ 6.99 per month (or $ 69.99 per year) and $ 9.99 per month (99, $ 99) respectively. These plans offer unlimited storage OneDrive.

The offer of free space OneDrive not apply to customers with OneDrive for Business, Enterprise storage services linked to Office 365 subscriptions.To OneDrive get 100GB of space, users must log in with your ID from Microsoft.

70-480 Sample Question : 2

QUESTION 2:

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. You are running a training exercise for ABC.com’s junior developers. You are currently discussing a Cascading Style Sheets Version 3 (CSS3) layout that is useful for making the relative position and size of elements stay constant, even as screen and browser window sizes vary and change.

Which of the following is the layout are being discussed?

A.
Block
B. Inline
C. Flexbox
D. Table
E. Positioned

Answer: C

Thursday 5 February 2015

70-480 Sample Question : 1

QUESTION 1:

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes. You are in the process of creating a client web form for ABC.com. The form contains an HTML with the necessary validation. The validation includes the required attribute.

Which of the following describes the reason for using this attribute?

A. It marks an element that can't be submitted without a value.
B. It sets or retrieves a comma-separated list of content types.
C. It retrieves a collection of all a objects that have a name and/or id property.
D. It sets or retrieves whether the option in the list box is the default item.

Answer: A

Tuesday 3 February 2015

Microsoft Did A Smart Thing By Bringing Windows 10 To A $35 PC


Monday, Microsoft announced that it would give a free version of Windows 10 to a new, small $ 35 Raspberry Pi computer known as 2. This is a quiet, but important announcement shows how Microsoft has changed under Satya Nadella.Raspberry Pi PC is a bit extremely popular. is really only a small circuit board with a main processor (CPU), a group of memory, and plugs for connecting to input / output as HDMI video. (Home Grown versions of Google Glass, electronic games salt, vegetables music) until now, has always managed Linux.The small team is the crowd favorite for coffee, people who play with electronics to build fun and crazy stuff .

But at $ 35 per head, but is also a very popular platform for Internet of Things applications, the trend in which the sensors are integrated into everyday objects, handled by applications, and accessible on the Internet. This is the first time that Windows has never run on Raspberry Pi, and what makes it particularly noteworthy that the new Raspberry Pi 2 is powered by an Intel processor, but for the competitor to Intel, ARM.

The only other ARM version of Windows is the missed tablet platform Microsoft, Windows RT, which was a branch of Windows 8. Windows RT only ever released in a handful of devices and PC manufacturers fell rather quickly, leaving Microsoft Surface tablet as Windows tablets unique RT. So Microsoft has confirmed that Windows RT kill in his press conference Windows 10, when he said that RT will not be upgraded to Windows 10. Microsoft has also stopped selling the surface 2, the latest tablet to run Windows RT news .that people was wondering if Microsoft would release ARM completely, and cling to his decades of association with Intel.

But ignoring ARM everything would be bad for Microsoft. ARM is the processor of choice for mobile devices, including many IoT devices as easy battery. Object is a promising market is expected to generate billions perhaps even billions of revenues in the next news decade.The Raspberry Pi means that Microsoft has found a new and smarter use of your ARM version of Windows without a tablet love.

It also means that the CEO Satya Nadella promised that Windows 10 would be a dream for developers, which runs on all types of devices from small things to big screens IO had to real.And which is the most important thing that you can save Windows developers getting excited enough about Windows 10 for writing new applications to cool it.Here what Eben Upton, executive director and founder of Raspberry Pi said Microsoft announced the new version of Pi:

In the last six months we have worked closely with Microsoft to bring the next Windows 10 Raspberry Pi 2. Microsoft will have much more to share in the coming months. Version 2 is compatible with Windows 10 Raspberry Pi will be available free for those responsible.