204

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Which of the following choices supports both the in and out direction settings? - Bindings - Trigger - Connection value

Binding

Which of the following components of the API Management service would a developer use if they need to create an account and subscribe to get API keys? - API gateway - Azure portal - Developer portal

Developer portal

Which of the following storage account types supports lifecycle policies? - General Purpose v1 - General Purpose v2 - FileStorage

General Purpose v2

Which of the following networking features of App Service can be used to control outbound network traffic?

Hybrid Connections

Which of the following App Service plan categories provides the maximum scale-out capabilities?

Isolated

Which of the following types of shared access signatures (SAS) applies to Blob storage only? - Account SAS - Service SAS - User delegation SAS

User delegation SAS

Which of the following API Management policies applies a policy based on a condition? - forward-request - choose - return-response

choose

By default, all client requests to the app's production URL (http://<app_name>.azurewebsites.net) are routed to the production slot. One can automatically route a portion of the traffic to another slot. What is the default routing rule applied to new deployment slots?

0%

Which of the following choices represents the expire time resolution when applying a time to live (TTL) to a key in Redis? - 1-millisecond - 10-milliseconds - seconds or milliseconds

1-millisecond

What is the maximum size of data that a block blob in Azure Blob storage can store? - 8-TB - Unlimited - 190.7-TiB

190.7-TiB

What is the maximum number of instances for a function app on a Consumption plan in Windows? - 300 - 100 - 200

200

What is the role of a feature manager in managing application features? - A feature manager is a rule for evaluating the state of a feature flag. - A feature manager is a variable with a binary state of on or off. - A feature manager is an application package that handles the lifecycle of all the feature flags in an application.

A feature manager is an application package that handles the lifecycle of all the feature flags in an application

What is a revision in Azure Container Apps? - A dynamic snapshot of a container app version. - A version of a container app that is actively being used. - An immutable snapshot of a container app version.

An immutable snapshot of a container app version

Which of the following app scenarios require code to handle Conditional Access challenges? - Apps performing the device-code flow - Apps performing the on-behalf-of flow - Apps performing the Integrated Windows authentication flow

Apps performing the on-behalf-of flow

Which access tier is considered to be offline and can't be read or modified? - Cool - Archive - Hot

Archive

Which of the following best practices provides the most flexible and secure way to use a service or account shared access signature (SAS)? - Associate SAS tokens with a stored access policy. - Always use HTTPS - Implement a user delegation SAS

Associate SAS tokens with a stored access policy

Which of these statements best describes autoscaling?

Autoscaling is a scale out/scale in solution.

An organization wants to implement a serverless workflow to solve a business problem. One of the requirements is the solution needs to use a designer-first (declarative) development model. Which of the choices below meets the requirements? - Azure Functions - Azure Logic Apps - WebJobs

Azure Logic Apps

If you want to mount multiple volumes, what options are at your disposal for deployment? - YAML file only - Azure Resource Manager template and YAML file - Azure Resource Manager template and PowerShell

Azure Resource Manager template and YAML file

Which Azure container registry tiers benefit from encryption-at-rest? - Basic, Standard, and Premium - Basic and Standard only - Premium only

Basic, Standard, and Premium

Which of the following classes of the Azure Storage client library for .NET allows you to manipulate both Azure Storage containers and their blobs? - BlobClient - BlobContainerClient - BlobUriBuilder

BlobContainerClient

Each Azure subscription has default limits on resources needed for an Azure Content Delivery Network (CDN). Which of the following resources has subscription limitations you need to consider for your solution? - Resource group - CDN profiles - Storage account

CDN profiles

Which of the following options represents when an event processor marks or commits the position of the last successfully processed event within a partition? - Checkpointing - Scale - Load balance

Checkpointing

Which of the following availability tests is recommended for authentication tests? - URL ping - Standard - Custom TrackAvailability

Custom TrackAvailability

Which of the types of permissions supported by the Microsoft identity platform is used by apps that have a signed-in user present? - Delegated permissions - App-only access permissions - Both delegated and app-only access permissions

Delegated permissions

. Which of the following types of application logging is supported on the Linux platform?

Deployment logging

What is the purpose of using PublicClientApplicationBuilder class in MSAL.NET? - Creates a new Azure account. - Enables the automation and validation of the creation and teardown of environments to help deliver secure and stable application hosting platforms - Adds a new API permission to the registered app.

