InterviewSolution
Saved Bookmarks
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.
| 51. |
Any time you include JavaScript verbiage in HTML document, you must enclose those lines inside a ______ tag pair.1). and 2). and 3). and 4). and |
| Answer» | |
| 52. |
Vivek goes 30 metres North, then turns right and walks 40 metres, then again turns right and walks 20 metres, thenagain turns right and walks 40 metres. How many metres is he away from his original position?1). 10 metres2). 5 metres3). 2 metres4). 11 metres |
| Answer» | |
| 53. |
Which of the following statement about HTML attributes is false?1). Attributes provide additional information about an element2). HTML element can have attributes3). Attributes are always specified in the end tag4). Attributes usually come in name/value pairs like: name="value" |
| Answer» | |
| 54. |
Which of the following is used for single-line comment in SQL?1). ##2). --3). &&4). /* . ..*/ |
| Answer» | |
| 55. |
What is the 10’s complement of the decimal number 20100 ?1). 899992). 798993). 799004). 79800 |
| Answer» | |
| 56. |
How many maximum links can be created in a mesh topology network of n computers ?1). $n - 1$2). n3). $\frac{n (n-1)}{2}$4). n(n - 1) |
| Answer» | |
| 57. |
Suppose a bit-stuffing based framing protocol uses an 8-bit delimiter pattern of 01111110. What will be the inputbit-string corresponding to the output bit-string 01111100101?1). 01111110102). 01111111013). 01111101004). 0111110101 |
| Answer» | |
| 58. |
नदी का पर्यायवाची नहीं है :1). निर्झरिणी 2). सविता3). तटिनी 4). सरिता |
| Answer» | |
| 59. |
निमिन्लिखित में से कौन-सा शब्द संज्ञा है ?1). शांत 2). उचित3). सुन्दर4). अक्षर |
| Answer» | |
| 60. |
Choose the most appropriate indirect narration for the following sentence.Ravi said. "Do you understand how difficult this job is? I need at least four team members to complete it within five days.’'1). Ravi asked do you understand how difficult this job is? I need at least four team members to complete it within five days.2). Ravi said if he understands how difficult this job is? He said he needs at least four team members to complete it withinfive days.3). Ravi says."Do you understand how difficult this job is? I needed at least four team members to complete it withinfive days.”4). Ravi asked if he understood how difficult that job was and further said he needed at least four team members tocomplete it within five days. |
| Answer» | |
| 61. |
If a relation schema is in 2NT, then it is definitely in:1). 4NF2). 3NF3). BCNF4). INF |
| Answer» | |
| 62. |
In HTML, a color can be specified in the form of hsl(hue. saturation, lightness), where hue is a degree on the colorwheel from 0 to 360. What are the hue values representing red, green, and blue?1). 0: Red, 130: Green, 260: Blue2). 120: Red, 240: Green. 360: Blue3). 100: Red, 200: Green, 300: Blue4). 0: Red, 120: Green, 240: Blue |
| Answer» | |
| 63. |
Which of the following Oracle SQL statements can be used to select the name of customers who have no address ?1). SELECT NameFROM CustomersWHERE Address IS EMPTY;2). SELECT NameFROM CustomersWHERE Address IS NULL;3). SELECT NameFROM CustomersWHERE Address = NULL;4). SELECT NameFROM CustomersWHERE No Address: |
| Answer» | |
| 64. |
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.Complete the sentence by choosing a suitableoption.The writer believes that meditation _____.1). is a process that requires consciousness2). must be done many times during the day3). needs to be done for only 20 minutes a day4). can be done only when you are walking |
| Answer» | |