Meta Interview Question

Given an vector<string> (e.g ['cc', 'ca', 'bc']) and a dictionary order (e.g. ['c', 'b', 'a']). To decide whether the given vector<string> is sorted or not.