VMCE_v12 Free Certification Exam Material from VCETorrent with 62 Questions [Q17-Q41]

Share

VMCE_v12 Free Certification Exam Material from VCETorrent with 62 Questions

Use Real VMCE_v12 - 100% Cover Real Exam Questions

NEW QUESTION # 17
It the Backup Administrator has to perform a backup over a high-latency, low bandwidth network link, how can the disruptions to the backup process be avoided?

  • A. By adjusting the compression and deduplication settings for this Job.
  • B. By adding additional WAN accelerators to the target site.
  • C. By making a direct backup using WAN accelerator.
  • D. By making a backup locally and utilizing WAN accelerators for a backup copy Job.

Answer: D


NEW QUESTION # 18
An administrator is reviewing backup jobs and notices that backups of VMware VMs that are located on a SAN are taking longer than normal to back up. What could be a cause of this?

  • A. The backup proxy in use is failing over to Network mode.
  • B. The backup proxy in use is failing over to Virtual Appliance mode.
  • C. The guest interaction proxy is failing over to data access mode.
  • D. The backup repository needs to be changed to a Scale-out Backup Repository.

Answer: A

Explanation:
Explanation
When the backup proxy fails over to Network mode, it can impact the backup performance, especially for VMs located on a SAN. In Network mode, the backup traffic is transferred over the network rather than utilizing direct SAN access or VMware vStorage APIs for Data Protection (VADP). This can result in increased backup times due to the additional network overhead and slower data transfer rates.


NEW QUESTION # 19
Is it possible to switch between backup modes in a backup job?

  • A. No, if you want to create backups using another mode, you have to create another backup Job.
  • B. Yes, but in this case, you will have to specify a new backup repository.
  • C. Yes, the new mode will transform all existing backups in the appropriate way and continue creating backups in the same backup repository.
  • D. Yes, the new mode leaves existing backups as they are and continues creating backups in the same backup repository.

Answer: D


NEW QUESTION # 20
What is the primary benefit of configuring replica seeding?

  • A. Deduplicated WAN traffic
  • B. Compressed WAN traffic
  • C. Encrypted WAN traffic
  • D. Reduced WAN traffic

Answer: D

Explanation:
The primary benefit of configuring replica seeding in Veeam Backup & Replication is reduced WAN traffic.
Replica seeding allows for the initial replica to be created using a backup copy that is transported to the DR site, which significantly reduces the amount of data that needs to be transferred over the WAN during the initial replication process.References:Veeam Backup & Replication User Guide, Veeam Replica Seeding Guide


NEW QUESTION # 21
The engineer needs to back up sensitive data located on VMware vSphere encrypted VMs. The company policy prioritizes data security over anything else.
In the backup infrastructure, the engineer has configured:
One physical proxy configured on the DirectSAN Access transport mode, for fast data transfer speed and less load on the production network Two physical proxies in NBDSSL Encryption has been enabled on the backup job Which action will allow the VM data to remain encrypted during the entire backup process?

  • A. Configure Global Network Traffic Rules to encrypt the backup traffic.
  • B. Configure the job to use the proxy with the DirectSAN Access transport mode.
  • C. Configure the job to use the proxies with the NBDSSL transport mode.
  • D. Upload a custom script that re-encrypts the VM data after the backup job.

Answer: C

Explanation:
To ensure that the VM data remains encrypted throughout the backup process, the job should be configured to use the proxies with the NBDSSL (Network Block Device SSL) transport mode. This mode encrypts data transferred over the network, adhering to the company policy that prioritizes data security. While DirectSAN Access is fast, it does not provide encryption of in-flight data.References:
* Veeam Backup & Replication User Guide: Transport Modes
* Veeam Best Practices: Securing Backup Traffic


