Tag: enterprise content management

Questions Related to enterprise content management

var test = 'Hello World' what will test.slice(3,-1) result in.

  1. Compilation Error, Postive value expected.

  2. Runtime Error, Postive value expected

  3. lo world

  4. lo worl


Correct Option: D

var test = "Hello World" what will test.substr(3,7) result in

  1. lo w

  2. lo worl

  3. lo wo

  4. index out of range error during compilation


Correct Option: B

var test = "Hello world" what will test.substring(3,7) result in

  1. index out of range error during compilation

  2. lo w

  3. llo w

  4. lo wo


Correct Option: B

For which algorithm's encoding rounds are must.

  1. RC5

  2. RC4

  3. Both I & II

  4. None of the above


Correct Option: A

Data Type defines the format of a class member in CustomProperties. The number of data types any class member supports is:

  1. 11

  2. 10

  3. 9

  4. 3


Correct Option: A

Can a custom GUI form be presented to user, to fill customproperties data.

  1. True

  2. False


Correct Option: A

In CUSTOMPROPERTIES.scope.instance.attribute[.attribute[..]] Which all values can be assigned to scope.

  1. current, global, user, group, page

  2. current, user, subtype, text

  3. text, template, group, user

  4. page


Correct Option: A

By Using CQL query we are not directly dependant on the database schema

  1. True

  2. False


Correct Option: A