• James jon 4
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Salesforce Developer is the individual who has somewhat more handy experience of working with Salesforce Org. As a Salesforce developer, you are relied upon to manage things like work processes, forms, APIs and so forth on a regular premise.
 
Certification that you should necessarily look for in a Salesforce Developer
There are three phases that every Salesforce Developer has to cover during his journey of the Salesforce Certified Developer confirmation-
  • Salesforce Certified Commerce Cloud Digital Developer,
  • Salesforce Certified Platform Developer I, and
  • Salesforce Certified Platform Developer II.
These capabilities are essential for specialists with information, capacities and involvement in using the Commerce Cloud Digital to develop online business plans or in building modified and programmed applications on the Force.com organize, as per Salesforce.
 
Job Skills & Qualifications Required
  • Bachelor's degree in software engineering
  • Minimum work experience that you should look for is: eight years of programming advancement and four years of Salesforce application improvement
  • Self-persuaded and innovative
  • Proficient with Apex, VisualForce, Native, MySQL and JavaScript
 
Job Skills & Qualifications Preferred
  • Salesforce Developer Certification
  • Experience in creating client confronting UIs
The specialized and concentrated aptitudes that are most frequently required by the recruiting managers are-

The central and soft skills aptitudes most as often as possible asked for by managers for this job are-
Knowledge of HTML, CSS, Javascript, Apex also needs to be looked for. If you are a Salesforce Developer (https://www.andlearning.org/salesforce-interview-questions/) and want to improve your chances of getting hired then you ought to learn intricate details of how Salesforce works first. Attempt Admin trailhead and some other Salesforce basics first. The more no-nonsense engineers can utilize Salesforce's Apex programming language. On the off chance that you know other object-oriented languages, for example, Java or C# (https://www.andlearning.org/c-sharp-interview-questions/), it isn't that huge a jump. A portion of the peculiarities of Apex incorporates representative breaking points, which constrains you to be more effective in your coding. Additionally, the code can't be moved from an improvement domain, until the point where you have come to at least 75% test inclusion.
I had a phone interview last week for Salesforce Developer position. It lasted about 30 minutes for about 20 questions. I don't think I passed the interview as I have not received in-person interview notification.
Anyways, I would say some questions are challenging to me, they are very good and worth to take a look. Can someone please help me find the best answer/solutions?
 
 
1. how would you do if you need to print all contacts in name card format? similar to the name card when we attend Salesforce World Tour.
 
2. Custom object Training__c is a master detail relationship with Contact object. Room__c is the field of Training__c object. Each contact will link to  multiple Training records. Different training might be the same training room with different training date.
   How to create a report with Contact names and the distinct training room in a given date range?  Cannot use Summary Report.
 
3. How would you setup to meet the following requirement for custom object xxxxx?
   a. all users can see all records in xxxxxx.
   b. executive users can delete any record in xxxxxx
   c. marketing users can NOT delete records in xxxxx if type (a custom field, not record type) is 'Closed'
 
4. How to prevent recursive trigger except using static Boolean variable?
   what is the con of using static Boolean variable to avoid recursive trigger?
 
 
5.Flow trigger gets SOQL limit exceeding error. what could be the problem?
 
6.What rules do you follow to design a trigger?
 
7.When creating a new task, how to list all other tasks related to the same contact?
  I said to add a VF page with Task controller extension to Task Layout. But when I look at the Task Page layout, there is no way to add VF page.
 
8. Two scenarios for selecting different parent-child relationship. (master-detail or lookup) Questions are pretty long, it took more than one minute for them to read the questions.
   I want to know if there is guide about when to use different relationship.
 
5.Flow trigger gets SOQL limit exceeding error. what could be the problem?
 
6.What rules do you follow to design a trigger?
 
7.When creating a new task, how to list all other tasks related to the same contact?
  I said to add a VF page with Task controller extension to Task Layout. But when I look at the Task Page layout, there is no way to add VF page.
 
8. Two scenarios for selecting different parent-child relationship. (master-detail or lookup) Questions are pretty long, it took more than one minute for them to read the questions.
   I want to know if there is guide about when to use different relationship.

Thanks,
David