InterviewSolution
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.
| 23051. |
_________ is used for specifying unique data elements. in pega rpa Index Key Absolute index All the options |
| Answer» ABSOLUTE INDEX ANSWER of your QUESTION | |
| 23052. |
The sent out information in Google big query is composed as_______ A) table B) rows C) columns D) all |
| Answer» E CORRECT ANSWER BRO Explanation:folloe plz i also follow you | |
| 23053. |
Do Exercise 6.4 from your textbook using recursion and the is_divisible function from Section 6.4. Your program may assume that both arguments to is_power are positive integers. Note that the only positive integer that is a power of "1" is "1" itself. After writing your is_power function, include the following test cases in your script to exercise the function and print the results: print("is_power(10, 2) returns: ", is_power(10, 2)) print("is_power(27, 3) returns: ", is_power(27, 3)) print("is_power(1, 1) returns: ", is_power(1, 1)) print("is_power(10, 1) returns: ", is_power(10, 1)) print("is_power(3, 3) returns: ", is_power(3, 3)) |
|
Answer» 3Explanation:3 |
|
| 23054. |
What are patterns? Why is it important to observe patterns? |
| Answer» PATTERNS are at the heart of math. The ability to recognize and create patternshelp us make predictions based on our observations; this is an important skill in math. UNDERSTANDING patterns help prepare children for learning COMPLEX number CONCEPTS and mathematical operations.Explanation:pls mark me as brainliest ❣❣ | |
| 23055. |
Which among the option given best describe auto association network? |
|
Answer» where are the OPTIONS ??????? |
|
| 23056. |
write a c program to intialize one dimensional array and access the elements and print the output in the display |
|
Answer» #include |
|
| 23057. |
AIMS is a biological research centre and in their facility they research on human DNA and mutations. Their building consists of total 23 rooms in which 18 of them are labs and each lab is equipped with 1 high computational powered computer and all of them are connected to two server rooms (work in parallel) whose purpose is to merge the computational data and multiplexed it, it is also acts as pivot point for sharing information between labs. The CEO has the most powered computer because he is the head of them all and he can access directly to any computer from his room. Because of his high authority, he should be provided with the bandwidth of 1000 mb/s and the rest of computers can work with a bandwidth of 200mb/s except the server room which has to work with a high speed so the bandwidth should be more than 1000mb/s. Design a topology for this organization and keep in mind that the server room should get data with light speed and CEO should get a faster connection as compared to other labs. (8 Marks) |
| Answer» EXPLANATION: OK | |
| 23058. |
write a c program to intialize one dimensional arrey and access the elements and print the output in the display |
|
Answer» programVelu was an eleven year old boy. He had run away from home. He got into a railway train without a ticket. He had to do so because he had no money. He escaped the ticketcollector’s notice because he did not come to that unreserved compartment.Velu on the PlatformHe got off the train at Chennai Central. His legs were unsteady as if he was still standing in a moving train. It was because of tiredness, weakness and fear. The crowds and the way the people looked upon him, made him miserable. He sat on a bench on the platform with his small bundle beside him. He was very hungry. For two days, he had eaten nothing but some peanuts and a piece of jaggery.Velu Meets JayaSuddenly he heard a rough voice calling him. He saw a girl around his age. She was wearing a very long banian. Velu stared at her vacantly. Then she asked his name. She guessed rightly that Velu had run away from home. She told him that he won’t get food sitting there.The girl was a ragpicker. She picked her sack and moved away. Velu thought she was his only hope. So he followed her.IIVelu Had No EnglishVelu CAUGHT up with the girl. The two came on the road. The girl helped him cross the road with her. They walked along the side of the road. There were huge SIGNBOARDS above them. The WRITING was all in English. Velu understood nothing. This showed that he did not know English.Central JailThey walked for a long time. The girl pointed out to the one building with the wall around it. Velu read the Tamil sign on it. It was Central Jail. The girl laughed. She told him to be careful if he wanted not to be inside that jail. Velu said that he hadn’t done any wrong. The girl said that it didn’t matter. The important thing was he shouldn’t be caught.The Garbage BinAfter about an hour’s walk, they STOPPED in front of a big building. The sign on the building read : “Sri Rajrajeshwari Prasanna Kalyana Mandapam”. Velu read it as it was in Tamil like the sign on the Central Jail. Velu looked at the huge hall and the crowds of people inside. He asked the girl if they (Velu and the girl) were going to eat there. The girl ridiculed him. Then she led him to a garbage bin behind the hall.The FoodThe girl picked up a crushed banana and offered it to Velu to eat. Velu was shocked. He asked if they were going to eat the leftovers. The girl disagreed. She said that she ate only untouched food. She threw him a vada. Velu looked at it with distaste. However, he was too hungry to refuse any food. So he ate the banana as well as the vada. The girl could find only one more banana which she ate herself.The Girl’s WorkThis girl’s name was Jaya. She picked up a couple of bottles from the heap. She said she had to do her work. Seeing her going, Velu panicked. He followed her.IIIThe Girl’s HomeThey walked on for half an hour. They came to a bridge across a dirty trickle of water. Jaya called it Buckingham canal. Near some puddles of water, there was a row of huts. These were the strangest huts Velu had ever SEEN. They were made of all sorts of thingsmetal sheets, tyres, bricks, wood and plastic. They stood crookedly and looked as if they would fall at any moment. To Velu these huts looked strange because in his village the houses were made of mud and palm leaves.Velu Becomes A RagpickerJaya dumped her sack outside a hut. Then she picked up an empty one. She gave Velu a pair of old shoes without laces. She handed him a sack and stick also. Velu was confused. Then Jaya explained that she was a ragpicker. This was the only work she could give to Velu if he wanted any. Children like her collected paper, plastic, glass etc. Then they sell them to Jaggu of Jam Bazar. Jaggu sells them to a factory.This time Velu hesitated. He hadn’t come to Chennai to dig through garbage. However, he felt he must do it until he finds a better job. So he followed her with a sigh.display |
|
| 23059. |
NDBMS uses set theory to solve many problems of HDBMS. |
|
Answer» undamentals of HDBMS and NDBMSThe hierarchical data MODEL organizes data in a tree structure. There is a hierarchy of parent and child data segments. This structure implies that a record can have repeated information, generally in child data segments. The hierarchical model EMPLOYS two MAIN data structuring concepts: records and parent-child relationships. A record is a collection of field values that provide information on an entity or a relationship instance. Records of the same type are GROUPED into record types. A record type is given a name, and its structure is defined by a collection of named fields or data items. Each field has a certain data type, such as integer, real, or string.HOPE THIS WILL HELP YOU PLEASE MARK AS BRAINLIEST |
|
| 23060. |
Computer is a very familiar and high speed data. machine |
|
Answer» An open educational resource to supplement course materials for an undergraduate college credit course in COMPUTER Information Systems Introductory computer information systems TOPICS include computer HARDWARE, software, networking, the Internet, information systems, programming, databases, and social issues. This COMPLETE book may be downloaded as a collection from |
|
| 23061. |
In Houston (city of Texas) Pixel avenue there are 4 houses with an internet connection of 20 mb/s from the same ISP. The only difference between the four is this that House A is connected through a Copper line transmission medium, House B is connected using a CAT 6 cable, House C is connected with a coaxial cable and the House D is connected with a Fiber cable/Opti glass. Your task is to tell which house will have the highest speed and why? Plus, you will also have to tell that which house has the best suited cable according to the environment and the internet package.(4 Marks |
|
Answer» okExplanation: OK |
|
| 23062. |
Which of the following are correct combinations of wildcard character? |
| Answer» EXPLANATION:its same MEANING | |
| 23063. |
In Houston (city of Texas)PIxel avenue there are 4 houses with an internet connection of 20 mb/s from the sameISP.the only difference between the four is this that house A is connected through a copper line transmissions medium, HOUSE B is connected using a CAT6 cablr,houses C is connected with coaxial cable and the house D is connected with a fiber cable/Opti glass .your task is to tell which house will have highest speed and why ?plus,you will also have to tell th8 whi5 house has best suited cable according to the environment and net package |
| Answer» SEARCH it in GOOGLE PLEASE | |
| 23064. |
Covert the following decimal numbers into binary equivalents. A.27. B.15 |
| Answer» 1B) 1111HOPE THIS WILL HELP YOU PLEASE MARK AS BRAINLIEST | |
| 23065. |
Based on the industry model presented, which of the following consume, but not produce (i.e., are not producers or enforcers), information security products and services? |
|
Answer» l Grid plc is a London-based, global energy and gas company is the correct answer to the given question Explanation:In this question some information is missing that is options following are the options to the given question Marks & Spencer LtdBritish Gas Ltd. Vodafone The Information Commissioners office (ICO) The National Grid PLCThe National Grid plc is a London-based for the global energy and gas company.The National Grid is one of the world's biggest GRIDS supplying the gas to 10 million customers, and the energy to 10 million customers in the NEW York.The national Grid plc absorb, but not GENERATE the products and the services for the information security.All the other options are not correct for consume but not products and services for information security.So these are incorrect option .Learn More :brainly.in/question/15861768 |
|
| 23066. |
Design a topology for this organization and keep in mind that the server room should get data with light speed and CEO should get a faster connection as compared to other labs. |
|
Answer» On the other hand, a physical topology describes how nodes are physically ... Helps us better understand the networking CONCEPTS. ... Depending on the nodes or devices that need to be CONNECTED, ... As the name suggests, a ring NETWORK topology forms a ring as each NODE or COMPUTER in a network are ... Missing: light | Must include: lightExplanation: |
|
| 23067. |
Difrence between mt tag and conttaner tag |
|
Answer» er tag have OPENING and closing tags and EMPTY tag has only ONE tag that is opening. There is no need to closing tag in empty tag. The DIFFERENCE between a container tag and an empty tag is QUITE simple. A container tag is the one which has to be closed and an empty tag doesn't need to be closed. |
|
| 23068. |
Ability of a computer to perform various types of job is known as |
|
Answer» ❤.In computing job control refers to the control of multiple tasks or jobs on a computer system, ensuring that they each have ACCESS to adequate resources to perform correctly, that competition for limited resources does not CAUSE a deadlock where two or more jobs are unable to COMPLETE, resolving such situations where they do occur, and TERMINATING jobs that, for any REASON, are not performing as expected. |
|
| 23069. |
Distribution between an ordered list and unordered .In long answer |
|
Answer» The main DIFFERENCE between an ordered list and an unordered list is that with an ordered list, the order in which items are PRESENTED is important. Because the order MATTERS, instead of using a dot as the DEFAULT list ITEM marker, an ordered list uses numbersHOPE THIS HELPS YOU!!! |
|
| 23070. |
A Metropolitan Hotel has 5 floors and 10 rooms in each floor. The names of the visitors are entered in a Double Dimensional Array (DDA) as M[5][10].The Hotel Manager wants to know from the "Enquiry" about the position of a visitor (i.e. floor number and room number) as soon as he enters the name of the visitor. Write a program in Java to perform the above task. |
|
Answer» m[5][10];int i,J;for(i=0;i<5;i++){for(j=0;j<10;j++){m[i][j]=br.readLine();System.out.println("Floor"+i+"Room"+j+"NAME:"+m[i][j]);}} |
|
| 23071. |
Write a program in java of pattern 1 31 531 7531 97531 |
|
Answer» Explanation:IMPORT java.util.Scanner; public class PATTERN { public static VOID main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("Enter n: "); int n = scanner.nextInt(); for (int i = 1; i <= n; i++) { int currentNum = 2 * i - 1; for (int J = 1; j <= i; j++) { System.out.print(currentNum + " "); currentNum = currentNum - 2; } System.out.println(); } } } Here is a sample output. Enter n: 5 1 3 1 5 3 1 7 5 3 1 9 7 5 3 1 |
|
| 23072. |
How can we bring the 'My Computer' icon on the desktop if it is not there? * |
|
Answer» the Computer icon on the desktop CLICK the start button and then RIGHT click on computer and there is option of SHOW on desktop click it and your icon will APPEAR on the desktop |
|
| 23073. |
Consider the problem of constructing (not solving) crossword puzzles:5 fitting words into a rectangular grid. The grid, which is given as part of the problem, specifies which squares are blank and which are shaded. Assume that a list of words (i.e., a dictionary) is provided and that the task is to fill in the blank squares by using any subset of the list. Formulate this problem precisely in two ways: a. As a general search problem. Choose an appropriate search algorithm and specify a heuristic function. Is it better to fill in blanks one letter at a time or one word at a time? b. As a constraint satisfaction problem. Should the variables be words or letters? |
|
Answer» Consider the problem of constructing (not solving) crossword puzzles:5 fitting words into a rectangular grid. The grid, which is given as part of the problem, specifies which SQUARES are blank and which are shaded. Assume that a list of words (i.e., a dictionary) is provided and that the task is to fill in the blank squares by using any subset of the list. Formulate this problem PRECISELY in two ways: a. As a general SEARCH problem. Choose an appropriate search ALGORITHM and specify a heuristic function. Is it better to fill in blanks one letter at a TIME or one word at a time? b. As a constraint satisfaction problem. Should the variables be words or letters? |
|
| 23074. |
What is the frequency of a 4G service? |
|
Answer» If you are LOOKING to move to a 4G network, then you should find the right compatible 4G LTE capable devices. INDIAN telecom operators have RECEIVED spectrum LICENSE to operate 4G LTE networks over BAND 5 LTE FDD (850 Mhz), BAND 3 LTE FDD (1800 Mhz), BAND 40 LTE TDD (2300 Mhz) and BAND 41 LTE TDD (2500 Mhz). |
|
| 23075. |
________ number of elements are present in the message manifest. 1 4 3 2 |
| Answer» 3---the NUMBER of ELEPHANT s | |
| 23076. |
Which of the following returns message details for message definition? GetProperties GetDetails GetMessage GetMessageDetails |
| Answer» GET message detailshope it may be HELP you PLEASE mark me as a BRAINLIEST please mark me | |
| 23077. |
Multithreading operating system allows more than one user to use the same computer at the same time or at different times it is true or false |
| Answer» TRUEEXPLANATION: | |
| 23078. |
Explain the evolution of communication technolgy |
|
Answer» The term communication is defined as a means to give or interchange thoughts, FEELINGS, information, or the like, by writing, SPEAKING, gesturing, etcetera ( Stein, 298). Communication allows humans and other life-forms to interact with each other and transfer important information.Technology has changed our lives influencing major SECTORS of the society such as transport, health, business, and communication. Over the years, communication methods have evolved from simple text messages and audio calls to more efficient video calls and chat platforms which offer other communication services.French scientists developed a communication SYSTEM that used light to transmit SIGNALS in the late 18th century. American inventor Samuel Morse improved this system by creating a machine that transformed speech into electric signals and then into written words. MARK ME AS BRAINLIEST |
|
| 23079. |
Explain the evolution of computer system |
|
Answer» Evolution of computer TECHNOLOGY can be divided into five generations. First generation computer consisted of vacuum tubes and they were used from 1943-1958. ... Third generation (1966-1973) computer consisted of integrated circuits (IC) i.e. many TRANSISTORS in single SILICON CHIP. |
|
| 23080. |
Growing Population:Boon or Bane(Reflection) |
|
Answer» The INCREASE in population PUTS a pressure on the SEVERAL resources that we have. This LEADS to the overall shortage in LAND, jobs, capital, housing, and health services. Rapid population explosion has led to the over exploitation of the natural resources and degradation of environment.Explanation: |
|
| 23081. |
For which architecture a powerful centralised device is used |
|
Answer» The centralized ARCHITECTURE of the IoT system provides a good start for connecting a wide range of VARIOUS objects and devices all over the world under the RESPONSIBILITY of a centralizedserver which manages and CONTROL all communication betweendevices and provides the required identification and authentication for ... |
|
| 23082. |
Write the HTML to make the elephant.jpg image big headline reading "Elephants of the World appear on the rightside of the page, with a Unit!" on the left side of the page next to it |
|
Answer» i dont know what u want exactly but u can always use the TAG where num ranges from 1 to 7. 1 being the SMALLEST and 7 being the HIGHEST. But u should just use css to handle these kind of stuff.Explanation: |
|
| 23083. |
Can someone teach me digital marketing |
| Answer» HELLO u r answer is hereDigital marketing is a broad TERM that INCLUDES all marketing channels and methods you can USE to promote products or services on the Internet but also on ELECTRONIC devices such as TVs, mobile phones and electronic billboards.Please marks as branlist | |
| 23084. |
What is scanner? explain |
|
Answer» -*A scanner is a device that captures IMAGES from photographic prints, POSTERS, MAGAZINE pages, and similar sources for computer editing and display. Scanners COME in hand-held, feed-in, and flatbed types and for scanning black-and-white only, or color. |
|
| 23085. |
A local engineering group ask you to present your finding of the most recent advanced wireless technologies. Research any THREE different wireless network protocols in details and pay specific attention to how they are used as well their strengths and weakness. What security challenges they are facing? Provide a report of your opinion |
|
Answer» tion:Important three wireless technologies include;Wi-FiThis technology is mostly used in internet service distribution in homes, offices, public places etc. It also led to the INVENTION of wireless HOTSPOT technology.BluetoothThis is also a COMMONLY used wireless technology. It is used to transmit less AMOUNT of data but it consumes low-power also .5GThis is one latest wireless technology that finds its application in cellular internet. |
|
| 23086. |
14. Which one of the following is not a network device?(A) Router(B) Switch(C) CPU(D) Hub |
|
Answer» CPUExplanation:NETWORKING devices may INCLUDE gateways, routers, NETWORK bridges, modems, WIRELESS access points, networking cables, line drivers, switches, HUBS. |
|
| 23087. |
{ back-color : yellow; font-color : red ; transform : uppercase } |
| Answer» | |
| 23088. |
Internet exploere falls under |
|
Answer» The Internet EXPLORER is a TYPE of BROWSER and which falls under the category of “internet (web) browser”. Explanation: The internet explorer is a type of browser of COMPILER kind and falls under the operating system compiling browser software.Explanation: |
|
| 23089. |
Explain the type of tab stops included in MS word |
|
Answer» There are four different types of tabs in MICROSOFT Word – left, center, right, and decimal. ... The default TAB stops are SET every ½ INCH and are left aligned, but you can change the alignment and/or position with the Tabs command in the Format MENU |
|
| 23090. |
What happens if we change the account in pc |
|
Answer» e Control PANEL. Double-click the User ACCOUNTS OPTION. Click the user account name you want to change to an administrator. ... Select the COMPUTER administrator option, then click the Change Account Type button.Oct 7, 2019 |
|
| 23091. |
What are the functions of various movie pane of the window movie maker. (define 3 types of pane) |
| Answer» TION:उस्ताद फिल्म शेर खान वास वन ऑफ द ग्रेटेस्ट मैजिशियन इंजीनियर इन द लाइफ सेंचुरी ऑफ इंडिया फोटो बाय द स्किन शहनाई प्लेयर | |
| 23092. |
>>>x=15 >>>x=x+5 >>>x=print(x) what will be the following program print out |
| Answer» N:->>>x=15>>>x=x+5>>>print(x)What will be the OUTPUT of the programGiven ,x=15x=x+5 #That MEANS x is now 20print(x) #Output given belowCorrect output :-20So the code will print 20 | |
| 23093. |
Geographical areea covered b Y WAN is |
|
Answer» Y WAN ????I STILL didn't UNDERSTAND |
|
| 23094. |
How does computational thinking help to table of the key skills of debugging in childrens? |
|
Answer» HELLO....☺BRO/SIS.......❤❣️❤THIS IS YOURANSWER........✔school.✧༺♥༻✧✧༺♥༻✧✧༺♥༻✧♡☺♡♡HOPE THIS WILL HELP YOU MATE...✔FOLLOW US GET FOLLOW BACK...✔✍️✔.TAKE CARE.❤☺✔♡♡❣️♡♡✔☺❤BE HAPPY ALWAYS ....☺✔☺✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧꧁༒☬ℜ؏αᏞ_ᏦηGs☬༒꧂✌ |
|
| 23095. |
Html uses ... to annotate documents. |
| Answer» MARKUP languageExplanation: | |
| 23096. |
Write the importance of comp and mobile app for all of world in the lockdown days |
|
Answer» We NEED the INTERNET to COMMUNICATE and that we can ALSO do our LEARNING. |
|
| 23097. |
Give me answer which is write |
|
Answer» d both of THESEPLEASE MARK AS BRAINLIESTExplanation: |
|
| 23098. |
Every one is saying that Ch 2 is computer hardware and software what is the chapter |
|
Answer» If your chapter is about SOFTWARE and hardware then it will be BASED on application and SYSTEM software |
|
| 23099. |
C program for simulation of microwave oven |
|
Answer» HELLO....☺BRO/SIS.......❤❣️❤THIS IS YOURANSWER........✔C PROGRAM for simulation of microwave✧༺♥༻✧✧༺♥༻✧✧༺♥༻✧♡☺♡♡HOPE THIS WILL HELP YOU MATE...✔FOLLOW US GET FOLLOW BACK...✔✍️✔.TAKE CARE.❤☺✔♡♡❣️♡♡✔☺❤BE HAPPY ALWAYS ....☺✔☺✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧꧁༒☬ℜ؏αᏞ_ᏦηGs☬༒꧂✌ |
|
| 23100. |
Scenario 2Aarti invited four of her friends to her House.. They hadn't seen each other in a long time, so theychatted all night long and had a good time. In the morning, two of the friends Aarti had invited, died.The police arrived at the house and found that both the friends were poisoned and that the poisonwas in the strawberry pie. The three surviving friends told the police that they hadn't eaten the pie.The police asked," Why didn’t you eat the pie ?". Shiv said, " I am allergic to strawberries.". Seemasaid, " I am on a diet." And Aarti said, "I ate too many strawberries while cooking the pie, I just didn'twant anymore."The policemen looked at the pictures of the party and immediately identified the murderer. Who is the murderer and why? plz help me guys |
|
Answer» aartiExplanation:It has to be AARTI CAUSE she is the ONE who cooked/prepared the PIE |
|