Amazon

Frequently asked interview questions

 

1. What is CLOUD COMPUTING?

Ans: Cloud computing is the concept of accessing infrastructure, platform and software as a service over the internet by paying the each use of the IT service. Cloud computing is a crowd/group of unknown resources that are giving for a special purpose to the user.

2. How Cloud Computing is suitable for your organization?

Ans: We have several Advantages using the cloud computing:
         It reduces the cost 
         Increased Storage
         Flexibility No need to install any software and no need to buy any licenses
.       We can access from any location
         Low maintenance and Low Cost
         Salesforce adds extra features for every release.

3. What is Force.com?

Ans: Force.com is the platform which is provided by the Salesforce used to develop the application

4. What is AGILE methodology?

Ans: It is a process of moving development into Production for every two weeks.We will update everyone tasks by themselves in the Scrum call (not more than 10 min call) which will run by Scrum Master

5. What are the different Editions of Salesforce?

Ans:
a. Contact Manager
b. Group Edition
c. Professional
d. Enterprise
e. Unlimited

6. What are the standard objects in Salesforce?

Ans: The Salesforce provides the following objects, so they are called Standard Objects
a. Accounts
b. Contacts
c. Opportunities
d. Leads
e. Cases
f. Solutions
g. Campaigns
h. Products
i. Forecasts
j. Contracts
k. Users
l. Reports
m. Dashboards

7. What are the Standard Applications Provided by Salesforce?

Ans: The following applications provides by the salesforce
a. Marketing
b. Sales
c. Call Center
d. Community

8. What is an App?

Ans: An application is a logical container for all of the objects, tabs, processes and services associated with a given business function.An Application is group of tabs that work as a unit to provide functionality

9. How many types of the relationship fields available in salesforce?

Ans: There are four types of relationships in salesforce

a. Master Detail
b. Many to Many
c. Lookup
d. Hierarchical (It is available only on User Object)

10. What is Hierarchical Relationship? 

Ans:It is the relationship available on User object which allows users to click a lookup icon and select another user from a pop-up list.This type of relationship is a special lookup relationship available
only for the user object. It allows creating a Manager Field on the user object to relate another user. This relationship will acts as a Self relationships.

11. How to create many too many relationships between object?

Ans: Create one custom object, which should have autonumber as unique identification and create two Master - Detail relationships for this object. And this Object is called as Junction object.

12. What is JUNCTION object?

Ans:A Junction object is a Custom object with two Master-Detail relationships. Using this custom junction object, we can model a “many-to-many” relationship between two objects.

13. What is lookup relationship?

Ans: It is the relationship which is used to connect the two objects
         Properties of Lookup Relationship:
         We can create upto 25 lookup Relationships
         Lookup can be create if records already exists
         If we deletes the Parent record, then the Childs will not be deleted
         Optional
         The OWD’s cannot be inherited from the Parent object if we have lookup
          relationship between them
          Editable field

14. What is Master detail Relationship?

Ans:It is the relationship which is used to connect the two objects
       Properties of Master-Detail Relationship:
      We can create upto2 Master-Detail Relationships
      Master- Detail Relationship cannot be created if records already exists
      If we deletes the Parent record, then the Childs will be deleted
      Mandatory
      The OWD’s can be inherited from the Parent object if we have lookup
      relationship between them
      Read Only field

15.Can we convert the lookup relationship to Master Detail relationship?

Ans: We can convert the lookup relationship to master detail relationship if and only if all the existing record has valid lookup field.

 16. Can we create Master Detail relationship on existing

records?

Ans: No, first we have to create the lookup relationship then populate the value on all existing record and then we have to convert it.

17. What are the Record Types?

Ans: Record types used to display different picklistvalues and page layouts to different users based on their profiles

 18. How to make the Record type as a default?

Ans: By using the Profiles.Go to the particular profile and by using Record Type Settings we can make the Record Type as a default

19. What is Roll up summary field in Salesforce?

Ans: A read-only field that displays the sum, minimum, or maximum value of a field in a related list  or the record count of all records listed in a related list. Thus, we can say that Roll up summary field can only be created on Master object.

20.What Is the Formula Field?

Ans:A read-only field that derives its value from a formula expression which we define. The formula field is updated when any of the source fields change.

No comments