1.
In Azure when you backup the Virtual Machine what settings needs to be set on how frequent your backup be?
Correct Answer
C. Backup Policy
Explanation
In Azure, when you backup a Virtual Machine, you need to set the backup policy to determine how frequently the backup should occur. The backup policy allows you to specify the backup frequency, retention period, and other settings related to the backup process. This ensures that your Virtual Machine is backed up at regular intervals according to your desired schedule and retention requirements.
2.
In the process of a Database backup, what will be check first before executing the backup?
Correct Answer
C. Master Status
Explanation
Before executing a database backup, the first thing that needs to be checked is the Master Status. The Master Status refers to the current state and availability of the master database server. This is important because if the master server is not functioning properly or if it is offline, the backup process may fail or result in incomplete or inconsistent data. Therefore, checking the Master Status ensures that the backup can be executed successfully and that the data being backed up is reliable and up-to-date.
3.
What feature in AWS that being used to store all database and application backup files?
Correct Answer
C. S3 bucket
Explanation
An S3 bucket is a feature in AWS that is commonly used to store all types of data, including database and application backup files. It provides a scalable and durable storage solution, with high availability and redundancy. S3 buckets can be easily accessed and managed, allowing users to upload, download, and organize their backup files efficiently. Additionally, S3 offers various security and access control mechanisms to ensure the safety and privacy of the stored data.
4.
Full Backup for mPhilGEPS Database for is run by a script?
Correct Answer
A. True
Explanation
The explanation for the given correct answer is that a full backup for the mPhilGEPS database is indeed run by a script. This means that the process of backing up the entire database is automated and performed by a script or a program, rather than being done manually. This automation helps ensure that the backup is consistently executed and reduces the chances of human error.
5.
Where can you check any backup done to a Virtual Machine in Azure?
Correct Answer
C. Recovery Service Vault
Explanation
In Azure, the Recovery Service Vault is where you can check any backup done to a Virtual Machine. The Recovery Service Vault provides a centralized location for managing and monitoring backups. It allows you to view and manage backup policies, backup jobs, and recovery points for your virtual machines. By accessing the Recovery Service Vault, you can easily track and review any backups performed on your Virtual Machine in Azure.
6.
Is there a feature in Azure where you can copy your VM to other Region?
Correct Answer
A. Yes
Explanation
Yes, there is a feature in Azure called Azure Site Recovery that allows you to replicate and failover virtual machines to another Azure region. This feature helps in achieving disaster recovery and business continuity by keeping a copy of your virtual machines in a different region, ensuring that your applications and data are available even if there is a regional outage or disaster.
7.
Where can you restore your Instance that has been backup in AWS?
Correct Answer
D. Backup Vaults
Explanation
In AWS, you can restore your instance that has been backed up using Backup Vaults. Backup Vaults is a service provided by AWS that allows you to store and manage backups of your data. It provides a secure and scalable solution for storing and retrieving your backed-up data. By using Backup Vaults, you can easily restore your instance to its previous state in case of any data loss or system failure.
8.
MPhilGEPS Application was also backup incrementally in the Fileserver
Correct Answer
A. True
Explanation
The given statement suggests that the mPhilGEPS Application was backed up incrementally in the Fileserver. This means that the application data was regularly and systematically backed up in a way that only the changes or updates made since the last backup were saved. This approach helps in reducing the backup time and storage space required. Therefore, the statement is true.
9.
What backup command was used to do the Full backup of the mPhilGEPS Application?
Correct Answer
B. Tar
Explanation
The correct answer for the question is "tar". Tar is a command-line utility used for creating compressed archives. In this case, it was used to perform a full backup of the mPhilGEPS Application. Tar creates a single file that contains all the files and directories in the specified location, making it a suitable choice for creating backups.
10.
If the Azure Cloud has an issue, what needs to be configure so can we route mPhilGEPS Production URL to our DR Site in AWS?
Correct Answer
C. Cloudflare
Explanation
Cloudflare can be configured to route the mPhilGEPS Production URL to the DR Site in AWS if Azure Cloud has an issue. Cloudflare is a content delivery network (CDN) that can provide DNS management and load balancing services. By configuring Cloudflare, traffic can be redirected to the DR Site in AWS, ensuring that the application remains accessible even if there is an issue with Azure Cloud.