Question
What is the rank of M from the top as per given
designation order? Answer the questions based on the information given below. Seven bank employees M, N, O, P, Q, R and S belong to seven different ranks/roles in the hierarchy given below not necessarily in the same order. The rankings of their designations in descending order are mentioned below such that CEO is at the highest rank while Workers is at the lowest. CEO > COO > HOD > Senior Manager (SM) > Assistant Manager (AM) >Operating > Workers. They wear trousers of different colors as per the dress code decided by bank on its 50th foundation day. The one who is a Operating wears Orange trouser. O, whose designation is higher than that of P, wears Black trouser. The one who wears Pink trouser is three ranks higher than the one who wears Orange trouser. S does not belong to the top three ranks. R is CEO and wears Beige color trouser. The trouser worn by S is of Grey color. Q is 2 ranks lower than R. The one having 3rd lowest designation wears Brown trouser. Neither M nor N wears Brown trouser. SM wears Blue trouserSolution
1. The one who is a Operating wears Orange trouser. 2. The one who wears Pink trouser is three ranks higher than the one who wears Orange trouser. 3. R is CEO and wears Beige color trouser. SM wears Blue trouser. 4. O, whose designation is higher than that of P and he wears Black trouser. Q is 2 ranks lower than R. 5. The one having 3rd lowest designation wears Brown trouser. Neither M nor N wears Brown trouser. 6. S does not belong to the top three ranks. The trouser worn by S is of Grey color. So, Q must be the HOD of the bank. Also, the one who is AM wears Brown color trouser. Now, S must be the workers as O wears Black trouser and Oโs rank is higher than that of P so, P must be the AM. Either M or N works as SM or Operating. The final arrangement is as follows:
In a data analysis workflow, an index is created on a column with very low cardinality (e.g., a 'gender' column). What is a potential consequence of this?
Binary trees are often used to represent hierarchical data. Which of the following is NOT a direct application of binary trees?
What does it mean for an algorithm to be "in-place"?
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Consider the following Java code:
public class LengthMix {
ย ย public static void main(String[] args) {
ย ย ย ย int[] numbers...
A function sum_matrix_elements(matrix, R, C) is designed to sum all elements of a matrix with R rows and C columns. The implementation uses nested loops...
Which is best fit for blank space 14?
Which of the following statements accurately describes Third Normal Form (3NF) in database normalization?
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
What is the time complexity of the KMP algorithm for searching a pattern of length 'M' in a text of length 'N'?