Free ServiceNow CSA Actual Exam Questions - Question 14 Discussion

Question No. 14
Record numbers have to be manually incremented
Select one option, then reveal solution.
US
AE
Adeel E.
2026-02-18

It’s kinda tricky without context. If we consider standard DB tables, they usually auto-increment, so B makes sense. But if this is about simple data files or old methods, manual incrementing could still apply.

0
AE
Adeel E.
2026-02-16

B for me too. Almost every modern system uses auto-increment or sequences, so manually handling record numbers would be outdated and error-prone.

0
SN
Shoaib N.
2026-02-14

A imo, the question might be talking about really old or super basic systems where you have to set record numbers yourself. Today, yeah, most DBs handle it automatically, but that’s not universal—some setups still require manual increments. So it depends on context but can’t fully rule out manual need.

0
AT
Adeel T.
2026-02-13

A/B? If you think about very basic files or some custom setups, manual might still happen. But in general DBs, automatic is the norm, so false seems more accurate overall.

0
SZ
Sam Z.
2026-02-12

Does the question assume legacy systems only, or general practice today?

0
SZ
Sam Z.
2026-01-29

It’s B because almost every current database engine has an automatic way to increment record IDs now, so manually doing it isn’t really required in most cases.

0
AG
Ahmed G.
2026-01-29

Option B makes the most sense since auto-increment is pretty standard now, even in smaller systems. Manually handling numbers just isn’t practical anymore unless you’re using very outdated software.

0
AG
Ahmed G.
2026-01-29

B, because most modern database systems have built-in features like auto-increment fields or sequences that handle record numbering automatically. It’s way more efficient and reduces errors, so manual increments are pretty outdated except in rare cases or very old systems.

0
OD
Osama D.
2026-01-21

A imo, some systems def still need manual increments despite many auto options.

0
AC
Ali C.
2026-01-17

A/B? I get that auto-increment is common, but some legacy or simpler databases might still require manual increments. Not always automatic.

0
NR
Naveed R.
2026-01-17

B. False, most systems auto-increment record numbers nowadays.

0