Wednesday, August 12, 2009

LOT-952 Exam Questions, Veritable LOT-952 Practice Testing Software

Our LOT-952 practice exams and study questions are composed by current and active Information Technology experts, who use their experience in preparing you for your future in IT.

Commitment to Your Success:
At Cheat-test.com we are committed to you ongoing success. Our exams and questions are constantly being updated and compared to industry standards.

You are not about to purchase a disposable product. LOT-952 practice exam updates are supplied free of charge. Regardless of how soon you decide to take the actual LOT-952 examination certification, you will be able to walk into the testing room as confident as the Certification Administrator.

IBM Lotus LOT-952 Exam - Cheat-Test.com

Free LOT-952 Sample Questions:

1. Tony wants to create a duplicate of the Video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or document modifications to be replicated into his new database after he creates it. Which one of the following should Tony do to create his archive?
A.Create a new copy of the database.
B.Create a replica copy of the database.
C.Use Microsoft Windows Explorer to create a copy of the database file.
D.Create a replica copy of the database and disable replication on the database properties.
Answer: A

2. When Nora creates a new document in the Suggestion application, a number of the fields have text already displayed. But when she tabs to or clicks the field, the text disappears. What design feature has been used to create this behavior?
A.Field Hint in the Field Properties window
B.Default Value in the Form Properties window
C.Help Description in the Field Properties window
D.Field Assistance in the Field Properties window
Answer: A

3. Jonathan has built a view in the sales.nsf application. Jonathan wants the profit column in the view to display in currency. Which one of the following should he do?
A.Write the column formula using the @function @Currency.
B.Select currency on the Numbers tab in the Field Properties of the cost field.
C.Select Number as the style on the Advanced tab of the Column Properties window, and Custom as the Display Format.
D.Open the Column Properties window and click the Advanced tab. Select Number as the style, and select Currency as the Number Format.
Answer: D

4. Mark can see every recipe document in the Kitchen Planning application. He can also edit recipes that include his name in the Owner field. What level of ACL access does he have?
A.Owner
B.Author
C.Editor
D.Manager
Answer: B

5. The Open Discussions view of the Brainstorming application should display main documents. The view should also display all comments that have been submitted in response to the original postings or to other comments. Gabriela has discovered that all main documents are displaying correctly in this view, but neither the response documents nor the response to response documents are displaying. What could be the problem?
A.On the Options tab of the View properties, the Show main documents only option is selected.
B.On the Info tab of the View properties, the Style option is currently set to Standard Outline.
C.On the Info tab of the View properties, the Style option is not currently set to Standard Outline.
D.On the Options tab of the View properties, the Show response documents in a hierarchy option is not selected.
Answer: D

6. Victor has a field that allows the user to enter the list price of a video. What type of field makes sure that the value of that field is numeric?
A.Number
B.Dollar
C.Currency
D.Text field with @TextToCurrency Input Validation formula
Answer: A

7. Dora has a view with a column that shows the date and time at which the document was created. She would like to show just the date and hide the time portion. How can she accomplish this task?
A.In the View Properties window, set the view style to Date/Time and format the date to be mm/dd/yyyy.
B.In the View Properties window, set the view style to Date/Time, and clear the Display Time option.
C.In the Column Properties window, set the column style to Date/Time and format the date to be
mm/dd/yyyy.
D.In the Column Properties window, set the column style to Date/Time, and clear the Display Time option.
Answer: D

8. Jamie needs to add a RestrictAccess field on a form in the Purchasing application. Only users with the [Admin] role should be able to see this field. How should she write the hide/when formula to hide this field?
A.@Show("[Admin]";@UserRoles)
B.@Elements("[Admin]";@UserRoles)
C.@IsContained("[Admin]";@UserRoles)
D.@IsNotMember("[Admin]";@UserRoles)
Answer: D

9. Roberto has been asked to modify the Membership view in the Video Rental application. A green check mark should display in the Approved view column for each document where membership has been approved.
He set the view column property to Display values as icons, and now he needs to write a column formula.
What is the column formula he needs to use?
A.@If(Approved = "Yes"; 82; 0)
B.@If(Approved = "Yes"; @OpenImageResource("checkmark.gif"); "")
C.@If(Approved = "Yes"; @Icon(82); @Icon(0))
D.@If(Approved = "Yes"; @Column(82); @Column(0))
Answer: A

10. Anna wants to add a field to her form that allows one or more values to be selected from a scrolling fixed size field. What type of field should she use?
A.Listbox
B.Keyword
C.Combobox
D.Dialog List
Answer: A

