NS0-003 Exam QuestionsBrowse all questions from this exam

NS0-003 Exam - Question 9


What are three types of data access? (Choose three.)

Show Answer
Correct Answer: CDE

The three types of data access are file, block, and object. File access involves reading and writing data from/to files, block access involves reading and writing blocks of data which is useful for database storage and often faster, and object access involves data stored as objects, which includes metadata and makes management and retrieval of data more flexible.

Discussion

1 comment
Sign in to comment
nixdorfOptions: CDE
Nov 17, 2023

CDE, is correct.