MCQs > IT & Programming > Zoho Creator MCQs > Basic Zoho Creator MCQs

Basic Zoho Creator MCQ

1. Which of the following statements is true?

Answer

Correct Answer: Zoho Creator allows you to change existing field types to only related field types.

Note: This Question is unanswered, help us to find answer for this one

2. Which of the following statements is true?

Answer

Correct Answer: Zoho Creator supports creating any number of views for the same form.

Note: This Question is unanswered, help us to find answer for this one

3. In which of the following field types is a "Custom Filter" present in a View?

Answer

Correct Answer: Drop down fields

Note: This Question is unanswered, help us to find answer for this one

4. Which of the following criteria is used to view records that are after the current date, and also up to 2 days before the current date?

Answer

Correct Answer: date_field >= zoho.currentdate-'0W:2D:0H:0M:0S'

Note: This Question is unanswered, help us to find answer for this one

5.

State if the following statement is true:

"You have to define a Fetch Record task before using the Update record task"

Answer

Correct Answer:

True 


Note: This Question is unanswered, help us to find answer for this one

6. To send email notifications to selected records in a view _________.

Answer

Correct Answer: define Custom Actions

Note: This Question is unanswered, help us to find answer for this one

7.

Html view______.

(i)should be dependent on a form

(ii)supports jsp style coding with the help of deluge scripting

(iii)supports javascript

(iv)supports permalink so that html view alone can be embedded in the website

Answer

Correct Answer:

ii and iv are correct 


Note: This Question is unanswered, help us to find answer for this one

8. Does zoho creator provide a free version?

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

9. State which of the following statements is true:

Answer

Correct Answer: Users can add, edit or delete records in a view shared to them only if access permission is enabled by the owner.

Note: This Question is unanswered, help us to find answer for this one

10. What happens when you delete the view for a form?

Answer

Correct Answer: No, data remains intact as data is bound to forms and not to views.

Note: This Question is unanswered, help us to find answer for this one

11. What are the different modes of writing a script?

Answer

Correct Answer: FreeFlow and ScriptBuidler

Note: This Question is unanswered, help us to find answer for this one

12. When does an "on update script" get executed?

Answer

Correct Answer: After storing the updated data in the db

Note: This Question is unanswered, help us to find answer for this one

13. Zoho Creator supports api for various operations. Choose the style of api supported in zoho creator

Answer

Correct Answer: Both REST and RPC

Note: This Question is unanswered, help us to find answer for this one

14. Which of the following statements refers to a "Zoho Creator Public Application"?

Answer

Correct Answer: Everyone with/without a Zoho account can access the app.

Note: This Question is unanswered, help us to find answer for this one

15. Which of the following is not a functionality of Stateless forms?

Answer

Correct Answer: To update data in the current form

Note: This Question is unanswered, help us to find answer for this one

16. What is the Customize Tab used for?

Answer

Correct Answer: To customize the application layout and themes

Note: This Question is unanswered, help us to find answer for this one

17. Which among the following is not true regarding a lookup column?

Answer

Correct Answer: A lookup column cannot be used to display a list of choices in a combo box or a list box.

Note: This Question is unanswered, help us to find answer for this one

18. What happens when a function is called recursively without any terminating condition?

Answer

Correct Answer: The loop is kept under check by the statement limit restriction in deluge.

Note: This Question is unanswered, help us to find answer for this one

19. Which of the following field types is used to create relationship between forms in Zoho Creator?

Answer

Correct Answer: Lookup

Note: This Question is unanswered, help us to find answer for this one

20. The URL format to open a form with default values is ______.

Answer

Correct Answer: http://creator.zoho.com///#Form:FormName?=

Note: This Question is unanswered, help us to find answer for this one

21. Select the Deluge expression that returns the total number of records in the Employee form.

Answer

Correct Answer: EmpCount=count(Employee);

Note: This Question is unanswered, help us to find answer for this one

22. When a form is submitted, in which of the following scenarios is the OnSuccess action in it triggered?

Answer

Correct Answer: After storing the record in the db

Note: This Question is unanswered, help us to find answer for this one

23. Which of the following statements is true?

Answer

Correct Answer: You can invoke email notifications on form actions, on field actions and on views through custom functions.

Note: This Question is unanswered, help us to find answer for this one

24. You can invoke user-defined functions from______.

Answer

Correct Answer: form actions, field actions and custom actions in views

Note: This Question is unanswered, help us to find answer for this one