NEW QUESTION # 22
25 VMs are running on a Hyper-V platform at a remote office (ROBO). The administrator has been tasked with setting up replication to the main office (HQ) so it can act as the disaster recovery site. The available bandwidth is 20 Mbps. RPO is set to four hours and the data generated for the interval is 100 GB. Which of the following will achieve the RPO?

  • A. Configure the replication jobs with traffic throttling to 10 Mbps to limit the impact. Schedule to run every four hours.
  • B. Use replication jobs with copy mode set to "interval copy". Schedule to run every four hours.
  • C. Configure the replication jobs to use WAN acceleration. Set the schedule to run every four hours.
  • D. Use replication jobs with copy mode set to "periodic copy" and copy every four hours.

Answer: C

Explanation:
There is no mention of "interval copy" in the documentation. Additionally, the amount of data to be processed in the amount of time is not possible without WAN accelerators: 4 hours = 14400 seconds 20Mbps = ~2.5MB/s Max datatransfer would be 14400 x 2.5 = 36000MB Required transfer is 102400MB


NEW QUESTION # 23
A physical Linux server protected by a centrally managed Veeam agent is physically damaged. A VMware vSphere infrastructure is available, and the physical server is eligible for virtualization. Which recovery step provides the lowest possible RTO?

  • A. Use bare metal restore to Hyper-V VM.
  • B. Use Instant VM Recovery to Hyper-V VM.
  • C. Use restore guest files to Hyper-V VM.
  • D. Use instant disk recovery to Hyper-V VM.

Answer: C

Explanation:
Explanation
According to the Veeam Agent for Linux User Guide1, you can use the Restore volumes option to perform bare metal recovery of your computer. However, this option requires you to boot from the Veeam Recovery Media and may take some time to complete.
Another option is to use Instant VM Recovery to VMware vSphere. This option allows you to run your Linux computer directly from a backup file as a VMware VM without restoring any data. This can significantly reduce your RTO and provide immediate access to your applications and data.


NEW QUESTION # 24
Which API is available to automate Veeam Backup and Replication operations?

  • A. REST API through Veeam Backup and Replication Server
  • B. Powershell cmdlets through Veeam Enterprise Manager Server
  • C. REST API through Veeam One server
  • D. SQL queries on the Veeam Backup and Replication database

Answer: A

Explanation:
The REST API through Veeam Backup and Replication Server is the available API for automating Veeam Backup and Replication operations. This API enables programmatic control over Veeam Backup & Replication and allows for integration with external systems and custom automation scripts.References:Veeam Backup & Replication RESTful API Reference, Veeam Automation and Scripting Guide


NEW QUESTION # 25
A daily backup job for seven Hyper-V VMs has been configured at the main site, keeping 14 days' worth of backup files. They want to get a copy of the VM backups to a repository at the disaster recovery site. They want to keep six months' worth of backup files at the disaster recovery site. They also need to be able to restore the VMs to any given day within two months and any given week within six months. How should a backup copy job be configured to meet these requirements?

  • A. Use immediate copy (mirroring) mode, keeping 62 days of retention and 26 weekly GFS restore points.
  • B. Use periodic copy (pruning) mode, keeping 180 days of retention.
  • C. Use immediate copy (mirroring) mode, keeping 180 days of retention.
  • D. Use periodic copy (pruning) mode, keeping 62 days of retention and six monthly GFS restore points.

Answer: A

Explanation:
Explanation
According to the Veeam Backup & Replication user guide1, you can use a long-term retention policy (GFS) to keep backup files for longer periods oftime. GFS stands for grandfather-father-son and refers to a backup rotation scheme that allows you to create weekly, monthly, quarterly and yearly restore points12.
Therefore, if you want to be able to restore the VMs to any given day within two months and any given week within six months, you should use a GFS policy with 62 days of retention and 26 weekly GFS restore points.
The simplest configuration would be an immediate copy (mirroring) mode with these settings (option B).


NEW QUESTION # 26
what should be Implemented when backing up HAS file shares to ensure there Is more than one copy of the data?

  • A. Archive repository
  • B. Cache repository
  • C. Secondary copy
  • D. Backup repository

Answer: D

