You are on page 1of 4

Question 1:

What is weblogic server?


Answer
1. Oracle WebLogic Server is J2EE Server (earlier known as BEA WebLogic Server) similar to  Oracle
Application Server.
2. Weblogic is a server which works a independent server
3. None of above
4. All the above

Question 2:
What oracle weblogic server includes?
Answer
Oracle weblogic server includes
(1)Domain
(2)cluster
(3)servers
(4) All Above

Question 3:
How many domain can have in WebLogic for one instance ?
Answer
1. Multi Domain
2. Single Domain
3. None of Above

Question 4:
What is the full form of MOM?
Answer
1. Message Oriented Middleware
2. Message Object Middleware

Question 5:
What are the States of the Weblogic Server?
Answer
1. Shutdown
2. Starting
3. Standby
4. Working
5. Delay
6. Sleep

Question 6:
What is the default port for HTTPs ?
Answer
Answer
1. 80
2. 8080
3. 1521
4. 443.

Question 7:
What is the default port for HTTP
Answer
5. 80
6. 8080
7. 1521
8. 443.

Question 8:
Can you tell me the important configuration file name?
Answer
1. httpd.conf
2. config.xml
3. httpd.xml

Question 9:
What are the Web Servers you’ve worked on along with Apache?
Answer
1. Nginx
2. Tomcat
3. Microsoft IIS
4. Weblogic
5. SOA
6. BI

Question 10:
What is the full form of RPC and MOM?
Answer
1. Remote Procedure Calls
2. Remote Process Calls

Question 11:
Which are tiers there in Java EE?
Answer
1. Web Tier
2. Business Tier
3. Enterprise information Tier
4. Object Oriented Tier
5. Home Grown Tier
6. None of Above
Question 12:
Select Correct statement : Difference between HTTPs and HTTP?
Answer
1. HTTPS is HTTP with encryption.
2. The only difference between the two protocols is that HTTPS uses TLS (SSL) to
encrypt normal HTTP requests and responses.
3. A website that uses HTTP has http:// in its URL, while a website that
uses HTTPS has https://.
4. All of above
5. None of above

Question 13:
Select 3 major pros for using Apache.
Answer
1. Open-source and free, even for commercial use.
2. Reliable, stable software.
3. Frequently updated, regular security patches.
4. Flexible due to its module-based structure.
5. Easy to configure, beginner-friendly.

Question 14:
IS object Oriented Middlware synchronous and Asynchromous
Answer
1. Yes
2. No
3. Both

Question 15:
How to check Weblogic service status?
Answer
1. ps ux | grep -i <instance name>
2. ./wblogic satus

Question 16:
How to check Apache service status?
Answer
1. ./apachectl status
2. ./apachectl -x
3. ./apachectl -x status

You might also like