Question
Which of the following combinations of profession and
place is correct? Study the following information carefully and answer the below questions Seven professionals P, Q, R, S, T, U and V are practicing their professions in different cities Dehradun, Rampur, Delhi, Noida, Kanpur, Jaipur and Lucknow not necessarily in the same order. Each has a different profession Doctor, Engineer, Pharmacist, Lawyer, Teacher, Manager and Artist not necessarily in the same order. P is a Pharmacist and practices in Lucknow. S practices in Rampur but is not a Doctor or an Artist. The one who practices in Delhi is a Manager. V is a Teacher and does not practice in Noida or Dehradun. T is a Lawyer and practices in Kanpur. U practices in Dehradun but is not an artist. R practices in Noida.Solution
P is a Pharmacist and practices in Lucknow. S practices in Rampur but is not a Doctor or an Artist.
V is a Teacher and does not practice in Noida or Dehradun. T is a Lawyer and practices in Kanpur.
U practices in Dehradun but is not an artist. R practices in Noida. The one who practices in Delhi is a Manager. Q is practicing in Delhi.  V is a Teacher, V practices in Jaipur​
Professions left to be allotted Doctor, Engineer and Artist. S isn’t doctor & artist, S is an Engineer. U is a Doctor because he can’t be an artist, R is an artist. 
Size of MD5 message digest
Which of the following creates a pattern object?
Which is/are Keyword in C++
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â