Salesforce Developer Interview Questions

Salesforce developer interview questions

Salesforce developer interview

Going to attend a salesforce developer interview soon? Preparing for it already but don’t know what exactly they are going to ask? some of the common questions that are often asked during sales developer’s interviews and how you can crack them by answering straight to the point. Continue with your readers to find out!

Common Interview Questions and Answers for Salesforce Developers:

  1. How will you describe an apex in salesforce?
  2. What is common between Java and Apex?
  3. How will you describe a visual force in salesforce?
  4. What are class constructors?
  5. What are class access modifiers?
  6. Describe a junction object and its use?
  7. What is the difference between salesforce object query language and salesforce object language search?
  8. How will you define a custom object?
  9. What are the reasons for data loss?
  10. How can SAAS help in the salesforce?
  11. Talk about the different reports in salesforce?
  12. How will you describe an object relationship interview?
  13. As a salesforce developer, how can you help the marketing team?
  14. What do you know about our company?
  15. What do we usually do in the sales organization?

Tips and Tricks for interview:

  1. Be ready for the interview.
  2. Mail when things go wrong
  3. Prepare the basics
  4. Master the Digital handshake
  5. Treat it like any other interview
  6. Show your passion
  7. Embrace feedback
  8. Ask questions
  9. Send thank you notes

Read our blog on Salesforce developer career that will help you to know more about your career path as a Salesforce Developer

Salesforce developer interview questions for 2 years experience

  1. Mention What Are The Different Types Of Reports Available In Salesforce?
  2. What Does It Indicate If An Error State This “list Has No Rows For Assignment”?
  3. Explain How Many Controllers Can Be Used In A Visual Force Page?
  4. How can you expose an apex class as a web service? and how to obtain a WSDL file for the exposed class?
  5. What are the Different API in salesforce?
  6. What’s The Maximum Batch Size In A Single Trigger Execution?
  7. When Group By is used, How to write or use the Where clause in SOQL?
  8. Give An Example Of A Standard Object That’s Also Junction Object.
  9. What is Web-to-Lead in Salesforce?
  10. I want to count how many times execute method was executed in the Batch class?

Salesforce developer interview questions for 3 years experience

  1. What is the default data time format of Salesforce?
  2. What is the difference between 15 digits to 18 digit id in Salesforce?
  3. What is the architecture of Salesforce?
  4. How to display multiple columns after clicking on a tab?
  5. What are the activities in Salesforce?
  6. What is the difference between ISBLANK() and ISNULL() ?
  7. What is the difference between a detail page and the edit page?
  8. There are two fields, if the user populate two field values if we combine those values uniqueness should be maintained, how to achieve without coding?
  9. What is lead process, support process, sales process?
  10. What are auto-response rules, Assignment rules, escalation rules?

Salesforce developer interview questions and answers for experienced

Q1. Is it possible to write a validation rule which will fire only on insert of record not on update of record ?

Answer: Use is new() function which checks if the formula is running during the creation of a new record and returns TRUE if it is. If an existing record is being updated, this function returns FALSE.

Q2. What is the default data time format of Salesforce?

Answer: DateTime: Salesforce stores all DateTimes in Coordinated Universal Time (UTC) format. Remember that dateTime field values are stored as Coordinated Universal Time (UTC). When one of these values is returned in the Salesforce application, it is automatically adjusted for the time zone specified in your organization preferences. Your application may need to handle this conversion. Date : fields contain no time information and completely ignore time zones. Whatever date you specify when you set it will be the date every user sees, with any time and zone information being ignored.

Q3. What is the difference between trigger and workflow in Salesforce?

Answer: Workflow:

  1. Workflow will be helpful to update the same object or master object in custom master-detail relationships.
  2. Coding is not required.
  3. Workflow actions are Field Update, Email alert, Task alert and outbound message.
  4. We cannot use SOQL query from database on workflow.
  5. We cannot fire workflows after record has been deleted.

Q 4. What is the difference between Role and Profile in Salesforce ?

Answer: Role control record level access can be controlled by Role. Profiles control the objects level access settings. In simple words, Profile defines what user can do in your salesforce org and Role defines what user can see. Other difference is, Profile is mandatory, Role is not.

Q 5. Can we convert formula field into any other data type ?

Answer: No, Formula fields are special read-only fields that cannot be converted to any other data type. Likewise, you cannot convert any other field type into a formula field.

Q 6. Explain What Is Object Relationship Overview?

Answer : Object relationship overview in Salesforce is used to link custom object records to standard object records in a related list. In simple words, it is helpful to track product defects associated with customer cases. You can define different types of relationship by creating custom relationship fields on an object.

Q 7. Mention How Many Relationship Is Included In SFDC And What Are They?

Answer : There are two types of relationships

  1. Master detail relationship
  2. Lookup relationship

Q 8. Explain What Is The Trigger?

Answer : Trigger is a code that is executed before or after the record is updated or inserted.

Q 9. Mention What Is The Difference Between Force.com And Salesforce.com?

Answer : Force.com is PaaS (Platform as a Service) while Salesforce.com is SaaS ( Software as a Service).

Q 10. Explain What Is The Limit Of Data.com Records That Can Be Added To Salesforce?

Answer : User can see their limit form setup, by clicking data.com administration/Users.  From the data.com users section, user can see their monthly limit and how many records are exported during the month.

Q 11. What is the size of view state in salesforce?

Answer: 170 KB (Prior to Spring 19 release it was 135 KB. for reference: Spring 19 Release Notes)

Q 12. Can we convert the formula field into any other data type?

Answer: No, Formula fields are special read-only fields that cannot be converted to any other data type. Likewise, you cannot convert any other field type into a formula field.

Q 13. There is one field that is used in the Lead conversion and I want to convert its data type, is this possible?

Answer: No, You can not change the data type of any custom field that is mapped for lead conversion.

Q 14. How to insert null values into the Data loader?

Answer: Go to data loader -> setting -> check Is null values checkbox.

Q 15. Maximum batch size of data loader?

Answer: 200

Q 16. Is it possible to write a validation rule on record delete?

Answer: No, only in insert and update events you can write validation rule.

Q 17. Is it possible to schedule a dynamic dashboard in Salesforce?

Answer: No, it is not possible to schedule a dynamic dashboard in Salesforce.

Q 18. What is Object Relationship in Salesforce? What are Salesforce Relations?

Answer: In Salesforce, a related list allows us to connect standard and custom object records. This is the purpose served by an object relationship. Various causes can be connected with specific customers through this. One can create a custom relationship too.

Q 19. What is a “Lookup Relationship”?

Answer: The relationship between the two objects is called a lookup relationship. Lookup relationships connect two object links together so that you can look up from related items to other items. It can be one-to-one or one to many.

Q 20. Explain the Salesforce dashboard?

Answer: In Salesforce we use dashboards to represent the data in a pictorial format. Salesforce dashboard is capable of displaying 20 reports at a time.

Salesforce eLearning

Elearning Solutions helps to build your career with interview process, upgrading your interpersonal skills, building your resume along with the immense knowledge of courses. This is the best platform to kick start your career.

 

Know more about Salesforce Developer training with Placement at Elearning Solutions.


Interested in Salesforce Developer training Courses? Fill Your Details Here

Error: Contact form not found.

₹25,000.00

SAP SD S4 HANA

SAP SD (Sales and Distribution) is a module in the SAP ERP (Enterprise Resource Planning) system that handles all aspects of sales and distribution processes. S4 HANA is the latest version of SAP’s ERP suite, built on the SAP HANA in-memory database platform. It provides real-time data processing capabilities, improved…
₹25,000.00

SAP HR HCM

SAP Human Capital Management (SAP HCM)  is an important module in SAP. It is also known as SAP Human Resource Management System (SAP HRMS) or SAP Human Resource (HR). SAP HR software allows you to automate record-keeping processes. It is an ideal framework for the HR department to take advantage…
₹25,000.00

Salesforce Administrator Training

I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
₹25,000.00

Salesforce Developer Training

Salesforce Developer Training Overview Salesforce Developer training advances your skills and knowledge in building custom applications on the Salesforce platform using the programming capabilities of Apex code and the Visualforce UI framework. It covers all the fundamentals of application development through real-time projects and utilizes cases to help you clear…
₹25,000.00

SAP EWM

SAP EWM stands for Extended Warehouse Management. It is a best-of-breed WMS Warehouse Management System product offered by SAP. It was first released in 2007 as a part of SAP SCM meaning Supply Chain Management suite, but in subsequent releases, it was offered as a stand-alone product. The latest version…
₹25,000.00

Oracle PL-SQL Training Program

Oracle PL-SQL is actually the number one database. The demand in market is growing equally with the value of the database. It has become necessary for the Oracle PL-SQL certification to get the right job. eLearning Solutions is one of the renowned institutes for Oracle PL-SQL in Pune. We believe…
₹25,000.00

Pega Training Courses in Pune- Get Certified Now

Course details for Pega Training in Pune Elearning solution is the best PEGA training institute in Pune. PEGA is one of the Business Process Management tool (BPM), its development is based on Java and OOP concepts. The PAGA technology is mainly used to improve business purposes and cost reduction. PEGA…
₹27,000.00

SAP PP (Production Planning) Training Institute

SAP PP Training Institute in Pune SAP PP training (Production Planning) is one of the largest functional modules in SAP. This module mainly deals with the production process like capacity planning, Master production scheduling, Material requirement planning shop floor, etc. The PP module of SAP takes care of the Master…

 



Leave a Reply

X
WhatsApp WhatsApp us
Call Now Button