70 534 Pdf Training Guides}

70 534 Pdf Training Guides}

Submitted by: Jonathan Houser

Case Study: 1

VanArsdel, Ltd

Overview

VanArsdel, Ltd. builds skyscrapers, subways, and bridges. VanArsdel is a leader in using technology to do construction better.

Overview

VanArsdel employees are able to use their own mobile devices for work activities because the company recognizes that this usage enables employee productivity. Employees also access Software as a Service (SaaS) applications, including DocuSign, Dropbox, and Citrix. The company continues to evaluate and adopt more SaaS applications for its business. VanArsdel uses Azure Active Directory (AD) to authenticate its employees, as well as Multi-Factor Authentication (MFA). Management enjoys the ease with which MFA can be enabled and disabled for employees who use cloud-based services. VanArsdel’s on-premises directory contains a single forest.

Helpdesk:

VanArsdel creates a helpdesk group to assist its employees. The company sends email messages to all its employees about the helpdesk group and how to contact it. Configuring employee access for SaaS applications is often a time-consuming task. It is not always obvious to the helpdesk group which users should be given access to which SaaS applications. The helpdesk group must respond to many phone calls and email messages to solve this problem, which takes up valuable time. The helpdesk group is unable to meet the needs of VanArsdel’s employees.

However, many employees do not work with the helpdesk group to solve their access problems. Instead, these employees contact their co-workers or managers to find someone who can help them. Also, new employees are not always told to contact the helpdesk group for access problems. Some employees report that they cannot see all the applications in the Access Panel that they have access to. Some employees report that they must re-enter their passwords when they access cloud applications, even though they have already authenticated.

Bring your own device (BYOD):

VanArsdel wants to continue to support users and their mobile and personal devices, but the company is concerned about how to protect corporate assets that are stored on these devices. The company does not have a strategy to ensure that its data is removed from the devices when employees leave the company.

Customer Support

VanArsdel wants a mobile app for customer profile registration and feedback. The company would like to keep track of all its previous, current, and future customers worldwide. A profile system using third-party authentication is required as well as feedback and support sections for the mobile app.

Migration:

VanArsdel plans to migrate several virtual machine (VM) workloads into Azure. They also plan to extend their on-premises Active Directory into Azure for mobile app authentication.

Business Requirements

Hybrid Solution:

A single account and credentials for both on-premises and cloud applications

Certain applications that are hosted both in Azure and on-site must be accessible to both VanArsdel employees and partners

The service level agreement (SLA) for the solution requires an uptime of 99.9%

The partners all use Hotmail.com email addresses

Mobile App:

VanArsdel requires a mobile app for project managers on construction job sites. The mobile app has the following requirements:

The app must display partner information.

The app must alert project managers when changes to the partner information occur.

The app must display project information including an image gallery to view pictures of construction projects.

Project managers must be able to access the information remotely and securely.

Security:

VanArsdel must control access to its resources to ensure sensitive services and information are accessible only by authorized users and/or managed devices.

Employees must be able to securely share data, based on corporate policies, with other VanArsdel employees and with partners who are located on construction job sites.

VanArsdel management does NOT want to create and manage user accounts for partners.

Technical Requirements

Architecture:

VanArsdel requires a non-centralized stateless architecture fonts data and services where application, data, and computing power are at the logical extremes of the network.

VanArsdel requires separation of CPU storage and SQL services

Data Storage:

VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

A mobile service that is used to access contractor information must have automatically scalable, structured storage

Images must be stored in an automatically scalable, unstructured form.

Mobile Apps:

VanArsdel mobile app must authenticate employees to the company’s Active Directory.

Event-triggered alerts must be pushed to mobile apps by using a custom Node.js script.

[youtube]http://www.youtube.com/watch?v=yfGIC_fm4YM[/youtube]

The customer support app should use an identity provider that is configured by using the Access Control Service for current profile registration and authentication.

The customer support team will adopt future identity providers that are configured through Access Control Service.

Security:

Active Directory Federated Server (AD FS) will be used to extend AD into Azure.

