Prüfung zertifizierung übungstest C2040-409 Testfragen

Prüfung zertifizierung übungstest C2040-409 Testfragen IBM Notes and Domino 9.0 Social Edition Application Development A www.it-pruefungen.de

QUESTION NO: 1
In IBM LotusScript, which NotesDocument class property can be used to find the owner of a lock on a document?

A. LockHolders
B. DatabaseLock
C. DocumentLock
D. WhoIsLockHolder

Answer: A

QUESTION NO: 2
Grayson created an application that is deployed on servers and with local replicas on individual user workstations. What feature of IBM Notes can limit the data deployed to local replicas?

A. Managed Replicas
B. Database Encryption
C. Master Database Templates
D. Selective Replication Formula

Answer: D

QUESTION NO: 3
In which file are XPages application runtime configuration settings saved?

A. notes.ini
B. jsf.properties
C. xsp.properties
D. application.properties

Answer: C

C2040-409 Prüfungsfragen, C2040-409 Examensfragen IBM Notes and Domino 9.0 Social Edition Application Development A (ICND2 v3.0) www.it-pruefungen.de

QUESTION NO: 4
Daniel wants to programmatically use the full text indexing features of IBM Domino. Which fields can be indexed by default?

A. rich text fields
B. access control list entries
C. fields in external databases
D. fields containing a summary flag

Answer: D

QUESTION NO: 5
James has a large number of image resources and he knows that the name of the image resource will change when it is updated. How can he add an alias name to the image resource?

A. After the image resource name, type a vertical bar (|) followed by the alias name.
B. Image resource names are chosen when they are created and cannot be renamed.
C. Open the Image resource in the IBM Domino Designer client and add the alias name to the “Alias” field.
D. Image resources are chosen at the time they are created and do not support an Alias name.

Answer: A

Prüfungsvorbereitung Studienmaterial C2040-409 deutsch IBM Notes and Domino 9.0 Social Edition Application Development A www.it-pruefungen.de

QUESTION NO: 6
James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail file. Given the following snippet of code, what would be the correct line for instantiating the Calendar Profile? Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase

A. Set doc=db.GetProfileDocument(“CalendarProfile”)
B. Set doc=db.SetProfileDocument(“CalendarProfile”)
C. Set doc=session.GetProfileDocument(“CalendarProfile”)
D. Set doc=session.SetProfileDocument(“CalendarProfile”)

Answer: A