3. In how many ways we can deploy the code from sandbox to production?
4. What is the outbound change set?
5. What is the inbound change set?
6. What is the advantage of deploying the code using change set?
7. What is the disadvantage of deploying code using change set?
8-. How to deploy the code using eclipse into production?
9. What is the advantage of deploying code using eclipse?
IO. What is the disadvantage of deploying code using eclipse?
11. What is repository?
12. Is your organization maintaining the repository of the code?
13. Which tool is used to maintain the repository?
14. Can we deploy the code using ant?
15. What is the advantage of deploying using ant?
16. What is the disadvantage of deploying using ant?
17. Can we deploy users from sandbox to production?
18. Can we deploy the profiles from sandbox to production?
19. Can we deploy the workflows and Approval process from sandbox to production?
20. While deploying the dashboards what are the basic precautions we should take?
21. What is the test code coverage that is needed to deploy class?
22. If there are four classes in the sandbox and first three classes have 100% code coverage and fourth class 0% code
Coverage. Will the deployment will be success or fail?
23. What is the minimum test coverage required for trigger?