AZ-204 PRACTICE TEST (MODIFIED) QUESTIONS &
ANSWERS 2025
#1 (Case Study 1 Litware Inc) -- Hotspot Question (Y/N)
Azure File Upload - Add Supporting Operating System to Getting Started Document for
an Azure File Upload.
- Windows 7?
- Windows 8.1?
- Windows 10? - Answer -Windows 7 -- No
Windows 8.1 -- Yes
Windows 10 -- Yes
#2 (Case Study 1 - Litware Inc) -- Drag & Drop Question
To ensure upload format issue is resolved, which code should you add at line RU14?
response.StatusCode == [BOX 1]
&&
response.ReasonPhrase == "[BOX 2]"
options:
- SMBDeletePending
- ShareBeingDeleted
- HttpStatusCode.Conflict
- CannotDeleteFileOrDirectory
- HttpStatusCode.InternalServerError - Answer -response.StatusCode == <BOX 1:
HttpStatusCode.InternalServerError>
&&
response.ReasonPhrase == "<BOX 2: CannotDeleteFileOrDirectory>"
#3 (Case Study 1 - Litware Inc) -- Hotspot Question
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 - Answer -BOX 1: Integrated Security = SSPI
BOX 2: Encrypt = True
#4 (Case Study 1 - Litware Inc) -- Hotspot Question
To configure retries in the LoadUserDetails function in the Database class without
impacting user experience, what code should you insert in line DB07?
var policy = [BOX 1]
.Handle<Exception>()
[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))); -
Answer -var policy = [BOX 1]
.Handle<Exception>()
[BOX 2]
BOX 1 = Policy
BOX 2 = .WaitAndRetryAsync(3, i => Timespan.fromMilliseconds(100" Math.Pow(1,i-
1)));
#5 (Case Study 2 - Coho Winery)
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 - Answer -A-Review the run history
D-Review the trigger history
ANSWERS 2025
#1 (Case Study 1 Litware Inc) -- Hotspot Question (Y/N)
Azure File Upload - Add Supporting Operating System to Getting Started Document for
an Azure File Upload.
- Windows 7?
- Windows 8.1?
- Windows 10? - Answer -Windows 7 -- No
Windows 8.1 -- Yes
Windows 10 -- Yes
#2 (Case Study 1 - Litware Inc) -- Drag & Drop Question
To ensure upload format issue is resolved, which code should you add at line RU14?
response.StatusCode == [BOX 1]
&&
response.ReasonPhrase == "[BOX 2]"
options:
- SMBDeletePending
- ShareBeingDeleted
- HttpStatusCode.Conflict
- CannotDeleteFileOrDirectory
- HttpStatusCode.InternalServerError - Answer -response.StatusCode == <BOX 1:
HttpStatusCode.InternalServerError>
&&
response.ReasonPhrase == "<BOX 2: CannotDeleteFileOrDirectory>"
#3 (Case Study 1 - Litware Inc) -- Hotspot Question
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 - Answer -BOX 1: Integrated Security = SSPI
BOX 2: Encrypt = True
#4 (Case Study 1 - Litware Inc) -- Hotspot Question
To configure retries in the LoadUserDetails function in the Database class without
impacting user experience, what code should you insert in line DB07?
var policy = [BOX 1]
.Handle<Exception>()
[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))); -
Answer -var policy = [BOX 1]
.Handle<Exception>()
[BOX 2]
BOX 1 = Policy
BOX 2 = .WaitAndRetryAsync(3, i => Timespan.fromMilliseconds(100" Math.Pow(1,i-
1)));
#5 (Case Study 2 - Coho Winery)
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 - Answer -A-Review the run history
D-Review the trigger history