• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Some Sample questions for IBM 285

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
I am new to websphere, I am trying to learn to work with it. Some of these questions which I came across may be pretty rudimentary for u guys. Please help me find right answers to below questions.
___________________________________________________________________________
1.which of the following cannot be done through data perspective
a. browse and import schemas
b. create data source objects
c. create and execute sql statements
2.where are .class files stored in Java Project
a. same folder as .java files
b. build folder
c. in the same folder as specified when creating the java project

3.From which source is .war file of Sales Web Project created
a. sales/web content
b. sales/web-inf/classes
c. sales/web-inf
d. sales/web
e. sales
4.A Developer while compiling a class comes across lot of unqualified class name errors caused b'cos some of the classes where not imported are referenced. He wants to use Add Import feature how does he use it
a. select unqualified class name select add import from the menu
b. ctrl + a all the code select add import from the menu
c. from the menu java - import - click auto import on
I am not sure about the correct sentence for the last choice as I faintly remember the whole sentence but the nevertheless I am sure that the question is the same.
5.A developer wants to replace a word "pending" from referenced amd mentioned across the whole project. How does he do it?
I do not remember the choices presented for this question but all of them are related to search view or search menu. One choice however mentions about Global search option
6.A developer wants to know how to create, test and run projects which of the following is the quickest ways from which he can recieve the information.
a. use of cheat sheets
b. entering the topics from search menu in help
c. from help table of contents
7.Select the differences and similarities between Scrap book page and display view
a. codes in both can be versioned
b. codes in both can be saved from workbench
I dont remember the rest of the choices
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic