AZ-203 Deutsch試験無料問題集「Microsoft Developing Solutions for Microsoft Azure (AZ-203 Deutsch Version) 認定」

Sie müssen den Fehler auf der Versand-Website beheben.
Wie sollten Sie den Azure Table Storage-Dienst konfigurieren? Wählen Sie zum Beantworten die entsprechenden Optionen im Antwortbereich aus.
HINWEIS: Jede richtige Auswahl ist einen Punkt wert.
正解:

Explanation

Box 1: AllowedOrigins
A CORS request will fail if Access-Control-Allow-Origin is missing.
Scenario:
The following error message displays while you are testing the website:

Box
2: http://test-shippingapi.wideworldimporters.com
Syntax: Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: <origin>
Access-Control-Allow-Origin: null
<origin> Specifies an origin. Only a single origin can be specified.
Box 3: AllowedOrigins
Box 4: POST
The only allowed methods are GET, HEAD, and POST. In this case POST is used.
"<Corsrule>" "allowedmethods" Failed to load no "Access-control-Origin" header is present References:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
Topic 2, Coho Winery
Case Study:
Overview
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference infonnation that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, dick the Next button Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
LabelMaker app
Coho Winery produces, bottles, and distributes a variety of wines globally. You are a developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions.
Coho Winery has a LabelMaker application that prints labels for wine bottles. The application sends data to several printers. The application consists of five modules that run independently on virtual machines (VMs).
Coho Winery plans to move the application to Azure and continue to support label creation.
External partners send data to the LabelMaker application to include artwork and text for custom label designs.
Requirements
Data
You identify the following requirements for data management and manipulation:
* Order data is stored as nonrelational JSON and must be queried using Structured Query Language (SQL).
* Changes to the Order data must reflect immediately across all partitions. All reads to the Order data must fetch the most recent writes.
Security
You have the following security requirements:
* Users of Coho Winery applications must be able to provide access to documents, resources, and applications to external partners.
* External partners must use their own credentials and authenticate with their organization's identity management solution.
* External partner logins must be audited monthly for application use by a user account administrator to maintain company compliance.
* Storage of e-commerce application settings must be maintained in Azure Key Vault.
* E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD).
* Conditional access policies must be applied at the application level to protect company content.
* The LabelMaker application must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
LabelMaker app
Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
You must use Azure Container Registry to publish images that support the AKS deployment.
Architecture

Issues
Calls to the Printer API App fall periodically due to printer communication timeouts.
Printer communication timeouts occur after 10 seconds. The label printer must only receive up to 5 attempts within one minute The order workflow fails to run upon initial deployment to Azure.
Order.Json
Relevant portions oi the app files are shown below. Line numbers are included for reference only. The JSON file contains a representation of the data for an order that includes a single item.

Sie müssen das Problem mit der Benutzeransage beheben. Was solltest du verwenden?

解説: (GoShiken メンバーにのみ表示されます)
Sie bereiten die Bereitstellung einer Krankenaktenanwendung auf einer virtuellen Azure-Maschine (VM) vor. Die Anwendung wird mithilfe einer virtuellen Festplatte bereitgestellt, die von einem lokalen Build-Server erstellt wurde.
Sie müssen sicherstellen, dass sowohl die Anwendung als auch die zugehörigen Daten während und nach der Bereitstellung in Azure verschlüsselt werden.
Welche drei Aktionen sollten Sie nacheinander ausführen? Verschieben Sie zum Beantworten die entsprechenden Aktionen aus der Liste der Aktionen in den Antwortbereich und ordnen Sie sie in der richtigen Reihenfolge an.
正解:

Explanation

