Amazon needs a simple service to create, read, update and delete customer addresses. 1. Write the interface for this service. What methods are needed? What parameters would each method require and what data would each method return? 2. Using the following assumptions, describe how you would design your system: You need to store 10 TB of addresses. Your service must support 10,000 transactions per second. Each of your databases can only handle 1TB of data. Each of your application servers can only handle 1,000 TPS Question 1: 1. What is the runtime complexity for the code below? 2. What is the space complexity for the code below? Queue<TreeNode> queue = new LinkedList<BinaryTree.TreeNode>() ; public void myMethod(TreeNode root) { if (root == null) return; queue.clear(); queue.add(root); while(!queue.isEmpty()){ TreeNode node = queue.remove(); if(node.left != null) queue.add(node.left); if(node.right != null) queue.add(node.right); Question 2: 1. What is the runtime complexity for the code below? // Precondition: array[] is sorted int search(int array[], int numberToFind, int min, int max) { while (max >= min) { int index = midpoint(min, max); if(array[index] == numberToFind) return index; else if (array[index] < numberToFind) min = index + 1; else max = index - 1; } // numberToFind was not found System.out.println("Not Found"); }
Data Analyst Iii Interview Questions
7,035 data analyst iii interview questions shared by candidates
How to handle certain situations within the workplace.
They asked how I handle working with ambiguity.
Where do you see yourself five years from now?
Why should we hire you?
What are some of your strengths?
Drescribe a time you had multiple tasks that were priority? How did you prioritize them?
Will you require sponsorship now or in the future?
Por que escolheu a Totvs?
Behavioral based questions and high level review of my resume for each interview. They became very repetitive and predictable after the 2nd phone interview. Sigh!
Viewing 1151 - 1160 interview questions
See Interview Questions for Similar Jobs
Database Administrator IvSql Database AdministratorDatabase AnalystData Reporting AnalystDatabase Administrator DbaBusiness Intelligence AnalystDatabase Administrator IiSenior Database AdministratorSenior Sql Database AdministratorSenior Oracle Database AdministratorSql Database EngineerPostgresql Database AdministratorSsrs DeveloperEtl DeveloperBusiness Objects Data Integrator Data Services EtlIt Data AnalystDatabase AdminOperations Data Analyst