Exit ACD101 Appian Associate Developer
Question 2 of 5
0% complete
Q2 Single choice

You are creating a large, complex interface

Which statement describes a best practice for strategizing code organization?

  • A

    Create individual interface objects for each chunk of code that is logically grouped, especially for those that may be reused in other areas of the application.

  • B

    Create only one interface object per developer assigned to the feature. This balances the performance cost of calling additional interface objects with the need to prevent developers from overwriting each other.

  • C

    Since the components are related, all code should be centralized in a single interface object. This minimizes the performance cost incurred by Appian calling multiple interface objects.