Explanation:
Explanation
https://helpcenter.veeam.com/docs/backup/vsphere/file_share_backup_job_storage.html?ver=120


NEW QUESTION # 27
A backup administrator decided to move the Veeam Backup & Replication server and configuration database to new servers. Which configuration restore mode should be used?

  • A. Planned failover
  • B. Failover plan
  • C. Restore
  • D. Migrate

Answer: D

Explanation:
Explanation
https://helpcenter.veeam.com/docs/backup/vsphere/vbr_config_migrate.html?ver=120#step5 The "Migrate" mode is designed specifically for scenarios where you need to move the Veeam Backup & Replication server and its configuration database to new servers or locations. It ensures a smooth transition without data loss or service interruption. This mode allows you to migrate the entire configuration seamlessly.


NEW QUESTION # 28
Which storage optimization option uses a block size of 512 KB?

  • A. WAN target
  • B. Local target (large blocks)
  • C. Local target
  • D. LAN target

Answer: D

Explanation:
Reference: https://helpcenter.veeam.com/docs/backup/hyperv/compression_deduplication.html?ver=100


NEW QUESTION # 29
An SMB customer installed Veeam Backup & Replication in a simple deployment. How can the customer comply with the 3-2-1 rule?

  • A. Create a Scale-out Backup Repository with object storage in the public cloud used as the capacity tier leveraging move mode
  • B. Create a backup to tape job to a local virtual tape library
  • C. Copy the backups to a separate local NAS device
  • D. Create a Scale-out Backup Repository with object storage in the public cloud used as the capacity tier leveraging copy mode

Answer: D


NEW QUESTION # 30
A backup of a Windows VM running on a VMware Cluster has been created. In which scenario can the Quick Rollback option be used during a Full VM Restore of the VM?

  • A. Issues caused by VM guest user error
  • B. Issues caused by storage data corruption
  • C. Migration of VM to VMware host in a different data center
  • D. Migration of VM to Hyper-V host in the same data center

Answer: A


NEW QUESTION # 31
A Veeam administrator has been tasked to create a backup that will automatically make a copy of data on a different media type, while also being off site, without creating additional backup or backup copy jobs. The administrator has determined that a Scale-out Backup Repository can be used as part of the solution. How can this be accomplished?

  • A. Add an archive tier to the Scale-out Backup Repository and enable the "Copy" option.
  • B. Add a capacity tier to the Scale-out Backup Repository and enable the "Copy" option.
  • C. Add a capacity tier to the Scale-out Backup Repository and enable the "Move" option.
  • D. Add an archive tier to the Scale-out Backup Repository and enable "GFS Tierinq".

Answer: B

Explanation:
By adding a capacity tier to the Scale-out Backup Repository and enabling the "Copy" option, the administrator can create a backup that automatically copies data to a different media type (object storage) and also ensures that the data is offsite. This is accomplished without creating additional backup or backup copy jobs. The "Copy" option allows for immediate copying of backups to the capacity tier, meeting the criteria specified.References:
* Veeam Backup & Replication User Guide: Scale-Out Backup Repository
* Veeam Help Center: Capacity Tier and Archive Tier Configuration


NEW QUESTION # 32
Which of the following is NOT an advantage of Veeam ONE Monitor?

  • A. Built in phone home function for better security
  • B. Automatic problem mediation
  • C. Updates are signature based
  • D. Manual or scheduled log analytics

Answer: A


NEW QUESTION # 33
Which HPE SAN storage systems are supported by the Backup from Storage Snapshots feature in Veeam Backup & Replication? Choose three options.

  • A. HPE 3PAR StoreServ
  • B. HPE StoreEasy Storage
  • C. HPE StoreOnce
  • D. HPE Nimble Storage AF-series and CS-series
  • E. HPE StoreVirtual and StoreVirtual VSA

Answer: A,D,E


