IT Certification Exams Free Download

August 29, 2009

Understanding Juniper JN0-520 Certification Exam

Filed under: free Juniper certification — Tags: , , , , — Free Download @ 2:17 pm

Exam Number/Code: JN0-520
Exam Name: Juniper networks certified internet associate(jncia-fwv)

1. Using the CLI, if the startup copy of the ScreenOS on a NS-204 is corrupted, from which two (2) alternate locations can an image be loaded?
A.ROM
B.TFTP server
C.Internal Flash
D.PCMCIA Card
E.Compact Flash Card
Answer: B, E

2. Assuming factory default settings, which statement describes the minimum requirements for WebUI management access?
A.Connect a PC addressed on the 192.168.1.0 subnet to any interface, open a browser and access 192.168.1.1
B.Terminate the bootup sequence from the console device, open a browser on the console device and access 192.168.1.1
C.Connect a PC addressed on the 192.168.1.0 subnet to the lowest numbered interface, open a browser and access 192.168.1.1
D.Using the CLI, define an IP address on a physical interface, connect a PC to the interface and open a browser to the interface address
E.Using the CLI, assign an IP address to the VLAN1 interface, connect a PC to any interface and open a browser to the VLAN interface address
Answer: C

3. When configuring the Untrust interface with an IP address and enabling Telnet and WebUI management, which sequence of steps must be performed to make the interface operational at the end of the configuration sequence?
A.Assign the interface to a zone, define the IP address, enable Web and Telnet services
B.Assign the interface to a zone, define the IP address, accept default management services
C.Assign the interface to a virtual router, define the IP address, enable Web and Telnet services
D.Assign the interface to a zone, define the IP address, define a manage IP address, accept default management services
E.Assign the interface to a virtual router, define the IP address, define a manage IP address, enable Web and Telnet services
Answer: A

4. Which statement is correct regarding administrator privileges?
A.Any Administrator can change their privileges on an as-needed basis
B.Administrator privileges can only be established and changed by the Root Administrator
C.Administrator privileges can be established and changed by the Root and All-privilege Administrator
D.Administrator privileges can only be established by the Root and can be changed by the Root and All-privilege Administrator
Answer: B

5. What is the purpose of the ‘Permitted IP’ address on a NetScreen device?
A.It defines which range of addresses can access devices connected to the NetScreen
B.It defines a list of addresses that are trusted to perform management on the NetScreen
C.It is used in policy rules to determine which user traffic is allowed through the NetScreen
D.It is the address to which an external device connects in order to gain management access to a NetScreen
E.It defines a list of devices whose traffic can pass through the NetScreen without being authenticated
Answer: B

Other Juniper exams free download

Complete Overview of IBM Lotus 190-805 Certification Exam

Filed under: free Lotus certifications — Free Download @ 2:13 pm

Exam Number/Code: 190-805
Exam Name: Using Web Services in IBM Lotus Domino 8 Applications

1. What is the definition of WSDL?.
A. Web Services Domino Language.
B. Web Services Definition Language.
C. Web Services Description Language.
D. Webservice Specification and Description LanguageWArialZ.
Answer: C

2. Hasad has created a Domino Web service. He has not used any overloaded methods. Hassad is now specifying the Programming model and SOAP message format for the Web service. He needs to ensure that the generated message includes the method name, can be validated with an XML validator, and he must use a scheme that is WS-I compliant. What should Hassad specify for the Programming model and SOAP message format?.
A. Programming model: RPCSOAP message format: WrappeD.
B. Programming model: RPCSOAP message format: RPC/encodeD.
C. Programming model: MessageSOAP message format: WrappeD.
D. Programming model: MessageSOAP message format: Doc/literalWArialZ.
Answer: A

3. Roosevelt wants to write a Domino Web service that queries the Notes database in which it resides, and returns a String result based on that query. What is the easiest way for him to write this Web service?.
A. Using LotusScript or JavA.
B. Using Formula language with a simple @DbLookup.
C. Using the “Simple Action” option in the Web service design element that queries a Notes view.
D. By customizing one of the default Web services in the database that queries views and returns a resultWArialZ.
Answer: A

More IBM Lotus Certification Exams

August 10, 2009

IBM 000-415 latest questions free download

000-415 IBM WebSphere IIS DataStage Enterprise Edition v7.5

