1) What is the list View In Visual force?
https://www.infallibletechie.com/2012/11/apexlistviews.html
2) What is test visible?
https://www.infallibletechie.com/2014/05/testvisible-annotation-in-salesforce.html
3) Write a Query to retrieve all the records starting with A from Lead Object?
Like Operator can be used.
https://www.infallibletechie.com/2012/01/like-operator-usage-in-apex.html
4) What is the Best Practice to Avoid Governor Limits While writing Apex?
https://www.infallibletechie.com/2013/01/how-to-bypass-governor-limits-in.html
https://www.infallibletechie.com/2012/11/how-to-bulkify-trigger-code.html
5) What is the best Practice of writing the test classes?
https://www.infallibletechie.com/2012/05/unit-testing.html
6) Different Types of Change Sets and When to use Outbound & Inbound Change Sets
For Deployment, Changes sets are used.
7) Difference Between Repeat & Data list
Repeat is similar to for loop. It displays the data without any styles
Data list is used to display in tabular form.
8) What are the different Components of Visual force?
https://www.infallibletechie.com/2012/11/visualforce-tags-in-salesforce.html
9) What Is the Difference between Database.stateful & Database.batchable?
https://www.infallibletechie.com/2014/06/how-to-maintain-variable-value-inside.html
10) What Is Package.Xml?
Package.Xml is used in Apache ANT tool for deployment. It contains the components list for deployment.
https://www.infallibletechie.com/2012/11/apexlistviews.html
2) What is test visible?
https://www.infallibletechie.com/2014/05/testvisible-annotation-in-salesforce.html
3) Write a Query to retrieve all the records starting with A from Lead Object?
Like Operator can be used.
https://www.infallibletechie.com/2012/01/like-operator-usage-in-apex.html
4) What is the Best Practice to Avoid Governor Limits While writing Apex?
https://www.infallibletechie.com/2013/01/how-to-bypass-governor-limits-in.html
https://www.infallibletechie.com/2012/11/how-to-bulkify-trigger-code.html
5) What is the best Practice of writing the test classes?
https://www.infallibletechie.com/2012/05/unit-testing.html
6) Different Types of Change Sets and When to use Outbound & Inbound Change Sets
For Deployment, Changes sets are used.
7) Difference Between Repeat & Data list
Repeat is similar to for loop. It displays the data without any styles
Data list is used to display in tabular form.
8) What are the different Components of Visual force?
https://www.infallibletechie.com/2012/11/visualforce-tags-in-salesforce.html
9) What Is the Difference between Database.stateful & Database.batchable?
https://www.infallibletechie.com/2014/06/how-to-maintain-variable-value-inside.html
10) What Is Package.Xml?
Package.Xml is used in Apache ANT tool for deployment. It contains the components list for deployment.
Cheers!!!