Question:- What are the Data management tools in Salesforce?
Answer:- There are two data management tools available in Salesforce which are: 1. Data Import Wizard 2. Data Loader
Question:- Define SaaS.
Answer:- In Software as a Service (SaaS), the cloud service provides software that we need to develop an application, saving us from purchasing it. SaaS supports web services and service-oriented architecture. Top SaaS providers are: Abiquo AccelOps Akamai AppDynamics Apprenda
Question:- Define PaaS.
Answer:- In Platform as a Service (PaaS), the cloud service provides an operating system (OS), hardware, storage, and network services through the cloud, but we have to pay to the service providers based on our subscription, like the rental services. Top PaaS providers are: AWS Elastic Beanstalk AppScale Appistry (Cloud) CA Technologies Engine Yard
Question:- Define IaaS.
Answer:- In Infrastructure as a Service (IaaS), the cloud service provides the infrastructure, such as servers, hosting service, and storage. Top IaaS providers are: • AWS • AT&T • CA Technologies • Cloudscaling • Bluelock • Eucalyptus
Question:- What are the different Salesforce editions?
Answer:- • Essentials: The Salesforce Essentials edition is specially designed for small-scale businesses. It consists of an easy-to-use UI. There are various tools in the edition that help customize it according to business needs. • Professional: This edition is built for businesses that require the most CRM functionality. It has features such as easy customization and integration with other technologies. Also, it consists of administration tools that help in the deployment of a small-scale application. • Enterprise: The Enterprise edition is built for large-scale businesses. It provides advanced customization tools. The administration tools of the Enterprise edition helps large-scale deployment. The edition allows access to the features of the Salesforce API. • Unlimited: This edition consists of extremely advanced features that help maximize usage. The Unlimited edition of Salesforce allows for the efficient management of business resources that can be provided instantly on-demand. Also, it provides premier support, high storage limit, an increased number of custom apps, and many more features. • Developer: The Developer edition gives access to APIs and the Salesforce Lightning Platform. It provides tools that allow developers to customize the Salesforce platform and integrate with other technologies and applications. Also, the edition consists of those features that are present in the Enterprise edition.
Question:- What are login hours and login IP ranges in Salesforce?
Answer:- Salesforce Applications provide features such as login hours and login IP ranges. Login hours: In an organization, the schedule for login and logout is set to define the time limit and working hours. It flags the user who does not follow the schedule. To set the login hours for an organization in a Salesforce platform, go to: Setup > Administration > Manage Users > Profiles Login IP ranges: If a user tries to login via an unknown IP, then the organization is alerted, and it can restrict the user to do so. Organizations use IP ranges to maintain secure access so that they can prevent any kind of loss. For setting up the login IP ranges, go to: Setup > Administration Setup > Manage Users > Profiles
Question:- What is meant by TAB in Salesforce?
Answer:- Salesforce tabs allow users to see information at a glance. In the program, it shows the data of objects and other web material. Types of TAB in salesforce are: • Standard object tabs • Custom object tabs • Web tabs • Visualforce tabs
Question:- What is field-level security and how can it be controlled?
Answer:- Field-level security helps control the accessibility of a user to a particular data field. Suppose, if an organization is providing a user with the access to see, edit, manipulate, or delete a data object specific to the user’s field of work, it can hide other data objects from the user. To control the field-level security, we use to profile and permission sets. The attributes of profile and permission sets are mentioned below: • Profiles o Page layouts o IP ranges o Login hours o Desktop o Client access • Permission o App permissions o Record types o Tab settings o Assigned apps o Object permissions o Field-level security o Apex classes o Visualforce pages
Question:- What is a custom metadata type?
Answer:- The custom metadata type stores information about an organization. It is a type of custom object that can be customized, deployed, packaged, and upgraded. It helps use data for configuring the application without fretting about data migration. Rather than transferring the custom metadata type manually, it can be deployed using a Sandbox.
Question:- How can we clear the time-based workflow action queue?
Answer:- There are two ways to clear a time-based workflow action queue: 1. First, you can make false criteria. 2. Or you can clear by removing actions that are rescheduled from the queue.
Question:- What is OWD and Do you know how many accesses are available in OWD?
Answer:- he default level of access to data records for all users in an organization is defined by the Organization’s defaults. Defaults are used to limit data access across the organization (Records). For both Standard and Custom Objects, Organization-Wide Defaults (OWD) can be set. In Organization-Wide Default, around 13 various accesses are available. They are as follows: 1. Public Read Only. 2. Public Read/Write. 3. Public Read/Write/Transfer. 4. Public Full Access. 5. Private 6. View Only. 7. Use 8. Hide Details. 9. Hide Details and Events. 10. Show Details. 11. Show Details and events. 12. Controlled by parent 13. No Access.
Question:- What is meant by an App in Salesforce? And what are the types of Apps?
Answer:- n Salesforce.org, an app serves as a container. There are tabs, a logo, and a name on them. It’s a collection of tabs that provide the Salesforce developer with the features he or she is seeking for. If you need to develop an app in Salesforce, simply follow the steps below: Setup ->Build ->Create->App-> Click on new Salesforce has two types of Apps which are: • Custom App • Console App
Question:- What is a Trigger, exactly? What are the different kinds of Triggers?
Answer:- Triggers are the custom actions done in Salesforce before and after changes are made to a record. Insertions, updates, and deletions are examples of these activities. Triggers may be used to call Apex, and a trigger is just Apex code that runs before and after the next set of activities. In salesforce, there are two types of triggers available which are: • Before trigger, used to update or validate records before saving into database • After trigger, used to access field values that are set by the system.
Question:- What is Salesforce Lightning?
Answer:- Salesforce Lightning is an app development framework developed by salesforce.com that simplifies business processes for users.
