WorksheetsSoftware Development Quiz
Total questions: 23
Worksheet time: 23mins
The real purpose of commenting is to explain
What the code does
Why the code is present
To make the code feel more readable
There is no specific purpose
What are the techniques to be liked in the workplace?
Greet people with Hi/Hello instead of names as it may seem rude
Do not always reach out to help others as it may seem you are always available and people might take advantage of you
Ask for others help as it builds comradery
It's ok to respond with 'I don't know' or 'It's not my job' to a coworkers question as it shows you are being real.
In SDLC which step comes immediately after the Development step?
Analysis
Deployment
Testing
Maintenence
Which one of the following tests customer facing functionality?
Unit testing
Integration testing
Software testing
Acceptance testing
What is one of the main warning signs of bad coding style according to Phil Copeman's tutorial?
The code is well-commented.
The code passes all tests but is difficult to understand.
The code is modular and organized.
The code uses consistent naming conventions.
Which of the following practices is recommended to improve code readability?
Using magic numbers directly in the code.
Writing comments that paraphrase the code.
Following consistent formatting and naming conventions.
Making the code as clever as possible to showcase programming skills.
What is a key characteristic of a good software requirement?
It includes implementation details.
It is ambiguous and vague.
It is traceable and testable.
It is overly complex and wordy.
What is the primary purpose of a high-level design (HLD) document in software architecture?
To provide detailed code implementations
To bridge the gap between requirements and code
To outline the user interface design
To specify hardware requirements
Which of the following is considered an anti-pattern in high-level design?
Creating detailed sequence diagrams
Skipping directly from requirements to code
Using architecture diagrams to show component interactions
Defining clear semantics for boxes and arrows in diagrams
Which of the following is considered a key aspect of business etiquette that helps convey professionalism in the workplace?
Using informal language in emails
Dressing appropriately for the office
Ignoring punctuality
Playing loud music in the workspace
In software testing, which type of testing focuses on evaluating the system's behavior under normal operating conditions to ensure it meets specified requirements?
Stress Testing
Regression Testing
Functional Testing
Usability Testing
Which coverage criterion ensures each condition independently affects a decision's outcome?
Statement Coverage
Branch Coverage
Path Coverage
Modified Condition/Decision Coverage (MC/DC)
What is the purpose of tracing integration tests to Sequence Diagrams?
Test modules in isolation
Validate user requirements
Verify component interactions
Measure system performance
Which guideline can help you keep your e-mail concise?
Pack as much related info as possible into long sentences.
Ensure the email fits within the preview pane for brevity.
Address multiple topics in one message.
Include large attachments.
A project management methodology that follows a linear and sequential approach, where each phase is completed before moving to the next. Which methodology does this describe?
Agile
Scrum
Waterfall
Lean
Which of the following is not an Agile implementation?
Extreme Programming (XP)
Kanban
Crystal
Gantt Charts
Which of the following best describes Scrum?
A linear project management approach where each phase must be completed before moving to the next.
A framework for Agile development that focuses on iterative progress through time-boxed sprints and emphasizes team collaboration.
A statistical process improvement methodology aimed at reducing defects and variability in processes.
A methodology that prioritizes creating a detailed plan at the beginning of the project and strictly adhering to it.
Which of the following is a tool available in Microsoft 365 used for collaboration, document management, and team communication?
OneDrive
SharePoint
Word
PowerPoint
Which of the following best describes OneDrive in Microsoft 365?
A tool for team communication and project management.
A cloud storage service that allows users to store and share files securely.
A platform for creating presentations and reports.
A service for scheduling and organizing meetings.
Which one of the following is not a tool used for Root Cause Analysis (RCA)
Fishbone Diagram
5 Whys
SWOT Analysis
Pareto Analysis
In Agile methodologies, what do the '3 Ps' commonly represent?
Planning, Programming, and People
People, Process, and Product
Project, Portfolio, and Performance
Principles, Practices, and Progress
What is a major challenge associated with progressive refinement in Agile methodologies?
Reducing team collaboration
Maintaining continuity in understanding and implementation
Eliminating backlog items too quickly
Restricting stakeholder involvement
What is a Minimum Viable Product (MVP) in Agile methodologies?
A fully-featured product with all functionalities developed before release.
The prototype that is never shown to users.
The smallest product release that successfully achieve its desired outcome
The rough draft of a product that is discarded after testing.