Helpdesk administrators must have access to only the groups of Azure resources they are responsible for. Azure administration will be performed by a separate group.

IT administrative overhead must be minimized.

Permissions must be assigned by using Role Based Access Control (RBAC).

Line of business applications must be accessed securely.

Question: 1

You need to assign permissions for the Virtual Machine (VM) workloads that you migrate to Azure.

The solution must use the principal of least privileges.

What should you do?

A. Create all VMs in the cloud service named Groupl and then connect to the Azure subscription. Run the following Windows PowerShell command: New-AzureRoleAssignment -Mail user1@vanarsdelltd.com -RoleDefinitionName Contributor -ResourceGroupName group1

B. In the Azure portal, select an individual virtual machine and add an owner.

C. In the Azure portal, assign read permission to the user at the subscription level.

D. Create each VM in a separate cloud service and then connect to the Azure subscription. Run the following Windows PowerShell command:Get-AzureVM | New-AzureRoleAssignment -Mail user1@vanarsdelltd.com -RoleDefinitionName Contributo

Answer: A

Explanation:

* Scenario: Permissions must be assigned by using Role Based Access Control (RBAC).

* Role-Based access control (RBAC) in the Azure Portal and Azure Resource Management API allows you to manage access to your subscription at a fine-grained level. With this feature, you can grant access for Active Directory users, groups, or service principals by assigning some roles to them at a particular scope.

Create a role assignment

Use New-AzureRoleAssignment to create a role assignment.

Example: This will create a role assignment for a group at a resource group level.

PS C:\> New-AzureRoleAssignment -ObjectID -RoleDefinitionName Reader -ResourceGroupName group1

References:

https://azure.microsoft.com/en-gb/documentation/articles/role-based-access-control-powershell/

Question: 2

DRAG DROP

You need to recommend data storage mechanisms for the solution.

What should you recommend? To answer, drag the appropriate data storage mechanism to the correct information type. Each data storage mechanism 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:

* Use Table storage for Contractor information

* Use Blob for Project Images

* Scenario: VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

/ A mobile service that is used to access contractor information must have automatically scalable, structured storage

/ Images must be stored in an automatically scalable, unstructured form.

Note: Blob is an acronym for Binary Large object. Basically Blob is a sequence of bytes just what an application needs. Blob can hold audio, video, email messages, archived files, zip files or a word processing document in a very general way.

References:

http://www.thewindowsclub.com/understanding-blobqueuetable-storage-windows-azure

Question: 3

You need to design the system that alerts project managers to data changes in the contractor information app.

Which service should you use?

A. Azure Mobile Service

B. Azure Service Bus Message Queueing

C. Azure Queue Messaging

D. Azure Notification Hu

Answer: C

Explanation:

* Scenario:

/ Mobile Apps: Event-triggered alerts must be pushed to mobile apps by using a custom Node.js script.

/ The service level agreement (SLA) for the solution requires an uptime of 99.9%

* If you are already using Azure Storage Blobs or Tables and you start using queues, you are guaranteed 99.9% availability. If you use Blobs or Tables with Service Bus queues, you will have lower availability.

Note: Microsoft Azure supports two types of queue mechanisms: Azure Queues and Service Bus Queues.

/ Azure Queues, which are part of the Azure storage infrastructure, feature a simple REST-based Get/Put/Peek interface, providing reliable, persistent messaging within and between services.

/ Service Bus queues are part of a broader Azure messaging infrastructure that supports queuing as well as publish/subscribe, Web service remoting, and integration patterns.

References:

https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx

Question: 4

You need to recommend a solution that allows partners to authenticate.

Which solution should you recommend?

A. Configure the federation provider to trust social identity providers.

B. Configure the federation provider to use the Azure Access Control service.

C. Create a new directory in Azure Active Directory and create a user account for the partner.

D. Create an account on the VanArsdel domain for the partner and send an email message that contains the password to the partner.

Answer: B

Explanation:

* Scenario: The partners all use Hotmail.com email addresses.

* In Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS), an identity provider is a service that authenticates user or client identities and issues security tokens that ACS consumes.

