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
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,202 software developer interview questions shared by candidates
Implement a cache system.
What do you do if there is a lot of work which you are unable to complete and your manager is not willing to help
the binary representation of 4100
Find the rectangle of maximal area under a histogram
Questions were about how to execute something and mostly job related to what to do when there are no processes and working without direction.
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".
A lot of brain teasers and algorithms. Questions about OS.
What data structure would you use to display stocks, given that they are continuously updating and you only want to show 5 on the screen at a time?
Given a list of size n and possible values from 0 to n. Find the missing number.
Viewing 671 - 680 interview questions