|
| 1 | +1) Software Development Life Cycle is Aimed to ? |
| 2 | + |
| 3 | + A) create a software |
| 4 | + B) produce a high quality software (ans) |
| 5 | + C) test the software |
| 6 | + D) Design a Software |
| 7 | + |
| 8 | +2) which one of below is not a SDLC Model ? |
| 9 | + |
| 10 | + A) iterative model |
| 11 | + D) Lean model |
| 12 | + C) Spiral model |
| 13 | + D) Capability Maturity model (ans) |
| 14 | + |
| 15 | +3) which one of the following is not stage of SDLC ? |
| 16 | + |
| 17 | + A) Design |
| 18 | + B) requirements |
| 19 | + C) analysis |
| 20 | + D) Problem Identification (ans) |
| 21 | + |
| 22 | +4) Maintenance is the final phase in waterfall model |
| 23 | + |
| 24 | + A) True (ans) |
| 25 | + B) False |
| 26 | + |
| 27 | +5) Agile Software Development model is based on |
| 28 | + |
| 29 | + a) Incremental Development |
| 30 | + b) Iterative Development |
| 31 | + c) Linear Development |
| 32 | + d) Both Incremental and Iterative Development (ans) |
| 33 | + |
| 34 | +6) DevOps is ? |
| 35 | + |
| 36 | + A) Set of Practices |
| 37 | + B) A culture |
| 38 | + C) both A & B |
| 39 | + D) None of the above |
| 40 | + |
| 41 | +7) which of the below layer is part of 3 tier application architecture |
| 42 | + |
| 43 | + A) Presentation Layer |
| 44 | + B) Buisiness Layer |
| 45 | + C) Data Layer |
| 46 | + D) All of the above (ans) |
| 47 | + |
| 48 | +8) virtual machines are software computers that are created using resources cpu,ram & disk on a physical computer |
| 49 | + |
| 50 | + A) True (ans) |
| 51 | + B) False |
| 52 | + |
| 53 | +9) A device that is responsible for communication between two hosts in a network. |
| 54 | + |
| 55 | + a) switch |
| 56 | + b) firewall |
| 57 | + c) router |
| 58 | + d) both A & C (ans) |
| 59 | + e) both A & B |
| 60 | + |
| 61 | +10) Which of the below used to identify a process on a host? |
| 62 | + |
| 63 | + a. IP address |
| 64 | + b. logical address |
| 65 | + c. port number (ans) |
| 66 | + d. none of the above |
| 67 | + |
| 68 | +11) which protocol does ping use ? |
| 69 | + |
| 70 | + A. TCP |
| 71 | + B. ICMP |
| 72 | + C. BootP |
| 73 | + D. ARP |
| 74 | + |
| 75 | +12) A Server is program that works on request & response model |
| 76 | + |
| 77 | + A) True (ans) |
| 78 | + B) False |
| 79 | + |
| 80 | +13) which of the below protocol is used to connect to remote linux machine ? |
| 81 | + |
| 82 | + a) RDP |
| 83 | + b) SSL |
| 84 | + c) TCP |
| 85 | + d) ssh (ans) |
| 86 | + |
| 87 | +14) which command is used to print the current working direcotry? |
| 88 | + |
| 89 | + a) pwd (ans) |
| 90 | + b) echo $PWD |
| 91 | + c) Both A and B |
| 92 | + d) Only A |
| 93 | + |
| 94 | +15) Which command is used to list all the files in your current directory(including hidden)? |
| 95 | + |
| 96 | + a) ls -l |
| 97 | + b) ls -t |
| 98 | + c) ls -a (ans) |
| 99 | + d) ls -i |
| 100 | + |
| 101 | +16) Which of the following command is used to count number of lines in a file? |
| 102 | + |
| 103 | + a) wc -l (ans) |
| 104 | + b) wc -c |
| 105 | + c) wc -w |
| 106 | + d) None of these |
| 107 | + |
| 108 | +17) Suppose I am in /etc directory and I want to go to my home directory which command should I use? |
| 109 | + |
| 110 | + a) cd |
| 111 | + b) cd ~ |
| 112 | + c) Both A and B (ans) |
| 113 | + d) none of these |
| 114 | + |
| 115 | +18) which of the below protocol is used to connect to remote windows machine ? |
| 116 | + |
| 117 | + a) UDP |
| 118 | + b) RDP (ans) |
| 119 | + c) TCP |
| 120 | + d) ssh |
| 121 | + |
| 122 | +19) what is cloud computing ? |
| 123 | + |
| 124 | + a) on-demand delivery of IT resources |
| 125 | + b) pay-as-you-go model of IT resources |
| 126 | + c) both A & B (ans) |
| 127 | + d) none of the above |
| 128 | + |
| 129 | +20) which of the below Services are offered by cloud computing ? |
| 130 | + a) IAAS |
| 131 | + B) PAAS |
| 132 | + C) SAAS |
| 133 | + D) all of the above (ans) |
0 commit comments