Describe a programming project or situation in the workplace that would lend itself to array usage.
Arrays are useful when you need to store many similar information (e.g. inventory) or when you need to perform same action (e.g. sorting) on many similar information. The solution gives a good understanding of the above.
Hope it helps.