745 Questions added for software_dev categories#6
Conversation
Technical skills questions for Entry Level: 25 Questions Soft skills questions for Intermediate Level: 25 Questions Cognitive skills questions for Entry Level: 20 Questions Cognitive Skills questions for Intermediate Level: 20 Questions
Pool of 300 Questions for Entry Level Fellows for 3MTT program based majorly on the 3MTT Backend Software Developer Curriculum.
330 Intermediate Level Questions for 3MTT Software Developer Track. In line with 3MTT curriculum
udofia2
left a comment
There was a problem hiding this comment.
Category 1: both entry and intermediate level reviewed
|
Thanks for the review at @udofia2. What is your remark? |
|
@Paul-Ben I noticed that the questions are not tabulated. Is it possible to revamp and have it tabulated as the guideline specified? |
Yes the second and the third file are not tabulated however the first is. |
Fixed Tabulation, categorisation and domains
|
@EmmanuelTheCoder , with thanks to super @udofia2 I have been able to update all my questions putting them in tables and having them categorised and tied to domains as required. |
|
Is it just me or the questions from number 55 downwards of |
| |**Operating Systems, Linux Distributions, Editors**|<p>28\. Which of the following is NOT an operating system?</p><p>` `a) Windows</p><p>` `b) Ubuntu</p><p>` `c) macOS</p><p>` `d) Chrome</p><p>` `correct Answer: d) Chrome</p><p>29\. Which Linux distribution is known for its focus on simplicity and ease of use for beginners?</p><p>` `a) Ubuntu</p><p>` `b) Arch Linux</p><p>` `c) Fedora</p><p>` `d) Debian</p><p>` `correct Answer: a) Ubuntu</p><p>30\. Which text editor is commonly used for programming on Unix-like systems?</p><p>` `a) Notepad++</p><p>` `b) Vim</p><p>` `c) Sublime Text</p><p>` `d) Atom</p><p>` `correct Answer: b) Vim</p><p>31\. Which operating system is developed by Apple Inc.?</p><p>` `a) Windows</p><p>` `b) Ubuntu</p><p>` `c) macOS</p><p>` `d) Fedora</p><p>` `correct Answer: c) macOS</p><p>32\. Which Linux distribution is known for its stability and use in enterprise environments?</p><p>` `a) CentOS</p><p>` `b) Kali Linux</p><p>` `c) Linux Mint</p><p>` `d) Manjaro</p><p>` `correct Answer: a) CentOS</p><p></p>| | ||
| |**Powershell, Command Line, Windows Terminal, Terminal, iTerm**|<p>33\. Which command-line interface is native to Windows operating systems?</p><p>` `a) Terminal</p><p>` `b) Command Prompt</p><p>` `c) iTerm</p><p>` `d) Bash</p><p>correct Answer: b) Command Prompt</p><p>34\. Which command is used to navigate to the parent directory in a command-line interface?</p><p>` `a) cd ..</p><p>` `b) cd /</p><p>` `c) cd ~</p><p>` `d) cd /</p><p>correct Answer: a) cd ..</p><p>35\. Which command is used to list the contents of a directory in Unix-like systems?</p><p>` `a) ls</p><p>` `b) dir</p><p>` `c) list</p><p>` `d) show</p><p>correct Answer: a) ls</p><p>36\. Which of the following is NOT a basic operation performed by the command line?</p><p>` `a) File manipulation</p><p>` `b) System configuration</p><p>` `c) Graphics rendering</p><p>` `d) Text processing</p><p>correct Answer: c) Graphics rendering</p><p>37\. Which command-line tool is commonly used for package management in macOS?</p><p>` `a) npm</p><p>` `b) pip</p><p>` `c) brew</p><p>` `d) apt-get</p><p>correct Answer: c) brew</p><p></p>| | ||
| |**NPM, Git, and Yarn**|<p>` `38. Which tool is commonly used for version control in software development?</p><p>` `a) NPM</p><p>` `b) Git</p><p>` `c) Yarn</p><p>` `d) Node.js</p><p>` `correct Answer: b) Git</p><p>` `39. What is the purpose of a package manager like NPM or Yarn?</p><p>` `a) To manage software versions</p><p>` `b) To manage dependencies and packages</p><p>` `c) To compile source code</p><p>` `d) To write unit tests</p><p>` `correct Answer: b) To manage dependencies and packages</p><p>` `40. Which command is used to clone a Git repository onto a local machine?</p><p>` `a) git add</p><p>` `b) git commit</p><p>` `c) git clone</p><p>` `d) git push</p><p>` `correct Answer: c) git clone</p><p>` `41. Which of the following is NOT a benefit of using version control systems like Git?</p><p>` `a) Collaborative development</p><p>` `b) Code backup</p><p>` `c) Dependency management</p><p>` `d) Tracking changes</p><p>` `correct Answer: c) Dependency management</p><p>` `42. Which package manager is primarily used for managing JavaScript packages?</p><p>` `a) npm</p><p>` `b) pip</p><p>` `c) apt-get</p><p>` `d) brew</p><p>` `correct Answer: a) npm</p><p>` `43. Which command is used to install dependencies listed in a project's package.json file using NPM?</p><p>` `a) npm add</p><p>` `b) npm install</p><p>` `c) npm update</p><p>` `d) npm dependency</p><p>` `Correct answer: b) npm install</p><p>` `44. What does the acronym "NPM" stand for?</p><p>` `a) Node Package Manager</p><p>` `b) New Program Manager</p><p>` `c) Network Protocol Module</p><p>` `d) Node Project Manager</p><p>` `Correct answer: a) Node Package Manager</p><p>` `45. What is the purpose of Git in software development?</p><p>` `a) To manage project dependencies</p><p>` `b) To automate testing procedures</p><p>` `c) To provide version control for source code</p><p>` `d) To optimize database performance</p><p>` `Correct answer: c) To provide version control for source code</p><p>` `46. Which command is used to initialize a new Git repository in a directory?</p><p>` `a) git start</p><p>` `b) git begin</p><p>` `c) git init</p><p>` `d) git create</p><p>` `Correct answer: c) git init</p><p>` `47. What command is used to stage changes for committing in Git?</p><p>` `a) git add</p><p>` `b) git commit</p><p>` `c) git stage</p><p>` `d) git push</p><p>` `Correct answer: a) git add</p>| | ||
| |<p>**HTML, HTML Tags, Tag Attributes:**</p><p></p>|<p>` `48. What does HTML stand for?</p><p>` `a) Hyperlink Text Markup Language</p><p>` `b) Hyper Text Markup Language</p><p>` `c) High Tech Markup Language</p><p>` `d) Home Tool Markup Language</p><p>` `Correct answer: b) Hyper Text Markup Language</p><p>` `49. What is the purpose of HTML in web development?</p><p>` `a) To style web pages</p><p>` `b) To define the structure of web pages</p><p>` `c) To manage server-side logic</p><p>` `d) To execute client-side scripts</p><p>` `Correct answer: b) To define the structure of web pages</p><p>` `50. Which file extension is commonly used for HTML files?</p><p>` `a) .htm</p><p>` `b) .xml</p><p>` `c) .html</p><p>` `d) .css</p><p>` `Correct answer: c) .html</p><p>` `51. What is the root element of an HTML document?</p><p>` `a) <body></p><p>` `b) <html></p><p>` `c) <head></p><p>` `d) <title></p><p>` `Correct answer: b) <html></p><p>` `52. Which HTML tag is used to create a hyperlink?</p><p>` `a) <link></p><p>` `b) <a></p><p>` `c) <href></p><p>` `d) <url></p><p>Correct answer: b) <a></p><p></p><p>` `53. Which HTML tag is used to define the heading of a page or section?</p><p>` `a) <h1></p><p>` `b) <head></p><p>` `c) <header></p><p>` `d) <title></p><p>` `Correct answer: a) <h1></p><p>` `54. Which HTML tag is used to display an image on a web page?</p><p>` `a) <img></p><p>` `b) <picture></p><p>` `c) <image></p><p>` `d) <src></p><p>` `Correct answer: a) <img></p><p>` `55. Which HTML tag is used to create a bulleted list?</p><p>` `a) <ul></p><p>` `b) <li></p><p>` `c) <ol></p><p>` `d) <list></p><p>` `Correct answer: a) <ul></p><p>` `56. Which HTML tag is used to create a numbered list?</p><p>` `a) <ul></p><p>` `b) <li></p><p>` `c) <ol></p><p>` `d) <list></p><p>` `Correct answer: c) <ol></p><p>` `57. Which HTML tag is used to define a paragraph?</p><p>` `a) <p></p><p>` `b) <par></p><p>` `c) <para></p><p>` `d) <paragraph></p><p>` `Correct answer: a) <p></p><p>` `58. Which HTML tag is used to create a line break?</p><p>` `a) <nl></p><p>` `b) <break></p><p>` `c) <lb></p><p>` `d) <br></p><p>` `Correct answer: d) <br></p><p>` `59. Which HTML tag is used to create a horizontal rule?</p><p>` `a) <line></p><p>` `b) <hr></p><p>` `c) <rule></p><p>` `d) <hl></p><p>` `Correct answer: b) <hr></p><p>` `60. Which HTML tag is used to define a table?</p><p>` `a) <table></p><p>` `b) <tr></p><p>` `c) <td></p><p>` `d) <th></p><p>` `Correct answer: a) <table></p><p>` `61. Which HTML tag is used to define a table row?</p><p>` `a) <table></p><p>` `b) <tr></p><p>` `c) <td></p><p>` `d) <th></p><p>` `Correct answer: b) <tr></p><p>` `62. Which HTML tag is used to define a table data cell?</p><p>` `a) <table></p><p>` `b) <tr></p><p>` `c) <td></p><p>` `d) <th></p><p>` `Correct answer: c) <td></p><p>` `63. Which HTML tag is used to define a table header cell?</p><p>` `a) <table></p><p>` `b) <tr></p><p>` `c) <td></p><p>` `d) <th></p><p>` `Correct answer: d) <th></p><p>` `64. Which HTML tag is used to create a form?</p><p>` `a) <input></p><p>` `b) <form></p><p>` `c) <button></p><p>` `d) <label></p><p>` `Correct answer: b) <form></p><p>` `65. Which HTML tag is used to create a text input field in a form?</p><p>` `a) <input></p><p>` `b) <form></p><p>` `c) <button></p><p>` `d) <label></p><p>` `Correct answer: a) <input></p><p>` `66. Which HTML tag is used to create a submit button in a form?</p><p>` `a) <input type="submit"></p><p>` `b) <button type="submit"></p><p>` `c) <submit></p><p>` `d) <button></p><p>` `Correct answer: a) <input type="submit"></p><p>` `67. Which HTML tag is used to create a dropdown list in a form?</p><p>` `a) <input type="dropdown"></p><p>` `b) <select></p><p>` `c) <dropdown></p><p>` `d) <list></p><p>` `Correct answer: b) <select></p><p>` `68. Which attribute is used to specify the URL of the link in an <a> tag?</p><p>` `a) href</p><p>` `b) src</p><p>` `c) url</p><p>` `d) link</p><p>` `Correct answer: a) href</p><p>` `69. Which attribute is used to define the alternative text for an image in an <img> tag?</p><p>` `a) alt</p><p>` `b) text</p><p>` `c) description</p><p>` `d) title</p><p>` `Correct answer: a) alt</p><p>` `70. Which attribute is used to specify the alignment of an image in an <img> tag?</p><p>` `a) align</p><p>` `b) alignment</p><p>` `c) position</p><p>` `d) center</p><p>` `Correct answer: a) align</p><p>` `71. Which attribute is used to define the width of a table in a <table> tag?</p><p>` `a) width</p><p>` `b) size</p><p>` `c) length</p><p>` `d) table-width</p><p>` `Correct answer: a) width</p><p>` `72. Which attribute is used to define the background color of a table cell in a <td> or <th> tag?</p><p>` `a) bgcolor</p><p>` `b) background-color</p><p>` `c) color</p><p>` `d) cell-color</p><p>` `Correct answer: a) bgcolor</p><p>` `73. Which attribute is used to specify the type of input field in an <input> tag?</p><p>` `a) type</p><p>` `b) input-type</p><p>` `c) field-type</p><p>` `d) format</p><p>` `Correct answer: a) type</p><p>` `74. Which attribute is used to specify the maximum length of text in an <input> tag?</p><p>` `a) max</p><p>` `b) maxlength</p><p>` `c) limit</p><p>` `d) text-max</p><p>` `Correct answer: b) maxlength</p><p>` `75. Which attribute is used to define the label for an input field in a <label> tag?</p><p>` `a) for</p><p>` `b) label</p><p>` `c) name</p><p>` `d) id</p><p>` `Correct answer: a) for</p><p>` `76. Which attribute is used to specify the method used to send form data in a <form> tag?</p><p>` `a) action</p><p>` `b) submit</p><p>` `c) method</p><p>` `d) send</p><p>` `Correct answer: c) method</p><p>` `77. Which attribute is used to specify the target destination for form data in a <form> tag?</p><p>` `a) target</p><p>` `b) destination</p><p>` `c) goal</p><p>` `d) submit</p><p>` `Correct answer: a) target</p><p>` `78. Which attribute is used to specify the value of an input field in an <input> tag?</p><p>` `a) value</p><p>` `b) text</p><p>` `c) data</p><p>` `d) input-value</p><p>` `Correct answer: a) value</p><p>` `79. Which attribute is used to specify the alignment of text in a table cell in a <td> or <th> tag?</p><p>` `a) align</p><p>` `b) text-align</p><p>` `c) alignment</p><p>` `d) cell-align</p><p>` `Correct answer: b) text-align</p><p>` `80. Which attribute is used to specify the number of columns a table cell should span in a <td> or <th> tag?</p><p>` `a) colspan</p><p>` `b) span</p><p>` `c) columns</p><p>` `d) col</p><p>` `Correct answer: a) colspan</p><p>` `81. Which attribute is used to specify the number of rows a table cell should span in a <td> or <th> tag?</p><p>` `a) rowspan</p><p>` `b) span</p><p>` `c) rows</p><p>` `d) row</p><p>` `Correct answer: a) rowspan</p><p>` `82. Which attribute is used to specify the placeholder text in an input field in an <input> tag?</p><p>` `a) placeholder</p><p>` `b) hint</p><p>` `c) text</p><p>` `d) value</p><p>` `Correct answer: a) placeholder</p><p>` `83. Which attribute is used to define the width of an image in an <img> tag?</p><p>` `a) width</p><p>` `b) size</p><p>` `c) length</p><p>` `d) image-width</p><p>` `Correct answer: a) width</p><p>` `84. Which attribute is used to specify the source of an image in an <img> tag?</p><p>` `a) src</p><p>` `b) source</p><p>` `c) url</p><p>` `d) link</p><p>` `Correct answer: a) src</p><p>` `85. Which attribute is used to specify the target destination for a hyperlink in an <a> tag?</p><p>` `a) target</p><p>` `b) href</p><p>` `c) link</p><p>` `d) destination</p><p>` `Correct answer: a) target</p><p>` `86. Which attribute is used to define the type of list in a <ul> or <ol> tag?</p><p>` `a) type</p><p>` `b) list-type</p><p>` `c) kind</p><p>` `d) format</p><p>` `Correct answer: a) type</p><p>` `87. Which attribute is used to define the name of a form control in an <input> tag?</p><p>` `a) name</p><p>` `b) id</p><p>` `c) label</p><p>` `d) input-name</p><p>` `Correct answer: a) name</p><p>` `88. Which attribute is used to specify the background color of an element?</p><p>` `a) bgcolor</p><p>` `b) background-color</p><p>` `c) color</p><p>` `d) bg</p><p>` `Correct answer: b) background-color</p><p>` `89. Which attribute is used to specify the height of an image in an <img> tag?</p><p>` `a) height</p><p>` `b) size</p><p>` `c) length</p><p>` `d) image-height</p><p>` `Correct answer: a) height</p><p>` `90. Which attribute is used to specify the alignment of an image in an <img> tag?</p><p>` `a) align</p><p>` `b) alignment</p><p>` `c) position</p><p>` `d) image-align</p><p>` `Correct answer: a) align</p><p>` `91. Which attribute is used to specify the maximum value of an input field in an <input> tag?</p><p>` `a) max</p><p>` `b) maximum</p><p>` `c) limit</p><p>` `d) max-value</p><p>` `Correct answer: a) max</p><p>` `92. Which attribute is used to specify the method used to sort a list in a <ul> or <ol> tag?</p><p>` `a) sort</p><p>` `b) method</p><p>` `c) order</p><p>` `d) type</p><p>` `Correct answer: d) type</p><p>` `93. Which attribute is used to specify whether an input field should be required in an <input> tag?</p><p>` `a) required</p><p>` `b) necessary</p><p>` `c) must</p><p>` `d) need</p><p>` `Correct answer: a) required</p><p>` `94. Which attribute is used to specify the size of an input field in an <input> tag?</p><p>` `a) size</p><p>` `b) width</p><p>` `c) length</p><p>` `d) input-size</p><p>` `Correct answer: a) size</p><p>` `95. Which attribute is used to specify the name of the form the input field belongs to in an <input> tag?</p><p>` `a) form</p><p>` `b) form-name</p><p>` `c) input-form</p><p>` `d) form-id</p><p>` `Correct answer: a) form</p><p>` `96. Which attribute is used to specify whether an input field should be disabled in an <input> tag?</p><p>` `a) disabled</p><p>` `b) inactive</p><p>` `c) off</p><p>` `d) disable</p><p>` `Correct answer: a) disabled</p><p>` `97. Which attribute is used to specify the ID of an element?</p><p>` `a) id</p><p>` `b) identity</p><p>` `c) identifier</p><p>` `d) element-id</p><p>` `Correct answer: a) id</p>| |
There was a problem hiding this comment.
It looks like if you view the file, from question 55 to the end seem to have a larger font. Is there a reason why its displaying that way?
Technical skills questions for Entry Level: 325 Questions
Technical skills questions for Intermediate Level: 355 Questions
Soft skills questions for Intermediate Level: 25 Questions
Cognitive skills questions for Entry Level: 20 Questions
Cognitive Skills questions for Intermediate Level: 20 Questions