Welcome! This guide is designed to help you transition from a Senior Customer Support Executive to a Technical Support Analyst (L2) role at Brevo. This 7-day plan focuses on strengthening your technical knowledge in databases, APIs, monitoring tools, and general troubleshooting to prepare for interviews and the job responsibilities.
Goals:
- Install MySQL or use an online sandbox
- Learn basic SQL operations:
SELECT,INSERT,UPDATE,DELETE - Understand joins and filtering
- Practice writing queries
Resources:
Goals:
- Understand NoSQL vs SQL
- Create and manage a MongoDB cluster (MongoDB Atlas or local)
- Practice basic commands:
insertOne(),find(),updateOne() - Learn to handle arrays and nested data
Resources:
Goals:
- Understand REST architecture and HTTP methods (GET, POST, PUT, DELETE)
- Learn status codes (2XX, 4XX, 5XX)
- Practice with public APIs using Postman or curl
- Read and send JSON data
Resources:
Goals:
- Review core Git operations:
clone,branch,commit,push,merge - Learn terminal commands:
cd,ls,cat,grep,rm,mv - Practice using CLI tools for navigating and searching logs
Resources:
Goals:
- Understand basic monitoring concepts (metrics, alerts, uptime)
- Explore tools like Grafana or Datadog
- Use Chrome DevTools to inspect elements and debug web pages
Resources:
Goals:
- Learn definitions and examples of SLAs and KPIs
- Practice explaining technical concepts clearly
- Prepare behavioral answers for interview scenarios
- Reflect on your customer-facing experience
Resources:
Goals:
- Self-quiz on SQL, MongoDB, APIs, Git, HTTP, monitoring tools
- Practice mock interview scenarios (technical + behavioral)
- Write down and rehearse answers to expected questions
- Final review of Brevo’s culture and products
Mock Scenario Ideas:
- "An API is failing with a 500 error. How would you troubleshoot?"
- "A client reports missing data in their CRM dashboard—what do you do?"
- "Describe a time you went above and beyond for a customer."
- MySQL Workbench or DB Fiddle
- MongoDB Atlas (Free Cluster)
- Postman (for API testing)
- Git CLI or GitHub Desktop
- Chrome (with DevTools)
- Any Linux Terminal (WSL, VM, or web-based like JSLinux)
| Topic | Covered? |
|---|---|
| MySQL Queries & Joins | ✅ |
| MongoDB CRUD & Queries | ✅ |
| HTTP Methods & Status Codes | ✅ |
| JSON / XML Parsing | ✅ / ❌ |
| Git Commands | ✅ |
| Terminal Basics | ✅ |
| Monitoring Tools Overview | ✅ |
| SLAs / KPIs | ✅ / ❌ |
| DevTools Usage | ✅ / ❌ |
| Mock Interview Prep | ✅ / ❌ |