You are on page 1of 9

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


Approximate # of questions: 55 Format: Multiple Choice - Duration in minutes: 60 - Required Passing Score: 80%

1) Which role does IBM RAD support in Business Driven Development? a. Analyst b. Architect c. Deployment Manager

d. Developer
2) What is the default installation location of IBM RAD v7.0? a. C:\Program files\IBM b. C:\Program files\IBM\Rational c. C:\Program files\IBM\Eclipse d. C:\Program files\IBM\SDP70 3) Developer wants to add workspace location to the title bar, which directive is used. a. -data\ b. showlocation c. showfolder d. showdirectory 4) Which screen appears first when you launch IBM RAD v7.0? a. Workspace b. Workbench c. Overview d. Welcome 5) How many perspective Developer can open at a time? a. 5 b. 3 c. Any number of perspective d. 1

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


6) The collection of views, toolbar icons and menus is called as ____________. a. Workspace b. Workbench c. Perspective d. Content Editor

7) Which of the four aspects of the current perspective a Developer can define
under Windows>Customize Perspectives menu a. New, Open Perspective, Show View, Commands b. New, import, Commands, Open Perspective c. Import, show view, commands, New d. Export, import, commands, new 8) A developer accidently deleted a server view of J2EE perspective, how to revert back to the Server view(Choose TWO) a. Go to Window>Reset Perspective b. Go to Window>Open Perspective>server c. Go to window>show view >Server d. Go to window>customize perspective>Server

9) What is the default JDK provided with RAD V7.0 a. JDK 1.4 b. JDK 1.5 c. JDK 1.6 d. None of these 10) While creating a new project a developer wants to add another project as reference to this new project which TAB Option he will choose to do this a. Source b. Project c. Library

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


d. Order and export

11)

A developer wants to do the JDBC coding in a java project. From where he can add the library for the JDBC API. a. Right click project->Properties->java compiler-> libraries b. Right click project->Properties->java build path-> libraries c. Right click project->Properties->JDBC Connection d. Right click project->Properties->validation

12) A developer is using DB2 as database; he wants to add the type 4 driver jar files inside available java project. How he can be able to add this jar file. a. Right click on project->properties->java build path->Libraries->add jar files b. Right click on project->properties->java build path->Libraries->add path c. Right click on project->properties->java build path->Libraries>add external jar files d. Right click on project->properties->java build path->Libraries->add library

13)

A developer wants to add a reminder for adding a java class later. Which is the convenient way to set the reminder a. Add Reminder b. Add timer c. Add task d. Add Progress

14) A developer received a made java project with 100 packages , each package contains at least 50 java classes , what is the convenient way to navigate and analysis this project a. Open the project in project explorer view b. Open the project with show all option in project explorer view c. Open the project in java browsing perspective d. Open the project in package explorer

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


15) A developer forgot to add the import statement in a class choose two option from below , which you think are the most convenient methods of adding imports. a. Right click on code editor and select Source-> manage imports b. Right click on code editor and select Source->organize imports c. Select the quick fix option visible on editor d. Press ctrl+shift+o

16)

What are the three types of problems can appear in problem a. Error , warning , message b. Error , information , message c. Information , message ,error d. Information , error, warning

17) A developer wants to add the file association for mpeg file for a java project how he can do this. a. Got to windows ->preferences->java->Editors->File Association->Add b. Got to windows ->preferences->setting->Editors->File Association->Add c. Got to windows ->preferences->general->Editors->File Association>Add d. Got to windows ->preferences->Data->Editors->File Association->Add

18)

A developer got a project , which contains mow then 50 classes , which view helps the developer to see the inheritance relationship between classes a. Inheritance view b. Subclass-super class view c. Hierarchy view d. Generalization view

19) A developer wants to move some functions of subclass to super class, which method is best suitable for it.

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


a. Copy the function from the subclass code and pate it into superclass code b. Switch to java browsing perspective and copy the functions to superclass c. Open sub class code and Select Refactor->pull Up d. Open super class code and select Refactor->pull Up 20) While running a java class developer wants to pass run time argument to it, how e can achieve this.

a.

go to run ->run as java application console prompt for the argument

b. go to run ->run as java application with argument pass the arguments

c.

go to run->run select the argument tab pass VM argument and press run

d. Go to run-run select the argument tab pass program argument and press run

21) A developer is using a new java class wizard to create a new java class , but does not enter a super class when creating the new class , what will happen? a. The finish button is disabled until the super class is selected b. The last selected class in the project will be populated in the dialog by default c. The java.lang.object class will be the super class by default d. The class will e created but will have a compile error upon save

22)

Which two of the following pieces of information about an error are displayed in the problem view a. A detailed error description b. A list of resources affected by error c. Suggestion on how to fix the error d. The severity of an error

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