The ACS Management Portal provides built-in support for configuring Windows Live ID as an ACS Identity Provider.

Incorrect:

Not C, not D: Scenario: VanArsdel management does NOT want to create and manage user accounts for partners.

References:

Question: 5

HOTSPOT

You need to design the contractor information app.

What should you recommend? To answer, select the appropriate options in the answer area.

Answer:

/ They also plan to extend their on-premises Active Directory into Azure for mobile app authentication

/ VanArsdel mobile app must authenticate employees to the company’s Active Directory.

References:

http://azure.microsoft.com/en-gb/documentation/articles/mobile-services-ios-get-started-offline-data/

Question: 6

You are designing a plan to deploy a new application to Azure.

The solution must provide a single sign-on experience for users.

You need to recommend an authentication type.

Which authentication type should you recommend?

A. SAML credential tokens

B. Azure managed access keys

C. Windows Authentication

D. MS-CHAP

Answer: A

Explanation:

A Microsoft cloud service administrator who wants to provide their Azure Active Directory (AD) users with sign-on validation can use a SAML 2.0 compliant SP-Lite profile based Identity Provider as their preferred Security Token Service (STS) / identity provider. This is useful where the solution implementer already has a user directory and password store on-premises that can be accessed using SAML 2.0. This existing user directory can be used for sign-on to Office 365 and other Azure AD-secured resources.

References:

https://msdn.microsoft.com/en-us/library/azure/dn641269.aspx?f=255&MSPPError=-2147217396

Question: 7

You need to prepare the implementation of data storage for the contractor information app.

What should you?

A. Create a storage account and implement multiple data partitions.

B. Create a Cloud Service and a Mobile Service. Implement Entity Group transactions.

C. Create a Cloud Service and a Deployment group. Implement Entity Group transactions.

D. Create a Deployment group and a Mobile Service. Implement multiple data partitions.

Answer: B

Explanation:

* Scenario:

/ VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance.

/ A mobile service that is used to access contractor information must have automatically scalable, structured storage

* The basic unit of deployment and scale in Azure is the Cloud Service.

References:

https://msdn.microsoft.com/en-us/library/azure/dd894038.aspx

Question: 8

You need to ensure that users do not need to re-enter their passwords after they authenticate to cloud applications for the first time.

What should you do?

A. Enable Microsoft Account authentication.

B. Set up a virtual private network (VPN) connection between the VanArsdel premises and the Azure datacenter. Set up a Windows Active Directory domain controller in Azure VM. Implement Integrated Windows authentication.

C. Deploy ExpressRoute.

D. Configure Azure Active Directory Sync to use single sign-on (SSO).

Answer: D

Explanation:

Single sign-on (SSO) is a property of access control of multiple related, but independent software systems. With this property a user logs in once and gains access to all systems without being prompted to log in again at each of them.

References:

http://en.wikipedia.org/wiki/Single_sign-on

About the Author: Test Information:Total Questions: 203Test Number: 70-534Vendor Name: MicrosoftCert Name: Microsoft AzureTest Name: Architecting Microsoft Azure SolutionsOfficial Site:

certswarrior.com/

For More Details:

certswarrior.com/exam/70-534/

Source:

isnare.com

Permanent Link:

isnare.com/?aid=1968711&ca=Computers+and+Technology}

Wikinews interviews Frank Moore, independent candidate for US President

Saturday, March 1, 2008

While nearly all coverage of the 2008 Presidential election has focused on the Democratic and Republican candidates, the race for the White House also includes independents and third party candidates. These parties represent a variety of views that may not be acknowledged by the major party platforms.

Wikinews has impartially reached out to these candidates, throughout the campaign. We now interview independent Presidential candidate Frank Moore, a performance artist.

Retrieved from “https://en.wikinews.org/w/index.php?title=Wikinews_interviews_Frank_Moore,_independent_candidate_for_US_President&oldid=2185149”

Italian goalkeeper Carlo Cudicini seriously injured in motorcycle accident

Friday, November 13, 2009

