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

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

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

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

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

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

السؤال #1
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sentcorrect
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
عرض الإجابة
اجابة صحيحة: B
السؤال #2
Why would you build a custom app?
A. To fulfill is specific use case on internal processes
B. To avoid using a code repository like GiotHub or GitLab
C. To create a custom integration for a 3rd party systemcorrect
D. To replace servieNow base tables
عرض الإجابة
اجابة صحيحة: AC
السؤال #3
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Fie
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and ccorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #4
Identify the incorrect statement about Delegated Development in ServiceNow.
A. Administrators can grant non-admin users the ability to develop global applications
B. Administrators can specify which application file types the developer can access
C. Administrators can grant the developer access to script fields
D. Administrators can grant the developer access to security records
عرض الإجابة
اجابة صحيحة: A
السؤال #5
Which one of the following is part of the client-side scripting API?
A. orkflow
B. lideUser object (g_user)
C. urrent and previous objects
D. lideSystem object (gs)
عرض الإجابة
اجابة صحيحة: B
السؤال #6
Which of the following is NOT a way to install an application on a ServiceNow instance?
A. Install an application from the Application Repository
B. Select the Copy button on the application recordcorrect
C. Download and install an application from the ServiceNow Share web site
D. Download and install a third-party application from the ServiceNow Store
عرض الإجابة
اجابة صحيحة: B
السؤال #7
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Tablecorrect
C. Script Include
D. Workflow
عرض الإجابة
اجابة صحيحة: B
السؤال #8
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
A. Needs workflow to manage processes
B. Requires “as-is” use of low-level programming librariescorrect
C. Requires reporting capabilities
D. Uses forms extensively to interact with data
عرض الإجابة
اجابة صحيحة: B
السؤال #9
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
السؤال #10
The task table is an example of which of the following? Choose 2 answers
A. Legacy classcorrect
B. Child class
C. Base classcorrect
D. Parent classcorrect
عرض الإجابة
اجابة صحيحة: ACD
السؤال #11
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sentcorrect
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
عرض الإجابة
اجابة صحيحة: B
السؤال #12
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scriptscorrect
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actions
D. A UI Policy’s Actions and Scripts execute at the same time
عرض الإجابة
اجابة صحيحة: A
السؤال #13
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
A. Conditions, Script, Roles
B. Script, Conditions, Roles
C. Conditions, Roles, Scriptcorrect
D. Roles, Conditions, Script
عرض الإجابة
اجابة صحيحة: C
السؤال #14
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
السؤال #15
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
A. g_form getUserID()
B. g_form getUserSysy
C. gs
D. gs
عرض الإجابة
اجابة صحيحة: D
السؤال #16
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
عرض الإجابة
اجابة صحيحة: A
السؤال #17
What plugin enables the Guided Application Creator?
A. com
B. com
C. com
D. com
عرض الإجابة
اجابة صحيحة: A
السؤال #18
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
A. Only the in scope application’s scripts can create Business Rules for the table
B. Any user with the application’s user role can modify the application’s scripts
C. Out of scope applications can create Business Rules for the tablecorrect
D. Out of scope applications can add new tables to the scoped application
عرض الإجابة
اجابة صحيحة: C
السؤال #19
When creating an application through the Guided Application Creator, which of the following is a user experience option?
A. Portal
B. Mobilecorrect
C. Self-service
D. Workspace
عرض الإجابة
اجابة صحيحة: B
السؤال #20
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
A. _get()
B. runQuery()
C. query()
D. _query()
E. get(
عرض الإجابة
اجابة صحيحة: CDE
السؤال #21
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
السؤال #22
Client-side scripts manage what?
A. Forms and Forms Fields
B. Playbook access
C. Database and backendcorrect
D. User access
عرض الإجابة
اجابة صحيحة: C
السؤال #23
Which of the following is an available feature in Studio? Choose 2 answers
A. Push to external source controlcorrect
B. Search branchcorrect
C. Merge branches
D. Push to update set
عرض الإجابة
اجابة صحيحة: AB
السؤال #24
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field
B. Open the list of Update Sets for the instancecorrect
C. Examine the Application Files Related List in the application to be published
D. Open the artifact records individually to verify the value in the Application field
عرض الإجابة
اجابة صحيحة: B
السؤال #25
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
السؤال #26
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field
B. Open the list of Update Sets for the instance
C. Examine the Application Files Related List in the application to be publishedcorrect
D. Open the artifact records individually to verify the value in the Application field
عرض الإجابة
اجابة صحيحة: C
السؤال #27
Which one of the following client-side scripts apply to Record Producers?
A. Catalog Client Scripts and Catalog UI Policies
B. UI Scripts and UI Actions
C. UI Scripts and Record Producer Scripts
D. Client Scripts and UI Policies
عرض الإجابة
اجابة صحيحة: A
السؤال #28
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scripts
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actionscorrect
D. A UI Policy’s Actions and Scripts execute at the same time
عرض الإجابة
اجابة صحيحة: C
السؤال #29
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
A. Bar Chart, Pie Chart, Histogram, and Line
B. Bar Chart
C. Bar Chart, Pie Chart, and Histogram
D. Bar Chart and Pie Chartcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #30
Which of the following GuideRecord methods run a query against a database table? Choose 3 answers
A. -query( )correct
B. runQuery()
C. query()correct
D. -get()
E. get(correct
عرض الإجابة
اجابة صحيحة: ACE

View The Updated ServiceNow Exam Questions

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

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

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

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

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