OOPS Interview Questions

OOPS Interview Questions 1. Explain what is an object? An object is a combination of messages and data. Objects can receive and send messages and use messages to interact with each other. The messages contain information that is to be passed to the recipient object. 2. Explain about the Design Phase? In the design phase, the developers of the system …

Continue reading

Open Source Interview Questions

Open Source Interview Questions 1. What are Gnome and KDE, and are they compatible? Gnome and KDE are two large desktop environments. Both sit on top of the X server on Linux and work with a window manager and framework services. The framework service provides everything from color and font preferences to communication between other application services running on that …

Continue reading

Oracle Apps Interview Questions

Oracle Apps Interview Questions 1. How will you open a bc4j package in jdeveloper? Oracle ships a file named server.xml with each bc4j package. You will need to ftp that file alongside other bc4j objects (VO?s, EO?s, AM, Classes etc).Opening the server.xml will load the complete package starting from AM (application module). This is a mandatory step when building Extensions …

Continue reading

Security Interview Questions

Security Interview Questions 1. Is Web Sphere certified on People Tools 8.1 xs? No. IBM Web Sphere is certified on People Tools 8.4 only. Customer wishing to use IBM Web Sphere with People Tools 8.1 xs may take advantage of an IBM Web Sphere for early adopters program, created and managed by IBM. Further information about this program can be …

Continue reading

Sql Server Interview Questions

Sql Server Interview Questions 1. Explain about SQL? It is an interactive and programming language which is used to modify, manage, and to pass queries. It is an ANSI and ISO compliant language. SQL entirely depends upon its command language for modifications, changes, updating, etc to the database. Databases can also be accessible remotely with the help of Call level …

Continue reading

Springs Interview Questions

Springs Interview Questions 1. What is Application Context? A bean factory is fine to simple applications, but to take advantage of the full power of the spring framework, you may want to move up to springs more advanced container, the application context. On the surface, an application context is same as a bean factory. Both load bean definitions, wire beans …

Continue reading

Web Logic Server interview questions

Web Logic Server interview questions 1. Can I start a Managed Server if the Administration Server is unavailable? By default, if a Managed Server is unable to connect to the specified Administration Server during startup, it can retrieve its configuration by reading a configuration file and other files directly. You cannot change the server’s configuration until the Administration Server is …

Continue reading