Enables the automation and validation of the creation and teardown of environments to help deliver secure and stable application hosting platforms

Which of the following Event Grid built-in roles is appropriate for managing Event Grid resources? - Event Grid Contributor - Event Grid Subscription Contributor - Event Grid Data Sender

Event Grid Contributor

In which of the following app configuration settings categories would you set the stack and SDK version?

General settings

Which of the following types of storage accounts is recommended for most scenarios using Azure Storage? - General-purpose v2 - General-purpose v1 - FileStorage

General-purpose v2

Which of the following managed identity characteristics is indicative of user-assigned identities? - Shared lifecycle with an Azure resource - Independent life-cycle - Can only be associated with a single Azure resource

Independent life-cycle

What is the purpose of the lease container in the Azure Cosmos DB change feed processor? - It stores the data from which the change feed is generated. - It processes the change feed across multiple workers. - It acts as a state storage and coordinates processing the change feed across multiple workers.

It acts as a state storage and coordinates processing the change feed across multiple workers.

Which of the following options is true about the built-in authentication feature in Azure Container Apps? - It can only be configured to restrict access to authenticated users. - It allows for out-of-the-box authentication with federated identity providers. - It requires the use of a specific language or SDK.

It allows for out-of-the-box authentication with federated identity providers

What is the role of the ContentType property in Service Bus message payloads? - It encrypts the payload for secure transmission. - It determines the size of the payload. - It enables applications to describe the payload, with the suggested format

It enables applications to describe the payload, with the suggested format

What is a key benefit of the Flex Consumption plan in Azure Functions hosting options? - It provides fully predictable billing and manual scale instances. - It offers high scalability with compute choices, virtual networking, and pay-as-you-go billing. - It allows for the packaging of custom libraries with function code.

It offers high scalability with compute choices, virtual networking, and pay-as-you-go billing.

What is the purpose of the context object in a stored procedure in Azure Cosmos DB? - It provides access to the database schema and metadata. - It allows for the creation of new collections within the database. - It provides access to all operations that can be performed in Azure Cosmos DB, and access to the request and response objects.

It provides access to all operations that can be performed in Azure Cosmos DB, and access to the request and response objects.

What is the purpose of the 'QueueClient' class in Azure Queue Storage when using .NET? - It manages the configuration files for client applications. - It retrieves and manipulates queues stored in Azure Queue Storage. - It creates and manage messages within a specific queue.

It retrieves and manipulates queues stored in Azure Queue Storage.

What is the purpose of labels in Azure App Configuration? - Labels are used to differentiate key-values with the same key in App Configuration. - Labels are used to encrypt key-values in App Configuration. - Labels are used to limit the size of key-values in App Configuration.

Labels are used to differentiate key-values with the same key in App Configuration

Which of the following standard HTTP headers are supported for both containers and blobs when setting properties by using REST? - Last-Modified - Content-Length - Origin

Last-Modified

Which of the following MSAL libraries supports single-page web apps? - MSAL Node - MSAL.js - MSAL.NET

MSAL.js

Which of the below methods of authenticating to Azure Key Vault is recommended for most scenarios? - Service principal and certificate - Service principal and secret - Managed identities

Managed identities

Which of the components of the Microsoft 365 platform is used to deliver data external to Azure into Microsoft Graph services and applications? - Microsoft Graph API - Microsoft Graph connectors - Microsoft Graph Data Connect

Microsoft Graph connectors

When you publish a website through Azure Content Delivery Network, the files on that site are cached until their time-to-live (TTL) expires. What is the default TTL for large file optimizations? - One day - One week - One year

One day

Which HTTP method is used to update a resource with new values? - POST - PATCH - PUT

PATCH

Which of the following types of blobs are used to store virtual hard drive files? - Block blobs - Append blobs - Page blobs

Page blob

Which of the following Event Hubs concepts represents an ordered sequence of events that is held in an Event Hubs? - Consumer group - Partition - Event Hubs producer

Partition

Which of the following metric collection types provides near real-time querying and alerting on dimensions of metrics, and more responsive dashboards? - Log-based - Pre-aggregated - Azure Service Bus

Pre-aggregated

Which of the following Azure Container Registry options support geo-replication to manage a single registry across multiple regions? - Basic - Standard - Premium

Premium

What is the role of pretriggers in Azure Cosmos DB? - Pretriggers are automatically executed for each database operation. - Pretriggers are executed before modifying a database item and must be specified for each database operation where you want them to execute. - Pretriggers are used to execute operations after modifying a database item.

