Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Choose the passage that is correctly punctuated.1). It was very dark and windy. Aastha saw the dark clouds and shouted. “Mother! Its going to rain. Let’s run indoorsquickly.”2). It was very dark and windy. Aastha saw the dark clouds and shouted Mother! It’s going to rain. Let’s run indoorsquickly.3). It was very dark and windy. Aastha saw the dark clouds and shouted,"Mother! It’s going to rain. Let’s run indoorsquickly.”4). It was very dark and windy, Aastha saw the dark clouds and shouted, "mother it’s going to rain. Let’s run indoorsquickly.”

Answer»
2.

Select the indirect fonn of narration of the given sentence.My friend Sujata said to me, “You go to Sarojini Nagar if you want to buy good quality clothes at affordable prices.'’1). My friend Sujata said to me, go to Sarojini Nagar if you want to buy good quality clothes at affordable prices2). My friend Sujata advised me to go to Sarojini Nagar if I want to buy good quality clothes at affordable prices.3). My friend Sujata told me, why you don't go to Sarojini Nagar if you want to buy good quality clothes at affordableprices.4). My friend Sujata suggested (to me) that I go to Sarojini Nagar if I wanted to buy good quality clothes at affordableprices.

Answer»
3.

In the following sentence four words or phrases have been underlined. One of them is incorrect. Choose the incorrectword or phrase from the given options.It was a near - impossible mission, and once more fate handed me a failure when I could see the finish line andexpect to win.1). expect to win2). I could see3). handed me4). once more

Answer»
4.

From the given options choose the one that would mean the SAME as harmony.1). discord2). unity3). difference4). friction

Answer»
5.

Which of the following options is equivalent to the Boolean expression A’C + A’BC’ + A’B’C’ ?1). AC2). A3). A'4). BC'

Answer»
6.

State whether the following statements are true or false.(i) With one-address instructions, the programmer generally has available only one general-purpose register, theaccumulator.(ii) Zero-address instructions are applicable to a special memory organization called a stack.1). (i) False, (ii) True2). (i) True, (ii) True3). (i) True, (ii) False4). (i) False, (ii) False

Answer»
7.

Which of the following represents the Idempotent law in Boolean Algebra ?1). A + A = A2). A + 0 = A3). (A’)'= .A4). A + A'= 1

Answer»
8.

Which of the following is not a variant subtypes supported by VB Script?1). Error2). Except3). Currency4). Empty

Answer»
9.

Consider the following declarations in C++ :int C, *PTR ;Which of the following statements is TRUE?1). PTR = &C ;2). C = &PTR ;3). PTR = C ;4). *PTR = &C;

Answer»
10.

Images known as "high color images" consist of _______ color depths.1). 4 bits per pixel2). 1 bit per pixel3). 8 bits per pixel4). 16 bits per pixel

Answer»
11.

State whether the following statements are true or false.Statements:(i)SCSI is itself a type of bus used to support local disk drives and other peripherals.(ii) A serial port could be used to support a printer or scanner.1). (i) True, (ii) True2). (i) False, (ii) False3). (i) False, (ii) True4). (i) True, (ii) False

Answer»
12.

Which of the following data structures is used in implementing recursive calls ?1). Stack2). Binary Tree3). Hash Table4). Queue

Answer»
13.

A web browser is an example of ________ .1). Client2). Cookies3). Protocol4). Server

Answer»
14.

What is the value of Start Frame Delimiter in Ethernet frame?1). 101010102). 101010113). 011010114). 10101111

Answer»
15.

Which of the following refers to a memory access mechanism in which the time to access a given location is constantand independent of the sequence of prior accesses?1). Sequential access2). Direct access3). Associative4). Random access

Answer»
16.

What is the size of 'Currency' data type in VB6?1). 6 Bytes2). 2 Bytes3). 4 Bytes4). 8 Bytes

Answer»
17.

Which of the following Visual Basic controls is used to accept input from the user as well as to display the output ?1). Combo Box2). Option Button3). Label4). Text Box

Answer»
18.

