nerdexam
IBM

LOT-404 · Question #12

LOT-404 Question #12: Real Exam Question with Answer & Explanation

The correct answer is C. Once the encrypted cache is destroyed there is no way to return the data that was stored in it.. See the full explanation below for the reasoning.

Question

George is using an encrypted cache in his application. He has destroyed the encrypted cache using the following API: WL.EncryptedCache.destroy(onComplete, onError);. George then realizes he wants to restore the cached. How can he accomplish this?

Options

  • AHe can use the following API: WL.EncryptedCache.restore(onComplete, onError);.
  • BHe can use the following API: WL.EncryptedCache.reinstate(onComplete, onError);.
  • COnce the encrypted cache is destroyed there is no way to return the data that was stored in it.
  • DOnce the encrypted cache is destroyed he can only restore it if he has configured automatic backups.

Community Discussion

No community discussion yet for this question.

Full LOT-404 Practice