Posts

Zoho Creator Certification Questions-2025-Set 2

 Instructions

  • You are about to attempt the Zoho Creator Certified Associate Level Examination
  • The questions will appear in a multiple Choice format where each question has between 2 and 6 Choices.There is only one correct answer for each question.
  • Questions will appear all at once in a single page.Attendees are advised to complete the questions and recheck the responses thoroughly before submitting.You will not be able to Change it once submitted.
  • The timer is located at the top right of the test window.Please keep track.
  • No. of questions:40
  • Duration:45 minutes
  • Pass percentage:75%
  • After starting the Quiz, donot use the back button in the browser.
Good Luck !!
*****************************************************************************


1. The e164_format of a parsed phone number "92597XXXXX" in the US is:
 

a.+1 925-97X-XXXX

b.(925) 97X-XXXX

c.1 (925) 97X-XXXX

d.+192597XXXXX

Ans : d


2. OCR can only be used on images stored in Zoho Creator.
 

a.TRUE

b.FALSE

Ans : b


3. What is the purpose of the json.jar(org.json) package in Java cloud functions?
 

a.The files in that package allow incoming API connections to the Java program.

b.The files in that package only implement JSON encoding.

c.The files in that package only implement JSON decoding in Java.

d.The files in that package implement JSON encoders and decoders in Java.

Ans : 


4.Deluge scripting is used for:
 
a.Performing form actions

b.Performing field actions

c.Defining functions

d.All of the above

Ans : d


5. What will the final value saved in the variable "Savings" be after executing the following scripts?Earnings = 10000;Expenditure = 2104;Savings = Earnings - expenditure;
 

a.7869

b.7896

c.Null

d.The script would not save

Ans: d


6. Which of the following functions does not return an angle as its output?
 

a. acos

b. asin

c. atan

d. exp

Ans : d


7. Which of the following functions returns the number of days between two given dates?
 

a. days360

b. edate

c. getDate

d. getDay

Ans : a


8.Which of the following fields does not have the List data type?
 

a.Dropdown

b.Multiselect

c.Lookup

d.None of the above

Ans : d


9.What is the output of the following?GroceryList = Collection("Eggs","Bread","Milk","Butter","Bread");info GroceryList.getLastKey("Bread");
 

a. 5

b. 4

Ans : b


10.What is the output of the following?RespURL = "https://samples.openweathermap.org/data/2.5/box/city?bbox=12,32,15,37,10//" ;getPrefixURL = RespURL.getPrefix("/data"); Result = getPrefixURL.getSuffix("//");info Result;
 

a. /2.5/box/city?bbox=12,32,15,37,10

b. samples.openweathermap.org

c. /data/2.5/box/city?bbox=12,32,15,37,10//

d. https://samples.openweathermap.org

Ans : b


11.What is the output of the following?else(input.value > 0){info "Hello World".toUpperCase();}
 

a.HELLO WORLD

b.Script save error due to incorrect syntax

c.Hello World

d.hello world

Ans : b


12.getFileContent is used to:
 

a.Get the size of a file

b.Get the content of a file

c.Get the format of a file

d.Get the info of a file

Ans : b


13. What is the syntax for the AND logical operator?
 

a.&

b. ||

c. !&

d. &&

Ans : d 


14.Is it possible to send push notifications to Creator native mobile applications using Deluge?
 

a. Yes

b. No

Ans : a


15.When using a Deluge Send Mail task, which of the following is the correct syntax to include a file uploaded via a form's file upload field,as an email attachment?

a. Attachments: file: Input.

b. Attach: file: Input.

c. This is not supported

d. Attachment: files: Input.

Ans : a


16.Is it possible to find the odd and even values using the built-in Deluge functions?

a.YES
b.NO

Ans : a


17.If you're using an existing form as a subform, then:
 

a. Data in the main form is a collection.

b. Data in the existing form is individual records of the subform entry.

c. Both A and B

d. None of the above

Ans: c 


18.A scheduler can execute:
 

a. A notification

b. Data access

c. Functions

d. All of the above

Ans : d


19.Let's say you need to trigger a schedule every day at a specific hour to send emails to n number of customer email addresses present in a form.How many schedules will be consumed every day?
 

a.Total number of emails triggered = number of schedules triggered

b.1

c.24

d.Number of records present in the form = number of schedules triggered

Ans : b


20.HTML can be used with Deluge to:
 

a.Access data

b.Manipulate lists

c.Display list value as a table

d.All of the above

Ans : d


21.The possible input value of the attribute < pc > width is:
 

a.Auto

b.Fill

c.Hexadecimal

d.Numeric value in pixels

Ans : d


22. The OAuth actions depend on the:
 

a.Declared scope

b.Code access type

c.Refresh token access type

d.All of the above

Ans : d  


23. When integrating Zoho Creator with Zoho Apps, the success or failure message is received in the:
 

a.Request

b.Response

Ans : b


24.Does Zoho Creator have Open API documentation ?
 

a.Yes

b.No

Ans : a


25.Which of the following methods would you use in an API call to fetch the distance between two locations on Google Map from Zoho Creator?
 

a.POST

b.GET

c.PUT

d.PATCH

Ans : b


26. You can add a custom logo which will be displayed when your mobile application is downloaded.
 

a.TRUE

b.FALSE

Ans : a


27.Import options is supported in Sandbox

a.Yes
b. NO

Ans : a

28.Can you incorporate a third-party service or third-party JavaScript plugin into your Creator application as a widget?
 

a.Yes

b.No

Ans : a


29. How would you verify the installation of the Command Line Interface tool?
 

a.Using the Verify button will available in the tool

b.By running the commands $ node -v and $ npm -v in the tool

c.By running the command $ node -v in the tool

d.By running the command $ npm -v in the tool

Ans : b


30. What is the purpose of the Command Line Interface tool?
 

a.To design the actual widget using HTML and CSS

b.To format the JavaScript code

c.To create and integrate a widget in Creator

d.This tool is not available

Ans : a

Post a Comment