Italian goalkeeper Carlo Cudicini has been seriously injured in a motorcycle accident in London. The player, who plays for Tottenham Hotspurs, was involved in a collision with a car at 10:30 GMT. The football club reported that he has fractured his wrists and injured his pelvis.

A spokesperson for the Metropolitan Police released a statement saying “A 36-year-old male suffered injuries described by the London Ambulance Service as possibly life-changing and was taken to Whipps Cross Hospital for further assessment and treatment”. No arrests have been made.

Cudicini crashed his motorcycle into a Ford Fiesta with a female driver and a child passenger. Neither the driver or passenger were injured in the accident.

Cudicini is the son of former AC Milan goalkeeper Fabio Cudicini. During his career he has played for Lazio, AC Milan and Chelsea. He played for Chelsea for 10 years until he was transferred to Tottenham in January. He made one appearance for the Italian national team.

Retrieved from “https://en.wikinews.org/w/index.php?title=Italian_goalkeeper_Carlo_Cudicini_seriously_injured_in_motorcycle_accident&oldid=1241053”

Seven Canadians killed by Israeli air strike

Sunday, July 16, 2006

Seven Canadians were killed, and six others were in critical condition, after an Israeli raid in Lebanon on Sunday, Canadian Foreign Affairs Minister Peter MacKay announced. The deaths were believed to be the first recent casualties in Lebanon from any G8 country.

Associated Press reports anonymous Lebanese officials saying the family of Canadians were killed at their home in the town of Aitaroun. Many Lebanese citizens have emigrated to Canada and often return to spend their summers in the south of Lebanon.

Sixteen thousand Canadians have registered with the embassy in Beirut, but MacKay said the number of those present could be as high as 40,000. “We’re calling for restraint in all sectors right now and hope to be able to have those ships in place and citizens moving out of Lebanon as quickly as possible.” MacKay said.

Parliament Hill demonstrators in Ottawa on Sunday protested the Harper government’s position regarding the ongoing strikes. One placard declared, “Killing children is not a ‘measured response’,” referring to the G8 statement released earlier.

During a protest in Montréal on Sunday, one woman said she had just been informed that two of her family members were killed in the Israeli air strike. The unnamed woman screamed “My father, my uncle — they’re dead. What’s happening?” She said her family members were in the Middle East for a summer vacation.

The deaths occurred on the fifth day of Israel’s military attacks in Lebanon, instigated by the capture of 2 Israeli soldiers and killing of 8 others by the Shiite Hezbollah in a cross-border attack. The fighting has caused at least 148 fatalities in Lebanon and 23 in Israel.

Retrieved from “https://en.wikinews.org/w/index.php?title=Seven_Canadians_killed_by_Israeli_air_strike&oldid=1985223”

Glasgow cannabis enthusiasts celebrate ‘green’ on city green

Tuesday, April 22, 2014

Coinciding with Easter Sunday, Glasgow Cannabis Social Club’s annual 420 event was held on Glasgow Green, under sunny blue skies, and overlooking the river Clyde. Despite the city’s council attempting to revoke permission for the gathering at the last minute, police were happy for it to go-ahead with approximately a dozen officers attending in high-visibility vests.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

The Daily Record reported five arrests were made for minor offences, likely smoking and possession of small quantities of cannabis. Taking a less-sensational — and more accurate — line of reporting, the Monday edition of Glasgow’s Evening News stated five were referred to the Procurator Fiscal who is responsible for deciding if charges should be brought.

Official figures provided by the police were that 150 attended. With people coming and going, Wikinews reporters estimated upwards of 200 attended, compared to nearly 700 who had signed up for the event on Facebook. Hemp goods were advertised and on sale at the event, and some attendees were seen drinking cannabis-themed energy drinks.

“I was searched and charged under the Misuse of Drugs Act (which is a lot of bollocks)” one attendee noted online, adding “not fair to happen on a brilliant day like it was, other than that I had a great day!” A second said they were openly smoking and ignored by police, who “were only really focusing on people who looked particularly young”.

Cannabis seeds were openly and legally sold at the event and a hydroponics supplier brought a motortrike towing an advertising trailer. Actually growing cannabis is, however, illegal in the UK.

