01. A company uses Azure SQL Database to store data for an app. The data includes sensitive information in a column named CustDetails. You need to implement measures that allow only members of the managers group to see sensitive information.
Which two actions should you perform?
Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
a) Include the managers group
b) Exclude the managers group
c) Exclude the administrators group.
d) Navigate to the following URL:
e) Run the following Azure PowerShell command:
02. You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop. You implement Azure Service Bus to publish alarms. Each alarm controller uses Azure Service Bus to receive alarm signals as part of a transaction.
Alarm events must be recorded for audit purposes. Each transaction record must include information about the alarm type that was activated. You need to implement a reply trail auditing solution.
Which two actions should you perform?
Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
a) Assign the value of the hazard message SessionID property to the SequenceNumber property.
b) Assign the value of the hazard message SequenceNumber property to the DeliveryCount property.
c) Assign the value of the hazard message MessageId property to the DeliveryCount property.
d) Assign the value of the hazard message SessionID property to the ReplyToSessionId property.
e) Assign the value of the hazard message MessageId property to the SequenceNumber property.
f) Assign the value of the hazard message MessageId property to the CorrelationId property.
03. You are developing a mobile instant messaging app for a company. The mobile app must meet the following requirements:
- Support offline data sync.
- Update the latest messages during normal sync cycles.
You need to implement Offline Data Sync. Which two actions should you perform?
Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
a) Retrieve records from Offline Data Sync on every call to the PullAsync method.
b) Retrieve records from Offline Data Sync using an Incremental Sync.
c) Push records to Offline Data Sync using an Incremental Sync.
d) Return the updatedAt column from the Mobile Service Backend and implement sorting by using the column.
e) Return the updatedAt column from the Mobile Service Backend and implement sorting by the message id.
04. You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AAD) for authentication.
You need to implement multifactor authentication for the website. What should you do?
Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.
a) In Azure AD, create a new conditional access policy.
b) In Azure AD, enable application proxy.
c) Configure the website to use Azure AD B2C.
d) In Azure AD conditional access, enable the baseline policy.
e) Upgrade to Azure AD Premium.
05. A developer wants to create an Azure logic app that will run at a scheduled time, but if a recurrence is missed, the trigger needs to go back and process the missed recurrence. Which trigger type would best meet this requirement?
a) Sliding Window trigger
b) Delay trigger
c) Azure Logic Apps does not support this requirement.
d) Recurrence trigger
06. A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus. You are developing the first subscription application.
In the Azure portal you see that messages are being sent to the subscription for each topic. You create and initialize a subscription client object by supplying the correct details, but the subscription application is still not consuming the messages.
You need to complete the source code of the subscription client. What should you do?
a) await subscription Client.Add Rule Async(ne.v RuleDescription (RuleDescription.DefaultRuleName, new TrueFilter()));
b) subscriptionClient.RegisterMessageHandler(ProcessMessagesAsync, BiessageHandlerOptions);
c) subscriptionClient « new SubscriptionClient(ServiceBusConnectionString, TopicName, SubscriptionName);
d) await subscriptionClient.CloseAsync();
07. Which of the following would you use to secure the Shipping Logic App?
a) Azure App Service Environment
b) Azure AD B2B integration
c) Integration Service Environment
d) VNet service endpoint
08. A team is setting up logging for its Azure web app and wants only warning, error, and critical data. Which of the following levels best meets this requirement?
a) Disabled
b) Warning
c) Detailed
d) Verbose
09. You are developing a project management service by using ASP.NET. The service hosts conversations, files, to-do lists, and a calendar that users can interact with at any time.
The application uses Azure Search for allowing users to search for keywords in the project data. You need to implement code that creates the object which is used to create indexes in the Azure Search service.
Which two objects should you use?
Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
a) SearchService
b) SearchIndexClient
c) SearchServiceClient
d) SearchCredentials
10. You are implementing an Azure API app that uses built-in authentication and authorization functionality. All app actions must be associated with information about the current user.
You need to retrieve the information about the current user. What are two ways to achieve the goal?
Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
a) HTTP headers
b) environment variables
c) /.auth/me HTTP endpoint
d) /.auth/login endpoint