Pergunta de entrevista da empresa Amazon

1). Using data structures and any programming language, parse through a list of names and numbers and make sure the list doesn't have duplicates, then sort it by quantity. 2). Write the end game of a Tic-Tac-Toe game (verifying if player won, or if it's a draw) 3). Write a library where you get the failed deployment IDs from another API function, and the deployment status of each ID from another API function and list all failed and in progress deployments by only calling the Library function once.