State whether True or False?(i) In a database, low cardinality means more unique values are stored in a column and vice-versa.(ii) If a standalone column of a table is connected to the primary key of the same table, then it is called arecursive relationship.1). (i)-False, (ii)-False2). (i)-True, (ii)-True3). (i)-False, (ii)-True4). (i)-True, (ii) -False

Answer»
19.

The IP address range ______ to _______is reserved for loopback.1). 127.10.10.10, 127.255.255.2552). 127.10.10.0, 127.255.255.2553). 127.0.0.0, 127.255.255.2554). 127.0.0.0, 127.255.0.0

Answer»
20.

State whether the following statements are true or false. Statements: (i)The JK flip-flop is a basic building block of combinational logic circuits.(ii)In a ripple counter, if the uncomplemented output counts up. then the complemented output counts down.1). (i) False, (ii) False2). (i) False, (ii) True3). (i) True, (ii) False4). (i) True, (ii) True

Answer»
21.

Suppose a CSMA/CD local Area Network of 1 Gbps is there over a 1 km cable. If the signal speed in the cable is$2\times10^{5}$ km/sec. what will be the minimum frame size?1). 40002). 100003). 1000004). 5000

Answer»
22.

Statistical results are :1). difficult to assess2). always correct3). always misleading4). true on average

Answer»
23.

HTML links are defined with the ____ tag.1). 2). 3). 4).

Answer»
24.

Let R = {(1,1), (1,2), (1,3), (2,4), (3,2)} and S ={(1,3), (1,4), (2,3), (3,1), (4,1)} be the relations on a set A = {1,2,3,4}.The composition SoR of R and S is:1). {(1, 1), (1,3), (1,2), (2,1), (3,3)}2). {(1,2), (1,3), (1,4), (2,1), (3,3)}3). {(1, 1), (1,2), (1,4), (2,1), (3,3)}4). {(1, 1), (1,3), (1,4), (2,1), (3,3)}

Answer»
25.

The point of contact of the plane 2x - 2 y+ z+12 = 0 touches the sphere $x^{2}+y^{2}+z^{2}-2x-4y+2z-3=0$ is :1). (2, 1, 4)2). (1, 4, 2)3). (-1, 4, -2)4). (4, 1, 2)

Answer»
26.

Which of the following protocol is used to convert the IP address to MAC address ?1). Dynamic Host Renting Protocol2). Reverse Address Resolution Protocol3). Border Gateway protocol4). Address Resolution Protocol

Answer»
27.

If $(12?07)_{8}$ = $(1010110000111)_{2}$, then what is the missing digit in $(12?07)_{8}$ ?1). 52). 63). 44). 7

Answer»
28.

Considering 2’s complement representation for negative numbers, what is the decimal equivalent of an 8-bit registercontent 10000000 ?1). +1282). +03). -1284). -0

Answer»
29.

Which of the following data structures can be used to efficiently implement a priority queue ?1). Circular Linked List2). Heap Tree3). Array4). Single Linked List

Answer»
30.

What is the worst-case time complexity of the Heap sort?1). O(n log n)2). $O(n^{2})$3). $O(n^{2})$4). 0(n)

Answer»
31.

State whether the following statements are true or false.Statements:(i) For main memory, the unit of transfer is the number of bytes read out of or written into memory at a time.(ii) The unit of transfer need not equal a word or an addressable unit.1). (i) False, (ii) True2). (i) True, (ii) True3). (i) False, (ii) False4). (i) True, (ii) False

Answer»
32.

Which of the following statements is NOT true ?1). Deleting an element from array is expensive compared to deleting an element from a linked list.2). The size of an array is generally fixed, whereas the size of a linked list is dynamic.3). Both, random access and direct access are allowed in a linked list.4). Inserting a new element in an array is expensive compared to inserting a new element in a linked list.

Answer»
33.

Which of the following statement is FALSE?1). A destination address can be unicast, multicast, or broadcast2). A source address is always unicast3). The least significant bit(s) of the first byte determines the class of the address4). The multicast address is the special case of the broadcast address in which all the bits are 1

