Computer Science, asked by HareshA, 1 year ago

Strategies to overcome PaaS local Failures are
select Multiple which are correct

1)Configure at least two instances for each role.

2)Verify that worker role tasks are idempotent and restart-able.

3)Persist state in durable storage, not on role instances.

4)Do not use the D: drive for persistent storage.​

Answers

Answered by nidaeamann
2

Answer:

1 and 3

Explanation:

Among the various options given in question statement, the following two are correct

1) Configure at least two instances for each role.

3) Persist state in durable storage, not on role instances.

Other than these, some other good practices for ensuring a safe Paas method is deploy threat modeling in system to check for any infected software, implement accounts based on the nature of role for better security and also manage data on reliable cloud systems

Similar questions