Give us three words your friends would use to describe you
Apprentice Interview Questions
5,550 apprentice interview questions shared by candidates
What about this position appeals to you?
Why are you interested in closing the achievement gap?
Q3: what is Transport planning to you?
Tell me about a time where you were a group leader
Favourite project of Arup and why
If you were to be overloaded with work how would you cope?
What do you know about Ove Arup and his Philosophy
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 5191 - 5200 interview questions