|
![]() |
BEA 8.1 Certified Administrator, IBM Certified Solution Developer For XML 1.1 and Related Technologies, SCJP, SCWCD, SCBCD, SCDJWS, SCJD, SCEA,
Oracle Certified Master Java EE 5 Enterprise Architect
1) You have a 3 Tier Typical Architecture Search Application with millions on entries in Databse and suppose a you are searching for a Keyword and you are getting thousnads of records, with 100 on One page and 20 pages like this. This System is Multu- user which means number of Users are accessing the System at any point of time. What Design Approach do you propose?
2) This is the Collcetion problem. He said I want to implment a Collection for Employee objects. Each Object will have few attributes such as Salary, Join Date, Age, blah blah. In the first Option I want to access the records in Sequence ( For Ex: get all the Employees with Increasing Salary) and in Second one I want to access the records with Key Value Pair (For Ex : Get all the Employees with their Ages). Remember He wanted me to do it with only one Collection. This was confusing to me too.
3) He wanted to know how SAX parser work functionally. He gave an Example:
code:
12000
35
He was interested in how the SAX parser will find the Employee with Pay = 12000 and Age 35.
4) How do i write a Query to get the Seond highest paid Employee from a company from Employee table.
How do i write a Query to get the Seond highest paid Employee from a company from Employee table.
Some people, when well-known sources tell them that fire will burn them, don't put their hands in the fire.
Some people, being skeptical, will put their hands in the fire, get burned, and learn not to put their hands in the fire.
And some people, believing that they know better than well-known sources, will claim it's a lie, put their hands in the fire, and continue to scream it's a lie even as their hands burn down to charred stumps.
Nadine -SCJP, SCWCD, SCBCD
There is no beard big enough to make me comfortable enough with my masculinity to wear pink. Tiny ad:
SKIP - a book about connecting industrious people with elderly land owners
https://coderanch.com/t/skip-book
|