IT certifications Exams,Study Guide IT certifications Exams,Study Guide,Practice Test,Training Materials

190-273 Practice test,190-273 Braindumps,190-273 Study Guide,190-273 exams

10.28.2009 · Posted in Lotus

190-273 Practice Test


Lotus 190-273 Practice Test Introduction:
Exam Number/Code: 190-273
Exam Name: LotusScript in Notes for Advanced Developers
Questions and Answers: 84 Q&A
Free Lotus 190-273 Practice Test
 
 
Exam : Lotus 190-273
Title : LotusScript in Notes for Advanced Developers

1. Which one of the following properties allows Jim to change the title on an object of the NotesDatabase class?
A. The Title property on the NotesDatabase class
B. The MakeTitle method on the NotesSession class
C. The IsTitle property on the NotesDatabase class
D. The MakeTitle method on the NotesDatabase class
Answer: A

2. Jason uses script to create documents in a Domino database from a dBase database. He has created an ODBCResultSet object called res in his code. He would like to create documents with two items, Name and City. The item names are the same as the column names in res. He has created a vendor form which contains these fields. Which one of the following will generate this result? (Assume the object db represents the current database.)
A. Dim doc As NotesDocument
res.FirstRow
Do until res is nothing
Set doc=New NotesDocument(db)
doc.Form="vendor"
doc.Name=res.GetValue("Name")
doc.City=res.GetValue("City")
doc.Save True,True
res.GetNextRow
Loop
B. Dim doc As NotesDocument
Dim emptyrow As Integer
emptyrow=res.FirstRow
Do until emptyrow=False
Set doc=New NotesDocument(db)
doc.Form="vendor"
doc.Name=res.Name
doc.City=res.City
doc.Save True,True
emptyrow=res.GetNextRow
Loop
C. Dim doc As NotesDocument
emptyrow=view.GetFirstDocument
Do until emptyrow=False
Set doc=New NotesDocument(db)
doc.Form="vendor"
doc.Name=res.GetValue("Name")
doc.City=res.GetValue("City")
doc.Save True,True
emptyrow=view.GetNextDocument
Loop
D. Dim doc As NotesDocument
Dim emptyrow As Integer
emptyrow=res.FirstRow
Do until emptyrow=False
Set doc=New NotesDocument(db)
doc.Form="vendor"
doc.Name=res.GetValue("Name")
doc.City=res.GetValue("City")
doc.Save True,True
emptyrow=res.GetNextRow
Loop
Answer: D

3. Marilyn is writing code which prompts users to specify a database to copy. She wants to make sure the database name specified is correct before a copy is made. Which one of the following sets of properties and methods should she use on the NotesDatabase object?
A. New method, Open property
B. IsOpen property, Open method
C. IsOpen method, Open property
D. Created property, Open method
Answer: B

4. In order to work with an ODBC source, a result set must be created. How is this done?
A. Use the Execute method on the ODBCResultSet object only.
B. Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
C. Use the ODBCConnection object, ConnectTo method to establish the connection.
Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
D. Use the ODBCConnection object, Connection property to establish the connection.
Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
Answer: C

5. Which one of the following would Brian use to access a replica of a database on a server?
A. New on the NotesDatabase class
B. OpenSame on the NotesSession class
C. Open method on the NotesDatabase class
D. OpenByReplicaID method on the NotesDatabase class
Answer: D

6. Emily wants to report on documents in a database. She will use an action button in a view to count documents. The database name is CLIENTS.NSF and it resides on the HUB_DUNN/Dunn server. The button is in the same database on which she is reporting. She wants to implement script that is operational from any replica copy of the database. Which one of the following would be the best method of representing the database in her script?
A. Dim db As New NotesDatabase("","CLIENTS.NSF")
B. Dim db As New
NotesDatabase("HUB_DUNN/Dunn","CLIENTS.NSF")
C. Dim db As NotesDatabase
db.Open("HUB_DUNN/Dunn","CLIENTS.NSF")
D. Dim s As New NotesSession
Dim db As NotesDatabase
Set db=s.CurrentDatabase
Answer: D

7. In order to generate a result set, which one of the following must be established in an ODBCQuery object?
A. SQL property
B. SQL method and Connection property
C. SQL property and Connection property
D. GetError method and Connection property
Answer: C

8. Which one of the following is needed to use ODBC in Lotus Domino?
A. The data source must be identified.
B. The ODBC driver must be available.
C. The data source must be identified using a supported ODBC driver at the machine using the driver
D. The data source must be identified using a supported ODBC driver at the server to which the machine connects.
Answer: C

TestInside 190-273 practice test product will provide you questions and answers carefully compiled and written by testinside experts. Try to understand the concepts behind the questions instead of cramming the questions.

For Provide the Latest Version 190-273 Dumps.We are constantly reviewing our products. New material is added and old material is revised. Free updates are available for 90 days after the purchase. You should check your
member zone at TestInside an update 3-4 days before the scheduled exam date.

For candidates making preparation for the Lotus 190-273 exam, what they most desire is to easily pass the 190-273 (LotusScript in Notes for Advanced Developers) exam. TestInside’s 190-273 Braindumps includes 84 questions and answers, which are collected and collated by experts of Lotus. With our 190-273 study guide, you can successfully take Lotus certification of 190-273 exam and go further on Lotus career path.
Lotus 190-273 pdf download
Download 190-273exam of Lotusfor free (in PDF format ) before you decide to purchase it. Thus,you can know better about the quality of our practice exam and then make your right decision. TestInside 190-273 practice test Help you pass any it exams!

  • Share/Bookmark

Related posts:

  1. TestInside 190-273 pdf free down TestInside 190-273 PDF Exams Free Download Lotus 190-273 Exam...
  2. 190-802 Practice test,190-802 Braindumps,190-802 Study Guide,190-802 exams 190-802 Practice Test Lotus 190-802 Practice Test Introduction: Exam...
  3. LOT-801 Practice test,LOT-801 Braindumps,LOT-801 Study Guide,LOT-801 exams LOT-801 Practice Test IBM LOT-801 Practice Test Introduction: Exam...
  4. 190-800 Practice test,190-800 Braindumps,190-800 Study Guide,190-800 exams 190-800 Practice Test Lotus 190-800 Practice Test Introduction: Exam...
  5. 190-739 Practice test,190-739 Braindumps,190-739 Study Guide,190-739 exams 190-739 Practice Test Lotus 190-739 Practice Test Introduction: Exam...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed