C# Interview Question and Answer What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. …
2012
-
-
ASP.Net Interview Questions and Answers What is page life cycle in c#.net Page Life Cycle EventsPage_Init The server controls are loaded and initialized from the Web form’s view state. This …
-
SQL Server Interview Question and Answer What is normalization? Well a relational database is basically composed of tables that contain related data. So the Process of organizing this data into …
-
OOPS Interview Questions and Answers What is meant by Object Oriented Programming? OOP is a method of programming in which programs are organised as cooperative collections of objects. Each object …
-
How to truncate string using apex in Salesforce?
-
Types of Sandbox in Salesforce: Developer Sandbox Developer sandboxes are special configuration-only sandboxes intended for coding and testing by a single developer. They provide an environment in which changes under …
-
What is a capability of Siteforce? Organize site assets using folders. Export a complete site from Siteforce.
-
What is a use case for dynamic visualforce components? The data determines the arrangements of components on a page. Content displayed on a page varies based on a user’s permission.
-
What is a capability of a flow created in the cloud flow designer? Branch to multiple locations in flow using the Decision element. Delete records from salesforce using the Record …
-
A developer is writing an apex unit test using the salesforce API version 24.0 or later. What should the developer do to allow the apex test to access data stored …