Start learning 50% faster. Sign in now
A key challenge in migrating from a monolithic to a microservices architecture is managing distributed transactions. In a monolithic system, transactions are typically managed within a single database and within a single application boundary, simplifying transaction integrity. In microservices, however, services often manage their own data stores, making it complex to maintain transaction consistency across multiple services. Techniques such as the Saga pattern are often used to ensure distributed transaction management, but these solutions require additional effort and may increase application complexity. Distributed transactions, as such, present a unique challenge in a microservices architecture that is generally not encountered in monolithic setups. Option A - With microservices, it's common to have multiple repositories, not a single codebase, allowing more flexible development. Option B - Microservices avoid single-point deployments by deploying services independently. Option D - Scalability is generally enhanced in microservices as each component can scale separately. Option E - Dependency on centralized databases is more common in monolithic architectures than microservices, which encourage distributed databases.
The salaries of A and B are in the ratio 3:5. If the salary of A increases by 20% and the salary of B increases by 10%, the new sum of their salaries be...
In a 1000 metres race, 'P' beats 'Q' by 150 metres, while 'Q' beats 'R' by 100 metres. Find the distance by which 'P' beats 'R' i...
Find the value of the given expression.
(28 × 5 ÷ 7) × 6 = ?
The selling price of 8 shirts is the same as the cost price of 9 shirts. If each shirt is marked at 50% above its cost price, calculate the percentage d...
A fruit seller sells apples at a profit of 20% and oranges at a loss of 10%. If the ratio of apples to oranges sold is 3:2 and the overall profit is rup...
A person has ₹5000. He invests 40% of it in scheme A at 8% per annum and the remaining in scheme B at 10% per annum. What is the total interest earned...
Factor the polynomial: x³ - 6x² + 11x - 6.
A triangle ABC is inscribed in a circle. The tangent at A meets the extended sides BC and AB at points P and Q, respectively.
If ∠ACB = 30° an...