Step 1: Encrypt the on-premises VHD by using BitLocker without a TPM. Upload the VM to Azure Storage Step 2: Run the Azure PowerShell command Set-AzureRMVMOSDisk To use an existing disk instead of creating a new disk you can use the Set-AzureRMVMOSDisk command.
Example:
$osDiskName = $vmname+'_osDisk'
$osDiskCaching = 'ReadWrite'
$osDiskVhdUri = "https://$stoname.blob.core.windows.net/vhds/"+$vmname+"_os.vhd"
$vm = Set-AzureRmVMOSDisk -VM $vm -VhdUri $osDiskVhdUri -name $osDiskName -Create Step 3: Run the Azure PowerShell command Set-AzureRmVMDiskEncryptionExtension Use the Set-AzVMDiskEncryptionExtension cmdlet to enable encryption on a running IaaS virtual machine in Azure.
Incorrect:
Not TPM: BitLocker can work with or without a TPM. A TPM is a tamper resistant security chip on the system board that will hold the keys for encryption and check the integrity of the boot sequence and allows the most secure BitLocker implementation. A VM does not have a TPM.
References:
https://www.itprotoday.com/iaaspaas/use-existing-vhd-azurerm-vm
Hinweis: Diese Frage ist Teil einer Reihe von Fragen, die dasselbe Szenario darstellen. Jede Frage in der Reihe enthält eine eindeutige Lösung. Stellen Sie fest, ob die Lösung die angegebenen Ziele erfüllt.
Sie entwickeln mehrere ASP.Net-Webanwendungen und stellen sie für Azure App Service bereit. Sie möchten Sitzungsstatusinformationen und HTML-Ausgaben speichern. Sie müssen einen Speichermechanismus mit den folgenden Anforderungen verwenden:
* Sitzungsstatus für alle ASP.NET-Webanwendungen freigeben
* Unterstützt den kontrollierten, gleichzeitigen Zugriff auf dieselben Sitzungsstatusdaten für mehrere Leser und einen einzelnen Schreiber
* Speichern Sie die vollständigen HTTP-Antworten für gleichzeitige Anforderungen
Sie müssen die Informationen speichern.
Vorgeschlagene Lösung: Stellen Sie den Azure-Cache für Redis bereit und konfigurieren Sie ihn. Aktualisieren Sie die Webanwendungen.
.
Entspricht die Lösung dem Ziel?

Sie entwickeln Softwarelösungen für einen mobilen Zustelldienst. Sie entwickeln eine mobile App, mit der Benutzer in einem Restaurant in ihrer Nähe bestellen können. Die App verwendet den folgenden Workflow:
1. Ein Fahrer wählt die Restaurants aus, für die er Bestellungen ausliefert.
2. Bestellungen werden an alle verfügbaren Fahrer in einem Gebiet gesendet.
3. Für den Fahrer werden nur Bestellungen für die ausgewählten Restaurants angezeigt.
4. Der erste Fahrer, der eine Bestellung annimmt, entfernt diese aus der Liste der verfügbaren Bestellungen.
Sie müssen eine Azure Service Bus-Lösung implementieren.
Welche drei Aktionen sollten Sie nacheinander ausführen? Verschieben Sie zum Beantworten die entsprechenden Aktionen aus der Liste der Aktionen in den Antwortbereich und ordnen Sie sie in der richtigen Reihenfolge an.
正解:

Explanation

Box 1: Create a single Service Bus Namespace
To begin using Service Bus messaging entities in Azure, you must first create a namespace with a name that is unique across Azure. A namespace provides a scoping container for addressing Service Bus resources within your application.
Box 2: Create a Service Bus Topic for each restaurant for which a driver can receive messages.
Create topics.
Box 3: Create a Service Bus subscription for each restaurant for which a driver can receive orders.
Topics can have multiple, independent subscriptions.
References:
https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
Sie müssen die Instrumentierungsfunktionen von Application Insights mithilfe des Azure Mobile Apps SDK implementieren, um eine aussagekräftige Analyse der Benutzerinteraktionen mit einer mobilen App zu ermöglichen.
Sie müssen die Daten erfassen, die zur Implementierung der Usage Analytics-Funktion von Application Insights erforderlich sind. Welche drei Datenwerte sollten Sie erfassen? Jede richtige Antwort stellt einen Teil der Lösung dar. HINWEIS: Jede richtige Auswahl ist einen Punkt wert.

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Ein Unternehmen verwendet Azure SQL-Datenbank zum Speichern von Daten für eine App. Die Daten enthalten vertrauliche Informationen.
Sie müssen Maßnahmen implementieren, die es nur Mitgliedern der Manager-Gruppe ermöglichen, vertrauliche Informationen anzuzeigen.
Welche beiden Aktionen sollten Sie ausführen? Jede richtige Antwort ist Teil der Lösung.
HINWEIS: Jede richtige Auswahl ist einen Punkt wert.

