Ocwen Placement Question Papers

 

Ocwen Paper General - other - 1 August 2003

OCWEN PAPER - AUG 2003
OCWEN WALK-IN
*******************************
More than 5 or 6000 members came, They given number to all. may be less chance for new comers of 8th & 9th. Any way U must try once. they taking 1 hour per batch and 100 only allowed for one batch.

Test is : 12 min 50 questions.
No negative mark. Not all r objective type . we have to write the ans.
All r very easy.

********************************

I am not able to recollect all because I attended only 15 question. After 15 min of the test, they are telling the selected student for technical written test(at last technical interview & hr interview).

They having 2 questions named "Form 1" ,"Form 2".

Form 1 : basic English, Aptitude, Figure identification etc.

Form 2: Lot of questions on English, some math,s.

( following question is same but name of the person surely differ and question number I am not sure) I got Form 1 Question

1) two persons caught 36 fishes. X caught 8 times of
Y. Then how many Y caught?

X+Y=36 => 8y + y =36 => y=4
ans : 4

2)they given 5 figures : like square, rectangle, triangle, parallelogram etc.

Ans Clue : All the figures r having 4 side except one.( Ans : that is triangle).

3) they give something $2490 and they asking 33 1/3 %..?

2490* 100/3 = 83000
ans: 83000

4) they given 5 figures like circle, plus symbol etc.

Ans clue: all the figues maded using line except Circle.( ans : Circle )

5) odd man out : 1/4 1/8 1/8 1/4 1/8 1/8 1/4 1/6

ans : 1/6

6) if the first two statements are true then the third one is:

A greets B. B greets C. A does not greet C

1) true 2) false 3) not certain

Ans: 1 ( true)

7) stretch : spread --- Do u means

1) both r same 2) both r opposites 3) contradiction etc.

 

Ocwen Paper Technical - Java

Ocwen interview

Core Java questions:
1) Is it possible to synchronize an ArrayList?
2) What are internable objects?

OOAD:
1) Draw a use case? What are includes or excludes?
2) Are sequence diagrams dynamic or static?
3) What is the use of a singleton class?
4) How is Façade design pattern better than proxy pattern?
5) What is the Façade design pattern?


JSP/Servlet:
1) How do you Keep alive a request
2) What is validation framework in struts?
5) What is Service locator design pattern?
6) What are dynamic forms in struts?
7) When we do a send redirect, what happens to the request
parameters?
8) Can we override the _jspinit() function?
9) What are actions and directives in jsp?
10) Does ActionServlet interact with both Action class and the
ActionForms ?

JDBC:
1) How do we get a JBDC connection?
2) What are prepared statements?
3) What are callable statements?
4) What is the BCNF? What is partial dependency? What is transitive
dependency?
5) What is lossless decomposition?
6) Is there something called `lossy, decomposition