Certified Application Developer Internal Assessment

 Certified Application Developer - KNOWLEDGE BASED ASSESSMENT  ATHCI122703

[* Note: Answers are not verified]

1. When evaluating access controls. ServiceNow searches and evaluates

a. from the most specific match to the most generic match

b. from highest order number to the lowest

c from lowest order number to the highest

d. from the most generic match to the most specific


2. For what process step could a mind map come into play?

a. Objectives

b. Swim lanes 

c None of the listed options

d. Creating a document

3. Data policies are for form views. State True or False.

True

False

 

4. When debugging a script. A developer can set breakpoints or conditional log points to log messages to the console at specific lines. and remove log points ..7hen they are done debugging them. Which system property must be set to true to use logpoints?

a. com.glide.inndex_suggestion.debug

b. glide.debugger.log.ui

c. glide.uijs_can_debug

d. glide.debug.log_point

Explanation


5. In an email notification. how do you call a parameter from an event that invoked the email?

a. None of the listed options

b. gs.property

c event.parm

d. current property


6. Wirth regard to email notifications. which of the below statements about the recipients is correct?

a. It is a static list of users and groups determined when the notification is created

b. It is a dynamic list of users and groups determined when the email is sent

c. It is a list of email addresses determined when the notification is created

d. It is a list of users and groups determined dynamically in the script


7. Which of the following statements does NOT apply when extending an existing table?

a. You should develop or write the required functionality.

b. All of the parent table records are copied to the new table

c. You must script and configure all required behaviors.

d. You should make use of fields that already exist in another table.

?

8. Tool tips help clarify what information a user should enter State True or False.

True

False


9. Which of the following are legitimate form annotation types?

a. Text

b. Section Details

c. Info Box Blue

d. Info Box Yellow

Explanation


10. How can we add the 'Add the data' option in ServiceNow tables / databases?

a. Import sets

b. Java code

c Using forms

d. Custom UI pages


11. What are the sections of the Form Designer?

a. Table. form. types

b. None of the listed options

c. Field type. field

d. Header. field navigator form layout


12. Which of the following statements about GIT are true?

a. It is a cloud-based source control management system

b. It can use different tools like GitLab. GitHub. Gitorious. Bitbucket. or others

c Team Development uses Git to manage versions

d. It uses repositories and branching


13. When an application is created using Guided Application Creator (GAC). what features does the application have?

a. Default access controls are created

b. None of the listed options

c. It provides visual interpretation

d. It displays data in the form of an expandable list

a


14. Which of the following is true about module permissions?

a. You can configure the modules which will appear in the application navigator

b. Modules are to be displayed even though the logged-in user does not have the menu role.

c They control access to modules through roles.

d. None of the listed options


15. Which of the following describe reasons for scripting in ServiceNow?

a. It enhances the user experience

b. It extends existing functionality or adds new functionality to applications

c. With scripts. you may automate processes. add functionality. integrate your instance with an outside application and more.

d. You can use scripts to extend your instance beyond standard configurations

 

16. Which of the following performs debug logging in the server side?

a. gs.pnnt ()

b. gs.info ()

c. gs.debug ()

d gs.log ()

 

17. Which option is not present when we are linking an application from the source control?

a. URL

b. Username

c. Application name

d Password

 

18. The source control operation used to store local changes on an instance for later application is called a (n)   _____________.

a. commit

b. branch

c. spoke

d stash

 

19. You are developing the MyApp application that has a table. Table A. When the MyApp application is installed on an instance. you want Table As records to be installed as part of the application. When will Table As records be installed?

a. Table A will not get installed

b. Table A will be deleted from database view

c. Table A will not extend

d. Table A is active and extends the task table


20. _______________ is a graphical representation of the relationship between tables.

a. Histogram

b. Pyramid

c. Heatmap

d. Schema map


21. Which of the following is used to test in tablet mode?

a. hips // your-instance service-now.com/$m.do

b. Tablet Development> Switch to Tablet Mode

c. None of the listed options

d. Mips llyour-instance.service-now.com/$tablet.do

 

22. Which of the following statements about the Team Development application in ServiceNow is incorrect?

a. Team Development uses Git to manage versions.

b. The dashboard is a central location for all Team Development activities.

