Testking ibm 000-285

By PassGuide-IBM Study Guide | Sep 29, 2008
Visited 105 times, 1 so far today

test285,developing with ibm websphere studio,v5.0 : 000-285 Exam

Known also as the IBM Developing with IBM WebSphere Studio, V5.0 (000-285), this exam plays an integral role in obtaining your certification. All IBM certification exams are extremely detailed and cover many different technological areas. We designed the 000-285 questions and answers for this very purpose, to prepare you for the unexpected. Beyond the testing center, the skills you learn and the knowledge you confirm using the 000-285 practice exams and exam simulators will translate directly into your daily work environment.

1.While a developer is creating an Enterprise Application Project using the wizard, which other
J2EE component can be created simultaneously?
A.DataSource Project
B.Web Project C.Java Project D.Server Project Correct:B
2.Which of the following views are part of the default Java perspective?
A.Package Explorer B.Navigator C.Outline D.Hierarchy E.Properties Correct:A C D
3.A developer wants to populate a Web project from a Web site which resides on a remote server and contains servlets. The BEST way to import the site is to use:
A.The HTTP import utility
B.The File system import utility
C.The JAR import utility D.The FTP import utility Correct:D
4.A developer has performed a Search in the Help perspective. The developer wants to see where
a topic returned by the search fits into the table of contents. What is the BEST way to do this? A.Select the Forward icon in the Help toolbar to go to the next corresponding item in the table of contents. B.Select the Back icon from the Help toolbar to bring up the topics heading in the table of contents.
C.Select the Synchronize Navigation icon in the Help toolbar.
D.Double click on the topic’s title in the document view.
Correct:C
5.The FASTEST way for a developer to obtain step­by­step guidance on creating, testing, and running a Web application is to:
A.read the product documentation
B.look through the help Table of Contents C.select the Search ­> Help… menu option D.use the Help menu Cheat Sheets Correct:D
6.A developer wants to perform an incremental build of resources in the workspace each time a change is made to a Java class. What is the BEST approach for the developer to take within the Window­>Preferences window to ensure that this happens?
A.Select Workbench ­> Perform the build automatically on resource modification
B.Select Workbench ­> Save all modified resources automatically prior to manual rebuild
C.Select Java ­> Compiler ­> Classfile Generation and check the Add source file name to the generated class file checkbox
D.Select Workbench ­> Build Order and Enter the required resources in the Build Order

Correct:A
7.A developer wants to import a project that was previously created in another workspace. The
BEST way to accomplish that is to select which File ­> Import option?
A.File system
B.Existing Project into Workspace
C.Zip file
D.External Plug­ins and Fragments
Correct:B
8.Which operation is NOT available in the Data perspective?
A.browse and import schemas B.create datasource objects C.export data definitions (DDL) D.create and test SQL statements Correct:B
9.When using the Create JavaBeans Web Pages Wizard, which of the following elements can be created?
A.Business Delegate B.Controller Servlet C.JavaBean Broker D.View Bean Correct:B D
10.A tag is inserted using the Insert Set Property menu option of the Page
Designer to:
A.Set a property value in a servlet parameter from a Bean property. B.Set a property value in a Bean.
C.Set a servlet request parameter. D.Set a servlet reply parameter. Correct:B
11.A Web Project called Sales is created under the Enterprise Application project CustomerRelationship, with context root “sales”. Which of the following will result from creating this Web project?
A.The application.xml file of CustomerRelationship Enterprise Application project is updated with the web application and its context root
B.A default page index.html is created and is made part of the welcome file list in the web.xml file
C.A Java project called SalesProject is also created to maintain the .java files of the web application
D.A folder called Web Content is created that represents the structure of the .war file when this web application is deployed
Correct:A D
12.A web developer can effectively use the HTML Content Assist to:
A.Finish a line of code or tag in the source editor. B.Perform spell checks on the content in the HTML page. C.Validate the syntax of the HTML content in the page. D.Add an attribute­name value pair to a tag.

