Skip to content

Instantly share code, notes, and snippets.

@dudunato
Last active August 10, 2021 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dudunato/098a07d4203b42765e55d97aecc5f869 to your computer and use it in GitHub Desktop.
Save dudunato/098a07d4203b42765e55d97aecc5f869 to your computer and use it in GitHub Desktop.
Interview Challenge
- Interview Challenge
- Create a developer org in order to implement and complete this challenge
- https://developer.salesforce.com/signup
- We are going to create a custom app to manage School Applications:
- Feel free to be creative as how your data model will be designed
- The only standard object we are going to leverage would be Contact
- Keep it simple, don't need to have a lot of fields
- When a School manager enrolls a Student, a trigger needs to be fired to rollup the number of students enrolled to that specific school
- Unit test need to be in place covering the trigger
- When a School manager enrolls a Students, a process builder needs to be fired to notify the student that he is enrolled
- Simple report to see the students/possible students applying/applied/enrolled to schools
- Create a custom component (aura or lwc) to quickly find a student and fill in application questions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment