There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9
12 181311) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
2 72082) 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?
23273) 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 9009Suppose 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 5823Suppose 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 108457) 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 9534Post New RBS Interview Questions
What is combiner aggregator?
What are the differences in list and tuple?
Give examples for standard output types in sd.
what are confirmed dimension? We alwys give date as a conformed dimension but if it has different format for different contries say YYMMDD for italy and MM-DD-YYYY for france.Then are they not confirmed.
In backbone view, what is the use of setelement ?
How will you pass parameters in RMI? Why do you serialize?
What exactly do you know about the typical data analysis?
Which transaction code is used to maintain the hr master data
Explain me what is sql injection?
Can you describe how to set up resource types in SAP APO PPDS?
When reorg is used?
How is streaming implemented in spark? Explain with examples.
What are the steps to follow to configure SQL*Net?
explain how do seamless pipes looks like and when they r used?
how to change a 32 bit kernel to 64 bit kernel?