Monday, 14 April 2014

LOT-409 Certification Dumps

IBM
LOT-409


IBM Notes and Domino 9.0 Social Edition Application Development A



Question: 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: 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: 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    

Question: 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: 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    



Question: 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    

Question: 7

What is the primary purpose of a master template? 

A. It is required to use XPages.
B. It is required to use external data sources.
C. It prevents users from updating applications.
D. It keeps application instances consistent in design. 

Answer: D    

Question: 8

Caroline is programmatically using the UniversalID property of a document. Which option will return the same value as the UniversalID property? 

A. @NoteID
B. @ReplicaID
C. @Command
D. @DocumentUniqueID 

Answer: D    

Question: 9

Which statement describes the embedded navigators? 

A. Embedded navigators are not supported in a page.
B. Embedded navigators are not supported in subforms.
C. Embedded navigators are not supported in a browser.
D. Embedded navigators are not supported in the IBM Notes Basic client. 

Answer: D    

Question: 10

Felix is creating an application where a user will type extensive data into a text field. What is the maximum amount of data IBM Domino can store in a text field? 

A. 4 KB
B. 32 KB
C. 64 KB
D. limited only by available disk space to 1 GB 

Answer: B    


LOT-408 Certification Study Guide

IBM
LOT-408


IBM Notes and Domino 9.0 Social Edition Application Development Updat



Question: 1

How would a developer enable partial refresh using a Dynamic Content control? 

A. partialEvents="true"
B. partialRefreshMode="true"
C. No action needed. By default, partial refresh is enabled.
D. getComponent("dynContent").setRefreshMode("Partial") 

Answer: A    

Question: 2

Sam is creating a mobile application using the Mobile controls. When a user opens a page from a view, she would like the view page to fade in when the user returns to it.  How can she accomplish this? 

A. On the page heading control, Sam should set the transition 

Answer: A    

Question: 3

What does setting the expandLevel property of a Navigator control to "0" do when the expandable property is set to "true"? 

A. expands all the Navigator control levels
B. expands the first (index 0) Navigator child node
C. makes the Navigator control show only the parent levels
D. prevents the Navigator from displaying a twisty on levels that can be expanded 

Answer: C    

Question: 4

The simpleValuePicker data provider of the Value Picker control supports which kind of data? 



A. .Net Matrix
B. JavaScript Arrays
C. @PickerDataSource
D. Direct REST API calls 

Answer: B    

Question: 5

Richard wants to allow his users to select names from either of two views using the Name Picker control. How can he do this? 

A. Richard can use a single Name Picker with two dominoViewNamePicker dataProviders.
B. Richard will need to add two Name Pickers, each using a dominoViewNamePicker dataProvider.
C. Richard will need to use a beanNamePicker dataProvider to merge the contents of the two views for a single Name Picker.
D. Richard can use a single Name Picker with a namePickerAggregator dataProvider. He can add two dominoViewNamePicker dataProviders to the namePickerAggregator. 

Answer: D    



Question: 6

Which property of viewStateBean should be used to restore the state of a view saved by a Pager Save State control? 

A. restoreState
B. returnViewState
C. restoreViewState
D. returnStoredState 

Answer: A    

Question: 7

What does the disableHideRow property provide on the Data View control? 



A. The property automatically shows the details facet and does not allow the user to hide the detail.
B. The property automatically shows response documents and does not allow the user to hide them.
C. The property does not allow the user to hide the detail, but requires expandedDetail="true" to be set.
D. The property does not allow the user to hide response documents, but requires collapsibleRows="true" to be set. 

Answer: A    

Question: 8

The Extension Library provides a Dialog control. What languages can be used to launch the Dialog? 

A. Client-Side JavaScript and Simple Action
B. Server-Side JavaScript and Simple Action
C. Client-Side JavaScript and Server-Side JavaScript
D. Client-Side JavaScript, Server-Side JavaScript, and Simple Action 

Answer: C    

Question: 9

Joshua is using the Dojo List Text Box control to display values of the department code for the internal forum XPages application. Joshua is planning to use these values:  Research & Development (rd), Marketing (mkt), Engineering (eng), and Human Resources (hr).  He needs to store the department code in the dept field but wants to display a readable label to the user. How can Joshua configure the Value Picker control to display the correct information in the Dojo List Text Box control and store the department code in the underlying field? 

A. Select the Value Picker control and set the labelSeparator property to "|". The Dojo List Text Box control will use the same value to display the correct label.
B. Select  the Value Picker control and set the displaySeparator property to "|". The Dojo List Text Box control will use the same value to display the correct label.
C. Select the Value Picker control and set the labelSeparator property to "|". Next select the Dojo List Text Box control and set the displayLabel property to "true".
D. Select  the Value Picker control and set the displaySeparator property to  "|". Next select the Dojo List Text Box control and set the displaySeparator property to  "|". 

Answer: C    




Question: 10

What is the purpose of using the Dynamic View Panel? 

A. It allows users to filter what content displays in the view.
B. It allows users to customize a view by selecting the columns they want to see.
C. It allows developers to display the contents of a view based on the view's definition.
D. It allows developers to display the contents of any view by defining a faceted area for each view. 

Answer: C    



HP2-Z29 Certification Study Material

HP
HP2-Z29


Delta - Applying HP FlexNetwork Fundamentals



Question: 1

Which URL can a network administrator use to access Intelligent Management Center (IMC)?  

