Anything you want to ask me?
Technology Coordinator Interview Questions
19,971 technology coordinator interview questions shared by candidates
Suppose you are the owner of an online shop and you want to know what the user searched for today. How will you proceed ? Write an algorithm for this.
Would you use mutable or immutable ADTs for a hash function and why?
How will you design a car inventory?
Q: Given two strings a = "congratulations" b = "pills" Find the first char from b exists in a. They were expecting O(n)
Something like the following: Given an array of strings, group the anagrams together. For example, Input: ["eat", "tea", "tan", "ate", "nat", "bat"], Output: [ ["ate","eat","tea"], ["nat","tan"], ["bat"] ]
Coding Round: 1. Print Reverse of String 2. Dynamic programming of finding the number of ways to reach step n. Video Interview: All questions asked were behavioral. 1. How did you cope up with missing information? 2. What steps did you take to help a project team member? 3. What was the mistake you made? How did you correct it? 4. Issues faced when working in a team? 5. What projects did you complete?
some question about my project in my resume
How would you find the biggest number in a list of 10 numbers?
If I have a farm that produced 5 fruits, and I mix two fruits each to make a juice, how many juice will I have on my menu?
Viewing 1331 - 1340 interview questions