11. When Eduardo tried to save a document, he got the following error message:
Incorrect data type for operator or @Function: Text Expected.
Which one of the following did he most likely do to cause this error to happen?
A.He entered text in a number field.
B.He neglected to place a formula in a validation event.
C.He neglected to place a formula in a translation event.
D.He combined a text field and a time field in a formula.
Answer: D

12. When Tony looks at his video due date in the Video Rental database main view, he sees a due date time of 9 a.m. Bob is in a different time zone, and sees Tony's due date as 11 a.m. What setting causes the times to be different for Bob and Tony?
A.The Column Properties window has Display Time set to Always show time zone.
B.The View Properties window has Display Time set to Adjust time to local zone.
C.The Column Properties window has Display Time set to Adjust time to local zone.
D.The View Properties window has Display Time set to Show only if zone not local.
Answer: C

13. Yuki wants to add a field to her form that allows multiple values to be selected or cleared by clicking next to the item. What type of field should she use?
A.Text
B.Checkbox
C.Combobox
D.Radio Button
Answer: B

14. Rita has built an agent that changes documents with an Approved status to a status of Ready To Pay.
When creating a scheduled agent, what are her options for the schedule frequency?
A.Hourly, Daily, Weekly, Monthly, Annually
B.Once, Daily, Weekly, Monthly, Annually, Never
C.On Startup, On Shutdown, Daily, Weekly, Monthly
D.More than once a day, Daily, Weekly, Monthly, Never
Answer: D

15. Which one of the following can be printed from the Domino Designer IDE?
A.Current selection
B.Alternative language
C.Only LotusScript language
D.Other objects Alternative language
Answer: A

16. Burt has been asked to create a unique key to identify each rental transaction in the Video Rental database. What @Function can he use to create this key?
A.@Key
B.@Unique
C.@UniqueKey
D.@RandomKey
Answer: B

17. Brett has written an action button that extends the due date of a video. When the due date has been recomputed, he would like a pop-up box to display that shows the new due date. What @Function will give him this functionality?
A.@Prompt
B.@Dialog
C.@Picklist
D.@Messagebox
Answer: A

18. Oscar has a database that is designed to be used by the Notes client and aWeb browser. He's adding a new view that should only be accessible by people using the Notes client. How can he accomplish this task?
A.Set the "$HideFrom" design element field to a value of Web.
B.Select Hide design element from Web browsers in the Column Properties window.
C.Select Hide design element from Web browsers in the Design Document properties for the view.
D.Clear Web browsers from the Who can use this view?" ption in the View Properties window.
Answer: C

19. Robert does not want Authors in the Video database's ACL to be able to edit certain fields in documents that they created. Which one of the following can he do to accomplish this task?
A.Set field security options to Must have at least Editor access to use.
B.Use a Readers field on the form to prevent access to existing documents.
C.Use an Authors field on the form to prevent access to existing documents.
D.Create a standard section on the form and put the restricted fields in the section.
Answer: A

20. Jorge has built a Ticket Tracking application that is accessed using a Web browser. When users bookmark a document in their browser, the bookmark title should show the date and status of the ticket.
How would Jorge accomplish this task?
A.Use a window title formula of @Text(TicketDate) + " - " + TicketStatus
B.Use a bookmark title formula of @Text(TicketDate) + " - " + TicketStatus
C.Create a $WindowTitle field with a formula of @Text(TicketDate) + " - " + TicketStatus
D.Create a $BrowserTitle field with a formula of @Text(TicketDate) + " - " + TicketStatus
Answer: A

21. Cheng wants to write a view selection statement to include documents created with the Review form and any responses. Which one of the following statements should Cheng write?
A.SELECT Form = "Review" | @AllDescendants
B.SELECT Form = "Review" & @AllDescendants
C.SELECT Form = "Review"; SELECT@Responses
D.SELECT Form = "Review"; SELECT@AllResponses
Answer: A

Next free No22 to No50 Exam Questions

Lotus Certification LOT-980 Exam Questions, Real IBM LOT-980 Practice Engine

IBM Lotus LOT-980 Exam - Cheat-Test.com

Free LOT-980 Sample Questions:

1. Susan has created a list of IP Addresses for the web server that are allowed access and a list of IP Addresses that are denied access. Both are placed in the appropriate fields. Which field takes precedence BY DEFAULT when the same IP address is found in both lists?
A.The Allow Access field
B.The Deny Access field
C.The Substitution Access field
D.An error will be presented stating an address may not be in both fields
Answer: A

2. Where does the Domino Server Setup program store the certifier ID file by default?
A.In the Domino Name and Address Book
B.In any network drive location that you specify during installation
C.In the directory you specify as the Domino data directory during installation
D.On the Domino Administrator's local machine in My Documents\Lotus\Certifiers directory
Answer: C

3. You have the ability to set different levels of administration access to users. Which of the following represents the hierarchy order for privileges from greatest to least access?
A.Server administrator > View Console administrator > Administrator > User administrator
B.Full access administrator > Administrator > Full console administrator > System administrator
C.Full Console administrator > System Administrator > Full Access administrator > Administrator
D.Full server access administrator > Console rights administrator > User administrator > View access only administrator
Answer: B

4. While you used the Domino Administrator client, what two subtabs may be found under the Messaging tab?
A.Router and Mailboxes
B.Mail and Tracking Center
C.Mail Users and SMTP Configuration
D.Mail Statistics and Mail Analysis
Answer: B

5. In which of the following databases may you view all the database ACLs on a server by user name, access level, or by database?
A.Log
B.Names
C.Catalog
D.Certlog
Answer: C

6. Ben attempts to send Jerry a Notes mail message. Both users are on the same mail server. Which of the following paths will the message take?
A.The Router will receive the message from Ben and deliver it immediately to Jerry's mailfile via SMTP
B.The Router will receive the message from Ben and deliver it immediately to Jerry's mailfile via NRPC
C.The server will receive the message from Ben and send it to the mail hub for distribution back to the mail server and then delivery to Jerry's mailfile
D.The SMTP task will receive the message from Ben and immediately send it to Jerry after following the SMTP to Notes path defined in the configuration settings documents for the mail server
Answer: B

7. The server Web1/XYZ defaults to Server document settings to obtain configuration information for Internet protocols when which of the following features is not enabled?
A.Internet Site documents
B.Global Domain documents
C.Single Sign-on documents
D.Web Configuration documents
Answer: A

8. You are building Domino Domain Monitoring probes in Domino 8.5 and wish to create a standard Possible Solution for all of them. Which of the following document types allow this capability?
A.Modular
B.Embedded
C.Component
D.Corrective
Answer: A

9. OCSP on the Domino server is enabled through which of the following?
A.Server document
B.Security policy
C.Server configuration document
D.Certificate authority database
Answer: B

10. Terry is working on a document in a database on a server that is DAOS enabled.While in the document, Terry replaces the attachment with a new version. Which of the following occurs to the attachment in the DAOS store?
A.The server adjusts references to the attachment in DAOS
B.The server removes the reference from all mail files that pointed to that original file reference
C.The server removes the previous attachment entirely from DAOS and inserts the link to the new
attachment
D.The server sends the full previous attachment to all user mail files that pointed to that original file reference
Answer: A

11. Jose is creating a new password for himself.Which one of the following will "password quality checking" indicate is the least secure password?
A.Mixed case passphrases
B.All uppercase passwords
C.Passphrases containing numbers and punctuation
D.Words found in Notes dictionaries during spell check
Answer: D

12. Tom set up a Domino domain and organization. Which one of the following describes the difference between a Domino domain and a Domino organization?
A.There is no difference. Domains and organizations function in the same manner.
B.Domains refer to a company's hierarchical structure. Organizations refer to users who share a common organizational certifier.
C.Domains are comprised of users and servers that share a common Domino Directory. Organizations define security and naming conventions.
D.Domains define security and naming conventions. Organizations are comprised of users and servers that share a common Domino Directory.
Answer: C

13. John is setting up a single domain with a single organization. As a result, all Domino server IDs must be created using which one of the following?
A.The same cross-certificate
B.The same administrator certificate
C.The same country (C) certificate or a child of that country (C) certificate
D.The same organizational (O) certificate or a child of that organizational (O) certificate
Answer: D

14. Jon registered a new user. Which one of the following authentication elements is NOT found in that user's ID file?
A.Public key
B.Private key
C.Certificates
D.HTTP password
Answer: D

15. John registered a new server. In which one of the following was the Server document placed?
A.NAMES.NSF
B.CERTLOG.NSF
C.CATALOG.NSF
D.DIRECTORY.NSF
Answer: A

16. Which one of the following group types is used to prevent access to Domino servers?
A.Mail only
B.Servers only
C.Deny list only
D.Access Control List only
Answer: C

17. Your Organizational certifier is named Acme. Each city in your company has an Organizational Unit certifier from the Acme certifier that references the city. Susan wants to create an Organizational Unit certifier below the city Organizational Unit certifier. Which one of the following must she have to accomplish this?
A.Reader access to the domain's directory
B.A copy of the Acme Organizational certifier
C.A copy of the city's Organizational Unit certifier
D.Copies of both the Acme Organizational certifier and the location's Organizational Unit certifier
Answer: C

18. Why did Tom designate Server1/Boise/Acme as the Administration Server for the Domino Directory?
A.To make sure that all new users were registered on Server1/Boise/Acme.
B.To prevent users from making changes to the Domino Directory on Server1/Boise/Acme.
C.To force administrators to make all changes to the Domino Directory on Server1/Boise/Acme.
D.To ensure that the Administration Process would process all Domino Directory changes on
Server1/Boise/Acme.
Answer: D

19. In what order would Richard build a naming convention for his organization where user names would have the following format:
Chris Maxwell/Amsterdam/Acme
AJ Mathis/Sydney/Acme
A.Create a Common Name (CN) Certifier named Acme and then create Organizational (O) Certifiers named Amsterdam and Sydney
B.Create an Organizational (O) Certifier named Acme and then create Organizational Unit (OU) certifiers named Amsterdam and Sydney
C.Create a Organizational (O) Certifier named Amsterdam, an Organizational (O) Certifier named Sydney and an Organizational Unit (OU) certifier named Acme
D.Create two Organizational (O) Certifiers named Acme and use one to create an Organizational Unit (OU) Certifier named Amsterdam and the other O Certifier to create an OU Certifier named Sydney
Answer: B

20. In addition to Notes databases, which of the following files on a Domino server should be backed up in order to ensure that new users can be created in case of loss of the server?
A.Cache.dsk
B.Certifier ID files
C.The user's desktop.dsk file.
D.The server's bookmark.nsf file.
Answer: B

Need more LOT-980 free exam questions, click here

Our LOT-980 Exam will provide you with exam questions and verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. Our LOT-980 Exam is not just questions and answers. They are your access to high technical expertise and accelerated learning capacity. Certification Experts, Certified Computer Trainers, Technical Coworker and Comprehensive Language Masters, who have a solid, verified and certified background and high technical expertise, have compiled these detailed questions and answers. Our LOT-980 Certification preparation Q and A provided by Cheat-test.com will make you feel like you are taking an actual exam at a Prometric or VUE center.

IBM: Test LOT-981: IBM Lotus Notes 8.5 Building the Infrastructure

IBM Lotus LOT-981 Exam - Cheat-Test.com

Free LOT-981 Sample Questions:

1. The Domino Console connects to the Controller over what default port?
A.80
B.1352
C.1533
D.2055
Answer: D

2. Event handlers contain numerous notification methods. Which of the following is NOT a supported notification method?
A.Pager
B.Broadcast
C.Outbound phone call
D.Log to Windows NT Event Viewer
Answer: C

3. Karen, the Domino administrator, is configuring client authentication through Directory Assistance. She wishes to restrict lookups to a specific directory to ONLY users in the Europe/WXYZ hierarchy.Which of the following represents the proper trusted rule to be created in Directory Assistance?
A./ / / /WXYZ/*
B./ / /Europe/WXYZ/*
C./ / */Europe/WXYZ/*
D.*/*/*/Europe/WXYZ/*
Answer: B

4. The Cluster Database Directory Manager creates which of the following databases?
A.CLDBDIR.NSF
B.CLUSTERDB.NSF
C.CLUDIRMGR.NSF
D.CLUDIRECTORY.NSF
Answer: A

5. Domino Domain Monitoring (DDM) enhanced events contains which of the following?
A.Specific target information only
B.Events generated by an event probe only
C.Events generated by an event generator only
D.All of the above
Answer: D

6.When an S/MIME signed message has a disclaimer added by the server and is received by a Notes user, which of the following is the result?
A.The signature cannot be verified
B.The signature is stripped from the message
C.The message cannot be read by the recipient
D.The message cannot be transmitted and is returned to the user
Answer: A

7. You are configuring Directory Assistance to utilize replicas of databases across numerous servers.
However, you wish for the first lookup to be done locally for a replica. What should be placed in the Server Name field of the Directory Assistance document?
A.*
B.Local
C.Notes
D.Primary
Answer: A

8. Marcus, the Domino administrator, wishes to modify the reverse path setting on forwarded messages sent by user mail rules. Which of the following settings would allow the message to possibly bypass spam filters while not providing a valid email address?
A.Set reverse-path to null
B.Preserve existing value
C.Use recipient Internet address
D.Construct nondeliverable return address
Answer: D

9. The previous internal Domino time is saved in Last_Domino_Time when the Domino server shuts down, when the server is successfully restarted and when the OS time refreshes the internal Domino time. Which of the following prevents Domino from starting if the time change has moved beyond a preset range?
A.Rematch_OS_Time
B.Reset_Actual_Time
C.Restart_Time_Action
D.Restart_Time_Interval
Answer: D

10. Which of the following are the default names for the DB2 instance, database and schema?
A.DB2, Domino, Domino
B.NSF, Domino, DomDB2
C.Domino, NSFDB2, NDDB2
D.SYSCTR, Domino, DB2AccServ
Answer: A

11. When calculating the size of a mail file to determine whether it conforms to configured mail quota or warning threshold limits, Domino treats attachments stored using the Domino Attachment and Object Service as which of the following?
A.As though each user does not have a quota
B.As though each user owned the entirety of the attachment file
C.As though each user owns only the size of the message without the attachment
D.as though each user cannot exceed warning threshold limits for their mailfile
Answer: B

12. Users in your organization utilize Lotus Traveler for their mobile devices. They are successfully able to search for user names and telephone numbers. What is the default amount of returned results in their searches?
A.10
B.25
C.50
D.100
Answer: B

13. Your company has been utilizing the ID vault and regularly marking IDs as inactive when a user leaves the company. In this instance, a user has returned to the company. Which of the following steps represent the best option for this returning user?
A.Choose to restore the id in the vault as active again
B.When registering the user, add the new id to the vault
C.Have the user email their id file back to the vault to reactivate
D.Have the user authenticate via the web interface to activate their old id file
Answer: A

14. In which of the following scenarios would the Notes client push an updated copy of their user id file to the server ID vault?
A.When the user changes home servers
B.When the user adds an Internet certificate
C.When the user changes the logoff timeout on their Notes client
D.When the user accepts a cross certificate to another Notes domain
Answer: B

15. Edison, the Domino Administrator, wants to enforce file security on HTML and Image files.Which one of the following should he do?
A.Enforce ECLs
B.Create File Protection documents
C.Use Protect Directories in the HTTPD.CNF files
D.Domino does not allow security enforcement on HTML and Image files
Answer: B

16. Database1.nsf needs to replicate between two servers.
ServerX should only be able to add and modify information in ServerZ's replica copy of Database1.nsf.
ServerZ should be able to pull new and modified information from ServerX's replica copy of Database1.nsf, but not be able to write new or modified information to ServerX's copy.
Which one of the following represents the access levels each server should have?
A.ServerX should have Author access to Database1.nsf on ServerZ, and ServerZ should have Reader access to Database1.nsf on ServerX
B.ServerX should have Manager access to Database1.nsf on ServerZ, and ServerZ should have Reader access to Database1.nsf on ServerX
C.ServerX should have Editor access to Database1.nsf on ServerZ, and ServerZ should have Reader access to Database1.nsf on ServerX
D.ServerX should have Editor access to Database1.nsf on ServerB, and ServerZ should have Depositor access to DAtabase1.nsf on ServerX
Answer: C

17. Which one of the following database elements is not updated when the DESIGN task is run?
A.Forms
B.Views
C.Roles
D.Agents
Answer: C

18. Which one of the following happens when the purge interval is shorter than the replication interval?
A.The view indexes may not refresh after a replication.
B.The database will force an unscheduled replication to occur.
C.Documents deleted from a replica of the database can reappear.
D.Users may not see the newest documents when they open a database
Answer: D

19. A server was given Editor access to an application.Which one of the following describes how this server fits into the design distribution process for this application?
A.It can send design changes only.
B.It can receive design changes only.
C.It can both send and receive design changes.
D.It can neither send nor receive design changes.
Answer: B

20. Which one of the following server console commands should be utilized to clear the database cache?
A.DBCache Flush
B.DBCache Clear
C.Database Flush
D.Database Clear Cache
Answer: A


View more LOT-981 exam questions here.


Cheat-test LOT-981 Certification Exam

LOT-981 Exam Preparation from Cheat-test.com include:

LOT-981 Real Exam Questions Comprehensive questions with complete details
LOT-981 Real Exam Questions Questions accompanied by exhibits
LOT-981 Real Exam Questions Verified Answers Researched by Industry Experts
LOT-981 Real Exam Questions Drag and Drop questions as experienced in the Actual Exams
LOT-981 Real Exam Questions Questions updated on regular basis
LOT-981 Real Exam Questions These questions and answers are backed by our GUARANTEE
LOT-981 Real Exam Questions Like actual certification exams our product is in multiple-choice questions (MCQs)