Was asked to do some oop diagram they are checking for cross dependency and initialization of classes. Use of abstract class and concrete class inheritance design problem.
Sr Software Engineer Interview Questions
67,402 sr software engineer interview questions shared by candidates
here comes the intresting part you have to fix two bugs which are completely dependent on the calendar class on their small 12 inch windows system. fact is its so small. Fixed the bug
Implement sorting algorithm using notepad. The alt parse the following string ([])
Given a list of people, create a secret santa link between the people.
Can you have more than one instance of a singleton class within a JVM?
many functional aspects of salesforce
is anagram design apartment.com or redfin.com question about refactoring the code
Interviewer asked some come multithreading questions
This is a C++ question. Implement a class StockMarket in C++ that has the two following functions: class StockMarket { public: void addTrade(string stockName, int share); - This function keeps track the number of shares transacted for a stock by adding the trade information void printTop(int numberOfStock); - This function prints the top numberOfStock stocks that has the highest number of transacted shares } And here's a sample calling sequence that uses the above class: StockMarket stockMarket; stockMarket.addTrade("GOOGLE", 50); stockMarket.addTrade("APPLE", 150); stockMarket.addTrade("GOOGLE", 100); stockMarket.addTrade("MSFT", 250); stockMarket.addTrade("GOOGLE", 200); stockMarket.printTop(2); Expected output: GOOGLE 350 MSFT 250
Which two types of compilation can be used in Angular
Viewing 2121 - 2130 interview questions