In the word ‘VARNISH’ all consonants are written as their preceding letter and all vowels are written as their following letters. Now all letters are arranged in alphabetical order from left to right and all the repeated letters are eliminated. Then, how many such pairs of letters are there, each of which have as many letters between them in the word (forward direction) as they have between them in the English alphabetical series?
The word - V A R N I S H
U B Q M J R G
B G J M Q R U
Only QR is there for the forward arrangement.
Operator overloading in C++
Which of the following query will return the third-highest salary from an Employee table in SQL?
In a mission-critical network requiring fault tolerance and multiple redundant paths, which of the following topologies provides the highest level of re...
In Big Data Analytics, what is the main function of the MapReduce programming model?
In deep learning, which type of neural network is most suitable for sequential data like time series?
The first line in any shell script begins with a _____
1. Predict the output of the code
public class Animal {
public static void main(String args[])
...
Which network topology is highly scalable but requires complex routing mechanisms?
Definition of brute force attack
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?