Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "000-255" Exam

Developing with IBM Rational Application Developer for Web Sphere Software V6.0

 Question 1.
A Dynamic Web project is created with the name of project Name, the context root of root Name, and the project location of C:\workspaceName\projectName.An index page is created at WebContent\index.html.  

When the project is deployed on the default Server, what is the URL address for accessing the index page?

A. http://localhost.9080/rootName/index.html 
B. http://localhost:9080/rootName/WebContent/index.html 
C. http://localhost:9080/WebContent/Index.html 
D. http://localhost:9080/projectName/Index.html 
E. http://localhost:9080/workspacename/projectName/WebContent/index.html 

Answer: A

Question 2.
A Dynamic Web project has a dependency on a third-party JAR file. This Web project is the only project in the Enterprise Application project that requires these classes. 

Which of the following is the BEST way to make these classes available to the Web project?

A. Import the JAR file into a Java project. Add the Java project as a Web Library Project in the 
     WAR.
B. Import the JAR file into a Java project. Add the Java project as a Project Utility JAR in the EAR 
     and create a JAVA JAR Dependency in the WAR.
C. Import the JAR into the Web Content/Web-INF/lib folder of the Dynamic Web project. 
D. Import the JAR into the Enterprise Application project and create a Java JAR Dependency in  
     the WAR.

Answer: C

Question 3.
Which of the following editors has been designed to edit an XML document that defines the Action Mappings for a Struts application?

A. Web Deployment Descriptor editor
B. Application Deployment Descriptor editor
C. Java Visual editor
D. Struts Configuration File editor

Answer: D

Question 4.
A developer configures Servlet1 with a load-on-startup value of 1 and Servlet2 with a load-on startup value of 2. 

What is the effect of this?

A. Servlet1 will load, Servlet2 will load, Servlet1 init(),Servlet2 init()
B. Servlet2 will load, Servlet1 will load, Servlet2 init(),Servlet1 init()
C. Servlet1 will load, Servlet1init(), Servlet2 will load,Servlet2 init()
D. Servlet2 will load, Servlet2 Init (), Servlet1 will load,Servlet1 init()

Answer: C

Question 5.
A developer is using the Web Diagram editor to create a Struts enabled application. A connection between objects in the editor represents:

A. Resource Archive files.
B. Resource that inherit from each other
C. A one-to-one or one-to-many relationship mapping
D. A data or logic flow.

Answer: D

Question 6.
Which of the following Link Validation options is available through the properties of a Dynamic Web project?

A. Automatically rename links to files which have been moved or renamed
B. Stop link validation while offline
C. Set up Proxy server attributes
D. Validate links in Workspace only, ignore external links.

Answer: A

Question 7.
How can a developer create a new Web project with Struts support?

A. Select Web -> Struts Project from the new Project wizard.
B. Select Web -> Dynamic Web Project from the New Project wizard, and check Struts under
    Web Project Features
C. Select Web -> Static Web Project from the New Project wizard, and check Struts under Web
    Project Features
D. Create a new Dynamic Web Project, in its Deployment Descriptor, switch to the Extensions
    tab, select Add Struts Support.
E. Create a new Static Web Project, in its Properties dialog select Add Struts Support

Answer: B

Question 8.
Which of the following Java Server Faces development tasks is NOT supported by Rational Application Developer?

A. Bind a JSF UI component to a Java Bean
B. Create Faces tables within another Faces table
C. Use JSTL with JSF
D. Add a custom UI component to the Palette view

Answer: D

Question 9.
Within Page Designer, what are the three representations of a page?

A. Page, View, and Run
B. Page, View, and Execute
C. Design, Source, and Execute
D. Design, Source, and Preview

Answer: D

Question 10.
Which TWO of the following can be configured from the Servlets Page of the Web Deployment Descriptor editor?

A. Load on Startup
B. Web Servlets Binding
C. Tag Lib References
D. URL Mappings

Answer: A, D

Question 11.
Which TWO of the following views are available to assist composing Web pages in the default Web perspective using Page Designer?

A. Palette
B. Quick Edit
C. Hierarchy
D. Types

Answer: A, B

Question 12.
A database accessed by an existing database connection has changed. 

How can a developer make sure that the connection displays the correct information?

A. Expand the connection, select the table which changed and click Refresh from the context  
    menu.
B. Select the connection and click Refresh from the context menu.
C. Expand the connection, select the database and click Refresh from the context menu.
D. Expand the connection, select the schema and click Refresh from the context menu

Answer: B

Question 13.
When using the New SQL Statement wizard, which of the following is NOT a valid option for creating the statement?

A. Let the wizard guide you through creating the SQL statement
B. Use the SQL Builder
C. Create the SQL statement from an existing Java Bean
D. Manually type in the SQL statement

Answer: C

Question 14.
A developer has been sampling the contents of a table repeatedly to view the results of running an application. To view previous results, the developer should:

A. Scroll up in the Console view to see the previous results
B. Right-click the table and select Compare With -> Local History
C. Select the previous execution in the DB Output view and select the Result tab.
D. Rollback the transaction repeatedly to reset the table to its earlier state.

Answer: C

Question 15.
What steps MUST be performed to remove a Web project from a server?

