MuleSoft Integration Architect Mock Questions
If you have:
- 4 different environments: Dev, staging, performance and production
- 50 application deployed in each environment
- Two separate VPCs for production and non-production environments
- In performance and production environment each Mule application will be deployed to two workers
What is the minimum CIDR network subnet for each of the VPCs? (non-prod and prod) -
answerIP addresses
50 dev
50 staging
50 + 50 performance --> due to 2 workers per application
50 + 50 prod --> due to 2 workers per application
300 IPs + zero downtime 50% (150) = 450
- /23 = 510 IPs so you select /23
Remember you can configure a VPC with any CIDR subnet between /24 and /16 without any additional costs
- You should plan for worst case growth
Which transaction types are supported by Mule? - answer- Single-resource (local) TX
If you only have one database in the try scope
- Global (XA) TX
If you have more then one database = distributed system
If you have:
- 4 different environments: Dev, staging, performance and production
- 50 application deployed in each environment
- Two separate VPCs for production and non-production environments
- In performance and production environment each Mule application will be deployed to two workers
What is the minimum CIDR network subnet for each of the VPCs? (non-prod and prod) -
answerIP addresses
50 dev
50 staging
50 + 50 performance --> due to 2 workers per application
50 + 50 prod --> due to 2 workers per application
300 IPs + zero downtime 50% (150) = 450
- /23 = 510 IPs so you select /23
Remember you can configure a VPC with any CIDR subnet between /24 and /16 without any additional costs
- You should plan for worst case growth
Which transaction types are supported by Mule? - answer- Single-resource (local) TX
If you only have one database in the try scope
- Global (XA) TX
If you have more then one database = distributed system