Differences between SOQL and SOSL in Salesforce? SOQL (Salesforce Object Query Language) Let’s you query a object in salesforce. You can have nested queries. Returns a list of sobject records. …
Interview for freshers
- APEXInterview Questions and AnswersSALESFORCESalesforceSalesforce CustomizationSalesforce Interview QuestionsSalesforce.comSOQLSOSLTechnical Interview Questions and Answers
- Interview Questions and AnswersSALESFORCESalesforceSalesforce ConfigurationSalesforce Interview QuestionsSalesforce.comTechnical Interview Questions and Answers
What is the Difference between a PROFILE and a Permission Set in Salesforce
What is the Difference between a PROFILE and a Permission Set in Salesforce Profile: – A User can have only ONE Profile. -A profile is generally used to define the …
- Interview Questions and AnswersSALESFORCESalesforceSalesforce Interview QuestionsSOQLTechnical Interview Questions and Answers
How to find the distinct values of a particular field in a SObject using SOQL Query?
How to find the distinct values of a particular field in a SObject using SOQL Query? Its possible by using the GROUP BY Clause in an SOQL Query. For example: …
- Interview Questions and AnswersSALESFORCESalesforceSalesforce Interview QuestionsSOQLSOSLTechnical Interview Questions and Answers
What are Dynamic Queries in SALESFORCE
What are Dynamic Queries in SALESFORCE? A dynamic query is a SOQL or SOSL query which can be constructed and executed at runtime. It is the process of constructing the …
- AndroidInterview Questions and AnswersTechnical Interview Questions and Answers
Android Interview Questions and Answers For Freshers Part-3
by Sby S21.How to Translate in Android? Android uses Google translator to translate data from one language into another language and placed as a string while development
- AndroidInterview Questions and AnswersTechnical Interview Questions and Answers
Android Interview Questions and Answers For Freshers Part-2
by Sby S11.What are the tools are placed in An Android SDK? Android SDK collaborated with Android Emulator,DDMS(Dalvik Debug Monitoring Services),AAPT(Android Asset Packaging tool) and ADB(Android debug bridge)
- AndroidInterview Questions and AnswersTechnical Interview Questions and Answers
Android Interview Questions and Answers For Freshers Part-1
by Sby S1.What is Android? Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and …
- HibernateTechnical Interview Questions and Answers
Hibernate Interview Questions and Answers For Graduates Part-2
by Sby S11.What is Query in hibernate? Query objects use SQL or Hibernate Query Language (HQL) string to retrieve data from the database and create objects. A Query instance is used to …
- HibernateTechnical Interview Questions and Answers
Hibernate Interview Questions and Answers For Graduates Part-1
by Sby S1.What is JDBC? JDBC stands for Java Database Connectivity and provides a set of Java API for accessing the relational databases from Java program. These Java APIs enables Java programs …
- C#Technical Interview Questions and Answers
C# Interview Questions and Answers For Freshers Part-1
by Sby S1.What is C#? C# is a modern, general-purpose, object-oriented programming language developed by Microsoft. C# is designed for Common Language Infrastructure (CLI), which consists of the executable code and runtime …