AZ-204 Practice Test ACTUAL UPDATED QUESTIONS AND CORRECT ANSWERS
#1 (Case Study 1 Litware Inc) -- Hotspot Question (Y/N) Windows 7 -- No
Windows 8.1 -- Yes
Azure File Upload - Add Supporting Operating System to Windows 10 -- Yes
Getting Started Document for an Azure File Upload.
- Windows 7?
- Windows 8.1?
- Windows 10?
#2 (Case Study 1 - Litware Inc) -- Drag & Drop Question response.StatusCode == <BOX 1: HttpStatusCode.InternalServerError>
&&
To ensure upload format issue is resolved, which code response.ReasonPhrase == "<BOX 2: CannotDeleteFileOrDirectory>"
should you add at line RU14?
response.StatusCode == [BOX 1]
&&
response.ReasonPhrase == "[BOX 2]"
options:
- SMBDeletePending
- ShareBeingDeleted
- HttpStatusCode.Conflict
- CannotDeleteFileOrDirectory
- HttpStatusCode.InternalServerError
#3 (Case Study 1 - Litware Inc) -- Hotspot Question BOX 1: Integrated Security = SSPI
BOX 2: Encrypt = True
To ensure security requirements are met, what value
should be used for the ConnectionString field on line
DB03 in the Database class?
"Data Source-datastore.database.windows.net;Initial
Catalog=expense;
[BOX 1];
[BOX 2];"
BOX 1 options:
- Integrated Security = SSPI
- Trusted_Connection = False
- Network Library = DBNSSOCN
- MultipleActiveResultSets = True
BOX 2 options:
- Encrypt = True
- Integrated Security = True
- Failover Partner = False
- Named Pipes = True
, #4 (Case Study 1 - Litware Inc) -- Hotspot Question var policy = [BOX 1]
.Handle<Exception>()
To configure retries in the LoadUserDetails function in the [BOX 2]
Database class without impacting user experience, what
code should you insert in line DB07? BOX 1 = Policy
var policy = [BOX 1] BOX 2 = .WaitAndRetryAsync(3, i => Timespan.fromMilliseconds(100" Math.Pow(1,i-
.Handle<Exception>() 1)));
[BOX 2]
BOX 1 options:
- Policy
- Retry Policy
- Retry Options
-ReconnectRetryPolicy
BOX 2 options:
- .Retry(3);
- .CircuitBreaker(3, Timespan.fromMilliseconds(100));
- .WaitAndRetryAsync(3, i =>
Timespan.fromMilliseconds(100));
- .WaitAndRetryAsync(3, i =>
Timespan.fromMilliseconds(100" Math.Pow(1,i-1)));
#5 (Case Study 2 - Coho Winery) A-Review the run history
D-Review the trigger history
Order workflow fails to run upon initial deployment to
Azure, what should you do?
A-Review the run history
B-Review the activity log
C-Review the API connections
D-Review the trigger history
#6 (Cae Study 2 - Coho Winery) Drag & Drop Question 1. Build a new application image by using dockerfile
You need new version of LabelMaker application, which 3 2.Create an alias of the image with the fully qualified path to the registry
actions should you perform in sequence?
3.Log into the registry and push image
-Restart the cluster
-Create an alias of the image with new builder number
-Build a new application image by using msbuild
-Create an alias of the image with the fully qualified path
to the registry
-Build a new application image by using dockerfile
-Download the image to your local computer
-Log into the registry and push image
#1 (Case Study 1 Litware Inc) -- Hotspot Question (Y/N) Windows 7 -- No
Windows 8.1 -- Yes
Azure File Upload - Add Supporting Operating System to Windows 10 -- Yes
Getting Started Document for an Azure File Upload.
- Windows 7?
- Windows 8.1?
- Windows 10?
#2 (Case Study 1 - Litware Inc) -- Drag & Drop Question response.StatusCode == <BOX 1: HttpStatusCode.InternalServerError>
&&
To ensure upload format issue is resolved, which code response.ReasonPhrase == "<BOX 2: CannotDeleteFileOrDirectory>"
should you add at line RU14?
response.StatusCode == [BOX 1]
&&
response.ReasonPhrase == "[BOX 2]"
options:
- SMBDeletePending
- ShareBeingDeleted
- HttpStatusCode.Conflict
- CannotDeleteFileOrDirectory
- HttpStatusCode.InternalServerError
#3 (Case Study 1 - Litware Inc) -- Hotspot Question BOX 1: Integrated Security = SSPI
BOX 2: Encrypt = True
To ensure security requirements are met, what value
should be used for the ConnectionString field on line
DB03 in the Database class?
"Data Source-datastore.database.windows.net;Initial
Catalog=expense;
[BOX 1];
[BOX 2];"
BOX 1 options:
- Integrated Security = SSPI
- Trusted_Connection = False
- Network Library = DBNSSOCN
- MultipleActiveResultSets = True
BOX 2 options:
- Encrypt = True
- Integrated Security = True
- Failover Partner = False
- Named Pipes = True
, #4 (Case Study 1 - Litware Inc) -- Hotspot Question var policy = [BOX 1]
.Handle<Exception>()
To configure retries in the LoadUserDetails function in the [BOX 2]
Database class without impacting user experience, what
code should you insert in line DB07? BOX 1 = Policy
var policy = [BOX 1] BOX 2 = .WaitAndRetryAsync(3, i => Timespan.fromMilliseconds(100" Math.Pow(1,i-
.Handle<Exception>() 1)));
[BOX 2]
BOX 1 options:
- Policy
- Retry Policy
- Retry Options
-ReconnectRetryPolicy
BOX 2 options:
- .Retry(3);
- .CircuitBreaker(3, Timespan.fromMilliseconds(100));
- .WaitAndRetryAsync(3, i =>
Timespan.fromMilliseconds(100));
- .WaitAndRetryAsync(3, i =>
Timespan.fromMilliseconds(100" Math.Pow(1,i-1)));
#5 (Case Study 2 - Coho Winery) A-Review the run history
D-Review the trigger history
Order workflow fails to run upon initial deployment to
Azure, what should you do?
A-Review the run history
B-Review the activity log
C-Review the API connections
D-Review the trigger history
#6 (Cae Study 2 - Coho Winery) Drag & Drop Question 1. Build a new application image by using dockerfile
You need new version of LabelMaker application, which 3 2.Create an alias of the image with the fully qualified path to the registry
actions should you perform in sequence?
3.Log into the registry and push image
-Restart the cluster
-Create an alias of the image with new builder number
-Build a new application image by using msbuild
-Create an alias of the image with the fully qualified path
to the registry
-Build a new application image by using dockerfile
-Download the image to your local computer
-Log into the registry and push image