Skip to main content

Posts

100 SQL Interview Questions

What is DBMS and RDBMS. What are constraints What is primary key. What is unique constraint. What is index, explain its different types. Using %Type while creating plsql variable  We can use %Type while declaring variable  example  declare  v_wonum workorder.wonum%TYPE; begin end;

Websphere Interview Questions

1. Name some products are under WebSphere suite? 2. What is Ripplestart? 3. What are important features of Websphere? 4. What are ways to deploy applications in Websphere? 5. Why we do clustering in Websphere? 6. What we use load balancer in Websphere? 7. What is the criteria for an application to qualify for clustering? 8. Explain Architecture of Websphere? 9. What kinds of Files can be deployed in Websphere? 10. Differentiate between node agent, node? 11. What is node sync? 12. How you can identify memory leak in Websphere. 13. State Some Of The Features Present In Web Sphere? 14. Is The Naming Of Connection Factory Independent Of The Name Specified By Jms Client? 15. Is The Naming Of Connection Factory Independent Of The Name Specified By Jms Client? 16. What is Global security and how to configure it? 17. Why choose WAS? 18. What are was family of products? 19. What all versions you worked on websphere? 20. What is Websphere? 21. What is ripple start of webspher...

Dojo ValidationTextBox

Diji.form.ValidationTextBox It is used to create validation textbox for a defined regular expression. <body class="tundra">       <input type="text"              dojoType="dijit.form.ValidationTextBox"              regExp="^(\d{5}-\d{5})|(\d{5})$"              required="true"              invalidMessage="value must be in form of 9999">    </body>

Getting started with IBM Worklight

IBM Worklight IBM Worklight is a mobile application platform containing all of the tools needed to develop a mobile application. We develop mobile application here using hybrid way. Components of IBM Worklight 1.        Workligh Studio :- IBM Worklight provides a robust, Eclipse-based development environment called Worklight Studio. 2.        Worklight Server: This component is a runtime server that activates or enables secure data transmission through centralized backend connectivity with adapters. 3.        Worklight Device Runtime : The device runtime provides a rich set of APIs that are accessible across platforms and offer easy access to the services provided by the IBM Worklight Server. 4.        Worklight Console : Worklight Console is a web-based interface and is dedicated to ongoing administration of Worklight Server and its deplo...