CSE Technical Product Knowledge & Demonstration 3 — Questions and Answers
Question 1: A prospect asks whether your SaaS platform supports single sign-on (SSO). Which response best demonstrates deep technical product knowledge?
- Yes, we support SSO via SAML 2.0 and OIDC, and can integrate with providers like Okta, Azure AD, and Google Workspace (Correct answer)
- Yes, we have SSO available as an add-on
- SSO is on our roadmap for next year
- SSO is configured by the prospect's IT team and we have no involvement
Correct answer: Yes, we support SSO via SAML 2.0 and OIDC, and can integrate with providers like Okta, Azure AD, and Google Workspace
Specifying supported protocols (SAML 2.0, OIDC) and named IdP integrations demonstrates authoritative technical knowledge and reduces follow-up questions.
Question 2: During a demo, a prospect asks about your platform's uptime SLA. The documented SLA is 99.9%. How much downtime does this allow per year?
- Approximately 8.7 hours (Correct answer)
- Approximately 1 hour
- Approximately 52 minutes
- Approximately 4.4 hours
Correct answer: Approximately 8.7 hours
99.9% uptime allows roughly 0.1% downtime, which calculates to approximately 8.76 hours per year (8,760 hours × 0.001).
Question 3: Which of the following best describes the difference between horizontal scaling and vertical scaling when discussing platform architecture with a prospect?
- Horizontal scaling adds more powerful CPUs; vertical scaling adds more servers
- Horizontal scaling adds more server instances to distribute load; vertical scaling increases the resources of an existing server (Correct answer)
- Horizontal scaling is only used for databases; vertical scaling is for application servers
- They are interchangeable terms for the same concept
Correct answer: Horizontal scaling adds more server instances to distribute load; vertical scaling increases the resources of an existing server
Horizontal scaling (scale out) distributes load across more nodes, while vertical scaling (scale up) enhances a single node's capacity.
Question 4: A prospects' security team asks about your platform's approach to secrets management. What is the most appropriate technical answer?
- API keys and credentials are stored in the application database alongside user data
- We use a dedicated secrets vault (e.g., HashiCorp Vault or AWS Secrets Manager) with rotation policies and audit logging (Correct answer)
- Secrets are hardcoded in configuration files and access is restricted by role
- We do not manage secrets; customers are responsible for all credential security
Correct answer: We use a dedicated secrets vault (e.g., HashiCorp Vault or AWS Secrets Manager) with rotation policies and audit logging
Dedicated secrets vaults with rotation and audit logging represent industry best practice and satisfy enterprise security requirements.
Question 5: When demonstrating a product's reporting module, a technical buyer asks about the underlying data refresh rate. Why does this matter to the buyer?
- It determines how often the vendor bills for usage
- It affects how current the data is in reports, which impacts decision-making timeliness (Correct answer)
- It controls the number of users who can access reports simultaneously
- It defines the maximum number of report templates available
Correct answer: It affects how current the data is in reports, which impacts decision-making timeliness
Data refresh rate directly determines the freshness of insights; stale data can lead to poor operational or strategic decisions.
Question 6: A prospect wants to automate user provisioning and de-provisioning. Which standard protocol should a sales engineer mention as the industry solution?
- OAuth 2.0
- SCIM (System for Cross-domain Identity Management) (Correct answer)
- LDAP directory sync only
- Manual CSV import/export
Correct answer: SCIM (System for Cross-domain Identity Management)
SCIM is the industry-standard protocol for automating user lifecycle management across identity providers and SaaS applications.
Question 7: During a technical demo, the prospect notices the UI loads slowly. As the SE, what is the best in-demo response?
- Ignore the issue and continue the demo as if nothing happened
- Acknowledge the latency, explain it may be due to the demo environment, and offer to share performance benchmarks from the production environment (Correct answer)
- Blame the prospect's internet connection
- End the demo early to avoid further issues
Correct answer: Acknowledge the latency, explain it may be due to the demo environment, and offer to share performance benchmarks from the production environment
Acknowledging the issue honestly and providing context with supporting data maintains credibility and redirects attention to production performance.
A prospect asks whether your SaaS platform supports single sign-on (SSO).
Which response best demonstrates deep technical product knowledge?