General Knowledge & Technology Quiz
A mixed quiz covering general knowledge topics including animals, science, geography, international relations, technology, and logic puzzles.
Questions
Did you know that the Letter "A" doesnt appear in the words 0 to 999. It appears in the 1000th word (thousAnd).
- True
- False
Which of the following counteries in not a member of BRICS?
- Brazil
- Indonesia
- SA`
- China
Most Recent SAARC summit was held in?
- Thimpu
- Addu
- Delhi
- Dhaka
Capital of DAMAN and DIU?
- DIU
- DAMAN
- KAVARATTI
- DAMANIA
First Governor of RBI?
- ND Parekh
- Rajendra Prasad
- Osborne Smith
- George Smith
A great indian businessman was born on 23.04.1958 and murdered on 15.08.1989. A detective questioned some people. WIFE said she was in kitchen at that time... GARDENER said he went to the bank at that time... SON said that he went to play at that time... PEON said that he went to buy vegetables... Hearing all these, the detective easily found the killer. WHO ?
- SON
- WIFE
- PEON
- GARDENER
What is pure fabrication?
- A class
- A design pattern
- Both A and B
- None of These
interface Image { void displayImage(); } //on System A class RealImage implements Image { private String filename; public RealImage(String filename) { this.filename = filename; loadImageFromDisk(); } private void loadImageFromDisk() { System.out.println("Loading " + filename); } public void displayImage() { System.out.println("Displaying " + filename); } } //on System B class Image2 implements Image { private String filename; private RealImage image; public Image2(String filename) { this.filename = filename; } public void displayImage() { if (image == null) { image = new RealImage(filename); } image.displayImage(); } } class Example2 { public static void main(String[] args) { Image image1 = new Image2("HiRes_10MB_Photo1"); Image image3 = new Image2("HiRes_10MB_Photo2"); image1.displayImage(); // loading necessary image3.displayImage(); // loading necessary image1.displayImage(); // loading unnecessary } } Which design pattern does this code indicate?
- Memento
- Command
- Builder
- Proxy
Which game broke all records on handhelds last year?
- NFS Carbon
- Farmville
- Angry birds
- Tetris Gold
Which pattern is recommended to implement a treeview in WPF along with lazy loading?
- MVC
- MVVM
- NETTE
- MVP
What is the full form of GDM?(Client knowledge needed)
- GNOME Display Manager
- Global Delivery Model
- Global Documentum Management
- None of these
Which property must be enabled to debug code in MS Access?
- Debugging Mode
- Enable Troubleshooting
- Enable Special keys
- None of the above
Which of the following is relatively new in the computer market?
- Solid state Hard drives
- Quad core chip processors
- Latest version of Ubuntu
- None of the above
I ask people at random if they have two children and also if one is a boy born on a tuesday. After a long search I finally find someone who answers yes. What is the probability that this person has two boys? Assume an equal chance of giving birth to either gender and an equal chance to giving birth on any day.
- 1/2
- 2/7
- 1/7
- 13/27
Which is a food brand which has outlets in 2 major cities in India and is going to open soon in our beloved city?
- MoD
- The French Loaf
- Little Mexico
- None of these
Which substance can melt Pearl ??
- Sulphuric Acid
- Vinegar
- Nitric Acid
- Aerosol
The liquid inside young coconuts can be used as substitute for what ??
- Energy Drink
- Blood Plasma
- Refreshment Drink
- Blood Glucose
Which animal can't Jump ??
- Giraffe
- Elephant
- Penguin
- Polar Bear