23) A developer wants to write the on click() script for a submit button, which view help him to write the script a. Script b. Console c. Quick Edit d. Design 24) which a. b. c. d. tree tabs are available on a jsp or html editor Design , show view, code Code , Presentation , Preview Design , source , Presentation Design , Source, Preview

25) which component of an application server routes the user request either to web server or to web container a. web server b. Servlet c. Web server Plug in d. Model 26) which a. b. c. d. 27) which a. b. c. d. 28) which a. b. c. d. 29) Which a. b. c. d. 30) Which a. b. c. d. one out of these will a developer use for the presentation logic Servlet EJB JSP Bean one out of the following a developer use for the business logic Servlet EJB JSP Bean one out of the following a developer use as a controller Servlet EJB JSP Bean two visual tools are available in a dynamic web project? Web Diagram and Web Site Navigation Web Diagram , and web Designer Web Designer and web Site Navigation Web page designer and Web diagram view contains inbuilt images, banners, animation? Utility Gallery Images Art

31) What is the default target runtime available while creating dynamic web project In RAD 7.0? a. Apache tomcat 4.1 b. WebSphere Application server v6.0

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


c. WebSphere Application Server V6.1 d. WebSphere Application Server V8.0 32) is it necessary for a dynamic web project to have the EAR memebership? a. Yes b. No 33) While creating dynamic we project a developer forgot to enable default style sheets (CSS) project facets , by which way he can enable it. a. By going windows->preferences->Project facets b. By right click on project->Project facets c. By Right click on project->Properties->Project facets d. None of these way

34) A developer right clicks on the project and selects new->class, by default
which a. b. c. d. folder is selected for java class? WebContent Java Resource:src Asks for the folder name None of these

35) Which edition of WebSphere application server is available as default with RAD v7.0? a. Community Edition b. Base c. ND d. XD 36) In WebSphere application Server V6.1 ND edition in a cell configuration which component is responsible for managing multiple node agent a. Node Agent b. Cell Manager c. Deployment Manager d. Node Manager 37) can you use the WebSphere Application Server V6.1 in RAD v7.0 for production a. yes b. no 38) How Many profiles of WebSphere application server a developer can create in runtime environment? a. Only one b. Any number of profiles c. Depends on the RAM available in system d. Developer can not create any extra profile as a default profile already comes with RAD 7.0 39) What is the default serve name of WebSphere Application server? a. Web Server b. WebSphere c. Server1 d. Server6.1

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


40) Which Perspective developer needs to open if he wants to wok with Stored procedures a. Java b. Web c. Database d. Data 41) which a. b. c. d. database is provided as default with RAD v7.0 DB2 Derby FoxPro MYSQL

42) What are the two ways to create SQL Queries in Data perspective a. SQL Builder and SQL Editors b. SQL Builder and SQL Assist c. SQL Editors and SQL Assist d. None of these 43) While Exporting an EAR Project, is it possible to overwrite the existing File? a. No b. Yes c. Only in some special cases d. It depends on the destination Project and the folder 44) 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 project 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. 45) J2EE is a __________? a. Language b. Frame-Work c. Specification d. Model 46) Application Server = Web Container +____________. a. We-Services Container b. EJB Container c. Legacy Application d. Web Client 47) A Developer has imported a new EAR file into a workspace. What is the result of selecting the enterprise application and choosing Run -> Run on Server from its context menu? a. The Server Selection dialog box is activated b. The Add and remove projects dialog is activated c. The Server Creation wizard is activated d. The Enterprise Application runs on the workspace default server

RAD 255 Pretest

-1

IBM Academic Initiative

Ganesh Goyte And Ekant Palandi Cont:+91 7869411290, +91 9584166621


48) Which one is the default server comes with RAD version 7.0? a. IBM WASCE 2.1 b. IBM WAS 5.0 c. IBM WAS 6.1 d. Apache Tomcat 49) A Developer wants to set the runtime target and the default server for a Dynamic web project? From where he can set this? a. Go to windows <- Preference <- Server b. Open Server and set the Runtime and default server option c. From the Project Context Pop-up menu select Property Server d. Go to windows <- Preference <- WebSphere 50) Which a. b. c. d. Module is not a part of J2EE Package? EJB Module Resource Adapter Module Web Services Module Web Module

51 .Out of the following in which two ways a Web Application can be exported in IBM RAD 7.0? a. .WAR b. .EAR c. .JAR d. .RAR 52. A manger wants to import modules from three different developers? Which import option is best suitable for this condition? a. Existing project in Workspace b. WAR file c. Project Interchange d. None of these 53. A developer wants to share his workspace with the team? Which export option is best suitable for this condition? a. Existing project in Workspace b. WAR file c. Project Interchange d. None of these

54. Universal Test client is only used for ____________? a. Servlet b. EJB c. Web Services d. JSP 55. Chose a. b. c. d. two components of war files? Bean Classes HTML Images Home interface

You might also like