• 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

Passed IBM 285 with 82%

 
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've passed today IBM 285 with 82%.
The exam is not difficult. I was not familiar with IBM Websphere but just with Eclipse.
It took me 2 weeks to learn.
The following book was also helpful:
An Introduction to Web Application Development with IBM WebSphere Studio
You should also careful step through the product's documentation to get a good score.
Regards,
Cyril.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I ve a question in the real test for questions having 3 answers are we given partial credit if answer 2 of them correctly???

-sri
 
cyril vidal
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, I don't think so...
 
Sri celamko
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the prompt reply, are the questions that we come across in the real test same as that of the sample test.
-sri
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
nice one Cyril, nice one son ...
Did you get a certificate and badge?
Ray
 
cyril vidal
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ramon!

nice one Cyril, nice one son ...


Thank you!!
No, I didn't get anything up to now
Did you get something?
I've sent a mail to ibm certify team but didn't get any answer...
Regards,
Cyril.
 
Sri celamko
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cyril,
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. 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
 
cyril vidal
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sri,
Just my two cents:

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


Answer: create data source objects (this is done via Server Configuration view).


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


Answer: c (by default, the same folder as .java files)

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


answer: a


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


Answer: a (select Source->Add an import statement from the menu).
Hope this helps,
Regards,
Cyril.
 
Sri celamko
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Cyril, do u ve ur thoughts on 5,6,7??
Thanks
-sri
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic