لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer
B. producer
C. current
D. current
عرض الإجابة
اجابة صحيحة: B
السؤال #2
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messagescorrect
B. Tablecorrect
C. Script Includecorrect
D. Workflow
عرض الإجابة
اجابة صحيحة: ABC
السؤال #3
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
A. Conditions, Roles, Script
B. Conditions, Script, Roles
C. Roles, Conditions, Scriptcorrect
D. Script, Conditions, Roles
عرض الإجابة
اجابة صحيحة: C
السؤال #4
Which of the following is a good practice for adding instructions to a form?
A. Annotationscorrect
B. Related links to wiki pages
C. A context Menu UI Action
D. A population read-only field
عرض الإجابة
اجابة صحيحة: A
السؤال #5
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
عرض الإجابة
اجابة صحيحة: A
السؤال #6
Which of the following is NOT a caller access field option?
A. Caller Tracking
B. Caller Restriction
C. None
D. Caller Permissioncorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #7
Which one of the following is the fastest way to create and configure a Record Producer?
A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Linkcorrect
D. Open the table’s form, right-click on the form header, and select the Create Record Producer menu item
عرض الإجابة
اجابة صحيحة: C
السؤال #8
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer
B. producer
C. current
D. current
عرض الإجابة
اجابة صحيحة: B
السؤال #9
Which of the following is NOT a trigger type in Flow Designer?
A. Outbound Emailcorrect
B. Application
C. Record
D. Schedule
عرض الإجابة
اجابة صحيحة: A
السؤال #10
Which of the following methods are useful in Access Control scripts?
A. g_user
B. gs
C. g_user
D. gs
عرض الإجابة
اجابة صحيحة: B
السؤال #11
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
A. g_user
B. g_user
C. g_user
D. g_user
عرض الإجابة
اجابة صحيحة: B
السؤال #12
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A. Identify the tablecorrect
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class
عرض الإجابة
اجابة صحيحة: A
السؤال #13
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
A. Publisher
B. Specialist
C. Provider
D. Consumercorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #14
Here is the Business Rule script template: This type of JavaScript function is known as:
A. Constructor
B. Scoped
C. Anonymous
D. Self-invokingcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #15
Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an applicationcorrect
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
عرض الإجابة
اجابة صحيحة: B
السؤال #16
Can inherited fields be deleted from a table?
A. Yes, select the red X in the left-most column in the table definition
B. Yes, but only if there has never been any saved field data
C. No, inherited fields cannot be deleted from a child table
D. Yes, but only if they are text fields
عرض الإجابة
اجابة صحيحة: C
السؤال #17
In Form Designer, when you edit the label of a field on a child table, the label is updated on?
A. Base table
B. Parent table
C. Child table
D. All tables
عرض الإجابة
اجابة صحيحة: C
السؤال #18
Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table’s application can read from the table
D. All application scopes can read from the tablecorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #19
Which of the following is NOT supported by Flow Designer?
A. Call a subflow from a flow
B. Test a flow with rollbackcorrect
C. Use Delegated Developer
D. Run a flow from a MetricBase Trigger
عرض الإجابة
اجابة صحيحة: B
السؤال #20
Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form
B. Field Watcher
C. jslog()
D. gs
عرض الإجابة
اجابة صحيحة: D
السؤال #21
When building an extended table from a base table, which fields do you need to create? Choose 2 answers
A. AThe reference fields for the base table
B. BThe fields that are not in the base table
C. CThe mandatory fields for the base table
D. DThe fields that are specific to the extended table
عرض الإجابة
اجابة صحيحة: BD
السؤال #22
Which script types execute on the server? (Choose three.)
A. Business Rulecorrect
B. Client Scripts
C. UI Policies
D. Script Actionscorrect
E. Scheduled Jobscorrect
عرض الإجابة
اجابة صحيحة: ADE
السؤال #23
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
A. GlideRecord and current
B. GlideUser and GlideRecord
C. GlideSystem and GlideRecordcorrect
D. GlideSystem and current
عرض الإجابة
اجابة صحيحة: C
السؤال #24
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
A. AAny user with the protected_edit role can see and edit the Script Include
B. BThe Protection policy option can only be enabled by a user with the admin role
C. CThe Protection Policy is applied only if the glide
D. DThe Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
عرض الإجابة
اجابة صحيحة: D
السؤال #25
Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includescorrect
C. Client Scripts
D. Access Controls
عرض الإجابة
اجابة صحيحة: B
السؤال #26
Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an applicationcorrect
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
عرض الإجابة
اجابة صحيحة: B
السؤال #27
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
عرض الإجابة
اجابة صحيحة: A
السؤال #28
When evaluating Access Controls, ServiceNow searches and evaluates:
A. Only for matches on the current table
B. Only for matches on the current field
C. From the most specific match to the most generic matchcorrect
D. From the most generic match to the most specific match
عرض الإجابة
اجابة صحيحة: C
السؤال #29
Which objects can be used in Inbound Action scripts?
A. urrent and previous
B. urrent and email
C. urrent and event
D. urrent and producer
عرض الإجابة
اجابة صحيحة: B
السؤال #30
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
عرض الإجابة
اجابة صحيحة: A

View The Updated ServiceNow Exam Questions

SPOTO Provides 100% Real ServiceNow Exam Questions for You to Pass Your ServiceNow Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: