Slide 1:
Exam Title
: Lotus 190-738 : Developing Applications with IBM Lotus Sametime 7.5
Version : R6.1
www.Prepking.com
Slide 2:
Prepking - King of Computer Certification Important Information, Please Read Carefully
Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Copyright Each PDF file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular PDF file is being distributed by you, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.
www.Prepking.com
Slide 3: 1. Which one of the following Storage Service calls would Bill use in a Sametime applet to access another user's buddy list? A. loadBuddyList() B. retrieveBuddyList() C. loadAnotherBuddyList() D. None, it is not possible to access another user's buddy list Answer: D 2. Which one of the following is required in order for an applet to use the service or UI components of the Community Services API? A. WhoIsHereUI B. WhoIsOnlineUI C. CommunityService D. InstantMessagingService Answer: C 3. Which one of the following activities CANNOT be done using the Java API? A. Schedule a meeting to start in the future. B. Disconnect the meeting applet from a meeting on the server. C. Float the meeting applet in a separate window outside the browser. D. Hide a viewer in the meeting applet without disconnecting it from the meeting. Answer: A 4. Anita, a Lotus Sametime developer, wants to use the unique names from the Lotus Sametime directory. When developing an application using Awareness, which one of the following will return the unique name? A. STId Class B. STUser Class C. STLoginID Class D. STUserInstance Class Answer: B 5. Which one of the following is the number of places a user can be a member of at the same time? A. One place B. Up to three places C. Any number of places D. Any number of places, but only one section in each Answer: C 6. When using the WhoIsOnlineServiceListener interface, which one of the following events should be received before using any component method?
www.Prepking.com
Slide 4: A. serviceUp B. isServiceUp C. serviceDown D. isServiceDown Answer: A 7. Java class files ending with the suffix "ServiceListener" are which one of the following types of files? A. Semantic files B. Java session files C. Java interface files D. User interface files Answer: C 8. Which one of the following is NOT a capability of the SameTimeApplet in the Meeting Services API? A. Token generation B. Meeting management C. Viewer positioning D. Parameter manipulation Answer: A 9. Which one of the following best describes what Place awareness allows users to do? A. It allows users to define their status. B. It allows users to see the status of online users in a place. C. It allows users to see the status of a predefined list of users. D. It allows users to see the status of all users in the Lotus Sametime environment. Answer: B 10. Which one of the following does the lookup service do? A. Provides WhoAmI Awareness B. Provides directory-browsing service C. Provides name resolving and group content D. Provides lists of users for Meeting Services Answer: C 11. Which one of the following is NOT a layer of the Lotus Sametime Java Toolkit? A. UI B. Service C. Transport D. Abstract Window Answer: D
www.Prepking.com
Slide 5: 12. Jill is investigating options for server-side programs in Lotus Sametime. Which one of the following Lotus Sametime toolkits allows her to enhance the Sametime server response to various events?the Sametime server? response to various events? A. Sametime Links Toolkit B. Sametime Toolkit for COM C. Community Server Toolkit D. Sametime Directory and Database Access (DDA) Toolkit Answer: C 13. Denzel is adding new features to the Lotus Sametime meetings being held on his company's extranet Web site. Which one of the following is an advantage the Whiteboard feature has over the Application Sharing feature in Lotus Sametime meetings? A. Whiteboard is erasable B. Whiteboard uses more network bandwidth C. Whiteboard allows modification of shared files D. Whiteboard does not give other users access to your disk Answer: D 14. Review the following resolveNamesFailed method: public final void resolveNamesFailed(Integer requestId, Integer ________) Which one of the following parameters is missing after Integer? A. reason B. userStatus C. VpResolveMatches D. resolvedNamesInfo Answer: A 15. Which one of the following lists the language(s) most experienced Lotus Sametime developers choose for working with Sametime Links? A. Java B. JavaScript C. LotusScript D. Either LotusScript or Java Answer: B 16. Review the following meeting applet code segment: Same_Time_Applet.addParameter("IsMeetingManager", "1"); Which one of the following is the result of executing this line of code? A. The Meeting Manager creates the meeting applet.
www.Prepking.com
Slide 6: B. The user of this applet becomes the manager of the meeting. C. "IsMeeting Manager" is not a parameter in the meeting applet. D. The user of this applet is no longer the manager of the meeting. Answer: B 17. Review the following Who Is Here UI coding example: public final void leavePlace (String ______) Which one of the following parameters is missing after String? A. session B. listener C. placeName D. placeDisplayName Answer: C 18. Review the following Who Is Online applet code segment: public void resolveNames(LiveNamesItem[ ] items) { String [ ] userNames = new String [items.length]; for (int i=0; i<items.length; i++) userNames[i] = items[i].getUserName(); } Which one of the following decribes what this code does? A. Issues a resolve request to the Lotus Sametime community B. Translates a list of user objects to a list of user names C. Adds users to a Who Is Online list and creates a userNames array D. Creates a chat session with a list of user names and creates a userNames array Answer: B 19. Jeff wants to add Instant Message awareness to the view of one of his Lotus Notes applications. To display Instant Messaging awareness within the Notes View, which of the following statements must be true? A. The view column must be sorted B. The view column cannot be sorted C. The view column must evaluate to a name D. The column must be the first in the view Answer: C 20. Liz has created a Notes application with a name field on a form. She has marked the field for displaying awareness but it is not working. Which of these is most likely the issue?
www.Prepking.com
Slide 7: A. Domino Designer is not installed on the machine B. The incorrect Sametime client version is installed C. One of the servers in the Sametime Cluster is down D. The name within the field is not formatted correctly Answer: D 21. In Carol's Notes application she wants a button to send an instant Message to John Doe. Which of these commands will open the Instant Message window in Notes? A. @Command( [SendIM] ; "John Doe") B. @Command( [SendChatMessage] ; "John Doe") C. @Command( [SendInstantMessage] ; "John Doe") D. @Command( [OpenInstantMessageChannel] ; "John Doe") Answer: C 22. Bruce has developed a Notes application with Sametime awareness. The application is not displaying awareness for a field. Which of the following could be the reason? A. The field is a "Text" field B. The field is a "Names" field C. The field is a "Author" field D. The field is a "Reader" field Answer: A 23. Helen is working with a Sametime Connect plug-in project that she has just taken over. She wishes to see a list of the dependencies defined in the project. Where can she find this list? A. In the plugin.xml file B. In the manifest.mf file C. In the package.html file D. In the build.properties file Answer: B 24. Jerald is developing a new Sametime Connect plug-in and has just become aware that his plug-in will require another plug-in in order to operate properly. How should he reference the required plug-in? A. Declare an extension B. Add an extension point C. Add an external JAR file to the project D. Add a dependency to the plug-in manifest Answer: D 25. Henri is building a new MiniApp plug-in for Sametime Connect and preparing to test a run configuration. Which of the following is the correct runtime environment he must use during development in Eclipse?
www.Prepking.com
Slide 8: A. J9 1.4.2 JRE B. J9 JCL Desktop C. J2SE 1.4.2 JRE D. J2SE 1.5.0_06 JRE Answer: B 26. Liz plans to add a new plug-in with a "shelf" appearance to the Sametime Connect client. Which of the following classes helps her define the user interface for the plug-in? A. miniApp class B. shelfUI class C. tableView class D. messageHandlerAdapter class Answer: A 27. Bill has developed a plug-in for use by a small group of people, and wishes to deploy it manually. What instructions should he give the users to activate the plug-in in the Sametime Connect clients? A. Modify the plug-in manifest to work on their host machine B. Copy the plug-in to their Sametime Connect plugins directory C. Install Eclipse, and create a run configuration for the plug-in D. Install Eclipse, and run an update to receive the plug-in from an Apache server Answer: B 28. Jeri is writing a Sametime Connect plug-in and is in the process of declaring new function points that her plug-in adds to the platform. What are these called? A. Extensions B. Dependencies C. Extension Points D. J9 JCL Extensions Answer: C 29. Nell is setting up a new computer for plug-in development. Which JRE should she install? A. 1.4.2 B. J9 JCL C. 1.5.0_06 D. 1.5.0_08 Answer: B 30. Viktor is creating a Sametime Connect plug-in and wants to add a right-mouse click action to a selected person in the available buddies list. Which extension provides this capability? A. actionSets extension
www.Prepking.com
Slide 9: B. popupAddOn extension C. viewActions extension D. personAction extension Answer: D 31. Perry is getting started with Sametime Connect plug-in development and is studying the underlying components used to create the client and its plug-ins. What Eclipse-based components are used to create the user interface? A. JFace and SWT B. Swing and JFace C. Extensions and extension points D. Manifests and plug-in components Answer: A 32. Steve has code on a Web page that can only continue if Sametime Links has had a successful login. Which Sametime Links event can Steve use to check for a successful login? A. STLinksLoggedIn B. STLinksAvailable C. STLinksLoginSuccess D. STLinksSuccesfulLogin Answer: A 33. Carlos is developing a website where he wants to track people entering a place. Which JavaScript event can he use to help track this? A. STLinksUserJoinedRoom B. STLinksUserJoinedPlace C. STLinksUserEnteredRoom D. STLinksUserEnteredPlace Answer: D 34. Peyton is creating a Web page with Sametime Links integration, which of these is possible using the Sametime Links toolkit functions? A. Virus Check B. File Transfer C. Telephone Call D. Instant Meeting Answer: D 35. Philip is creating a Web page that offers Sametime Video services. Philip needs his code to check that the video services are enabled on the Sametime server. Which Sametime Links function should he use to
www.Prepking.com
Slide 10: confirm Sametime video services are available? A. STLinksVideo B. STLinksVideoEnabled C. STLinksVideoServiceEnabled D. STLinksVideoServicesAvailable Answer: B 36. Yvette wants to have a button on a Web page that will add John Doe to a "Work" group within the Web page user buddylist, which function canYvette wants to have a button on a Web page that will add John Doe to a "Work" group within the Web page user? buddylist, which function can Yvette use? A. STLinksAddToList("John Doe", "Work") B. STLinksAddToContactList(John Doe, Work) C. STLinksAddToContactList("John Doe", "Work") D. STLinksAddUserToBuddyList("John Doe", "Work") Answer: C 37. Which one of the following must a Java client provide to join a meeting? A. User name B. Server name C. Port number D. Meeting handle Answer: D 38. When a place is created, which one of the following constitutes the place's unique identifier? A. placeType B. placeName and placeType C. displayName and placeType D. placeName and displayName Answer: B 39. Which one of the following values must meeting_handle be in order for it to create a new meeting? A. Two B. One C. Zero D. Negative one Answer: C 40. Which one of the following logs a user out of the place object "new_place?" A. new_place.close B. new_place.logout
www.Prepking.com
Slide 11: 100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/190-738.htm