ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 38 - MB-820 discussion

Report
Export

You are cleaning up sandbox environments for a company.

The company requires data to be cleared from the environments each time an extension is published.

You need to configure the launch.json file.

Which schemaUpdateMode property should you set?

A.

ForceUpgrade

Answers
A.

ForceUpgrade

B.

ForceSync

Answers
B.

ForceSync

C.

Synchronize

Answers
C.

Synchronize

D.

Recreate

Answers
D.

Recreate

Suggested answer: D

Explanation:

In the context of cleaning up sandbox environments for a company where data needs to be cleared each time an extension is published, the schemaUpdateMode property in the launch.json file should be set to Recreate (D). Setting this property to Recreate ensures that every time the extension is published, the existing tables and data are dropped, and then the tables are recreated based on the current extension's schema. This mode is particularly useful in development and testing environments where you need a clean slate for testing each version of the extension without the remnants of previous data affecting the outcomes. It's important to use this setting cautiously, as it results in the loss of all existing data in the tables defined by the extension, which is suitable for a sandbox environment but not for production environments.

asked 05/10/2024
alejandro capel
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first