1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
2 71042) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
22853) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)
3 8899Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
1 5764Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
2 107377) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
4 9351Post New RBS Core Java Interview Questions
trapozidal
What is the use of predicate in java 8?
What is Advantage and Use of THIS pointer in C++ – Scenarios?
Explain swatches palettes in adobe photoshop?
What is the shortcut key for merge in excel?
How to generating new pages in angular 4 apps using ionic 3 cli?
How big was your fact table
Explain the processing speed difference between Hadoop and Apache Spark?
What are the benefits of mysql?
What is difference between sql and mysql?
What does isalpha do in python?
What are the ways in which duplicate form submission can occur?
Define Attribute Selector ?
Explain the importance of bayes theorem?
How does inheritance operate when using the object of the classes?