Answer»
34.

Which of the following Oracle SQL statements is not correct?1). SELECT *FROM CustomersORDER BY Country ASC, DESC CustomerName;2). SELECT *FROM CustomersORDER BY Country ASC, CustomerName DESC;3). SELECT *FROM CustomersORDER BY Country;4). SELECT *FROM CustomersORDER BY Country DESC;

Answer»
35.

With respect to Peripheral Component Interconnect (PCI), the letter ‘e' in PCIe stands for :1). Extreme2). Express3). Element4). Excess

Answer»
36.

Frequent use of gestures and delayed speech may indicate issues related to _______.1). comprehension2). vision3). attention4). hearing

Answer»
37.

Which of the following is the base-4 representation of the decimal number 213?1). $(3111)_{4}$2). $(3133)_{4}$3). $(1111)_{4}$4). $(3113)_{4}$

Answer»
38.

Which of the following is not a correct declaration statement in C++?1). int *p, *q;r;2). int p, *ptr = 0;3). int p; double *fp = &p;4). int *ptr= 0, p;

Answer»

<P>2). INT p, *PTR = 0;

39.

Fill in the blank in the sentence given below with the correct option. Delhi is very hot and dry. My grandparents ______. I wish they _____ in a cooler place.1). exhausting; staying2). exhaust; am staying3). feel exhausted: stayed4). are exhausting; are staying

Answer»
40.

From the given options, select the one that represents the appropriate meaning of the underlined IDIOM in the sentencegiven below.My sister and I can never see eye to eye when it comes to choosing a place to go for a holiday.1). the centre of a storm2). agree with someone3). to feel awkward4). to watch someone carefully

Answer»
41.

निमिन्लिखित में से तद्भव शब्द कौन-सा है ?1). साँझ 2). स्वपन3). स्वामी4). शवसुर

Answer»
42.

Read The following passage and answer the questions given below:An amateur rugby player, who was forced to eat the body parts of hisdead teammates when the plane carrying his Old Christians club toChile crashed in 1972. Gustavo Carlos Zerbino has motivated mercurialUruguayan striker Luis Suarez to keep him from biting his opponents.Gustavo Carlos Zerbino. was once Uruguay's mental conditioningcoach. He gave a motivational talk to Uruguay's squad before itsdeparture for Moscow. He spoke particularly to Suarez whose 2014world cup had ended in ignominy after he was handed a four mouth banfor biting Italy's Giorgio Chiellini during the team's last group game."Those were moments of indiscretion by a very emotional player. TheSuarez that we see now is in control of his emotions...... He is anexcellent player and human being..........I told him to focus on how heplays and not what others do on the field , I told the players that to haveextraordinary results you have to do extraordinary things. You have towant the cup, believe in it and do everything in your power to claim it."Zerbino said.The plane crash in October 1972 had left Zerbino and 25 othersstranded in the Andes tor 72 days at 15,000 ft with temperature as lov:as -35 degree centigrade with low oxygen and no water and no water orfood, A second year medical student then, he convinced others to eatthe dead bodies to survive. After two months three survivors were ableto trek miles through the snow to raise help. Only 16 survived and thestorv told in the 1993 film 'Alive’.“If I could beat the most outrageous misfortune, the team could surelyovercome the challenges that other teams throw at them and come out trumps," Zerbino, who had worked with the national team for the last12 years, told the Uruguayan squad.Choose the correct option.Who is this write-up about ?1). Giorgio Chiellini, Italian defender.2). Oscar Tabarez, Uruguay coach3). Luis Suarez, Uruguayan striker4). Gustavo Carlos Zerbino, Uruguay's mentalconditioning coach

Answer»
43.

Fill in the blank with the appropriate word.On Sundays I _____ have my breakfast in bed and spend the morning relaxing with a book.1). rapidly2). frequently3). usually4). gradually

Answer»
44.

