Question: 01
Which of the following data formats can be used to import a file containing localization into Caspio Bridge?

a.Text
b.XML
c.Microsoft Excel
d.CSV


Question: 02
Which of the following table names follow the standard naming rules for naming a table in Caspio Bridge?

a.emp_det
b.empdet1
c.emp-det
d.emp.details
e.99empdetails


Question: 03
Which of the following Caspio Bridge Forms have WML as their rendering option?

a.Web Form
b.Update Form
c.Mobile Form
d.HTML page


Question: 04
Which of the following authentication methods is used in Caspio Bridge to protect the DataPages from unauthorized users?

a.Privileges
b.WUA
c.Record Level Security
d.All of the above


Question: 05
What is the default data type that is assigned to all the fields in Caspio Bridge tables imported as text files?

a.Text(4000)
b.Text(255)
c.File


Question: 06
Which of the following protocols is used by default to access the Caspio Bridge Web Services API?

a.HTTPS
b.HTTP
c.FTP
d.SMTP


Question: 07
Suppose a customer care center employs 50 customer care executives and works with a customer table with 10,000 records. Each customer care executive is assigned a group of customers. When an executive logs in to a Search and Report DataPage, he/she only sees his/her own customers and all other customers remain unavailable to him/her. Which of the following Security and Authentication methods in Caspio Bridge help to accomplish the scenario described above?

a.Web User Authentication
b.Record Level Security(RLS)
c.Privileges


Question: 08
State whether the following statement is true or false. All Caspio Bridge Web Services API calls are stateless.

a.True
b.False


Question: 09
Which of the following statements hold true when the data type of a field is modified from Text to Number in a Caspio Bridge table?

a.All the data in that table will be lost.
b.The data is lost only if incompatible data is found.
c.The operation fails if incompatible data in present in the field.
d.Only those values which are incompatible are modified.


Question: 10
Which of the following types of cookies is used by the Caspio Bridge account?

a.Session cookies
b.Tracking cookies
c.Browser cookies


Question: 11
What is the maximum possible size of an HTML DataPage in Caspio Bridge?

a.100Kb
b.50Kb
c.200Kb
d.20Kb


Question: 12
Which step in the Caspio Bridge Web Form Wizard is used for setting up Automatic Emails?

a.Select fields
b.Destination and Triggers
c.Capture or Update
d.Configure fields


Question: 13
Which of the following Caspio Bridge Form Elements are not available in Mobile Forms?

a.View Counter
b.Radio Button
c.List Box
d.Hidden


Question: 14
Which of the following data types in Caspio Bridge does not offer rendering options?

a.Date/Time
b.Text(4000)
c.Yes/No
d.File


Question: 15
Which of the following is an invalid parameter while calling the Caspio Bridge AddTableField Web Service API?

a.ObjectName
b.TableName
c.Unique
d.Description


Question: 16
Which of the following data types is denoted by the icon shown in the above image?

a.Text(4000)
b.Text(255)
c.Date/Time
d.Yes/No


Question: 17
This question is based upon the figure shown below

img17

In the image, the names of the Caspio Bridge Element categories have been erased and replaced with ‘a’. What are the names of the categories?

a.Form/Details Page, Mobile Forms, Time Zone
b.Form/Details Page, Formatting Standards, HTML Tags
c.Results Pages, Mobile Forms, Time Zone
d.Form/Details Pages, Results Pages, HTML Tags


Question: 18
This question is based upon the figure shown below

img18

What is the purpose of the marked image shown above?

a.It is used to set the currently selected Style as the default Style.
b.It is used to create a new Style.
c.It is used to edit a Style.
d.It is used to refresh the page.


Question: 19
To which of the following categories does the HTML Block Cells element belong while applying styles to Caspio Bridge DataPages?

a.Form/Details
b.HTML tags
c.Results Page


Question: 20
Which of the following are the objects through which web user authentication(WUA) is applied in Caspio Bridge?

a.DataPage Folders
b.DataPages
c.Tables
d.Views

Question: 21
This question is based upon the figure shown below
img21
What will happen in Caspio Bridge when you click on the button shown in the image?
a.It will create a new view.
b.It will create a new table.
c.It will create a new DataPage.
d.It will create a new file.

