Which Azure service should you use to collect events from multiple resources into a centralized repository?

Question

Which Azure service should you use to collect events from multiple resources into a centralized repository?

Answers

A. Azure Event Hubs

B. Azure Analysis Services

C. Azure Monitor

D. Azure Stream Analytics

Question

You plan to migrate a web application to Azure. The web application is accessed by external users.

You need to recommend a cloud deployment solution to minimize the amount of administrative effort used to manage the web application.

What should you include in the recommendation?

Answers

A. Software as a Service (SaaS)

B. Platform as a Service (PaaS)

C. Infrastructure as a Service (IaaS)

D. Database as a Service (DaaS)

VCEguide gives free questions, answers and explanations for such certifications as CCNA, CCNP, Azure, A+, Network+, Security+, IBM, VMware...Learn and Pass IT Certification Exams Easily. We does not offer real Microsoft - CompTIA - Amazon - Cisco - Oracle Exam Questions. CFA Institute does not endorse, promote or warrant the accuracy or quality of VCEguide. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.

VCEguide does not offer exam dumps or questions from actual exams. We offer learning material and practice tests created by subject matter experts to assist and help learners prepare for those exams. All certification brands used on the website are owned by the respective brand owners. VCEguide does not own or claim any ownership on any of the brands.

Question 71

You have an Azure environment that contains 10 web apps. To which URL should you connect to manage all the Azure resources?

Which Azure service should you use to collect events from multiple resources into a centralized repository?

(Describe core solutions and management tools on Azure)

Which Azure service should you use to collect events from multiple resources into a centralized repository?

The Azure portal is a web-based management interface where you can view and manage all your Azure resources in one unified hub, including web apps, databases, virtual machines, virtual networks, storage and Visual Studio team projects.
The URL of the Azure portal is https://portal.azure.com.

References:
https://azure.microsoft.com/en-gb/features/azure-portal/


Question 72

To complete the sentence, select the appropriate option in the answer area.

Which Azure service should you use to collect events from multiple resources into a centralized repository?

(Describe core solutions and management tools on Azure)

Which Azure service should you use to collect events from multiple resources into a centralized repository?

You can move a VM and its associated resources to a different subscription by using the Azure portal.
Moving between subscriptions can be handy if you originally created a VM in a personal subscription and now want to move it to your company's subscription to continue your work. You do not need to start the VM in order to move it and it should continue to run during the move.

Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/move-vm


Question 73

You plan to map a network drive from several computers that run Windows 10 to Azure Storage.
You need to create a storage solution in Azure for the planned mapped drive.

What should you create?
(Describe core solutions and management tools on Azure)

a Files service in a storage account

a virtual machine data disk

an Azure SQL database

a Blobs service in a storage account

Answer is a Files service in a storage account

Azure Files is Microsoft's easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server.
To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or access it via its UNC path.
Unlike other SMB shares you may have interacted with, such as those hosted on a Windows Server, Linux Samba server, or NAS device, Azure file shares do not currently support Kerberos authentication with your Active Directory (AD) or Azure Active Directory (AAD) identity, although this is a feature we are working on.
Instead, you must access your Azure file share with the storage account key for the storage account containing your Azure file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you're accessing, and for all file shares and other storage resources (blobs, queues, tables, etc) contained within your storage account.

References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows


Question 74

Which Azure service should you use to collect events from multiple resources into a centralized repository?
(Describe core solutions and management tools on Azure)

Azure Event Hubs

Azure Analysis Services

Azure Monitor

Azure Stream Analytics

Answer is Azure Event Hubs

Azure Event Hubs is a big data streaming platform and event ingestion service. It can receive and process millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time analytics provider or batching/storage adapters.

Azure Event Hubs can be used to ingest, buffer, store, and process your stream in real time to get actionable insights. Event Hubs uses a partitioned consumer model, enabling multiple applications to process the stream concurrently and letting you control the speed of processing.

Azure Event Hubs can be used to capture your data in near-real time in an Azure Blob storage or Azure Data Lake Storage for long-term retention or micro-batch processing.

Reference:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about


Question 75

Which service provides serverless computing in Azure?
(Describe core solutions and management tools on Azure)

Azure Virtual Machines

Azure Functions

Azure storage account

Azure dedicated hosts

Answer is Azure Functions

Azure Functions provide a platform for serverless code.
Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/


Question 76

This question requires that you evaluate the underlined text to determine if it is correct.

Azure Databricks

is an Apache Spark-based analytics service.

