CSA Exam QuestionsBrowse all questions from this exam

CSA Exam - Question 232


Which one of the following describes the primary operations performed against tables in the ServiceNow platform?

Show Answer
Correct Answer: D

The primary operations performed against tables in the ServiceNow platform are those that involve managing the lifecycle of records in the database. These operations are known as CRUD, which stands for Create, Read, Update, and Delete. These operations are essential for allowing users to add new records, retrieve records, modify existing records, and remove records as needed. Therefore, Create, Read, Write, Delete most accurately describes the primary operations as 'Write' is often used interchangeably with 'Update' in this context.

Discussion

14 comments
Sign in to comment
Manny1218Option: D
Oct 27, 2023

Please read page 367 from the ServiceNow Administration Fundamentals - Tokyo booklet. It states Create, Delete, Read, Write. There is no Upload. There is an update, as stated in answer "C" but "C" also contains "Rate" which is also incorrect. Trick question!

RoupTOption: D
Jun 27, 2023

The answer is D. Please read each choice in the question carefully. CRUD / CRWD are used interchangeably. Create / Read / Update or Write / Delete The screen shots proof is here https://www.servicenow.com/community/developer-forum/crud-or-crwd/m-p/2583304

hananelOption: C
Mar 30, 2023

C is the right answer, these operations are called CRUD

hananel
Mar 30, 2023

Well apologies it is not C because it should be Create, Read, Update and Delete

HonouredOption: A
Apr 25, 2023

READ NOT RATE SO IT SHOULD BE A

studyGUYd
Jun 8, 2023

"CRUD", but the W for Write can replace the U for Update.

RoupTOption: D
Jun 27, 2023

Correct Answer is D Choice A has "Upload" this is incorrect Choice C has "Rate" this is incorrect

SamusSamusOption: D
Aug 25, 2024

The correct answer is D. In ServiceNow a CRUD is named as a CRWD, Create, Read, Write and Delete, be careful and take your time to understand the question

memope
Mar 10, 2023

remember CRUD so not D!

Mahe12
Mar 20, 2023

in ServiceNow, its CRWD. Do not confuse everyone please

hananel
Mar 30, 2023

it is CRUD not CRWD

hananel
Mar 30, 2023

it is CRUD not CRWD

HonouredOption: C
Apr 24, 2023

C is the right answer, these operations are called CRUD

davgmane
May 12, 2023

Create, Read, Update, Delete is CRUD

tangoalphaOption: C
Jun 8, 2023

https://docs.servicenow.com/bundle/utah-it-service-management/page/product/configurable-workforce-optimization-itsm/reference/components-installed-worforce-optimization-itsm.html

tangoalpha
Jun 8, 2023

It is A. Sorry. Create, Read, Update, Delete

sally41Option: D
Jan 13, 2024

D is the right answer.

sri_ravi
Nov 15, 2024

D is correct

NexfoOption: D
Feb 12, 2025

Create, Read, Write, Delete To make it easier to remember they acronym CRUD was introduced, where U stands for Update. But such choice is not available in AC rules, you have WRITE only. CRUD is for ease of remembering the basic operations, but it NOT the real option available.