What are your long term goals? What can you offer the company?
Apprentice Engineer Interview Questions
5,550 apprentice engineer interview questions shared by candidates
The full interview never occurred.
Why did you choose toolmaking
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) -> ???:
Viewing 5201 - 5210 interview questions