Read the following passage and answer the questions based on it.My only work is to give you a clear-cut idea how you can become moreconscious; I call it meditation. Working. walking, sitting. . . . I don’tbelieve what others call meditation; that for ten minutes or 20 minutes youdo it and then just be your ordinary self for 24 hours and again meditatefor 20 minutes. It is like asking a person to breathe every day for 20minutes and then forget all about it. because the person has to do manyother things! And then next day she/he can breathe again in the morning!To me meditation is exactly like breathing. So whatsoever you are doingand wherever you are, do it more consciously.Just try for few minutes to walk consciously; be alert at each step and youwill be surprised that the quality of your walk is totally different. It isrelaxed. There is no tension and there is a subtle joy that is arising out ofyour relaxed walking. And the more you become aware of this joy, themore you would like to be awake.Eat with awareness. Thirty million people in America are suffering fromovereating. Strange world we are living in; men are dying every day inEthiopia because they don’t have food, and millions are dying in .Americabecause they have too much food. These people who are suffering fromobesity cannot resist eating. No doctor is going to help them, unless theybecome aware, while they are eating. They have to be aware that a man ofawareness eats only as much as his body needs. He immediately feels thatnow there is no need, the hunger is gone, he is content.One who is __________ is an aware person.1). eats unconsciously2). always alert3). terribly overweight4). always tense

Answer»
45.

Detect the mis-spelt word from the given options.1). pledge2). plunder3). pitiable4). proublem

Answer»
46.

Choose the best option to combine the given sentences into a single sentence.White giraffes are extremely rare. A wild life photographer caught it on camera for the first time. This happened inSouth Africa.1). In South Africa, a wild life photographer caught white giraffes that are extremely rare.2). Extremely rare white giraffes caught on camera by a wild life photographer in South Africa.3). As white giraffes are extremely rare, a wild life photographer shot one in South Africa.4). South African white giraffe, which are extremely rare, caught by wild life photographer.

Answer»
47.

Choose the correct synonym of: oration1). speech2). silence3). dialogue4). attraction

Answer»
48.

Read the following passage and answer the questions based on it.My only work is to give you a clear-cut idea how you can become moreconscious; I call it meditation. Working. walking, sitting. . . . I don’tbelieve what others call meditation; that for ten minutes or 20 minutes youdo it and then just be your ordinary self for 24 hours and again meditatefor 20 minutes. It is like asking a person to breathe every day for 20minutes and then forget all about it. because the person has to do manyother things! And then next day she/he can breathe again in the morning!To me meditation is exactly like breathing. So whatsoever you are doingand wherever you are, do it more consciously.Just try for few minutes to walk consciously; be alert at each step and youwill be surprised that the quality of your walk is totally different. It isrelaxed. There is no tension and there is a subtle joy that is arising out ofyour relaxed walking. And the more you become aware of this joy, themore you would like to be awake.Eat with awareness. Thirty million people in America are suffering fromovereating. Strange world we are living in; men are dying every day inEthiopia because they don’t have food, and millions are dying in .Americabecause they have too much food. These people who are suffering fromobesity cannot resist eating. No doctor is going to help them, unless theybecome aware, while they are eating. They have to be aware that a man ofawareness eats only as much as his body needs. He immediately feels thatnow there is no need, the hunger is gone, he is content.Choose the most suitable option to answer thequestion given below.What should you NOT do if you are obese?1). Be led by your love for food2). Consult a doctor3). Eat only what your body needs4). Resist eating too much

Answer»
49.

Given below is an incorrect sentence. From the given options, select the part that has an error.Not even ill-health has stopped the 71 year old Tabarez, Uruguay’s national team coach, which was expected to quit in2016 but has carried on with the help of a walking stick or electric wheelchair.1). the 71 year old2). with the help of3). which was expected to quit4). Not even ill-health

Answer»
50.

In a plane triangle ABC. the maximum value of cos A cos B cos C is:1). $\frac{1}{4}$2). $\frac{1}{8}$3). $\frac{1}{2}$4). $\frac{3}{4}$

Answer»

$\LARGE \FRAC{1}{8}$