How would you explain scalability? How would you ensure that scalability has been considered in Zevo’s requirements model?
What will be an ideal response?
Scalability is the ability to adjust inventory system capacity as business requirements change in the future. To ensure that the inventory system will meet future requirements, you need information about current volume, future volume, and growth for all outputs, inputs, and processes. For example, you would need to know the estimated number of inventory items, the periods of peak online activity, the number and types of data items required for each transaction, and the method of accessing and updating inventory information.
You might also like to view...
Which of the following is a temporary storage area for information that you have copied or moved from one place and plan to use somewhere else?
A) cache B) flash memory C) RAM D) Clipboard
Identify the syntax to remove an event listener.
A. object.removeEventListener(event, function [, capture = false]); B. object.removeEventListener(event, function [, capture = true]); C. object.removeEventListener(event, function [, bubbling = false]); D. object.removeEventListener(event, function [,bubbling= false]);