KS 2023-Dec-14

KS 2023-Dec-14

Professional Development

8 Qs

quiz-placeholder

Similar activities

Intro to TMWin

Intro to TMWin

Professional Development

10 Qs

Ulang Tahun PBK ke-6

Ulang Tahun PBK ke-6

Professional Development

10 Qs

Test wiedzy z Mojej Prowizji

Test wiedzy z Mojej Prowizji

Professional Development

6 Qs

SheerID DR Quiz 09/07/2022

SheerID DR Quiz 09/07/2022

Professional Development

10 Qs

POST-TEST BIMTEK PENGISIAN SPT TAHUNAN OP 2023

POST-TEST BIMTEK PENGISIAN SPT TAHUNAN OP 2023

Professional Development

12 Qs

Canada Taxes

Canada Taxes

Professional Development

13 Qs

Day-3 Digital Marketing & Analytics

Day-3 Digital Marketing & Analytics

Professional Development

10 Qs

Hari Belajar GB

Hari Belajar GB

Professional Development

11 Qs

KS 2023-Dec-14

KS 2023-Dec-14

Assessment

Quiz

Business

Professional Development

Medium

Created by

Danh Thanh

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

1. What action we missed to check about the ServiceNow Data Exposure Issue for Nissan account?

Reviewing Service Portal Logs for Simple List Widget Activity

Reviewing Transaction Logs for Simple List Widget Activity

A & B are corrected

A & B are incorrected

2.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

  1. 2. According to Security Assessment Script article, what data can be leaked?

User Criteria

Public Knowledge Base

Private Knowledge Base

Knowledge article

3.

MULTIPLE SELECT QUESTION

20 sec • 20 pts

  1. 3. What are preventive actions for the ServiceNow Data Exposure Issue of Nissan SDSM?
    (Select all that applies)

After discussion on chat or meeting, MUST summary all information/ notes (email, One note.....)

Prioritize tasks and complete each assignment before moving on to the next one.

Improve technical and soft skill in an active way to adapt the requirement responsibility of the job, along with preparing for next level in career path

Conduct thorough research

4.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

4. What does gs.getProperty() do in ServiceNow?

Retrieves a system property value.

Retrieves a user's information.

Sets a new property in the system.

Logs a message to the system logs.

5.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

5. Why is hardcoding sys_id in ServiceNow scripts considered a bad practice?

It increases system security.

It reduces the flexibility of the code.

It simplifies code management.

It enhances system performance.

6.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

  1. 6. What is a common solution to avoid hardcoding sys_id in ServiceNow?

Using gs.getUser()

Using gs.getProperty()

Using gs.setDate()

Using gs.log()

7.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

  1. 7. In the context of avoiding hardcoded sys_id, what is the advantage of using gs.getProperty()?

It encrypts the sys_id.

It creates a new sys_id.

It allows dynamic retrieval of sys_id values.

It permanently stores the sys_id.

8.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

8. Which of the following scenarios is most suitable for using gs.getProperty() in ServiceNow?

When you need to log a message for debugging.

When you need to retrieve a dynamically set sys_id.

When you need to change a user's password.

When you need to create a new record in a table.