With the event openly advocating the legalisation of cannabis, speakers put their arguments for this to a receptive crowd. Retired police officer James Duffy, of Law Enforcement Against Prohibition, spoke of the failed United States alcohol prohibition policy; stressing such policies needlessly bring people into contact with criminal elements. Highlighting other countries where legalisation has been implemented, he pointed out such led to lower crime, and lower drug use overall.

One speaker, who produced a bottle of cannabis oil he had received through the post, asserted this cured his prostate cancer. Others highlighted the current use of Sativex by the National Health Service, with a cost in-excess of £150 for a single bottle of GW Pharmaceuticals patented spray — as-compared to the oil shown to the crowd, with a manufacturing cost of approximately £10.

Similar ‘420’ pro-cannabis events were held globally.

Retrieved from “https://en.wikinews.org/w/index.php?title=Glasgow_cannabis_enthusiasts_celebrate_%27green%27_on_city_green&oldid=3759078”

Mongolia’s ex-communists ahead going into Sunday’s election

Sunday, May 22, 2005

“Communism was much better,” said Tsahiriin Daariimaa Saturday on the eve of Mongolia‘s presidential elections. Polls predict that many Mongolians plan to vote for their former communist rulers — the Mongolian People’s Revolutionary Party (MPRP).

Under communism, “everyone worked for the collective farm,” Daariimaa said. None of her children has a steady job these days.

Myatav Choijav is a Mongolian who shares that view; “Now, some people are very rich and some are very poor. In the old times, the government took better care of us ordinary people,” Choijav said. “Now, the government is very far away from us, especially if you live in the countryside and take care of sheep. Everyone was equal under communist rule,” Choijav said.

Tseveenjav, a 70-year-old sheep herder, agrees: “I will support the MPRP. They always do the right thing.”

Tseveenjav wears the traditional Mongolian thick boots and hat while sitting upon his horse with a dead marmot hung from his saddle. Falcon and Tiger, his sheepdogs, help him keep watch over 500 sheep.

Sambuu Ganbaator, a member of the Democratic Party, has a different opinion from most of his neighbors.

“Too many people forget what the MPRP did to Mongolia,” he said. “They kept Mongolia under a brutal dictatorship. You weren’t allowed to speak your mind.” Now, he said, “you can say anything you want to say and do what you want to live a happy life.”

The MPRP’s candidate, Nambariin Enkbayar, leads the polls and the ex-communist party has said that it is now committed to democracy.

Retrieved from “https://en.wikinews.org/w/index.php?title=Mongolia%27s_ex-communists_ahead_going_into_Sunday%27s_election&oldid=848948”

Farmers hunt for missing bull semen

Sunday, November 6, 2005

Authorities are looking for USD$75,000 in frozen bull semen stolen Sunday from liquid nitrogen tanks at a farm in Frederick County, Maryland. Eric Fleming, the owner, says the semen took 4 to 5 years to collect from 40 to 50 bulls. He had planned to sell the semen at an upcoming Denver cattle show.

The collection and storage of semen can be a very profitable business—the ease of transportation reduces the costs normally associated with insemination, namely the transport of bull and cow to one another. Collection can be tricky, however, as bulls do not always produce as expected and the process is not particularly easy.

“I will give a nice fat reward for any information on semen that was stolen from my tank today,” Fleming posted to a livestock breeder’s message board. “It was a mother load of semen.”

Retrieved from “https://en.wikinews.org/w/index.php?title=Farmers_hunt_for_missing_bull_semen&oldid=435494”

Get A Hot Tub: Shopping Tips For Indoor And Outdoor Spas

byAlma Abell

Spas and hot tubs can most certainly be a benefit to the home. They can increase the property value, and also have many health benefits for users. However, before you Get a Hot Tub, it is important to know what to look for. While you might believe it’s as simple as choosing the one that looks the best, there are factors that must be considered including seating capacity, site preparation, and electrical hookups. As you begin shopping for the new hot tub or spa of your dreams, consider these important shopping tips below.

Location and Space