A. Right-click on the server and select Add and remove projects. Select an Enterprise Application 
    project that contains the Web application from the Configured projects list and click Remove.
B. Right-click on the server and select Add and remove projects. Select the Web project from the 
    Configured projects list and click Remove.
C. Right-click on the Web project and select Remove from Server Configuration. Select the 
     desired server.
D. Right-click on an Enterprise Application project that contains the Web application and select 
    Remove from Server Configuration. Select the desired server.

Answer: A

Question 16.
Resources defined using the Deployment tab on the Application Deployment Descriptor editor will work on which of the following?

A. On any compliant J2EE application server.
B. Only on IBM Web Sphere Application Servers version 5 and above.
C. Only on IBM Web Sphere Application Server Version 6 and above.
D. Only while running the application in the Rational Application Developer test environment.

Answer: C

Question 17.
A developer has added an Enterprise Application to the Web Sphere Application Server v6.0 test server. The developer then makes changes to the Enterprise Application project's URL mappings.

If the Web deployment descriptor editor Extensions page has reloading enabled, what action, if any, is REQUESTED for the changes to be published to the server?

A. The server must be restarted.
B. No action is required on the server
C. The project must be removed and then added to the server from the server context menu.
D. Result the project from the server context menu.

Answer: B

Question 18.
Which TWO of the following actions will the Server Selection dialog box allow a developer to perform?

A. Manually define a server
B. Add and remove projects from the server.
C. Set server as workspace default.
D. Switch Server to Debug mode.

Answer: A, B

Question 19.
A developer wants to provide command-line arguments to a standalone Java application. The developer should specify the arguments.

A. In the Arguments tab of the Run dialog in a Launch Configuration
B. In the Project Properties dialog of the Java project
C. Using the Run As option
D. Using the Run with Arguments option

Answer: A

Question 20.
Which TWO of the following can be set in the Properties Dialog of a Dynamic Web Project?

A. Refresh interval of Web contents
B. The containing enterprise application
C. Default server
D. Validation preferences when building a project

Answer: C, D


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for 646-363 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "646-363" Exam

Cisco Express Foundation for Account Managers

 Question 1.
Which service is provided by Cisco SMARTnet?

A. investment protection with upgrade discounts
B. around-the-clock access to Cisco Technical Access Center
C. Cisco Learning Credits for IT staff development
D. service level agreements to ensure uptime requirements are met

Answer: B

Question 2.
Which service component within the prepare phase recommends the appropriate technology strategy to address a business requirement of the customer?

A. identifying what a customer requires from a proposed solution
B. analyzes the customers business requirements and recommends the appropnate Cisco 
    technologies to meet Business requirements
C. determining what end-user training a customer requires
D. addressing a customer's physical requirements

Answer: B

Question 3.
What best explains why the banking industry is ready to take advantage of an integrated network infrastructure?

A. Many banks are still connecting via dial-up.
B. Many banks need to consolidate departments and resources.
C. Many banks find themselves with an obsolete branch infrastructure
D. Many banks need back-office process streamlining.

Answer: C

Question 4.
A new client of yours is experiencing a growth spurt. The client's IT staff is making network changes manually and as a consequence, is extremely overworked. 

You suggest the client implement a network management system, citing which important business benefit?

A. potential for outsourcing the IT staff
B. provision of an out-of-band management architecture
C. threat mitigation
D. reduction in network downtime

Answer: D

Question 5.
Which three of these service components are in the design phase? (Choose three.)

A. Account Qualification and Planning
B. Detailed Design Development
C. Staff Training
D. Systems Acceptance Test Plan Development
E. Staging Plan Development
F. Site Readiness Assessment

Answer: B, D, E

Question 6.
Which three business requirements development activities are performed in the prepare phase before creating a technology strategy? (Choose three.)

A. identifying and assessing customer business requirements
B. documenting and categorizing customer business requirements in terms of performance, 
    availability, capacity and security.
C. producing a documented technology strategy
D. creating a bill of materials
E. presenting documented business requirements to a Customer and having the customer 
    validate them
F. completing a site survey

Answer: A, B, E

Question 7.
What is a Cisco industry initiative that uses the network infrastructure to enforce security policy compliance on all devices that are seeking to access the network?

A. Cisco Adaptive Threat Defense
B. Cisco Secure Access Control
C. Cisco Network Admission Control
D. Cisco Threat Defense System

Answer: C

Question 8.
Cisco Catalyst 4500 Series switches are attractive to medium-size campuses with growth opportunities due to the switches' enhanced security and which two other features? (Choose two.)

A. enhanced multilayer software image
B. connectivity to multiple types of WAN connections
C. Cisco Unified Communications Manager
D. QoS for converged networks
E. modular, customizable components

Answer: D, E

Question 9.
The Cisco UC520 provides integrated WLAN connectivity to mobile clients for which technology?

A. voice only
B. data only
C. Data and voice

Answer: C

Question 10.
Which three features does the Cisco UC520 support? (Choose three.)

A. Cisco unity Express
B. distributed routing
C. Storage Area Networks
D. analog devices
E. Telepresence
F- security firewall and VPN

Answer: A, D, F


Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.