Why did you choose toolmaking
Apprentice Interview Questions
5,546 apprentice interview questions shared by candidates
What was the worst day of your life?
"Tell me about you."
Give me a time you’ve made something
other than the Bloomberg terminal what other products does Bloomberg provide
How do you feel technology will impact the banks?
PHASE 2 - Feed Sync Now that basic sending and receiving of messages are working, the client team wants to work on the "Feed" screen for messages. The "Feed", in snapchat is a list of conversations that a user is a part of. The feed is sorted by the newest message at the top of the feed.. The client team has asked you to implement the following API: [Java] def sync_feed(user_id: str) -> ???:
PHASE 1 - MVP Messaging For the initial version of Chat, Snap has decided to only support messages between 2 users. Users will only be able to enter text in the chat box and send messages to each other. Your TL has provided the below skeleton code for the API that will receive incoming messages from the client. Please implement the sendMessage and getConversation functions: def send_message(sender_id: str, recipient_id: str, message: str) -> None: def get_conversation(sender_id: str, recipient_id: str) -> ???:
NDA So can't talk about questions.
Just do as many medium level leetcode problems as you can.
Viewing 5211 - 5220 interview questions