An HTML View comprises _________.
only HTML code 0%
HTML and Deluge Scripting 0%
only Deluge Scripting 0%
Can shared users modify the application structure. (i.e) the forms, views and scripts configured in the Edit mode?
Yes, if the user is configured as a "Developer" 0%
No, only the app owner can modify the application structure 0%
Can the delete record task in scripting be configured without any criteria?
No, a criterion is a must. 0%
Yes, it can be run without any criteria. 0%
Can you post data to external websites using deluge script?
No, posting data to external websites is not supported. 0%
Yes, you can. 0%
Creating dashboards for your application is supported in______.
List View 0%
Script View 0%
HTML view 0%
Grid View 0%
Does zoho creator provide a free version?
How can you provide public access to your forms without access to data?
Make application public and view private 0%
Make application private and select Forms - change to public. 0%
Make forms and views private 0%
How can you submit data to your ZC form?
From the Form GUI 0%
By sending an e-mail 0%
From a Deluge Script 0%
From a third party app 0%
All of the above 0%
How can you view the script definition of your ENTIRE Application?
By copying the application as a .ds file 0%
By selecting the Free-flow scripting option from the Script tab 0%
Neither of the above 0%
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 emb...
All the four are correct 0%
ii and iv are correct 0%
i, ii, and iv are correct 0%
i, iii, iv are correct 0%
In addition to application level sharing, individual tab, form and view can also be shared.
In Deluge, Collection variables hold one or more records fetched from a form, based on a given criterion, sort by and range.
In which of the following field types is a "Custom Filter" present in a View?
Drop down fields 0%
Text Fields 0%
Number fields 0%
all the above 0%
In which of the following scenarios is support for redirecting a Form to another page supported?
On form load 0%
On form submit 0%
On form success 0%
All of the above 0%
None of the above 0%
In ZC terminology, the data submitted through a Form is displayed as _________.
Views 0%
a Script 0%
Reports 0%
Is the contains operator in deluge case sensitive?
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 displa...
No, you cannot create a combined view. 0%
Yes, you can create a combined view from the "Product" view. 0%
Yes, you can create a combined view from the "Orders" view. 0%
List the type of filters supported in Views?
Base criteria, Custom Filters and Auto-Filters 0%
Base criteria only. 0%
Base criteria and Custom filters 0%
Select the Deluge expression that returns the total number of records in the Employee form.
EmpCount=tot(Employee); 0%
EmpCount=count(Employee); 0%
State if the following statement is true: "You have to define a Fetch Record task before using the Update record task"
State if the following statement is true/false: "Zoho Creator automatically tracks details about when and by whom a record was added or modified".
State whether True or False "You can restrict the number of entries in a Lookup field by specifying criteria".
State which of the following statements is "not true":
The criterion "rec = formName[ID != 0]" fetches all the records in the form. 0%
The criterion "rec = formName[ID != 0]" fetches only specific records in the form. 0%
State which of the following statements is true:
Users can add, edit or delete records in a view shared to them by default. 0%
Users can add, edit or delete records in a view shared to them only if access permission is enabled by the owner. 0%
The Fetch record task in deluge supports___________.
sorting, grouping and range 0%
sorting alone 0%
sorting and range alone 0%
None of the above. 0%
The URL format to open a form with default values is ______.
http://creator.zoho.com/<app owner name>/<app name>/#Form:FormName?<FieldName1>=<value1> 0%
http://creator.zoho.com/<app owner name>/<app name>/<FormName>/<FieldName1>=<value1> 0%
http://creator.zoho.com/<app name>/<FormName>/<FieldName1>=<value1> 0%
To send email notifications to selected records in a view _________.
define Custom Actions 0%
define Form Action scripts 0%
define on click scripts 0%
Alll of the above 0%
None of the above 0%
What are Custom Actions?
Actions performed on records in a view 0%
Actions performed on form data 0%
What are the different modes of writing a script?
Freeflow, ScriptBuilder and FlowChart 0%
FreeFlow and ScriptBuidler 0%
FreeFlow and FlowChart 0%
What does the Deluge syntax "input.fieldName" refer to?
The user input field value before storing in DB 0%
The user input field value after storing in DB 0%
What happens when a function is called recursively without any terminating condition?
The user account is blocked for abuse by Creator team. 0%
The loop executes infinitely for ever. 0%
The loop is kept under check by the statement limit restriction in deluge. 0%
The user level memory shoots and the function stops due to stock overflow. 0%
What happens when you delete the view for a form?
All the data is deleted. 0%
No, data remains intact as data is bound to forms and not to views. 0%
What is the Customize Tab used for?
To customize the application logic 0%
To customize the application layout and themes 0%
What is the default view supported by Zoho Creator?
Grid View 0%
List View 0%
Summary View 0%
HTML View 0%
When a form is submitted, in which of the following scenarios is the "Validate" action in it triggered?
Before storing the record in the db 0%
After storing the record in the db 0%
Neither of the above 0%
When a form is submitted, in which of the following scenarios is the OnSuccess action in it triggered?
Before storing the record in the db 0%
After storing the record in the db 0%
Neither of the above 0%
When does an "on update script" get executed?
Before storing the updated data in the db 0%
After storing the updated data in the db 0%
Neither of the above 0%
When is the Hide/Show Deluge task executed?
Only when form is loaded 0%
Only when form is submitted 0%
When form is loaded or a field value is updated 0%
When form is loaded or submitted 0%
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.
i alone is correct 0%
ii alone is correct 0%
Both are correct 0%
Both are incorrect 0%
Which among the following is not true regarding a lookup column?
A lookup column is a field in a table the value of which is retrieved from another table. 0%
A lookup column cannot be used to display a list of choices in a combo box or a list box. 0%
A lookup column can be added by drag-n-drop of the "Lookup" field type and specifying the App name and Field name from which it needs to be retrieved. 0%
Which of the following action is performed by the Deluge syntax - field:ui.add();
It adds a new record to your form. 0%
It adds a new field to your form. 0%
It adds an item to a picklist. 0%
Which of the following actions is performed by the Deluge syntax "input.formdata"?
Used in the Send mail task, it sends the form data with the email message. 0%
It adds data to the form via email. 0%
Which of the following criteria is used to view only the records added by the logged in user?
Added_User == zoho.loginuser 0%
AddedUser == zoho.loginuserid 0%
Added_User=zoho.user 0%
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?
date_field >= zoho.currentdate 0%
date_field >= zoho.currentdate-'0W:2D:0H:0M:0S' 0%
date_field >= zoho.currentdate && date_field<=zoho.currentdate-'0W:2D:0H:0M:0S' 0%
Which of the following field types is used to create relationship between forms in Zoho Creator?
Drop-down 0%
Lookup 0%
Check-box 0%
Which of the following field types supports the selectAll() and deselectAll() Deluge task?
Single select field type 0%
Multi select field type 0%
Both a and b 0%
Which of the following fields is used to display descriptions in your form?
Single line text field 0%
Multi-line text field 0%
Add notes field 0%
Which of the following is not a functionality of Stateless forms?
To generate dynamic HTML views 0%
To update data in the current form 0%
To fetch and display data from other forms 0%
Which of the following statements is "not true"?
You can import data to an existing view. 0%
You can import data only when a new view is created. 0%
Which of the following statements is true with respect to Time zones and Date formats?
Time zone and Date format are supported at the User level/Account level. 0%
Time zone and Date format are supported at the Application level. 0%
Time zone and Date format are supported at the Form level. 0%
None of the above 0%
Which of the following statements is true?
You can create a new application by importing a Deluge script file. 0%
You can create a new application by importing data from an XML file. 0%
You can create a new application by importing data from an Excel file. 0%
You can create a new application by importing data from an XML/Excel file. 0%
You can create a new application by importing data from an Excel file or by importing a Deluge script file. 0%
You can invoke email notifications only on form actions. 0%
You can invoke email notifications on form and field actions. 0%
You can invoke email notifications only on field actions. 0%
You can invoke email notifications on form actions, on field actions and on views through custom functions. 0%
You can invoke email notifications only on views, through custom functions. 0%
Which of the following statements refers to a "Zoho Creator Public Application"?
Everyone with a Zoho account can access the app. 0%
Everyone with/without a Zoho account can access the app. 0%
Everyone within a Business domain can access the app. 0%
Which of the following views supports Search, Sort and Filter?
Grid View 0%
List View 0%
Summary View 0%
HTML View 0%
Which of the following Zoho variables returns the app owner name?
zoho.login_user 0%
zoho.loginuserid 0%
zoho.adminuser 0%
zoho.appowner 0%
You can create Forms in such a way that Data can either be stored in ZC or not.
You can invoke user-defined functions from______.
form and field actions 0%
form actions, field actions and custom actions in views 0%
form actions, field actions and HTML views 0%
Zoho Creator supports api for various operations. Choose the style of api supported in zoho creator
REST api 0%
RPC api 0%
Both REST and RPC 0%
None of the above 0%
Zoho Creator supports role based sharing and unsharing.