Question: 22
Which of the following is the correct SOAP response when you call the Caspio Bridge CreateTable API?
a.
<soap:Body soap:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/”>
<tns:CreateTableResponse>
<GetDataPageAppKeyResult xsi:type=”xsd:string”>string</GetDataPageAppKeyResult>
</tns:CreateTableResponse>
</soap:Body>
b.
<soap:Body soap:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/”>
<tns:CreateTableResponse>
<CreateTable xsi:type=”xsd:int”>int</CreateTable>
</tns:CreateTableResponse>
</soap:Body>
c.
<soap:Body>
<CreateTableResponse xmlns=”http://bridge.caspio.net/ws/literalTypes” />
</soap:Body>
d.
<soap:Body soap:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/”>
<tns: CreateTableResponse/>
</soap:Body>

Question: 23
Which of the following is the correct way of defining a parameter name in Caspio Bridge Relational DataPages?
a.[@fieldname]
b.[!fieldname]
c.[fieldname]

Question: 24
What happens to the DataPages and views when the corresponding table is deleted in Caspio Bridge?
a.The corresponding views and DataPages also get deleted automatically.
b.Only the table gets deleted.
c.Until the corresponding views and DataPages are deleted, the table cannot be deleted.

Question: 25
Which of the following are used to link multiple tables together in a view?
a.Keys
b.Fields
c.Records
d.Header and Footer

Question: 26
Which of the following objects can be used to filter data or relate multiple pages together?
a.Views
b.Styles
c.Localizations
d.Mashups

Question: 27
Why is the view name Emp-Det1 considered incorrect in Caspio Bridge?
a.View names cannot contain numbers.
b.View names cannot start with letters in the upper case.
c.View names cannot have the ‘-’ symbol.
d.All of the above.

Question: 28
In which of the following Caspio Bridge Web Service API calls is it mandatory to pass the IsBase64 parameter?
a.ProximitySearchByReference
b.GetTableDesignRaw
c.ProximitySearchByCoordinates
d.SelectDataRaw


Question: 29
Which of the following methods in Caspio Bridge can be used to obtain the value of the system defined field PK_ID?

a.SelectDataXML
b.GetTableDesign
c.ListObjects
d.None of the above

Question: 30
Which of the following Caspio Bridge Web Service API methods use Document-style Web Service calls?
a.CreateTable
b.CreateEmptyTable
c.GetTableDesign
d.GetTableDesignRaw

Question: 31
Which of the following are invalid date inputs in Caspio Bridge if the field has the data type Date/Time?
a.13/09/1986
b.09/13/1986
c.1986/13/09
d.13-09-1986

Question: 32
Which of the following parameters are mandatory while making any Caspio Bridge Web Service API call?
a.AccountID
b.Profile
c.Password
d.TableName

Question: 33
Is it possible for a field in a Caspio Bridge table to be empty if it has the Unique constraint?
a.Yes
b.No

Question: 34
When using Google Maps in Caspio Bridge, what will be the default location on the map if the address information in your Caspio Bridge Table is empty/blank?
a.Error will be shown as returned by the mapping service.
b.Default location will be shown as returned by the mapping service.
c.Blank screen will be shown.
d.The message “No records found” will be displayed.

Question: 35
What will be the data type of UpdateDataResult when you call the Caspio Bridge UpdateData API?
a.int
b.boolean
c.string
d.None of the above

Question: 36
Which of the following Caspio Bridge DataPage elements can be used to add graphics to your DataPages?
a.CAPTCHA
b.Virtual Field
c.HTML Block
d.Sections

Question: 37
Which of the following are not valid data formats into which a Caspio Bridge Table can be exported?
a.Microsoft SQL Server
b.Microsoft Access Database
c.MySQL
d.CSV

Question: 38
Can SSL encryption be applied as a security setting while deploying a Caspio Bridge DataPage?
a.Yes
b.No

Question: 39
Which of the following are correct about Security and Authentication methods in Caspio Bridge?
a.Web User Authentication is applied to DataPage folders. Once it is configured, it applies to all the DataPages of that folder.
b.RLS options are available in the DataPages created in the folders without Web User Authentication.
c.Privileges can be used to restrict access to specific hostnames and IP addresses when DataPages are to be deployed outside Caspio Bridge.
d.When Web User Authentication is removed, it disables the DataPages that rely on Record Level Security.

Question: 40
This question is based upon the figure shown below
img40
Which of the following is the correct syntax of the ‘contains’ comparison constraint in image (c) in Search and Report DataPages in Caspio Bridge to fetch the result shown in image(b) from the table shown in image(a)?
a.black AND blue AND color
b.(black AND blue)color
c.(black AND blue) AND color
d.None of the above

Don't Miss A Single Updates

Remember to check your email account to confirm your subscription.

Blogger
Disqus
Post a comment ➜

No Comment