Salesforce
Coding
Salesforce Full Stack Coding Interview
Created by Smart Mock Interview
Interview Questions
- Implement Autocomplete Systemcoding
Title:
Implement Autocomplete System
Problem:
Design an autocomplete system that suggests top-k sentences based on a given prefix. Use a trie with frequency counts to store previously typed sentences.