Question
C likes which of the following Flower?
Study the following information carefully to answer the given question: Eight persons A, B, C, D, E, F, G, H were born in different months i.e. May, June, July, and August on two different dates 17th or 26th. Only One person was born on one date. They all like different flowers i.e. Lily, Rose, Tulip, Daisy, Jasmine, Iris, Lotus and Sunflower but not necessarily in the same order. B born in the month of July. Only two person born between B and the one who likes Sunflower, who does not born on an odd number date. Only one person born between H and the one who like sunflower. H and G, who likes Lotus flower born in the different month. Three persons born between E and the one who likes Lotus flower. D likes Iris flower and born immediately after E. A does not like Lily flower and born in the month having 31 days on Odd date. Three persons born between A and the one who likes Rose flower. H does not like Rose flower. F does not like sunflower flower born immediately after C, but not in the different month. The one who likes tulip flower born after the one who likes Lily, who does not born in the August month. C does not like Tulip flower.Solution
B born in the month of July. Only two person born between B and the one who likes Sunflower, who does not born on an odd number date. Only one person born between H and the one who like sunflower A does not like Lily flower and born in the month having 31 days on Odd date, F does not like sunflower flower born immediately after C, but not in the different month, Three persons born between E and the one who likes Lotus flower. D likes Iris flower and born immediately after E. H and G, who likes Lotus flower born in the different month.
Case-1 eliminated as we cannot place lotus The one who likes tulip flower born after the one who likes Lily, who does not born in the August month. C does not like Tulip flower. As A does not like lily flower Final Arrangement
In big data analytics, what is the process of identifying and correcting errors or inaccuracies in the collected data?
Which of the following tasks is NOT typically performed during lexical analysis?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
The best case time complexity of selection sort?
Which of the following is data type is NOT Valid in Python?
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Which protocol is used for secure communication over a network?
Which of these signifies Not a value?
You have a positive-edge-triggered D flip-flop. If the current state is Q = 0 and the D input is 1, what will be the state after the clock edge?
Which encryption algorithm is commonly used for secure communication over the internet, such as in HTTPS?