Best practices for Salesforce Apex Triggers? Test your Triggers against bulk records. Your Apex Triggers should always work well for a single record as well as bulk insert/updation using data …
Interview Questions and Answers
- Interview Questions and AnswersSalesforceSalesforce Interview QuestionsTechnical Interview Questions and AnswersTrigger
- Interview Questions and AnswersSalesforceSalesforce Interview QuestionsTechnical Interview Questions and Answers
What is the difference between a Lookup Relationship and a Master-Detail Relationship in Salesforce
What is the difference between a Lookup Relationship and a Master-Detail Relationship in Salesforce? In a Master Detail, when the master is deleted the child records are deleted. Whereas, in …
- Angular JSInterview Questions and AnswersTechnical Interview Questions and Answers
Angular JS Interview Questions and Answers Part-3
by Sby S21.Explain ng-disabled directive. ng-disabled directive disables a given control. In below example, we’ve added ng-disabled attribute to a HTML button and pass it a model. Then we’ve attached the model …
- Angular JSInterview Questions and AnswersTechnical Interview Questions and Answers
Angular JS Interview Questions and Answers Part-2
by Sby S11.Explain ng-bind directive. ng-bind directive binds the AngularJS Application data to HTML tags. ng-bind updates the model created by ng-model directive to be displayed in the html tag whenever user …
- Angular JSInterview Questions and AnswersTechnical Interview Questions and Answers
Angular JS Interview Questions and Answers Part-1
by Sby S1.What is AngularJS? AngularJS is a framework to build large scale and high performance web application while keeping them as easy-to-maintain. Following are the features of AngularJS framework. AngularJS is …
- BootstrapInterview Questions and AnswersTechnical Interview Questions and Answers
Bootstrap Interview Questions and Answers For Graduates Part-3
by Sby S21.What is bootstrap navbar? The navbar is one of the prominent features of Bootstrap sites. Navbars are responsive ‘meta’ components that serve as navigation headers for your application or site. …
- BootstrapInterview Questions and AnswersTechnical Interview Questions and Answers
Bootstrap Interview Questions and Answers For Graduates Part-2
by Sby S11.How do you use Glyphicons? To use the icons, simply use the following code just about anywhere in your code. Leave a space between the icon and text for proper …
- BootstrapInterview Questions and AnswersTechnical Interview Questions and Answers
Bootstrap Interview Questions and Answers For Graduates Part-1
by Sby S1.What is Bootstrap Grid System? Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes …
- Interview Questions and AnswersJavaTechnical Interview Questions and Answers
Java 8 Interview Questions and Answers For Freshers Part-3
by Sby S21.What is the purpose of IntSupplier functional interface? It represents a supplier of int-valued results.
- Interview Questions and AnswersJavaTechnical Interview Questions and Answers
Java 8 Interview Questions and Answers For Freshers Part-2
by Sby S11.What is the purpose of DoublePredicate functional interface? It represents a predicate (Boolean-valued function) of one double-valued argument.