33An enterprise buyer requires that Indian customer data never leaves the country. How does the architecture change?▼hardNewAccentureTCSInfosys◆ premiumResidency is not a checkbox on the primary datastore. Where bytes sit, who holds keys, and where logs, backups and analytics quietly replicate decide whether the deal signs.Open full answer →
45Compliance will not allow model API calls over the public internet. What are your options?▼hardNewJPMorgan ChaseSAPMicrosoft2 replies◆ premiumFour options with genuinely different costs, and the requirement is usually narrower than it first sounds. Establish whether it is about the network path, the data residency, or the provider's retention terms, because those need different answers.Open full answer →
14Why promote one artifact through dev, staging and prod instead of rebuilding for each environment?▼medium★ EssentialNewAmazon & AWSNetflixJPMorgan Chase○ sign inIf every environment rebuilds, staging never validated the bytes production runs. The promotion model auditors and 2am responders both love, plus the costs nobody mentions until adoption.Open full answer →
19Our container registry passed ten terabytes and the bill keeps climbing. Design a retention policy.▼mediumNewJPMorgan ChaseGoldman SachsWalmart Global Tech○ sign inA registry grows because every commit mints digests nobody pulls again. Reference-aware retention keeps rollback targets and audit chains while expiring the debris.Open full answer →
20Your admins can delete the audit logs covering their own actions. How do you make the trail tamper-evident?▼mediumNewJPMorgan ChaseGoldman SachsStripe○ sign inTamper evidence is an architecture property, not a log setting. Off-box forwarding, append-only storage under separate credentials, hash chains and a verification job that actually runs.Open full answer →
23Design an audit log for a regulated bank: every admin action recorded, and nobody, including your own team, can quietly rewrite it.▼mediumNewJPMorgan ChaseGoldman SachsStripe◆ premiumNever-delete is a policy, not a control. Auditors and attackers both want to know what stops an admin with broad credentials, and the answer has to be mechanical.Open full answer →
28You need prompt and response logs to debug an AI feature, and legal says no. How do you resolve it?▼hardNewStripeSalesforceAtlassian2 replies◆ premiumPrompts contain whatever the user typed, which in a support product is names, account numbers and medical detail. Full-text logging is a data-protection decision, not a debugging preference.Open full answer →
50A customer asks what stops their prompts from reaching another tenant on your inference platform. What is your answer?▼expertNewSalesforceSnowflakeMicrosoft2 replies◆ premiumShared batching puts two tenants' data in one process on one device. That is defensible, and it is not what most customers assume they bought, so the answer has to be specific about which boundary exists where.Open full answer →
52Legal says the EU AI Act applies to a feature you host. What does the platform actually have to provide?▼hardNewSAPSalesforceMicrosoft2 replies◆ premiumMost of the obligation lands on the product, but three parts land on infrastructure: an inventory of what is deployed, evidence of what it did, and the ability to turn it off. Those are platform capabilities and they take months to retrofit.Open full answer →