Google autocomplete Systems Design is for architecting a system which gives auto suggestion on typing, also known as typeahead suggestions.
Architecture for this involves working with trie data structures, a database to persist the trie and a distributed cache like redis to give fast response.