1.
If you want RDP of the Windows server to be accessible from outside the network of mPhilgeps what virtual machine settings should you configure?
Correct Answer
B. Networking
Explanation
To make the RDP of the Windows server accessible from outside the network of mPhilgeps, the virtual machine settings that need to be configured are in the Networking section. This includes setting up port forwarding or creating a virtual network adapter that allows external connections to the RDP port. By configuring the networking settings correctly, the Windows server can be accessed remotely from outside the mPhilgeps network.
2.
What server in AWS needs an ppk file for authentication?
Correct Answer
B. SQL-01
Explanation
The server in AWS that requires a ppk file for authentication is SQL-01.
3.
For mPhilGEPS, what resource in Azure was used to re-route the internet traffic when user types www.philgeps.gov.ph URL?
Correct Answer
C. Traffic Manager
Explanation
Traffic Manager is the correct answer because it is a resource in Azure that is specifically designed to help route internet traffic to different endpoints based on various routing methods. In this case, when a user types the www.philgeps.gov.ph URL, Traffic Manager can be used to redirect the traffic to the appropriate destination, ensuring efficient and reliable access to the website.
4.
What operating system does MySQL Cluster for mPhilGEPS used?
Correct Answer
C. Ubuntu 18.04
Explanation
The operating system used for MySQL Cluster for mPhilGEPS is Ubuntu 18.04.
5.
When creating new server in either Azure or AWS it always notify you that your installation was successful
Correct Answer
A. True
Explanation
When creating a new server in either Azure or AWS, both platforms typically provide a notification to indicate that the installation process was successful. This notification serves as confirmation to the user that their server has been successfully created and is ready for use. Therefore, the statement "True" is correct.
6.
When issue like 502 error in the URL where can you check if the main problem is the WEB Server itself?
Correct Answer
C. Application Gateway
Explanation
An Application Gateway is a load balancer that works at the Application Layer (Layer 7) of the OSI model. It acts as a reverse proxy and routes incoming traffic to different backend servers based on various criteria. When encountering a 502 error in the URL, checking the Application Gateway can help determine if the main problem lies with the web server itself. The Application Gateway logs and metrics can provide insights into the health and performance of the backend servers, helping to identify any issues or errors that may be causing the 502 error.
7.
For installing the Apache Server and MySQL Router in Windows Server, what tool is being used?
Correct Answer
A. PowerShell
Explanation
PowerShell is being used to install the Apache Server and MySQL Router in Windows Server. PowerShell is a task automation and configuration management framework that allows administrators to manage and automate the administration of Windows operating systems. It provides a command-line shell and scripting language, making it suitable for installing and configuring software on Windows Server. PuTTY is a free and open-source terminal emulator, WinSCP is a popular file transfer client, and MySQL Workbench is a visual database design tool, none of which are specifically designed for installing server software on Windows Server.
8.
When creating new server for mPhilGEPS in Azure, what resource should you add?
Correct Answer
C. Virtual Machine
Explanation
When creating a new server for mPhilGEPS in Azure, the appropriate resource to add would be a Virtual Machine. A Virtual Machine provides the ability to create and manage virtual servers in the cloud, allowing for greater flexibility and scalability. This would be the ideal choice for hosting the mPhilGEPS server, as it offers the necessary computing resources and can be customized to meet specific requirements.
9.
What routing method was used to have an internal connection for AWS and Azure?
Correct Answer
B. Site-to-Site VPN
Explanation
A Site-to-Site VPN was used to establish an internal connection between AWS and Azure. This method allows for secure communication between the two networks by creating a virtual tunnel over the internet. It enables the transfer of data and resources between the two cloud environments, ensuring that they can communicate with each other as if they were part of the same network.
10.
What are the NodeID for mysql node in MySQL Cluster for mPhilGEPS?
Correct Answer
C. 51 and 52
Explanation
The NodeID for the MySQL node in MySQL Cluster for mPhilGEPS is 51 and 52.