Software Developers Interview Questions

96,343 software developers interview questions shared by candidates

Given that a webpage was recorder by a client (recorder meaning using an app developed by the company, the user can "record" what elements in the page he wants to add help on top of them. Like a search box) how can we detect the recorded elements, even if the page has changed
avatar

Software Developer

Interviewed at WalkMe

4.2
Aug 28, 2017

Given that a webpage was recorder by a client (recorder meaning using an app developed by the company, the user can "record" what elements in the page he wants to add help on top of them. Like a search box) how can we detect the recorded elements, even if the page has changed

1) Code and analyse the function findMaximums(). 2) Use a sorted data structure (a binary tree). 3) std::vector<int> findMaximums(int* Data, int N, int K) where 4) Data is an array of int's. 5) N is the size of the array Data. 6) K is the number of element from Data you want to compare and maximize. 7) The vector you return is the list of these "local maximums".
avatar

Software Developer

Interviewed at Google

4.4
Jul 3, 2011

1) Code and analyse the function findMaximums(). 2) Use a sorted data structure (a binary tree). 3) std::vector<int> findMaximums(int* Data, int N, int K) where 4) Data is an array of int's. 5) N is the size of the array Data. 6) K is the number of element from Data you want to compare and maximize. 7) The vector you return is the list of these "local maximums".

Viewing 671 - 680 interview questions

Glassdoor has 96,343 interview questions and reports from Software developers interviews. Prepare for your interview. Get hired. Love your job.