A. http://«ip-address> | <hostname»:8043 
B. http://«ip-address> | <hostname»:8000 
C. http://«ip-address> | <hostname» 
D. http://«ip-address> | <hostname»:8080/imc 

Answer: D    

Question: 2

Which module provides connectivity for blade servers, installed in the HP BladeSystem enclosure, to external switches?  

A. 5830AF module 
B. MSR900 module 
C. 8200zl module 
D. Virtual Connect module 

Answer: D    



Question: 3

Refer to the exhibit: 
 A network administrator has a server currently connected to an access layer switch. The network administrator needs link redundancy for the server and wants to add a second access layer switch and connect it to the server. Which solution should the network administrator implement to accomplish this goal? 

A. Add a Comware switch as the new switch and implement link aggregation, 
B. Add a Provision switch as the new switch and implement IRF.
C. Add a Comware switch as the new switch and implement MSTP 
D. Add a Provision switch as the new switch and implement distributed trunking. 

Answer: D    

Question: 4

An administrator is adding an HP Provision switch to an existing OSPF network. The switch has two VLANs, 10 and 20, that should be included in OSPF's area 0. The IP address of the switch in VLAN 10 is 10.1.10.1/24 and in VLAN 20 is 10.1.20.1/24. Which configuration includes both VLANs in the switch's OSPF routing process?

A. Option A
B. Option B 
C. Option C
D. Option D 

Answer: C

HP2-Z28 Certification Test

HP
HP2-Z28


Selling HP Enterprise Networking Solutions and Services



Question: 1 

Which router would you recommend for a large campus that requires the highest performance?  

A. HP MSR930 Series
B. HP MSR2000 Series
C. HP HSR6600 Router Series 
D. HP HSR6800 Router Series 

Answer: D     

Explanation:  Reference:

Question: 2 

A company needs a data center network solution that isolates different departments' traffic completely to maintain regulatory compliance. It also needs to save space and purchase as few physical switches as possible. Which HP FlexFabric switch technology meets these needs? 

A. HP Multitenant Device Context (MDC)
B. HP Virtual Cloud Network (VCN)
C. HP Virtual Connect FlexFabric
D. HP Intelligent Resilient Framework (IRF) 

Answer: A     

Explanation:  Reference:

Question: 3 

HP Intelligent Management Centers (IMC's) Intelligent Configuration Center and Access Control List (ACL) Manager align with which FCAPS category? 

A. Performance
B. Fault
C. Accounting
D. Configuration 

Answer: B      



Question: 4 

A customer wants to implement a network access control solution to ensure that only devices which meet company policies are allowed to access the network. Which HP Intelligent Management Center (IMC) modules should you recommend? 

A. Branch Intelligent Management System (BIMS) and Service Health Manager
B. User Access Management (UAM) and Endpoint Admission Defense (EAD)
C. User Behavior Analyzer (UBA) and Endpoint Admission Defense (EAD) 
D. User Behavior Analyzer (UBA) and Intelligent Analysis Reporter 

Answer: B     

Question: 5 

Which switch series supports meshed stacking, a feature that is similar to Intelligent Resilient Framework (IRF)?  

A. HP 3500 Switch Series
B. HP 3800 Switch Series 
C. HP 5400 21 Switch Series 
D. HP 5500 HI Switch Series 

Answer: B     

Explanation:  Reference:
http://h30507.www3.hp.com/t5/HP-Networking/5-network-stacking-technology-benefits-Intelligent-Resilient/ba-p/122081#.UweFeUKSxHg


HP2-T24 Exam Course

HP
HP2-T24


Technical Introduction to the HP Server Portfolio



Question: 1

You are preparing a solution proposal to address specific enterprise customer requirements and want to present the solution benefits in terms of a business value proposition. Which value statements are best to focus on? (Select two.) 

A. Improved access to information
B. Accelerated product launches and time to market
C. Better server utilization
D. Reduced reliance on service level agreements
E. Lower storage requirements 

Answer: B, C    

Question: 2

What primary business advantage results from the ability to quickly provision applications?  

A. Better resource utilization in the data centers 
B. Faster time to market 
C. More utilized IT staff 
D. High levels of resiliency 

Answer: B    



Question: 3

What are the top IT challenges enterprise customers face today? (Select two.) 

A. Adapting to constantly changing technology
B. Securing data in the private cloud 
C. Controlling vendor lock-in
D. Increasing product/service quality and productivity of personnel 
E. Providing differentiated services from the competition 

Answer: A, C    

Question: 4

What is the correct description of HP CloudSystem Matrix? 

A. A 'data center in a box'; an energy-efficient modular data center 
B. Part of the HP Cloud Service Automation suite; provides monitoring of HP cloud solutions 
C. Entry-level cloud solution for IaaS; built on the HP Converged Infrastructure
D. System that eliminates redundant data when consolidating information from multiple sources 

Answer: C    

Explanation:  Reference: 
http://h18006.www1.hp.com/storage/pdfs/4AA3-4548ENW.pdf  (page 5, See HP cloudsystem matrix) 

Question: 5

Your customer wants to deploy traditional rack-mounted servers into a new data center. What is the primary benefit of recommending HP CloudSystem Matrix instead to this customer? 

A. Ability to run server virtualization from both VMware and Microsoft within a single infrastructure
B. Simplification and acceleration of computing and storage infrastructure deployment
C. Ability to manage the environment from a single management console
D. Reduction of oversubscribed Ethernet and SAN traffic 

Answer: C