Pakistan's best MCQs practice hub — FPSC · PPSC · CSS · NTS · Other Exams
Login
Engineering

Engineering MCQs With Answers

0 Engineering MCQs for CSS, PPSC, FPSC, NTS and entry-test preparation. Take a scored quiz instead →

In Object-Relational Mapping (ORM), which pattern maps a database table record directly to an object instance where object methods mirror column fields?

AData Mapper Pattern
BActive Record Pattern
CRepository Pattern
DUnit of Work Pattern
Submitted by: mcqstutor Team 0 comments

Which ORM design pattern keeps domain objects completely independent of database access logic by using a separate mapper object to transfer data?

AActive Record Pattern
BTable Module Pattern
CData Mapper Pattern
DTransaction Script Pattern
Submitted by: mcqstutor Team 0 comments

Which architectural style consists of a minimal core application system with feature extensions added dynamically through plug-in modules?

AMicrokernel (Plug-in) Architecture
BMonolithic Architecture
CLayered Architecture
DEvent-Driven Architecture
Submitted by: mcqstutor Team 0 comments

Which architectural pattern uses independent processing units (filters) connected by data transmission channels (pipes) where output of one filter flows into the next?

ABlackboard Architecture
BClient-Server Architecture
CPipe and Filter Architecture
DPeer-to-Peer Architecture
Submitted by: mcqstutor Team 0 comments

Which architectural style uses a central data repository surrounded by independent specialized worker components (agents) that solve complex AI or signal problems cooperatively?

AMicrokernel Architecture
BLayered Architecture
CSpace-Based Architecture
DBlackboard Architecture
Submitted by: mcqstutor Team 0 comments

In Model-View-Presenter (MVP) architecture, what role does the Presenter play compared to the Controller in MVC?

AIt queries the database directly without model interaction
BIt acts as a middleman that handles view events and updates the view via an interface directly
CIt serves as a CSS styling framework
DIt executes network serialization routines
Submitted by: mcqstutor Team 0 comments

Which architectural style separates an application into three interconnected parts: state model, presentation display, and user input handling?

AModel-View-Controller (MVC)
BPipe and Filter
CRepository Architecture
DLayered Architecture
Submitted by: mcqstutor Team 0 comments

Which software development model integrates automated code building, continuous testing, and immediate deployment into production pipelines?

AWaterfall Model
BDevOps (CI/CD Pipeline)
CV-Model
DFormal Cleanroom Model
Submitted by: mcqstutor Team 0 comments

In Software Project Risk Analysis, Risk Exposure ($RE$) is calculated as:

ARisk Probability $+$ Risk Cost
BRisk Impact / Project Budget
CRisk Frequency $ imes$ Lines of Code
DRisk Probability $ imes$ Risk Impact ($RE = P imes I$)
Submitted by: mcqstutor Team 0 comments