Whether you’re going to have your hot tub installed indoors or outdoors, you will need to have a good idea of where you’d like to have everything set up. You should start by designating either an area in your home or your yard. Next you will need to determine approximately how many people you will entertain in the hot tub at once so you can determine the size hot tub you will need. If you’re placing your hot tub outdoors, you can use a rope to mark off the area you think it would best fit.

Electrical Hookup

No matter what type of hot tub you get, it’s going to be operated with the use of electricity. While there are some models of hot tubs that operate on standard 120 volt electrical outlets, this is not always the case. There are some brands that require 240 volt circuits instead. It may be advisable to have a qualified electrician do a quick survey of your home’s electrical system. This will determine whether or not the hot tub you wish to purchase will be compatible with your home’s electrical source or if you will have to install additional circuits.

Once you’ve determined which hot tub you’d like to purchase, it is imperative to have it installed by professionals to ensure that you’re in compliance with all local codes. To learn more about how to Get a Hot Tub, contact experts at East Coast Leisure. They can help you with determining the best hot tub and spa to have installed either indoors or outdoors.

Save

Rhode Island congressman Patrick Kennedy involved in car accident near U.S. Capitol

Friday, May 5, 2006

U.S. Representative Patrick J. Kennedy (DRI), son of Massachusetts Senator Edward Kennedy, was involved in a traffic accident near the U.S. Capitol in Washington, D.C.

Capitol Hill Police reported that Kennedy was alone his 1997 Ford Mustang when the accident occurred Thursday at about 2:45 a.m. EDT (0645 UTC) near the 100 block of C Street SE. Police say his eyes were red and watery, and he was unbalanced and had slurred speech. Police also say that Kennedy had received three “notices of infractions” that are connected with the crash.

According to the police report, Kennedy drove his car into a security barrier near the Capitol building. When questioned by the police, he told them that he was “headed to the Capitol to make a vote,” when no votes were scheduled for that time of the morning.

Kennedy said in a written statement that he had returned home around midnight and had taken the sleep aid Ambien and the anti-nausea drug Phenergan, both of which are known to cause drowsiness and sedation. He awakened a couple hours later and was “disoriented” when the incident occurred. He also said that “at no time before the accident” did he take alcohol, and pledged to cooperate in any investigation.

Today, Kennedy said, “Apparently, I was disoriented from the medication” and that he “never asked for any preferential treatment.” He also announced that he is checking himself into the Mayo Clinic in Rochester, Minnesota.

“I know I need help. As in every recovery, each day has its ups and downs.,” added Kennedy. This is not the first time Kennedy has been to the Mayo Clinic. Last Christmas, Kennedy spent time at the clinic and went back to work after he was “feeling focused and in good shape.”

However; Robin Costello, spokeswoman for Kennedy said, “we have no knowledge of any citations,” but she did admit that a report was filed.

Capitol Police have not commented on the report or allegations, but Sgt. Kimberly Schneider, Capitol Police spokeswoman did say, “The United States Capitol Police are continuing to investigate.”

It is not known whether any sobriety test or arrest was made. Kennedy was not injured.

 This story has updates See Rhode Island representative Patrick Kennedy pleads guilty to DUI, June 13, 2006 
Retrieved from “https://en.wikinews.org/w/index.php?title=Rhode_Island_congressman_Patrick_Kennedy_involved_in_car_accident_near_U.S._Capitol&oldid=3391853”

Australian governments to meet for first COAG meeting of 2006 today

Friday, February 10, 2006

The Council of Australian Governments (COAG) will meet in Canberra today for its first meeting of 2006. Members of COAG are the Prime Minister, State Premiers, Australian Capital and Northern Territory Chief Ministers, and the President of the Australian Local Government Association. COAG is chaired by the Prime Minister.

On the agenda is a wide range of issues such as health, economic reform, regulation, and education.

The state leaders (all of whom are members of the Australian Labor Party), met last night to develop a strategy for dealing with John Howard, Australia’s Prime Minister.

Retrieved from “https://en.wikinews.org/w/index.php?title=Australian_governments_to_meet_for_first_COAG_meeting_of_2006_today&oldid=4360160”