nerdexam
Microsoft

MB7-702 · Question #43

MB7-702 Question #43: Real Exam Question with Answer & Explanation

The correct answer is A. The data will be cached in the private cache of the Microsoft Dynamics NAV Server.. CachingMicrosoft Dynamics NAV 2013 R2 uses an improved cache system. The following functions use the cache system: There are two types of caches: Global cache - for all users connected to a Microsoft Dynamics NAV Server instance. Private cache - per user, per company, in a transa

Question

You write the following C/AL code segment: GLSetup.LOCKTABLE; GLSetup.GET; Which statement is true about the caching of data from the GLSetup table?

Options

  • AThe data will be cached in the private cache of the Microsoft Dynamics NAV Server.
  • BThe data is not cached because only results from query objects are cached.
  • CThe data will be cached in the global cache of the Microsoft Dynamics NAV Server.
  • DThe data is not cached because this is a locking transaction.

Explanation

CachingMicrosoft Dynamics NAV 2013 R2 uses an improved cache system. The following functions use the cache system: There are two types of caches: Global cache - for all users connected to a Microsoft Dynamics NAV Server instance. Private cache - per user, per company, in a transactional scope. Data in a private cache for a given table and company are flushed when a transaction ends. The cache that is used is determined by the lock state of a table. If a table is not locked than the global cache is queried for data; otherwise, the private cache is queried.

Community Discussion

No community discussion yet for this question.

Full MB7-702 Practice