解説: (GoShiken メンバーにのみ表示されます)
Hinweis: Diese Frage ist Teil einer Reihe von Fragen, die dasselbe Szenario darstellen. Jede Frage in der Reihe enthält eine eindeutige Lösung. Stellen Sie fest, ob die Lösung die angegebenen Ziele erfüllt.
Sie entwickeln mehrere ASP.Net-Webanwendungen und stellen sie für Azure App Service bereit. Sie möchten Sitzungsstatusinformationen und HTML-Ausgaben speichern. Sie müssen einen Speichermechanismus mit den folgenden Anforderungen verwenden:
* Sitzungsstatus für alle ASP.NET-Webanwendungen freigeben
* Unterstützt den kontrollierten, gleichzeitigen Zugriff auf dieselben Sitzungsstatusdaten für mehrere Leser und einen einzelnen Schreiber
* Speichern Sie die vollständigen HTTP-Antworten für gleichzeitige Anforderungen
Sie müssen die Informationen speichern.
Vorgeschlagene Lösung: Stellen Sie eine Azure-Datenbank für PostgreSQL bereit und konfigurieren Sie sie. Aktualisieren Sie die Webanwendungen.
Entspricht die Lösung dem Ziel?

: 165 DRAG DROP
Sie entwickeln eine Softwarelösung für ein autonomes Transportsystem. Die Lösung verwendet große Datenmengen und die Azure-Stapelverarbeitung, um Navigationssätze für ganze Fahrzeugflotten zu simulieren.
Sie müssen Rechenknoten für die Lösung in Azure Batch erstellen.
Was sollte man tun?
Ordnen Sie die Aktionen in der richtigen Reihenfolge an.
正解:

Explanation

With .NET:
Step 1: In the Azure portal, create a Batch account.
First we create a batch account.
Step 2: In a .NET method, call the method: BatchClient.PoolOperations.CreatePool Now that you have a Batch account, create a sample pool of Windows compute nodes for test purposes. To create a Batch pool, the app uses the BatchClient.PoolOperations.CreatePool method to set the number of nodes, VM size, and a pool configuration.
Step 3: In a .NET method, call the method: BatchClient.PoolOperations.CreateJob Now that you have a pool, create a job to run on it. A Batch job is a logical group for one or more tasks. A job includes settings common to the tasks, such as priority and the pool to run tasks on. Initially the job has no tasks. The app uses the BatchClient.JobOperations.CreateJob method to create a job on your pool.
Step 4: In a .NET method, call the method: batchClient.JobOperations.AddTask Now create sample tasks to run in the job. Typically you create multiple tasks that Batch queues and distributes to run on the compute nodes. The app adds tasks to the job with the AddTask method, which queues them to run on the compute nodes.
For example: batchClient.JobOperations.AddTask(JobId, tasks);
References:
https://docs.microsoft.com/en-us/azure/batch/quick-create-portal
https://docs.microsoft.com/en-us/azure/batch/quick-run-dotnet
Ihr Unternehmen migriert Anwendungen zu Azure. Die IT-Abteilung muss internen Entwicklern ermöglichen, mit dem Microsoft-Support zu kommunizieren.
Die Servicemitarbeiter der IT-Abteilung dürfen nur Ressourcen anzeigen und Support-Ticket-Berechtigungen für alle Abonnements erstellen. Eine neue benutzerdefinierte Rolle muss erstellt werden, indem eine Standardrollendefinition wiederverwendet und die Berechtigungen geändert werden.
Sie müssen die benutzerdefinierte Rolle erstellen.
Wählen Sie zum Beantworten die entsprechenden Optionen im Antwortbereich aus.
HINWEIS: Jede richtige Auswahl ist einen Punkt wert.
正解:

Explanation

Box 1: Set-AzureRmRoleDefinition Input-File C:\SupportRole.json
The Set-AzureRmRoleDefinition cmdlet updates an existing custom role in Azure Role-Based Access Control.
Provide the updated role definition as an input to the command as a JSON file or a PSRoleDefinition object.
The role definition for the updated custom role MUST contain the Id and all other required properties of the role even if they are not updated: DisplayName, Description, Actions, AssignableScope Box 2: "*/read*."* Microsoft.Support/*" Microsoft.Support/* Create and manage support tickets
"Microsoft.Support" role definition azure