NEW QUESTION # 34
Which of the following statements regarding bottleneck statistics is true?

  • A. The bottleneck statistics are only displayed when you have a problem in your backup infrastructure.
  • B. Bottleneck statistics can show the following states: Source/Ptoxy/Network/Source WAN Accelerator/Target WAN Accelerator/Target
  • C. The percentages displayed will always add up to 100% in total.
  • D. Bottleneck statistics can show the following states: Source/Proxy/Network/Source WAN Accelerator/Target WAN Accelerator/Target/None

Answer: C


NEW QUESTION # 35
You use datastores as the source for your backup jobs. Some VM backups are consuming too much repository disk space. They have backup files created by multiple backup jobs. What could be the reason? (Choose two.)

  • A. The VMs were moved to different datastores manually
  • B. The VM is in a backup chain and trapped inside a single retention file
  • C. Jobs are configured as per VM and these particular VM's need more fulls
  • D. VMware Storage DRS (Distributed Resource Scheduler) moved VMs to different datastores
  • E. VM retention is set to do full backups more often than others in the job

Answer: A,C


NEW QUESTION # 36
A backup administrator is deploying a Veeam ONE environment. They have chosen to use separate servers from their Veeam Backup & Replication environment. What benefit will they receive if they install the Veeam ONE Agent onto their backup server?

  • A. Collect virtual environment configuration from Veeam Backup & Replication
  • B. Analyze Veeam Backup & Replication log data and retrieve signature updates
  • C. Collect Veeam Backup & Replication logs and execute remediation actions
  • D. Track whether VMs and agents are properly protected and following the 3-2-1 rule

Answer: A


NEW QUESTION # 37
What is the purpose of scheduling a virtual Synthesized full backup for tape jobs?

  • A. To help save additional disk spate on tape
  • B. To be able to create the synthetic full .vbk backup directly on tape
  • C. To avoid copying a full .vbk file to tape from the source reverse incremental backup Job
  • D. To be able to restore files and folders from tape

Answer: C


NEW QUESTION # 38
A NAS backup job has been configured within Veeam Backup & Replication, and is completing successfully, but restore operations have been failing for the last few days. What is causing the failure?

  • A. The credentials added to the share are not allowed read-write access to the share, directories or files
  • B. The backup repository is sealed
  • C. The server was added by using an IQN alias which is unable to be resolved
  • D. The cache repository assigned for this file share is unavailable for restore operations

Answer: A

Explanation:
Explanation
If you must specify user credentials to access the shared folder, select the This share requires access credentials check box. From the Credentials drop-down list, select a credentials record for a user account that has Full Control permissions on the shared folder. To access the SMB share, you must use an account that meets either of the following requirements: If you only plan to back up the share, you can use an account with read-only permissions. If you plan not only to back up the share, but also to restore files to it, use an account with read/write permissions.https://helpcenter.veeam.com/docs/backup/vsphere/file_share_backup_smb_share_path_credentials.


NEW QUESTION # 39
On Monday, a backup administrator found out that some backup jobs were missing from a configuration. They want to roll back the configuration database to Fridays state. Which configuration restore mode should be used?

  • A. Migrate
  • B. Restart
  • C. Veeam Explorer for Microsoft SQL
  • D. Instant SQL Recovery

Answer: B

Explanation:
Explanation
https://helpcenter.veeam.com/docs/backup/vsphere/vbr_config_restore.html?ver=120


NEW QUESTION # 40
What is the main purpose of the planned failover feature?

  • A. Initiate a disaster recovery procedure when the main site is down
  • B. Test the VM in a sandbox without impacting the production environment
  • C. Test a disaster recovery scenario without any downtime on the VM
  • D. Proactively switch from running the regular VM to the replica VM

Answer: D

Explanation:
Reference: https://helpcenter.veeam.com/docs/backup/vsphere/planned_failover.html?ver=100


NEW QUESTION # 41
......

Dumps Brief Outline Of The VMCE_v12 Exam: https://prepaway.vcetorrent.com/VMCE_v12-valid-vce-torrent.html