One of the features on our cameras is a region-based motion search. When users view the camera, they can select a region to search for motion. The UI displays thumbnails where motion occurred in that region. We’ve created a server that can execute a motion search (the API has been simplified, but it is using live data!). The motion search will run on our office camera that is looking out at the street. Create an Android or iOS app that lets a user execute a motion search as follows: Create a view that shows the search region. Allow the user to select a subregion. A subregion consists of one or more Cells in a 10x10 grid that covers the full region. All cells are the same size. The top-left Cell is [0, 0], the Cell below it is [0, 1], and the bottom-right Cell is [9, 9]. Execute a motion search for the user’s selected cell(s) by making an HTTP request to: POST /ios/search HTTP request body is a JSON dictionary (don’t forget to set the content type header) containing: motionZones: Cell[] startTimeSec: Number (seconds in UTC) endTimeSec: Number (seconds in UTC) Use one hour ago for startTimeSec and the current time for endTimeSec. HTTP response body is a JSON dictionary containing: motionAt: Result[] where a Result is an array containing two elements: [ timestamp, duration of motion in seconds ] Note that this is live data. Feel free to change the start and end time if no motion occurred recently! Allow the user to execute a motion search and display a list of times where motion occurred. Format the display of the returned times in a human-friendly way =) What we’re looking for Submit a .zip file containing a working project. For iOS, this should be an Xcode project. For Android, this should be an Android Studio project. Share the file using Google Drive or Dropbox if it is too large to email. We’ll be looking at: Correctness - does it allow the user to execute a motion search? Polish - the design can be spartanly simple (you’re not being hired as a designer!), but it should be easy to use and not feel broken. We do greatly appreciate clean design!
Software Lead Interview Questions
32,038 software lead interview questions shared by candidates
How do you define your OKRs and those for your team making sure are align with the product strategy, company and individual goals? Why and how do you structure and adapt your tech stack based on changing needs?
No hard questions asked - most was easy dialogue about their product.
How was your experience with stake owners?
Since I was hired to create a new program, I was asked a number of questions about how I would build the program to launch in a very short timeframe, and what my approach would be to the role.
Walk me through your resume.
- Tell me a time you did a strategy project? - Brainstorm monetization of XX product.
How do you think you're going to be able to work with Millenials?
Round 1: Question 1: You are given a string : sfdgjdg3e67jgjyg456 Fetch all numbers & provide their sum. Write the code such that if there is any slight change of requirements then there should be minimum code change for that. Question 2 : Remove duplicates from the array of elements. Question 3 : Add the given 2 numbers & these numbers are so large that can't be represented by any numeric type.
They asked me about my community
Viewing 2951 - 2960 interview questions