Instructions: Review the underlined text. If it makes the statement correct, select No change is needed. If the statement is incorrect, select the answer choice that makes the statement correct.
(Describe core solutions and management tools on Azure)

No change is needed.

Azure Data Factory

Azure DevOps

Azure HDInsight

Answer is No change is needed.

Azure Databricks is an Apache Spark-based analytics platform. The platform consists of several components including MLib. Mlib is a Machine Learning library consisting of common learning algorithms and utilities, including classification, regression, clustering, collaborative filtering, dimensionality reduction, as well as underlying optimization primitives.

References:
https://docs.microsoft.com/en-us/azure/azure-databricks/what-is-azure-databricks#apache-spark-based-analytics-platform


Question 77

Your company has datacenters in Los Angeles and New York. The company has a Microsoft Azure subscription.
You are configuring the two datacenters as geo-clustered sites for site resiliency.
You need to recommend an Azure storage redundancy option.

You have the following data storage requirements:
- Data must be stored on multiple nodes.
- Data must be stored on nodes in separate geographic locations.
- Data can be read from the secondary location as well as from the primary location

Which of the following Azure stored redundancy options should you recomm
(Describe core solutions and management tools on Azure)

Geo-redundant storage

Read-only geo-redundant storage

Zone-redundant storage

Locally redundant storage

Answer is Read-only geo-redundant storage

RA-GRS allows you to have higher read availability for your storage account by providing ג€read onlyג€ access to the data replicated to the secondary location. Once you enable this feature, the secondary location may be used to achieve higher availability in the event the data is not available in the primary region. This is an "opt-in" feature which requires the storage account be geo-replicated.

Geo-redundant storage (with GRS or GZRS) replicates your data to another physical location in the secondary region to protect against regional outages. However, that data is available to be read only if the customer or Microsoft initiates a failover from the primary to secondary region. When you enable read access to the secondary region, your data is available to be read at all times, including in a situation where the primary region becomes unavailable. For read access to the secondary region, enable read-access geo-redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS).

References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy


Question 78

This question requires that you evaluate the underlined text to determine if it is correct.

One of the benefits of Azure SQL Data Warehouse is that

high availability

is built into the platform.

Instructions: Review the underlined text. If it makes the statement correct, select No change is needed. If the statement is incorrect, select the answer choice that makes the statement correct.
(Describe core solutions and management tools on Azure)

No change is needed

automatic scaling

data compression

versioning


Question 79

Your Azure environment contains multiple Azure virtual machines.
You need to ensure that a virtual machine named VM1 is accessible from the Internet over HTTP. Solution: You modify a DDoS protection plan.

Does this meet the goal?
(Describe general security and network security features)


Question 80

Match the term to the correct definition. Instructions: To answer, MATCH the appropriate term from the column on the left to its description on the right. Each term may be used once, more than once, or not at all.

  Answer Options    Answer Area  
A Azure Government    ? An organization that defines international standarts across all industries.
B GDPR    ? An organization that defines standarts used by the United States govenment.
C ISO    ? A European policy that regulates data privacy and data protection.
D NIST    ? A dedicated public cloud for federal and state agencies in the United States.

(Describe general security and network security features)

A-B-C-D

B-A-D-C

D-C-B-A

C-D-B-A

B-D-A-C

B-A-C-D

Answer is C-D-B-A

  Answer Options    Answer Area  
A Azure Government    ISO An organization that defines international standarts across all industries.
B GDPR    NIST An organization that defines standarts used by the United States govenment.
C ISO    GDPR A European policy that regulates data privacy and data protection.
D NIST    Azure Government A dedicated public cloud for federal and state agencies in the United States.


Previous QuestionNext Question

Quick access to all questions in this exam

What is event hub in Azure?

Event Hubs is a fully managed, real-time data ingestion service that's simple, trusted, and scalable. Stream millions of events per second from any source to build dynamic data pipelines and immediately respond to business challenges.

Which feature within Azure collects all of the logs from various resources into a central dashboard?

Azure Monitor Logs is a log data platform that collects activity logs and resource logs along with other monitoring data to provide deep analysis across your entire set of resources.

Which service will be used to map a network drive from several computers that run Windows 10 to Azure storage?

You plan to map a network drive from several computers that run Windows 10 to Azure Storage. You need to create a storage solution in Azure for the planned mapped drive. What should you create? Azure Files is Microsoft's easy-to-use cloud file system.

Which Azure service can you use as a security information and event management solution?

Microsoft Sentinel is a cloud-native security information and event manager (SIEM) platform that uses built-in AI to help analyse large volumes of data across an enterprise—fast.