25. Can the delete record task in scripting be configured without any criteria?

Answer

Correct Answer: No, a criterion is a must.

Note: This Question is unanswered, help us to find answer for this one

26. Which of the following Zoho variables returns the app owner name?

Answer

Correct Answer: zoho.adminuser

Note: This Question is unanswered, help us to find answer for this one

27. Creating dashboards for your application is supported in______.

Answer

Correct Answer: HTML view

Note: This Question is unanswered, help us to find answer for this one

28. How can you view the script definition of your ENTIRE Application?

Answer

Correct Answer: By copying the application as a .ds file

Note: This Question is unanswered, help us to find answer for this one

29. Which of the following statements is true?

Answer

Correct Answer: You can create a new application by importing data from an Excel file or by importing a Deluge script file.

Note: This Question is unanswered, help us to find answer for this one

30. In ZC terminology, the data submitted through a Form is displayed as _________.

Answer

Correct Answer: Views

Note: This Question is unanswered, help us to find answer for this one

31. Can shared users modify the application structure. (i.e) the forms, views and scripts configured in the Edit mode?

Answer

Correct Answer: Yes, if the user is configured as a "Developer"

Note: This Question is unanswered, help us to find answer for this one

32. When is the Hide/Show Deluge task executed?

Answer

Correct Answer: When form is loaded or a field value is updated

Note: This Question is unanswered, help us to find answer for this one

33. How can you submit data to your ZC form?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

34. State which of the following statements is "not true":

Answer

Correct Answer: The criterion "rec = formName[ID != 0]" fetches only specific records in the form.

Note: This Question is unanswered, help us to find answer for this one

35. In addition to application level sharing, individual tab, form and view can also be shared.

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

36. Which of the following action is performed by the Deluge syntax - field:ui.add();

Answer

Correct Answer: It adds an item to a picklist.

Note: This Question is unanswered, help us to find answer for this one

37. What are Custom Actions?

Answer

Correct Answer: Actions performed on records in a view

Note: This Question is unanswered, help us to find answer for this one

38. What is the default view supported by Zoho Creator?

Answer

Correct Answer: List View

Note: This Question is unanswered, help us to find answer for this one

39. When a form is submitted, in which of the following scenarios is the "Validate" action in it triggered?

Answer

Correct Answer: Before storing the record in the db

Note: This Question is unanswered, help us to find answer for this one

40. Which of the following field types supports the selectAll() and deselectAll() Deluge task?

Answer

Correct Answer: Multi select field type

Note: This Question is unanswered, help us to find answer for this one

41.

Is the following statement correct?

A database application has two forms - "Product" and "Orders". The forms are related by a column called "ProductID". You can create a combined view which displays data from both the forms.

Answer

Correct Answer:

Yes, you can create a combined view from the "Orders" view. 


Note: This Question is unanswered, help us to find answer for this one

42. Which of the following criteria is used to view only the records added by the logged in user?

Answer

Correct Answer: Added_User == zoho.loginuser

Note: This Question is unanswered, help us to find answer for this one

43. An HTML View comprises _________.

Answer

Correct Answer: HTML and Deluge Scripting

Note: This Question is unanswered, help us to find answer for this one

44. Can you post data to external websites using deluge script?

Answer

Correct Answer: Yes, you can.

Note: This Question is unanswered, help us to find answer for this one

45.

State whether True or False

"You can restrict the number of entries in a Lookup field by specifying criteria".

Answer

Correct Answer:

True 


Note: This Question is unanswered, help us to find answer for this one

46. Which of the following statements is "not true"?

Answer

Correct Answer: You can import data only when a new view is created.

Note: This Question is unanswered, help us to find answer for this one

47. What does the Deluge syntax "input.fieldName" refer to?

Answer

Correct Answer: The user input field value before storing in DB

Note: This Question is unanswered, help us to find answer for this one

48. Zoho Creator supports role based sharing and unsharing.

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

49. You can create Forms in such a way that Data can either be stored in ZC or not.

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

50. Which of the following fields is used to display descriptions in your form?

Answer

Correct Answer: Add notes field

Note: This Question is unanswered, help us to find answer for this one

51. How can you provide public access to your forms without access to data?

Answer

Correct Answer: Make application private and select Forms - change to public.

Note: This Question is unanswered, help us to find answer for this one

52. In which of the following scenarios is support for redirecting a Form to another page supported?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

53. Which of the following actions is performed by the Deluge syntax "input.formdata"?

Answer

