Online Screening TestBy Sreekanth@myfuturehub.com / April 28, 2025 Aivonic Screening Test 1 / 60 Which command is used to install Node.js packages globally? npm global add npm get -g npm install -g node install global 2 / 60 If 20% of a number is 50, then what is 30% of the same number?🅐 60🅑 65🅒 70🅓 75 65 70 75 60 3 / 60 If 'PAPER' is coded as 'QBSFS,' then how is 'LEAD' coded? MFCF MFBX MFBY MFBE 4 / 60 In a class of 60 students, 35 like playing cricket, 25 like football, and 15 like both. How many like either cricket or football? 45 50 45 55 5 / 60 Which of the following tools is primarily used for Continuous Integration? Nagios Ansible Jenkins Docker 6 / 60 1. Choose the correct word:She has a very ______ attitude towards work. reluctant indolent lazy diligent 7 / 60 A fruit seller mixes 2 types of apples worth ₹80/kg and ₹100/kg in the ratio 3:2. What is the price per kg of the mixture? ₹90 ₹94 ₹92 ₹88 8 / 60 If in a code language, "PENCIL" is written as "LICEPN," how is "BRICK" written? KICBR KCBIR KBRIC KCIBR 9 / 60 What does pip do in Python? Installs packages Executes scripts Compiles code Formats code 10 / 60 If "MANGO" is written as "ODQIT", how is "APPLE" written in the same code? CRRNG BQQMF CRRNH CQROG 11 / 60 A train 150 m long crosses a pole in 15 seconds. What is its speed in km/hr? 54 km/hr 60 km/hr 45 km/hr 36 km/hr 12 / 60 What is the passive voice of: “They will complete the project by Friday”? The project will be completed by Friday. The project will have been completed by Friday. The project will be completed by them by Friday. The project is completed by Friday. 13 / 60 The sum of three consecutive even numbers is 72. What is the smallest number? 24 22 28 26 14 / 60 Find the next letter in the series: A, C, F, J, O, ? S T Q P 15 / 60 Fill in the blank:Neither the teacher nor the students ______ responsible for the accident. is were are has been 16 / 60 A can do a work in 12 days, and B can do the same work in 18 days. If they work together, how long will they take to complete it? 7.5 days 6.5 days 8 days 7.2 days 17 / 60 Which of the following numbers is least? 12% of 200 25% of 110 18% of 150 20% of 120 18 / 60 What is the least number that should be added to 1936 to make it a perfect square? 25 8 15 20 19 / 60 In computing, what is "booting"? Shutting down a computer Copying files Starting up a computer and loading the operating system Running a virus scan 20 / 60 If ‘A’ stands for ‘+’, ‘B’ stands for ‘-’, ‘C’ stands for ‘×’, and ‘D’ stands for ‘÷’, what is the value of 12 B 3 C 2 D 4 A 6? 30 40 20 36 21 / 60 What does ls -la show in a Linux terminal? Hidden files and permissions Current working directory Only directories Disk usage 22 / 60 Find the error:The book which you gave me were very interesting. which you gave me were The book very interesting 23 / 60 What is the next number in the series? 2, 6, 12, 20, 30, ? 40 36 42 48 24 / 60 A shopkeeper buys an item for ₹250 and sells it for ₹300. What is the profit percentage? 25% 16.67% 18% 20% 25 / 60 Pointing to a woman, A said, "Her brother is my father's son." How is A related to the woman? Brother Nephew Son Father 26 / 60 A student scores 75 marks in one subject and 60 in another. What should be his score in the third subject to make an average of 70? 70 75 85 80 27 / 60 Choose the correct synonym of the word “Meticulous”: Careless Rude Thorough Lazy 28 / 60 If all roses are flowers and some flowers fade quickly, which of the following conclusions is definitely true? No roses fade quickly. Some flowers are not roses. All roses fade quickly. Some roses fade quickly. 29 / 60 If in a certain language, COMPUTER is written as RETUPMOC, how will TELEPHONE be written in that language? TELEPONHE ENOPELEHT ENOPHELET EHTPONELT 30 / 60 The perimeter of a rectangle is 60 cm and the length is twice the breadth. What is the length? 15 cm 10 cm 30 cm 20 cm 31 / 60 Which HTTP status code represents "Unauthorized"? 401 403 200 500 32 / 60 What does "Phishing" refer to in cybersecurity? Unauthorized file deletion Attempting to acquire sensitive information by pretending to be trustworthy Software malfunction Installing malware through USB 33 / 60 Which data structure uses FIFO (First-In-First-Out)? Linked List Queue Tree Stack 34 / 60 Identify the correct sentence: Each of the boys are having a pen. Each of the boys have a pen. Each of the boy has a pen. Each of the boys has a pen. 35 / 60 In object-oriented programming, what does “encapsulation” refer to? Inheritance of methods Creating reusable modules Hiding internal object details Grouping code into functions 36 / 60 Complete the sentence:If I ______ him, I would have helped. was seeing see had seen saw 37 / 60 Which command is used to check the status of a service in a systemd-based Linux system? systemctl status chkconfig --status statusctl service status 38 / 60 If the ratio of A’s salary to B’s salary is 3:5 and B earns ₹4,000 more than A, what is A’s salary? ₹6,000 ₹8,000 ₹10,000 ₹12,000 39 / 60 If a pipe can fill a tank in 4 hours and another can empty it in 6 hours, how long will it take to fill the tank when both pipes are open? 10 hrs 8 hrs 12 hrs 24 hrs 40 / 60 A sum of ₹12,000 is invested at 10% per annum simple interest. What is the total interest after 3.5 years? ₹4,800 ₹4,400 ₹4,000 ₹4,200 41 / 60 A man can do a piece of work in 20 days. He worked for 8 days and then his friend finished the remaining work in 12 days. In how many days can his friend do the whole work alone? 20 days 24 days 18 days 30 days 42 / 60 Identify the correctly punctuated sentence: I like, reading writing, and painting. I like reading writing and painting. I like reading writing, and painting. I like reading, writing, and painting. 43 / 60 What is the purpose of the finally block in Python? Executes regardless of exception Used to raise an exception Executes if there is no exception Executes only if an exception occurs 44 / 60 The average of 7 numbers is 64. If one number is excluded, the average becomes 60. What is the excluded number? 96 88 108 82 45 / 60 Choose the correct word:He is known for his ______ sense of humor. sardonic sarcastic ) dry witty 46 / 60 Choose the correct phrasal verb:He ______ the responsibility of the entire team. took out took over took up took off 47 / 60 She is good ______ dancing. to in at on 48 / 60 A kilobyte (KB) is equal to how many bytes? 512 bytes 1024 bytes 1000 bytes 500 bytes 49 / 60 What is the default port for SSH? 23 21 20 22 50 / 60 Which command is used to find the IP address of your system in Linux? ifconfig netstat ping ipconfig 51 / 60 Choose the most suitable word:The manager was not happy with his team’s ______ attitude. energetic competent lethargy enthusiastic 52 / 60 What is the missing number in the series? 3, 9, 27, ?, 243 81 63 72 102 53 / 60 Which of the following is the odd one out? 250 121 169 225 54 / 60 Choose the correct indirect speech:He said, “I will go to the market.” He said that he would go to the market. He said that he will go to the market. He said he had gone to the market. He said that I will go to the market. 55 / 60 Find the odd one out: 512 729 441 343 56 / 60 Which Windows command shows all active network connections and listening ports? netstat tracert ipconfig nslookup 57 / 60 If x² - 5x + 6 = 0, what are the values of x? 3 and 5 4 and 2 2 and 3 1 and 6 58 / 60 Fill in the blank with the correct tense:By this time next year, I ______ my graduation. will have completed will complete have completed complete 59 / 60 Choose the antonym of “Transparent”: Opaque Clear Hazy Translucent 60 / 60 Which number should come next in the series? 1, 4, 9, 16, 25, ? 36 45 30 40 Your score isThe average score is 53% 0% Restart quiz