70-535 Premium Bundle

70-535 Premium Bundle

Architecting Microsoft Azure Solutions Certification Exam

4.5 
(41025 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 21, 2024Last update

Microsoft 70-535 Free Practice Questions

P.S. Tested 70-535 bootcamp are available on Google Drive, GET MORE: https://drive.google.com/open?id=1xTpo6SaPBTj1K3waI-NntgOTE04sKa7q


New Microsoft 70-535 Exam Dumps Collection (Question 4 - Question 13)

Q4. You need to upload video to the companyu2021s Azure environment. What should you do?

A. Create a site-to-site VPN connection.

B. Write directly to the storage REST APIs.

C. Create an ExpressRoute connection.

D. Use the Azure Import/Export service to move the data.

Answer: C

Explanation:

/ Media files must be stored in Azure BLOB storage.

/ Media uploads must have fast data transfer rates (low latency) without the need to upload the data offline.


Q5. DRAG DROPYou need to set up the traffic prediction system. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

To create this credit risk assessment solution, we follow these steps:

u2711 Create a Machine Learning workspace

u2711 Upload existing data

u2711 Create an experiment

u2711 Train and evaluate the models

u2711 Deploy the web service

u2711 Access the web service From scenario:

Predictive Routing:

* An Azure solution must be used for prediction systems.

* Predictive analytics must be published as a web service and accessible by using the REST API.

References: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-walkthrough-develop-predictive-solution


Q6. You are the administrator for a company named Contoso, Ltd.

Contoso also has an Azure subscription and uses many on-premises Active Directory products as roles in Windows Server including the following:

Contoso must use the directory management services available in Azure Active Directory. You need to provide information to Contoso on the similarities and differences between

Azure Active Directory and the Windows Server Active Directory family of services.

Which feature does Azure Active Directory and on-premises Active Directory both support?

A. Using the GraphAPI to query the directory

B. Issuing user certificates

C. Supporting single sign-on (SSO)

D. Querying the directory with LDAP

Answer: C

Explanation:

AD FS supports Web single-sign-on (SSO) technologies, and so does Azure Active Directory.

If you want single sign on we usually suggest using ADFS if youu2021re a Windows shop. Going forward though, Azure Active Directory is another alternative you can use.

References: https://samlman.wordpress.com/2015/03/02/using-azure-active-directory-for-single-sign-on-with-yammer/


Q7. You have a customer database on your internal network. The database supports an application that your sales organization uses. You plan to migrate the application to the

cloud.

All customer data must remain inside the corporate network.

You need to ensure that the application can access the customer data without affecting network security.

What should you do?

A. Open the ports required to access the database in the network firewall.

B. Use Microsoft Azure Service Bus Relay to expose and consume a SOAP web service with TCP.

C. Configure Direct Access on the virtual network.

D. Create a Site-to-Site VPN connection.

Answer: C

Explanation:

References:

https://docs.microsoft.com/en-us/windows-server/remote/remote- access/directaccess/directaccess


Q8. You are running a Linux guest in Azure Infrastructure-as-a-Service (IaaS).

You must run a daily maintenance task. The maintenance task requires native BASH commands.

You need to configure Azure Automation to perform this task.

Which three actions should you perform? Each correct answer presents part of the solution.

A. Create an automation account.

B. Create an Orchestrator runbook.

C. Create an asset credential.

D. Run the Invoke-Workflow Azure PowerShell cmdlet.

E. Import the SSH PowerShell Module.

Answer: A,C,E

Explanation:

A: An Automation Account is a container for your Azure Automation resources: it provides a way to separate your environments or further organize your workflows.

To create An Automation Account

1. Log in to the Azure Management Portal.

2. In the Management Portal, click Create an Automation Account.

3. On the Add a New Automation Account page, enter a name and pick a region for the account.

C:

* Asset credentials are either a username and password combination that can be used with Windows PowerShell commands or a certificate that is uploaded to Azure Automation.

* The Assets page in Automation displays the various resources (also called u201csettingsu201d) that are globally available to be used in or associated with a runbook, plus commands to import an integration module, add a new asset, or delete an asset. Assets include variables, schedules, credentials, and connections.

References: http://azure.microsoft.com/blog/2014/07/29/getting-started-with-azure-automation-automation-assets-2/ http://blogs.technet.com/b/orchestrator/archive/2014/05/01/managing-ssh-enabled-linux-hosts-using-service-management-automation.aspx

http://azure.microsoft.com/en-gb/documentation/articles/automation-create-runbook-from- samples/


Q9. You need to select the appropriate solution for monitoring the .NET application. What should you recommend?

A. Visual Studio IntelliTrace

B. Application Insights

C. Data Factory

D. Microsoft Analytics Platform

Answer: B


Q10. You need to configure the deployment of the storage analysis application. What should you do?

A. Create a new Mobile Service.

B. Configure the deployment from source control.

C. Add a new deployment slot.

D. Turn on continuous integration.

Answer: B

Explanation:

Scenario: Data analysis results:

The solution must provide a web service that allows applications to access the results of analysis.


Q11. You need to recommend a technology for processing customer pickup requests. Which technology should you recommend?

A. Notification hub

B. Queue messaging

C. Mobile Service with push notifications

D. Service Bus messaging

Answer: D

Explanation:

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. Service Bus Queue support Push-style API (while Azure Queue messaging does not).

Incorrect:

Not A: Notification Hub is only used to push notification, not for processing requests. Not B As a solution architect/developer, you should consider using Azure Queues when:

* Your application must store over 80 GB of messages in a queue, where the messages have a lifetime shorter than 7 days.

* Your application wants to track progress for processing a message inside of the queue. This is useful if the worker processing a message crashes. A subsequent worker can then use that information to continue from where the prior worker left off.

You require server side logs of all of the transactions executed against your queues. Not C: To process the messages we do not need push notification.


Q12. You are planning an upgrade strategy for an existing Azure application. Multiple instances of the application run in Azure. The management team is concerned about application downtime, due to a business service level agreement (SLA).

You are evaluating which change in your environment will require downtime. You need to identify the changes to the environment that will force downtime. Which change always requires downtime?

A. Adding an HTTPS endpoint to a web role

B. Upgrading the hosted service by deploying a new package

C. Changing the value of a configuration setting

D. Changing the virtual machine size

Answer: A

Explanation:

If you change the number of endpoints for your service, for example by adding a HTTPS endpoint for your existing Web Role, it will require downtime.

References: http://blog.toddysm.com/2010/06/re-deploying-your-windows-azure-service-without-incurring-downtime.html


Q13. You are designing a storage solution to support on-premises resources and Azure-hosted resources.

You need to provide on-premises storage that has built-in replication to Azure. Solution: You include Azure Blob storage in the design.

Does this solution meet the goal?

A. Yes

B. No

Answer: B


Recommend!! Get the Tested 70-535 dumps in VCE and PDF From Dumpscollection, Welcome to download: http://www.dumpscollection.net/dumps/70-535/ (New Q&As Version)


START 70-535 EXAM