c Team Development allows for branching operations. including pushing and pulling record versions between instances.

d. Developers can compare a development instance to another development instance.


23. Which platform feature can be used to determine the relationships between a field in an import set table with a field in an existing ServiceNow table?

a. Import set

b. Transform map

c Auto map matching fields

d. Self executing

 

24. Which of the following is supported by UI16?

a. Blackberry browser

b. Table browsers

c Laptop browsers

d. Desktop interfaces

25. The user performing the query via web services must have the correct permissions to access the tables records.

True

False

26. What is the purpose of the REST endpoint,

a. Used to develop, prototype. and save outbound REST messages

b. Show script usage

c. Reusable in business rules. email notifications. and other server-side scripts

d. The URL of the data to be retrieved, updated, or deleted

 

27. Which of the following are functions of validation checks for workflows?

a. Preventing publication if a problem is found

b. When triggered. the workflow executes for all users and not just the use who edited the workflow

c Locating problems that will cause execution failure

d. Puts a workflow into the runtime environment

 

28. Every workflow activity has a different configuration.

True

False

29. Workflows not in the current scope are read only. State True or False.

True

False

 

30. Which of the following correctly describes display business rules?

a. They support previous and current g_User methods

b. They support the initialize function ()

c They pass data from the server-side to a client-side script using the g_scratchpad object.

d. They support previous and current functions

 

31. Which of the following are process stakeholders?

a. Requestor and fulfiller

b. Management

c. Application administrator

d. User


32. Which of the following statements about mobile lists are true?

a. You should view record details in a split pane view.

b. Mobile lists do not use the mobile list view.

c You can create mobile lists layouts in the Table Title module.

d. Do not display too many fields in mobile lists or the list becomes hard to read and use.


33. Which of the following are baseline mobile application special fields?

a. Address

b. Accident Location

c Barcode

d. Geolocation


34. What does g_user.hasRole ('x_Myapp_scope') return?

a. Returns warning message at the top of the form

b. Returns false if the user has x_Myapp_scope

c Returns true if the user has x_Myapp_scope or if the user has admin rule

d. Error will be generated

 

35. What role prefix indicates that a user has an application-specific developer permission?

a. sn_dd

b. dd_

c sc_

d. dev_

 

36. Which of the following is not a report type in ServiceNow?

a. Pyramid

b. List

c. Funnel

d. Trend

All are false but possibly expecting answer b

37. Record producers are directly added to mobile catalog. State True or False.

True

False

38. How many applications menus can an application have?

a. 1

b. 3

c No limit to the number of menus that can be created

d.5

39. An application's scope is changeable. State True or False.

True

False

40. Properties values ​​are typically admin configurable. State True or False.

True

False

41. In an ACL is Validated in debug, how is it represented?
a. All of the listed options
b. Blue circle with a white checkmark
c. Blue circle with a white X
d. Blue circle

42. How do you create a Data Policy from a UI Policy?
a. Open the Context menu, and click Insert.
b. On the UiPolicy form, you will find a UiAction called Convert this to data policy
c. Under related list, click on create data policy
d. Right click the header bar and select categories > Data Policies.

43. Which of the following is used to display a message for a specific field ? 
a. g_form.ShowFieldMsg() 
b. g_form.ShowFieldMessage() 
c. gs.ShowFieldMessage() 
d. gs.ShowFieldMsg() 

44. How we can add the 'Add the data option in ServiceNow tables/databases? 
a. Using forms 
b. Custom UI pages 
c. Java code 
d. Import sets

45. Which of the following are allowed in client-side scoped applications? 
a. g_form 
b. Anything starting with $ 
c. Document 
d. GlideAjax 

46. GlideForm and GlideUser are available for server-side scripting. 
True 
False 

47. All new tables have default set of fields. 
True
False

48. Which of the following are supported smartphones? 
a. Android 
b. Blackberry 
c. iPhone 
d. Linux 

49. The script in the Record Producer runs when a record is 
a. deleted 
b. inserted 
c. loaded 
d. updated 

50. Which of the following is the baseline behavior of a table in a privately scoped application? 
a. Only an application with admin role can access the table 
b. All application scopes can read from the table 
c. Application scopes cannot read from the table 
d. None of the listed options 

