Study for the Salesforce Platform Developer Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Practice this question and more.


Which of the following are true about unmanaged packages? Choose 2.

  1. Tests are executed during deployment

  2. Unmanaged packages can be upgraded

  3. Unmanaged packages don't have a version number

  4. Components of unmanaged packages can be edited

The correct answer is: Unmanaged packages don't have a version number

Unmanaged packages are collections of components that can be distributed to other organizations, allowing for sharing of applications and customizations. One key characteristic of unmanaged packages is that they do not have a version number. This distinguishes them from managed packages, which do have versioning and allow for upgrades. Thus, the statement that unmanaged packages do not have a version number is valid. When you create an unmanaged package, it is generally considered as a collection of components without formal version control, making it easier for developers to share their work without worrying about versioning complexities. Additionally, another correct aspect of unmanaged packages is that their components can be edited after installation in the receiving organization. Once the unmanaged package is installed, the components it contains can be modified by the end user, allowing for customization and adaptation to the specific needs of that organization. This flexibility makes unmanaged packages a popular choice for open-source applications or when sharing development resources without restrictions.