Thursday 29 March 2018

70-480 Sample Question

Question: 22

You need to test the value of the following variable in JavaScript. var length = "75"; A block of code must execute if the length equals 75 regardless of the data type.You need to use the statement that meets this requirement.Which lines of code should you use? (Each correct answer presents a complete solution.Choose two.)

A. if (length = = = 75)
B. if (length = = 75)
C. if (length! = 75)
D. if (length = = "75")

Answer: B,D

Sunday 4 March 2018

Microsoft Inks Its First Clean Energy Deal In Asia With Solar Project

Microsoft has agreed to purchase all of the renewable energy output from a 60 megawatt (MW) solar project in its first clean energy agreement in Asia.

The technology giant's agreement with Sunseap Group, Singapore's largest provider of clean energy solutions, will last 20 years.

"With this agreement, Microsoft will improve the sustainability of our local operations and significantly advance our sustainability goals for data centers," said Kevin Wo, chief executive officer of Microsoft Singapore, in a statement.
Testcollection.us

The solar project, according to Microsoft, will be spread over hundreds of roofs across Singapore and will be the largest rooftop solar project to date.

In October 2017, Microsoft and General Electric (GE) entered into a 15-year power purchase agreement in Ireland. This agreement means that Microsoft will buy all the wind power generated in the new 37 MW GE Tullahennel wind farm in County Kerry. In November, the Swedish electricity company Vattenfall signed a ten-year agreement to strengthen Microsoft's international data center activities in the Netherlands using wind energy.

"We are well on our way to exceeding our goal of driving 50% of our global data centers with renewable energy this year," said Christian Belady, general manager of architecture and cloud infrastructure strategy for Microsoft. .

"Once the project is operational, the new solar project will bring to 860 megawatts Microsoft's global direct acquisition of renewable energy projects.

Thursday 1 March 2018

Microsoft Advances Several of Its Hosted Artificial Intelligence Algorithms

Microsoft Cognitive Services hosts the company's hosted artificial intelligence algorithms. Currently, the company has announced advances in several cognitive service tools, including Microsoft Custom Vision Service, Face API and Bing Entity Search.

Joseph Sirosh, who leads Microsoft's artificial intelligence efforts, defined Microsoft's cognitive services in a corporate blog post announcing improvements, such as "a collection of cloud-hosted APIs that allow developers to Add simple AI capabilities for vision, speech, language, knowledge and research into applications, devices and platforms such as iOS, Android and Windows. These services are separate from other Azure AI services designed for more practical developers. DIY.

The idea is to put this kind of advanced artificial intelligence tools within reach of scientists, developers and any other interested party without having to lift heavy loads to build models and get results with the countless phases of test usually involved. types of exercises

For starters, the company moves the Custom Vision Service from free preview to paid preview, which is the last step before it is generally available. Sirosh writes that this service helps developers easily train a classifier with their own data, export the models and integrate these custom classifiers directly into their applications, and run them offline in real time on iOS, Android and many other devices.

Andy Hickl, who works in the cognitive services group as group program director, says the tool is designed to help companies identify similar entities automatically, recognizing not only that an image is a dog. but it is a specific type of dog or dog that belongs to a particular person.

The Face API, usually available today, automatically identifies a specific person from a large number of people. With today's version, the tool allows developers to create groups of up to one million people. Hickl says it's important because so far, many facial recognition algorithms could only recognize a handful of faces, useful as far as possible, but not really scalable like that, he says.

Finally, the Bing Entity Search algorithm allows developers to insert Bing search results into any application. For example, you can retrieve search results from any tool that is restricted by a Bing entity, such as an image or a website. This tool is usually available today.