Give an example of and object class, and how you would use it. Other questions as well
Internship Software Interview Questions
24,861 internship software interview questions shared by candidates
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house is the neighbor of the last one. Meanwhile, adjacent houses have security system connected and it will automatically contact the police if two adjacent houses were broken into on the same night. Given a list of non-negative integers representing the amount of money of each house, determine the maximum amount of money you can rob tonight without alerting the police. Example 1: Input: [2,3,2] Output: 3 (To be solved in any programming language/pseudo-code)
Convert a string of roman numerals into an integer (ie MCMLXII -> 1962)
What is encapsulation?
Two Sum (was told to optimize it).
What is Polymorphism in OOP?
they have asked for Find the lowest common ancestor in a binary tree.
-Coding assessment and a good Behavioral
What kind of data structure is used in forward/back feature of google chrome? How can you implement it?
Find the Subarray with sum k
Viewing 2731 - 2740 interview questions