Question
24 36 72 108 216
? What will come in place of question mark (?) in the following number series?Solution
24 × 1.5 = 36 36 × 2 = 72 72 × 1.5 = 108 108 × 2 = 216 216 × 1.5 = 324
- Which component in a V-shaped software development model corresponds to the testing phase? 
- Which network topology is highly scalable but requires complex routing mechanisms? 
- Which of the following protocols is primarily used to assign IP addresses dynamically to devices on a network? 
- Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true? 
- In deep learning, which type of neural network is most suitable for sequential data like time series? 
- Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled? - d... 
- Which firewall type inspects packets at all layers of the OSI model to ensure complete protection?
- Which of the following statements correctly describes a major difference between public and private clouds? 
- Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t... 
- Which search strategy guarantees the optimal solution?