Forcepoint Interview Question

Given a simple architecture diagram (UI, server, string-provider service, cloud service): the server gets strings from the string-provider service and passes them to the cloud service; the cloud service processes them (as a black box) and returns a dict mapping each string to True/False. Question: how would you test this system?