Correct Answer: Used in the Send mail task, it sends the form data with the email message.

Note: This Question is unanswered, help us to find answer for this one

54. Which of the following views supports Search, Sort and Filter?

Answer

Correct Answer: List View

Note: This Question is unanswered, help us to find answer for this one

55. In Deluge, Collection variables hold one or more records fetched from a form, based on a given criterion, sort by and range.

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

56.

When you deploy your application in marketplace,

i)you should pay in order to deploy your app in marketplace.

ii)you should give a percentage of the application selling income to ZohoCreator.

Answer

Correct Answer:

Both are incorrect 


Note: This Question is unanswered, help us to find answer for this one

57.

State if the following statement is true/false:

"Zoho Creator automatically tracks details about when and by whom a record was added or modified".

Answer

Correct Answer:

True 


Note: This Question is unanswered, help us to find answer for this one

58. List the type of filters supported in Views?

Answer

Correct Answer: Base criteria, Custom Filters and Auto-Filters

Note: This Question is unanswered, help us to find answer for this one

59. Is the contains operator in deluge case sensitive?

Answer

Correct Answer: No

Note: This Question is unanswered, help us to find answer for this one

60. Which of the following statements is true with respect to Time zones and Date formats?

Answer

Correct Answer: Time zone and Date format are supported at the Application level.

Note: This Question is unanswered, help us to find answer for this one

61. Which of the following-script commands would you NOT use to turn a string that says "D-U-C-K" into "DUCK"?

Answer

Correct Answer: ("D-U-C-K").trim("-")

Note: This Question is unanswered, help us to find answer for this one

62. How many tasks can be performed at different stages of your application?

Answer

Correct Answer: 40

Note: This Question is unanswered, help us to find answer for this one

63. Zoho Creator supports how many data types?

Answer

Correct Answer: 18

Note: This Question is unanswered, help us to find answer for this one

64. Can you use ALERT task in a function?

Answer

Correct Answer: No

Note: This Question is unanswered, help us to find answer for this one

65. Which of the following script components MUST be included a "for each record" iteration?

Answer

Correct Answer: A row variable

Note: This Question is unanswered, help us to find answer for this one

66. What data object type is an input value for a Drop-Down List field?

Answer

Correct Answer: String

Note: This Question is unanswered, help us to find answer for this one

67. Zoho Creator supports how many advanced fields

Answer

Correct Answer: 5

Note: This Question is unanswered, help us to find answer for this one

68. What data object type is an input value for a Date-Time field?

Answer

Correct Answer: Date

Note: This Question is unanswered, help us to find answer for this one

69. Reports are customizable via which options?

Answer

Correct Answer: Pivot charts and tables

Note: This Question is unanswered, help us to find answer for this one

70. If no grouping or sorting is applied to a report, what is the default order in which record rows are displayed in that report?

Answer

Correct Answer: Most Recently Added Records, Descending

Note: This Question is unanswered, help us to find answer for this one

71. Which of the following field types can used be when a user updates/edits a record?

Answer

Correct Answer: Multi-Line

Note: This Question is unanswered, help us to find answer for this one

72. Which of the following script actions requires a semicolon (;) to be added at the end of the script line?

Answer

Correct Answer: A fetch variable

Note: This Question is unanswered, help us to find answer for this one

73. Since Zoho Creator's 2013 App Builder Update, what is the variable type of a checkbox or multi-select lookup field's selection when referring to another record?

Answer

Correct Answer: List:Int()

Note: This Question is unanswered, help us to find answer for this one

74. The Drag and Drop function can be used to do all but the following?

Answer

Correct Answer: build trends

Note: This Question is unanswered, help us to find answer for this one

75. Since Zoho Creator's 2013 App Builder Update, what is the variable type of a drop-down or radio lookup field's selection when referring to another record?

Answer

Correct Answer: ID

Note: This Question is unanswered, help us to find answer for this one

76. Which of the following strings would require to be re-formatted if used as a URL Parameter?

Answer

Correct Answer: Mike & Matt

Note: This Question is unanswered, help us to find answer for this one

77. Which of the following is a valid built-in List function in Deluge?

Answer

Correct Answer: .size()

Note: This Question is unanswered, help us to find answer for this one

78. Which option allows data from one form to be used in another form?

Answer

Correct Answer: Single-select Lookup fields

Note: This Question is unanswered, help us to find answer for this one

79. What is the maxium number of rows visible in a single page of a grid report type?

Answer

Correct Answer: 30

