Skip to main content

VCP 410 - braindump can help?

Just managed to pass my VCP 410 (Vmware vSphere Install, Configure and Manage). My score: 369, Passing Score: 300, Total Question: 85. 


I've got this braindump from someone and it's pretty useful to pass the exam. However, I noticed there are changes on the questions. Some questions are tricky. Some are new. You will need to understand the Q&A in the braindump in order to answer the paper successfully. 


Some of the tricky & new questions still fresh in mind...
1. Host profile sub page - what can be configure?
2. ESX Web page - what can you do in the homepage?
3. vNetwork Distributed Switch load balancing option
4. Be careful the NOT question...
5. Couple questions on Resource Pool 
6. User permission, after removing create permission, bla bla bla... you can refer to the dump!
7. Understand Data Recovery concept and limitation - up to 8 concurrent session... I think i've got this wrong.


Download dump from here:-
VCP 410 braindump!

Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html