InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Limit The Number Of Permits Available For Checkout? |
|
Answer» Yes. Through some implementation setup, PERMITS can be limited. In your design, identify at least two servers:
If a user wants access to a product, and there are no permits available from the first server, PROVIDE access to the second server and use those permits. Yes. Through some implementation setup, permits can be limited. In your design, identify at least two servers: If a user wants access to a product, and there are no permits available from the first server, provide access to the second server and use those permits. |
|