Шукаєте відповіді та рішення тестів для Course 1823? Перегляньте нашу велику колекцію перевірених відповідей для Course 1823 в moodle.polytechnic.bh.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
A mobile client makes seven separate requests to seven different REST endpoints to populate a single dashboard screen. Each request returns a response with many fields that the screen does not display. Reviewing the API design, the change that is most likely to reduce both response time and network energy is to:
A team has used a multi-criteria scoring method to choose between three architectural options. After the scores are produced, several stakeholders begin arguing about how the criteria were weighted, and proposals are made to adjust the weights so that a different option wins. The most appropriate description of what has gone wrong is that:
A team is choosing a deployment model for a service that handles a steady high rate of two thousand requests per second through every hour of the day, with no significant variation between night and day. Serverless functions are being considered alongside a long-running server pool. The most accurate observation about the serverless option for this workload is that:
A team is debating whether rewriting an inefficient algorithm into a faster form involves a sustainability trade-off. One member argues that the change is purely a performance improvement and that no trade-off exists. The most accurate evaluation of the situation is that:
A small team of four engineers operates a moderately busy application that handles a uniform mix of features, with no single feature attracting much more traffic than the others. A consultant proposes splitting the application into eight microservices to follow modern architectural practice. The strongest reason to be cautious about this proposal is that:
An organization has begun tracking energy consumption and emissions for some of its systems. The numbers are rough and incomplete, but a baseline now exists where none did before. According to the green software maturity progression, the stage that this organization has reached is:
An e-commerce platform places customer orders into a message queue rather than processing every step of the order synchronously. The customer is acknowledged once the order is placed in the queue, and the downstream work happens later. The reason for adopting this pattern is to:
A team is reviewing a system against the five dimensions of sustainable IT. One dimension asks whether the choice of language, the structure of the data, and the design of the algorithms produce as little computation as possible per useful result. The dimension being assessed is:
A serverless function has not been invoked for some time. When the next request arrives, the platform must allocate a container, load the language runtime, and initialize the application code before the function body can run. The name given to this sequence of work is:
An application is built as a single deployable unit that contains all its business features and runs in one process behind a load balancer. When one feature needs to call another, the call is an in-memory function invocation rather than a network request. The architectural pattern that matches this description is: