az-500 exam questions part II Flashcards
Your customer is planning to migrate on-premise data center to Microsoft Azure. Your customer wanted to make sure that company employees should be able to use the same username and password that they are using in on-premise environment. Your security administrator likes to automate the detection of identity-based risks.
Which authentication should you recommend?
Azure AD password hash synchronization is the simplest way to enable authentication for on-premises directory objects in Azure AD. Users can use the same username and password that they use on-premises without having to deploy any additional infrastructure. Some premium features of Azure AD, like Identity Protection and Azure AD Domain Services, require password hash synchronization, no matter which authentication method you choose.
Which of the below rules should you configure in Azure firewall to allow incoming internet connections?
There are three types of rule collections:
Application rules: Configure fully qualified domain names (FQDNs) that can be accessed from a subnet.
Network rules: Configure rules that contain source addresses, protocols, destination ports, and destination addresses.
NAT rules: Configure DNAT rules to allow incoming Internet connections.
You are designing an application which is allowed to access from specific locations. The users who access the application from all other locations must be blocked. Which Azure Active Directory (Azure AD) license should you use keeping license costs minimal to fulfill the above mentioned requirement?
Premium P1
nsg: is ping TCP traffic?
no
What is the minimum number of rules and action groups that you require?
3 rules and 1 action group
Security department wants to protect Azure SQL database connection string, which solution should they use
azure ad managed identity
f SSPR is enabled, you must select at least one of the following options
Mobile app notification
Mobile app code
Mobile phone
Office phone
Security questions
ou have an Azure SQL database named Db1 that runs on an Azure SQL server named SQLserver1.
You need to ensure that your team members can use the query editor on the Azure portal to query Db1.
What should you do?
The query editor uses ports 443 and 1443 to communicate. Ensure you have enabled outbound HTTPS traffic on these ports. You also need to add your outbound IP address to the server’s allowed firewall rules to access your databases.
Are Tags administrative operations?
No
What type of access i needed to get secret out of the key vault?
GET
A company has an Azure subscription and an Azure AD directory. They want to ensure an Azure AD user has the privilege to stop and start Azure virtual machines in the subscription. The solution must use the principle of least privilege.
Which of the following would you implement for this requirement?
You first create a JSON file that has the custom role definition. Then create the role with the New-AzRoleDefinition cmdlet. And then assign the role to the user using the New-AzRoleAssignment cmdlet.
Which tool can you use to connect to the container via the Shared access signature
You can use the Azure storage explorer to work with both the blob and file service
Which tool can you use to connect to the file share via the Shared access signature?
You can use the Azure storage explorer to work with both the blob and file service
You need to configure auditing for the Azure SQL database. Which of the following storage accounts can be used as the audit log destination?
Audit data can be stored in blob storage or general-purpose storage accounts. They just need to be in the same region as the SQL database.
You need to configure auditing for the Azure SQL database. Which of the following Log Analytics Workspaces can be used as the audit log destination?
The Log Analytics workspace can be in any region to store the audit data.