1.Which three features of datasets make them suitable for job restart points? (Choose three.)
A. They are persistent.
B. They are partitioned.
C. They are indexed for fast data access.
D. They are compressed to minimize storage space.
E. They use datatypes that are in the parallel engine internal format.
Answer:  ABE

2. Which “Reject Mode” option in the Sequential File stage will write records to a reject link?
A. Fail
B. Drop
C. Output
D. Continue
Answer:  C

3. You have a parallel job that does not scale beyond two nodes. After investigation you find that the data has been partitioned on gender and you have an Aggregator stage that is accumulating totals based on gender using a sort method. Which technique should you use to allow the job to scale?
A. Add an additional column for partitioning to result in additional data partitions.
B. Change the aggregation method to hash to eliminate the blocking sort operation.
C. Change the preserve partitioning option on the stage ahead of the aggregator to clear partitioning.
D. Change the partitioning key to one that results in more partitions, add a second Aggregator stage that re-aggregates based on gender.
Answer:  D

4.How are transaction commit operations handled by the DB2/UDB Enterprise stage?
A. Commit operations can be defined globally by setting APT_TRANSACTION_ROWS variable.
B. Commit operations can only be defined by the number of rows since the start of a transaction.
C. Commit operations can only be defined by the number of seconds since the start of a transaction.
D. Transaction commits can be controlled by defining the number of rows per transaction or by a specific time period defined by the number of seconds elapsed between commits.
Answer:  D

5.Your input rows contain customer data from a variety of locations. You want to select just those rows from a specified location based on a parameter value. You are trying to decide whether to use a Transformer or a Filter stage to accomplish this. Which statement is true?
A. You cannot use a Filter stage because you cannot use parameters in a Filter stage Where clause.
B. The Filter stage will yield better performance because it has less overhead than a Transformer stage.
C. The Transformer stage will yield better performance because the Filter stage Where clause is interpreted at runtime.
D. You cannot use the Transformer stage because you cannot use parameters in a Transformer stage constraint.
Answer:  C

6.Which two statements are true of the Merge stage? (Choose two.)
A. The Merge stage supports only two input links.
B. The Merge stage supports inner, left outer, and right outer joins.
C. All the inputs to the Merge stage must be sorted by the key column(s).
D. The columns that are used to merge the incoming data much be identically named.
Answer:  CD

7.Which two stages allow field names to be specified using job parameters? (Choose two.)
A. Filter stage
B. Modify stage
C. Funnel stage
D. Transformer stage
Answer:  AB

8.Which three accurately describe the differences between a DataStage server root installation and a non-root installation? (Choose three.)
A. A root installation enables auto-start on reboot.
B. A non-root installation enables auto-start on reboot.
C. A root installation will start DataStage services in impersonation mode.
D. A root installation must specify the user “dsadm” as the DataStage administrative user.
E. A non-root installation inherits the permissions of the user who starts the DataStage services.
Answer:  ACE

9.Which two describe a DataStage EE installation in a clustered environment? (Choose two.)
A. The C++ compiler must be installed on all cluster nodes.
B. Transform operators must be copied to all nodes of the cluster.
C. A remote shell must be configured to support communication between the conductor and section leader nodes.
D. The DataStage parallel engine must be installed or accessible in the same directory on all machines in the cluster.
Answer:  CD

10.Which three privileges must the user possess when running a parallel job? (Choose three.)
A. read access to APT_ORCHHOME
B. read/write permissions to APT_ORCHHOME
C. read/write permissions to the UNIX/etc directory
D. read/write access to disk and scratch disk resources
E. execute permissions on local copies of programs and scripts
Answer:  ADE

More 000-415 download

August 5, 2009

Free 000-330 IBM Power Systems Technical Support for AIX and Linux

Filed under: free IBM certifications — Tags: , , , , — Free Download @ 8:12 pm

Guarantee your success with GRQ  000-330 Exam Resources which are developed by experiences IT Professionals working in today’s prospering companies and date centers.

000-330 Power Systems Technical Support for AIX and Linux practice Free questions and answers:

1. The customer has a 7014-B42, a 7014-T00, and a 7014-T42, each with available space.
Which rack/racks support(s) the installation of the BladeCenter H?
A. 7014-B42
B. 7014-T00
C. 7014-T42
D. 7014-B42, and 7014-T42
Answer: A