51. Which of the following are fields styles? Select one or more: 
a. Pivot 
b. Field color 
c. Text alignment 
d. Font attributes (bold, italics. underline, line through etc.) 

52. Which of the following describes table.None? 
a. It applies to only one field on a record 
b. It applies to every field on a record where there is no field-specific ACL 
c. It applies to every record 
d. It applies to a table's records: must have to view a table's list or form

53. With regard to ATF's Custom UI Steps, why are form field labels untestable field components? 
a. Form field labels are new platform features 
b. Form field labels are not settable or clickable 
c. Form field labels are testable by other test step categories 
d. Form field labels are inaccessible from DOM 

54. Which of the following statements does NOT apply when extending an existing table? 
a. All of the parent table records are copied to the new table. 
b. You should develop or write the required functionality. 
c. You must script and configure all required behaviours. 
d. You should make use of fields that already exist in another table. 

55. If Can Read and Can Update are set for a table represented by myObj, which of the following are not allowed? (Select one or more)
a. myObj insert(); 
b. myObj.deleteMultiple() 
c. myObj.update(); 
d. myObj.deleteRecord(); 

56. Which of the following describes Scripting Assistance? 
a. Access to all fields where there is no field-specific access control 
b. Dot walking 
c. Displays a list of selectable elements in a script field 
d. Displays a list of variables in a script field 

57. Which or the following are lade controls? Select one or more 
a. Mobile 
b. Security 
c. Extensibility 
d. Numbering 

58. Which of the below is used to pass value when sending a SOAP message? 
a. <$variable> 
b. ${variable} 
c. email.variable 
d. $variable 

59. How do you query records in ServiceNow? Select one or more: 
a. _query() 
b. .query() 
c. get()
d. query() 

60. The script in the Record Producer runs when a record is 
a. inserted 
b. updated 
c. deleted 
d. loaded 

61. An application's artifacts exist within the application's scope. State True or False. 
True 
False 

62. Home pages are visible on mobile version State True or False 
True 
False 

63. Record producers are directly added to mobile catalog State True or False 
True 
False 

64. Which of the following are states of a workflow? (Select one or more)
a. Unpublished
b. Published
c. Checked out
d. Private

65. Which type of charts can be created from list view?
a. Pie, Donut, Histogram, Line
b. None of the listed options
c. Pie, Donut
d. Pie, Bar

66. System properties can use reference as a data type.
True
False

67. Which roles grant access to source control repository operations such as importing applications from source control or linking an application to source control? Select one or more
a. Git_admin
b. source_control_admin 
c. Admin 
d. source_control 

68. Which of the following capabilities the flow designer does not have? Select one or more
a. Flow testing with roll back 
b. ATF 
c. Environment 
d. Notification 

69. Which of the following are legitimate development use cases? Select one or more
a. Extending a 3rd party scoped application 
b. Migration from the global scope into a scoped application 
c. Building a new scoped application 
d. Extending a ServiceNow native application in global scope 

Comments

  1. 44. How we can add the 'Add the data option in ServiceNow tables/databases?
    a. Using forms
    b. Custom UI pages
    c. Java code
    d. Import sets

    Answer: A,D
    16. Which of the following performs debug logging in the server side?

    a. gs.pnnt ()

    b. gs.info ()

    c. gsdebug ()

    d gs.log ()
    answer : C


    62. Home pages are visible on mobile version State True or False
    True
    False
    Answer : false

    63. Record producers are directly added to mobile catalog State True or False
    True
    False
    Answer: true

    15. Which of the following describe reasons for scripting in ServiceNow?

    a. It enhances the user experience

    b. It extends existing functionality or adds new functionality to applications

    c. With scripts. you may automate processes. add functionality. integrate your instance with an outside application and more.

    d. You can use scripts to extend your instance beyond standard configurations

    Answer: A,B

    Which of the following statements does NOT apply when extending an existing table?
    a. All of the parent table records are copied to the new table.
    b. You should develop or write the required functionality.
    c. You must script and configure all required behaviours.
    d. You should make use of fields that already exist in another table.

    answer :c

    31. Which of the following are process stakeholders?

    a. Requestor and fulfiller

    b. Management

    c. Application administrator

    d. User

    Answer: a,b,c

    ReplyDelete

Post a Comment

Popular posts from this blog

ServiceNow Certification