Identify the statement that best fits the pattern: All roses are flowers. Some flowers are red. Therefore:
Answer: C
We cannot conclude that some roses are red because the second statement doesn't specify which flowers are red. Roses may or may not be among the red flowers.
Q.609Easy
Which word is the odd one out? Metaphor, Simile, Irony, Noun
Answer: A
Metaphor, Simile, and Irony are all figures of speech. Noun is a part of speech (grammatical category), making it the odd one.
Q.610Medium
Select the pair that best represents a similar relationship: Teacher : School :: ?
Answer: A
Teacher works in School as Doctor works in Hospital. Both are professional-place relationships.
Q.611Hard
Directions: A man walks 5 km north, then 3 km east, then 2 km south. How far is he from the starting point?
Answer: A
Final position: 3 km east, 3 km north (5-2). Distance = √(3² + 3²) = √18... Actually √(3² + (5-2)²) = √(9+9) = √18. Check: √34 = √(3² + (√25)²)... Correct is √(9+25) = √34
Q.612Easy
Find the odd one out: 121, 144, 169, 196, 215
Answer: A
121=11², 144=12², 169=13², 196=14² are perfect squares. 215 is not a perfect square.
Q.613Easy
What does 'Ephemeral' mean?
Answer: A
Ephemeral means lasting for a very short time; transitory.
Q.614Medium
Complete the sentence: Despite his _____ circumstances, he remained optimistic.
Answer: B
'Adverse' is an adjective meaning unfavorable. It correctly modifies 'circumstances'.
Q.615Medium
What is the synonym of 'Meticulous'?
Answer: D
Meticulous means very careful and precise. Both 'Careful' and 'Systematic' are synonyms.
Q.616Easy
How many times does the letter 'e' appear in the word 'independence'?
Answer: B
i-n-d-e-p-e-n-d-e-n-c-e. The letter 'e' appears at positions 4, 6, 9, and 12 = 4 times
Q.617Easy
Fill in the blank: The _____ of the novel was unexpected and thrilling.
Answer: A
'Climax' is the turning point or the most exciting part of a story. 'Climate' refers to weather patterns.
Q.618Easy
What does the prefix 'un-' typically mean in English?
Answer: B
'Un-' is a prefix meaning 'not' or the opposite of something (unhappy = not happy).
Q.619Medium
Which of the following is a programming paradigm Google emphasizes for systems design?
Answer: D
Google uses both functional and OOP paradigms depending on requirements. Go language (created by Google) supports both paradigms.
Q.620Medium
In a hash table with 10 slots, if 15 elements are inserted with a good hash function, what is the expected average chain length?
Answer: A
Load factor = n/m = 1015 = 1.5. Average chain length in hash table = load factor = 1.5