2. Which of the following supports a Linux-based HA solution?
A. SE Linux
B. GPFS for Linux
C. Cluster Systems Manager (CSM)
D. PowerHA Cluster Manager for AIX and Linux
Answer: D

3. How can a company that is concerned about energy costs in the datacenter use Power servers to better manage
energy usage?
A. Set energy management parameters with AEM
B. Set energy management parameters with IVM
C. Set energy management parameters within AIX
D. Set energy management parameters with the HMC
Answer: A

4. A customer is consolidating LAMP on Power. They would like to also consolidate Linux x86 OLTP applications.
Which of the following should be discussed?
A. Requires PowerVM Lx86
B. Requires AIX 5.3 or later.
C. Native port is recommended
D. Enabled with the AIX Linux Toolkit
Answer: C

5. A large customer has many POWER4 servers that have been sized for their peak workload but are under utilized most of the time. They are at the end of their lease and want to purchase POWER6 servers. Which PowerVM technology will maximize their server utilization?
A. Workload Partitions
B. Partition Load Manager
C. Shared Processor Pools
D. Live Partition Mobility
Answer: C

6. Which of the following is a competitive advantage of IBM PowerVM compared to HP Integrity Virtual Machines (IVM)?
A. PowerVM provides the capability to support shared CPU, memory and I/O resources.
B. PowerVM Editions are supported on Power systems from low to high-end servers and blade servers.
C. AIX and Linux interface directly with the hardware and the hardware ensures isolation is maintained.
D. Processing resources can be dynamically allocated and shared between logical partitions with PowerVM.
Answer: C

7. Which of the following does IBM Fix Central provide to customers?
A. Customer hotline for immediate dispatch of service personnel for critical issues.
B. Designated local service center for each customer location with a maintenance contract.
C. Subscription based on-site service agreement for regularly scheduled system maintenance.
D. Web site access to PTFs and updates for system software, hardware, and operating systems.
Answer: D

8. A mid market customer wants to compare Power Systems performance to HP PA-RISC performance from a
complete systems perspective. Which performance metric should be used?
A. RPE2
B. SWAP
C. rPerf
D. SPECint 2006
Answer: A

9. How many network cards can be added to the JS12 and JS22 Blades?
A. JS12 = 1, JS22 = 1
B. JS12 = 2, JS22 = 2
C. JS12 = 1, JS22 = 2
D. JS12 = 2, JS22 = 1
Answer: B

10. Which of the following options for PowerHA Cluster Manager can help simplify implementation and
configuration in a DB2 and WebSphere environment?
A. Smart Assist
B. Insight Utility
C. Virtual Image Manager
D. Cluster Systems Management
Answer: A

11. A customer has an 8-core POWER6 570 with 4 active processors. They have dedicated partitions. They have
occasional need for additional CPU capacity. They do not want permanent activations and want to have monthly
post billing for usage. What type of CoD best meets their requirements?
A. Trial CoD allows short term processor and memory activations.
B. Utility CoD autonomically provides additional processor performance on a temporary basis.
C. On/Off CoD enables processors to be temporarily activated in full-day increments as needed.
D. Capacity Upgrade on Demand (CUoD) allows you to purchase additional processor capacity and dynamically
activate it when needed.
Answer: C

12. Which of the following is the appropriate disk configuration for an application that requires faster writes over
availability?
A. RAID 0
B. RAID 1
C. RAID 5
D. RAID 6
Answer: A

13. Which IBM technical resource provides guideance, installation and tmplementation examples?
A. IBM InfoCenter
B. IBM Sales Manual
C. IBM Installation Guides
D. IBM Technical Sales Library
Answer: A

14. Which of the following features of Active Energy Manager help customers save energy costs?
A. Power capping
B. Fan speed management
C. Active power leveling
D. Power regulator management
Answer: A

15. Which of the following correctly describes Utility Capacity on Demand?
A. Additional processors can be assigned to any partition and are billed to the customer as units of 1 day.
B. Additional processors can be assigned to any partition and are billed to the customer as units of 1 minute.
C. Additional processors are assigned to the shared processor pool and are billed to the customer as units of 1 day.
D. Additional processors are assigned to the shared processor pool and are billed to the customer as units of 1minute.
Answer: D

Powered by WordPress