Note: This Question is unanswered, help us to find answer for this one

80. For application deployment you need which of the following?

Answer

Correct Answer: No maintenance downtime

Note: This Question is unanswered, help us to find answer for this one

81. Zoho permissions will allow users to do share what?

Answer

Correct Answer: Share even a module of an application

Note: This Question is unanswered, help us to find answer for this one

82. Which of the following is NOT a valid OpenURL script action argument?

Answer

Correct Answer: New Browser

Note: This Question is unanswered, help us to find answer for this one

83. What is the automatic form sharing setting?

Answer

Correct Answer: Private

Note: This Question is unanswered, help us to find answer for this one

84. Where are saved form input values stored in Zoho Creator?

Answer

Correct Answer: In the form fields themselves

Note: This Question is unanswered, help us to find answer for this one

85. What is a map in Zoho Creator?

Answer

Correct Answer: an object type that contains key value pair

Note: This Question is unanswered, help us to find answer for this one

86. Which of these is not a viable field type?

Answer

Correct Answer: Quickbox

Note: This Question is unanswered, help us to find answer for this one

87. What is the maximum amount of columns a form can have?

Answer

Correct Answer: Two

Note: This Question is unanswered, help us to find answer for this one

88. Which of the following actions can be invoked on form validate?

Answer

Correct Answer: Send Email

Note: This Question is unanswered, help us to find answer for this one

89. Workflow helps to achieve all of the following except?

Answer

Correct Answer: Increase redundancies

Note: This Question is unanswered, help us to find answer for this one

90. Which of the following is NOT a valid aggregation variable?

Answer

Correct Answer: x = Form_A [Value != 0].exp(Value);

Note: This Question is unanswered, help us to find answer for this one

91. Which script function would you use in trying to determine an item's position in a list?

Answer

Correct Answer: .indexOf()

Note: This Question is unanswered, help us to find answer for this one

92. Which of the following file types is NOT supported for data exporting?

Answer

Correct Answer: .doc

Note: This Question is unanswered, help us to find answer for this one

93. Collected data can be imported using all but which file type?

Answer

Correct Answer: JPG

Note: This Question is unanswered, help us to find answer for this one

94. Which of these is not a Zoho schedule type?

Answer

Correct Answer: Group

Note: This Question is unanswered, help us to find answer for this one

95. What is the proper synax for concatenating several strings into one?

Answer

Correct Answer: "New " + "York " + "City"

Note: This Question is unanswered, help us to find answer for this one

96. How do you include deluge scripts in an HTML View (Page)?

Answer

Correct Answer: between <% and %>

Note: This Question is unanswered, help us to find answer for this one

97. Which of the following user role types can NOT edit an application?

Answer

Correct Answer: User

Note: This Question is unanswered, help us to find answer for this one

98. Using multi-select on two forms establishing what kind of relationship?

Answer

Correct Answer: many-to-many

Note: This Question is unanswered, help us to find answer for this one

99. Which of the following is a map value?

Answer

Correct Answer: {"name":"John","age":"27"}

Note: This Question is unanswered, help us to find answer for this one

100. What is the default field display type when a lookup field is created?

Answer

Correct Answer: Drop-down

Note: This Question is unanswered, help us to find answer for this one

101. Which of the following script components MUST be included a "fetch records" collection variable?

Answer

Correct Answer: Criteria to filter the records

Note: This Question is unanswered, help us to find answer for this one

102. What is the Deluge Script terminology for the data object type referred to in other computer languages as an 'array'?

Answer

Correct Answer: List

Note: This Question is unanswered, help us to find answer for this one

103. Zoho Creator is known for being all but the following

Answer

Correct Answer: Hard to use

Note: This Question is unanswered, help us to find answer for this one

104. A one-to-many relationship can be made using either of these two fields?

Answer

Correct Answer: subform field or bi-directional lookup field

Note: This Question is unanswered, help us to find answer for this one

105. A one-to-one Lookup field creates a relationship between how many forms?

Answer

Correct Answer: 2

Note: This Question is unanswered, help us to find answer for this one

106. What is the Deluge script value for a Decision Box field that has been checked?

Answer

Correct Answer: "TRUE"

Note: This Question is unanswered, help us to find answer for this one

107. Which of these programs must you learn to use Zoho Creator?

Answer

Correct Answer: None of these

Note: This Question is unanswered, help us to find answer for this one

108. Which of the following file types is supported for data importing?

Answer

Correct Answer: .xlx

Note: This Question is unanswered, help us to find answer for this one

109. Which of the following is NOT a valid conditional control statement type?

Answer

Correct Answer: Then

Note: This Question is unanswered, help us to find answer for this one

110. Which of the following is NOT a valid argument type for a function?

Answer

Correct Answer: print

Note: This Question is unanswered, help us to find answer for this one

111. Conditional statements are what kind of statements?

Answer

Correct Answer: If else

Note: This Question is unanswered, help us to find answer for this one

112. With which other Zoho office product does Creator have an available form field type to pull information from a linked Zoho account?

Answer

Correct Answer: Zoho CRM

Note: This Question is unanswered, help us to find answer for this one

113. View filters are best used for what purpose?

Answer

Correct Answer: Restrict data to a criteria

Note: This Question is unanswered, help us to find answer for this one

114. What is the maximum length of a text-type field?

Answer

Correct Answer: 255

Note: This Question is unanswered, help us to find answer for this one

115. Only pay for the service you use with this system?

Answer

Correct Answer: Pay as you Go

Note: This Question is unanswered, help us to find answer for this one

116. What is the variable type of a form object parameter when being passed to an HTML Page?

Answer

Correct Answer: String

Note: This Question is unanswered, help us to find answer for this one

117. What is the maximum number of emails that can be sent with a single form action?

Answer

Correct Answer: As many as the application owner's subscription tier and scripting limit will allow

Note: This Question is unanswered, help us to find answer for this one

118. Graphical interpretation of data is best used for this?

Answer

Correct Answer: Analyzing information

Note: This Question is unanswered, help us to find answer for this one

119. In Zoho CRM data will be categorized into which of these?

Answer

Correct Answer: Contacts, Leads, and Potentials

Note: This Question is unanswered, help us to find answer for this one

120. Which of these is not a Condition classification?

Answer

Correct Answer: of course

Note: This Question is unanswered, help us to find answer for this one

121. Which of the following application components can NOT be embedded on a web page?

Answer

Correct Answer: Script Builder

Note: This Question is unanswered, help us to find answer for this one

122. What role do Dynamic Picklists serve?

Answer

Correct Answer: List categories and subcategories

Note: This Question is unanswered, help us to find answer for this one

123. Apps can be shared with how may users?

Answer

Correct Answer: any amount of users

Note: This Question is unanswered, help us to find answer for this one

124. Modifcations to applications are changed in how much time?

Answer

Correct Answer: Instantly

Note: This Question is unanswered, help us to find answer for this one

125. Worflow is defined as which of the following?

Answer

Correct Answer: A set of rules you define

Note: This Question is unanswered, help us to find answer for this one

126. What does the Custom Button do?

Answer

Correct Answer: Perform any action specified

Note: This Question is unanswered, help us to find answer for this one

127. What data object type is an input value for an Email Address field?

Answer

Correct Answer: String

Note: This Question is unanswered, help us to find answer for this one

128. Which of these is not an action on a form?

Answer

Correct Answer: Circling

Note: This Question is unanswered, help us to find answer for this one

129. Which of these is not a feature in Data Views?

Answer

Correct Answer: Paraphrase

Note: This Question is unanswered, help us to find answer for this one

130. Zoho Creator empowers users to most effectively do which of the following?

Answer

Correct Answer: Build applications

Note: This Question is unanswered, help us to find answer for this one

131. The area into which users enter data is called?

Answer

Correct Answer: a Form

Note: This Question is unanswered, help us to find answer for this one

132. Which of these is not an advanced field?

Answer

Correct Answer: Checkbox

Note: This Question is unanswered, help us to find answer for this one

133. Which of the following is valid syntax for a String List?

Answer

Correct Answer: {"Dog", "Cat", "Duck"}

Note: This Question is unanswered, help us to find answer for this one

134. Which of the following script components MUST be included a "fetch records" list variable?

Answer

Correct Answer: A field value

Note: This Question is unanswered, help us to find answer for this one

135. Which of the following is NOT a valid built-in string function in Deluge?

Answer

Correct Answer: replaceAny()

Note: This Question is unanswered, help us to find answer for this one

136. Grouping categorizes records based on which of the following?

Answer

Correct Answer: Value of any field

Note: This Question is unanswered, help us to find answer for this one

137. Sorting allows users to do which of the following?

Answer

Correct Answer: Rearrange data in ascending, descending, by any one or multiple columns

Note: This Question is unanswered, help us to find answer for this one