Correct:A D
13.Where within a Web project, called Sales, should utility JARs referenced by servlets and JSPs
of the web application be located? A.Sales/Web Content/WEB­INF B.Sales/Web Content/WEB­INF/classes C.Sales/Web Content/lib
D.Sales/Web Content/WEB­INF/lib
Correct:D
14.When using the Create Database Web Pages Wizard to create web pages, which of the following information can be specified?
A.A model that indicates the input and view pages generated
B.The XML and XSL to generate the SQL for the desired statement
C.The type of SQL statement to use
D.Mapping between Java data types and Database data types
Correct:A C
15.Files that are to be deployed in a WAR as part of a Web Project named ‘Sales’ should be located under what directory?
A.Sales/Web Content B.Sales/WEB­INF C.Sales/source D.Sales/Libraries Correct:A
16.A servlet class named com.ibm.certify.LoginServlet needs to be defined in the web.xml deployment descriptor. The developer is using the web.xml editor to create the definition. Which
of the following actions is considered the BEST practice?
A.In the Servlets tab, add a corresponding JSP for the resulting servlet with URL mapping ­ login
B.In the Servlets tab, add the servlet with URL mapping ­ login
C.In the Servlets tab, add the servlet with no URL mapping, accepting the default
D.In the Pages tab, add com.ibm.certify.LoginServlet to the Welcome files list
E.In the Pages tab, add an authentication method for com.ibm.certify.LoginServlet
Correct:B
17.When converting a static Web project to a J2EE Web project, which of the following can be specified as module dependencies for a Web Project?
A.An application client project associated with the same Enterprise Application Project
B.Another Web project associated with the same Enterprise Application Project
C.A JAR file in the associated Enterprise Application Project
D.A Java project in the workbench
Correct:C
18.When inserting a tag using the Insert Bean menu option from the Page Designer, the Scope attribute is set to “(Default)”. This default value represents:
A.session B.application C.page

D.request
Correct:C
19.Which of the following are valid destinations when using the Export wizard?
A.EAR file B.WAR file C.DB2 Database
D.CVS Repository
Correct:A B
20.Where would a developer look to ensure that cookies are enabled in the WebSphere Test
Environment?
A.In the application.xml file
B.In the Java files where cookie information is retrieved
C.In the Servers view of the Server perspective D.In the Web tab of the test server configuration Correct:D
21.A Test Server instance gets deleted, but a web project is still associated with the server configuration. What will happen when a developer tries to test a servlet in the web project via the
“Run on Server” menu item?
A.With no server instance defined, the “Run on Server” menu item will be disabled
B.A new server instance is automatically created and bound to the existing server configuration, and then the servlet is invoked once the server is started
C.The Server Selection dialog is displayed, a new server instance and configuration are created, the web project is added to the new server configuration, then the servlet is invoked once the server is started
D.An error dialog will appear indicating that there is a missing server instance
Correct:C
22.Which of the following statements describing the WebSphere Test Environment is FALSE?
A.Supports multiple server instances that can be configured and run at the same time
B.Is a reduced functionality version of the IBM WebSphere Application Server software product
C.Provides the ability to debug live server­side code D.Includes both WebSphere and Apache Tomcat test servers Correct:B
23.Which relationships among enterprise application projects, server instances, and server configurations are valid?
A.A single project can be associated with multiple server configurations
B.Multiple server configurations can share a common server instance
C.A single server configuration can be associated with multiple projects D.A single server configuration can only be configured with one project Correct:A C
24.Which of the following fields MUST be filled in when creating a JDBC provider?
A.Class path B.Description C.Native path D.Database type

E.Implementation class name
Correct:A D E
25.In which view MUST a developer work in order to create a new database table?
A.Schema
B.DB Servers C.Data Definition D.Navigator E.JDBC Correct:C
26.Which SQL commands are supported by the create SQL Statement wizard?
A.Create B.Update C.Drop
D.Select Distinct
Correct:B D
27.Which of the following actions can be performed once a database design has been imported into a Data project?
A.Create a local backup of the data in the database
B.Run SQL queries against the database C.Analyze database performance statistics D.Modify the database design
Correct:B D
28.Which of the following steps does NOT need to be performed when importing data definitions into a project?
A.Open the Data perspective B.Connect to the database C.Create the target project
D.Select the data definitions to import
Correct:C
29.By default, where are the .class files for a Java project located on the file system?
A.In the location specified in the war.xml project configuration file
B.In the same directory as the corresponding .java files
C.In the directory location entered when the project is created, since there is no default location
D.In a directory called “build” under the project directory
Correct:B
30.A developer is modifying a class that extends another class and implements multiple interfaces. How can the developer easily move between the classes and interfaces?
A.Open the Hierarchy View for the class and click Show the Supertype Hierarchy toolbar button
B.Open the Hierarchy View for the class and click Show Related Types toolbar button
C.Open the class in the editor and select Show Outline View for Related Types in the editor’s popup menu D.Open the class in the editor and select Show Outline View for Related Types in the Outline View’s popup menu
Correct:A

Testking ibm 000-285 Interactive Testing Engine Included!
208 Questions
Updated : 09/18/2008
Price : $87.99 $79.99
Free down:Testking ibm 000-285
Free down:Pass4sure ibm 000-285

Bookmark and Share
IBM Free Downloads

Type

Exam Bible New Questions & Answers

Latest Updated

Download link
Testking torrent All Ibm 's Exam Pack

767

1 days ago Download
pass4sure ibm

Random Posts

testking ibm
1 Comment so far
  1. [...] testking 000-285 [...]

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 IBM Certification Exams, - IBM Sitemap ibm exams