Challenge Overview
Design a module of a Java batch job which determines the correct population out of a total population that the job needs to process.
This component will be one or more Tasks, as defined by the provided Batch Job Infrastructure which will be responsible for setting up the overall job, determining the Population of individuals that are to be synchronized, and the retrieval of objects representing those individuals.
Final Submission Guidelines
NA