1.
What is WebLogic?
Correct Answer
B. A J2EE application server
Explanation
WebLogic is a J2EE application server. J2EE stands for Java 2 Platform, Enterprise Edition, which is a platform for developing and running enterprise-level Java applications. WebLogic provides a runtime environment for these applications, allowing them to be deployed and managed. It offers features such as Java servlets, JavaServer Pages (JSP), Enterprise JavaBeans (EJB), and web services support. As a J2EE application server, WebLogic enables the development and deployment of scalable, high-performance, and secure enterprise applications.
2.
All of these are basic components of WebLogic except...
Correct Answer
D. Admin server
Explanation
The admin server is not a basic component of WebLogic. The admin server is responsible for managing the configuration and deployment of applications in a WebLogic domain. It provides a central point for administration tasks such as monitoring, configuring, and managing resources. The other options, logic server, domains, and node manager, are all basic components of WebLogic. The logic server is the actual server that executes applications, domains are the logical groupings of WebLogic servers, and the node manager is responsible for starting, stopping, and monitoring WebLogic server instances.
3.
How many types of servers are there in WebLogic?
Correct Answer
A. 2
Explanation
There are two types of servers in WebLogic.
4.
Which of these is a server in the domain?
Correct Answer
C. Managed server
Explanation
A managed server is a type of server that is part of a domain. It is responsible for executing specific tasks and services within the domain. Unlike an admin server, which manages and controls the entire domain, a managed server focuses on handling specific functions and applications. Therefore, a managed server is the correct answer as it fits the criteria of being a server within a domain.
5.
What is the default JDK for production domain?
Correct Answer
C. JRockit
Explanation
JRockit is the correct answer because it is a high-performance Java Virtual Machine (JVM) developed by BEA Systems. It is specifically designed for running Java applications in production environments, providing enhanced performance, scalability, and reliability. JRockit was widely used in enterprise-level applications and was later acquired by Oracle.
6.
All of these are supported installation modes for WebLogic Server except...
Correct Answer
B. Remote mode
Explanation
The given question asks for the installation modes supported for WebLogic Server. The options provided are Graphical mode, Remote mode, Console mode, and Silent mode. The correct answer is "Remote mode" because it is not a supported installation mode for WebLogic Server. This means that users cannot install WebLogic Server in Remote mode.
7.
What Is the default port of WebLogic Admin Server?
Correct Answer
A. 7001
Explanation
The default port of WebLogic Admin Server is 7001. This means that when WebLogic is installed, the Admin Server will be accessible on port 7001 by default.
8.
What file is used by the admin server during startup for username and password?
Correct Answer
B. Boot.properties
Explanation
During startup, the admin server uses the "boot.properties" file for username and password. This file contains the credentials that are required to authenticate and authorize the admin server.
9.
What is MSI?
Correct Answer
D. Managed server independence
Explanation
MSI stands for Managed Server Independence. This term refers to the ability of a server to operate independently and manage its own resources without relying on other servers. This allows for better scalability, flexibility, and fault tolerance in a network environment. By having managed server independence, organizations can ensure that their servers can function autonomously and efficiently, reducing the risk of system failures and improving overall performance.
10.
What happens when you use a demo certificate for SSL in Production mode?
Correct Answer
C. A warning will be displayed
Explanation
When you use a demo certificate for SSL in Production mode, a warning will be displayed. This warning is shown because demo certificates are not trusted by default and are not suitable for use in a production environment. It serves as a reminder that the certificate being used is not valid or secure, and it is recommended to obtain a valid SSL certificate from a trusted certificate authority for production use.