1)What's the difference between method overloading and method overriding? 2)Write a program to find the K-th to the end node in a linked list. 3)You are in charge of creating a car dealership website, what data structures would you use to design a search engine and how would you implement them?
Technology Development Interview Questions
1,346 technology development interview questions shared by candidates
what are the classes have you taken which will benefit this job?
describe a time where you have to pursue someone?
describe a time where you have get accustomed to last minute change?
why do you want to work for capital one?
For the coding: How to find a specific part of a linked list (from the end).
Linked List questions - find the kth to last element (do this in linear time, I talked to kids who were doing it in n^2 which is ridiculous). Overload and Overriding, debugging.
Technical: write code to check if a BST is valid behavioral: Talk about how you described a technical project to a nontechnical person 3 other questions I don't remember Case: Viability of a cost saving protocol, given two different vendors and expected to report which one is better
Design a bank account system
Sort n k-lengthed linked lists
Viewing 1221 - 1230 interview questions