Pretriggers are executed before modifying a database item and must be specified for each database operation where you want them to execute.

What is the main difference between Service Bus queues and topics with subscriptions? - Queues allow processing of a message by a single consumer, while topics with subscriptions provide a one-to-many form of communication. - Queues allow processing of a message by multiple consumers, while topics with subscriptions provide a one-to-one form of communication. - Topics with subscriptions allow processing of a message by a single consumer, while queues provide a one-to-many form of communication.

Queues allow processing of a message by a single consumer, while topics with subscriptions provide a one-to-many form of communication

A client app requests managed identities for an access token for a given resource. Which of the following options is the basis for the token? - Oauth 2.0 - Service principal - Virtual machine

Service principal

What is the lowest service tier of Azure Cache for Redis recommended for use in production scenarios? - Basic - Standard - Premium

Standard

Which of the following event schema properties requires a value? - Topic - Data - Subject

Subject

Which of these scenarios is a suitable candidate for autoscaling? - The number of users requiring access to an application varies according to a regular schedule. For example, more users use the system on a Friday than other days of the week. - The system is subject to a sudden influx of requests that grinds your system to a halt. - Your organization is running a promotion and expects to see increased traffic to their web site for the next couple of weeks.

The number of users requiring access to an application varies according to a regular schedule. For example, more users use the system on a Friday than other days of the week.

What is the purpose of using customer-managed keys in Azure App Configuration? - To enable authentication with Microsoft Entra ID - To permanently store the unwrapped encryption key - To encrypt sensitive information at rest

To encrypt sensitive information at rest

What is the purpose of a restart policy in Azure Container Instances? - To charge customers more for compute resources used while the container is running. - To ensure that containers are never restarted, even if the process fails. - To specify when and how containers should be restarted, based on the desired behavior.

To specify when and how containers should be restarted, based on the desired behavior.

Azure Key Vault protects data when it's traveling between Azure Key Vault and clients. What protocol does it use for encryption? - Secure Sockets Layer - Transport Layer Security - Presentation Layer

Transport Layer Security

Which of the following choices is required for a function to run? - Binding - Trigger - Both triggers and bindings

Trigger

What are the two versions of client-side encryption available in the Azure Blob Storage and Queue Storage client libraries? - Version 1 uses Cipher Block Chaining (CBC) mode with AES and Version 2 uses Galois/Counter Mode (GCM) mode with AES - Version 1 uses Advanced Encryption Standard (AES) and Version 2 uses Federal Information Processing Standards (FIPS) - Version 1 uses Galois/Counter Mode (GCM) mode with AES and Version 2 uses Cipher Block Chaining (CBC) mode with AES

Version 1 uses Cipher Block Chaining (CBC) mode with AES and Version 2 uses Galois/Counter Mode (GCM) mode with AES

Some configuration elements follow the content across a swap (not slot specific), whereas other configuration elements stay in the same slot after a swap (slot specific). Which of the following settings are swapped? - Publishing endpoints - WebJobs content - WebJobs schedulers

WebJobs content

Which of the following methods is recommended when deploying a multi-container group that includes only containers? - Azure Resource Management template - YAML file - az container creates command

YAML file

What is a key consideration when choosing to use Service Bus queues over Storage queues? - Your solution requires the queue to provide a guaranteed first-in-first-out (FIFO) ordered delivery. - Your application must store over 80 gigabytes of messages in a queue. - You require server side logs of all of the transactions executed against your queues.

Your solution requires the queue to provide a guaranteed first-in-first-out (FIFO) ordered delivery.


Ensembles d'études connexes

2204 Relaxation Therapy, NURS 260 Exam 4 - 2204 Therapeutic Communication, Exam 4 PPQ's, Chapter 10. Therapeutic Groups, Chapter 11. Intervention With Families, Chapter 14. Assertiveness Training, Chapter 16. Anger/Aggression Management, Chapter 18....

View Set

Study Session 3: Hypothesis Testing

View Set

BIOL228: Terrestrial Vertebrates

View Set

Principles of Marketing Ch.12 Book/Vocab Notes

View Set

SMM Chapter 4: Rules of Engagement for SMM

View Set

Exam 1 - MGMT 443 Mendez Chico State

View Set

Managerial Accounting and Cost Concepts

View Set

MGT 363 Flores Ch. 3 Quiz Review

View Set