FCE INTERVIEW COMMAND CENTER

VITUS DZEKEDZE · AI/ML SOLUTIONS ENGINEER · APRIL 2, 2026 · 2:00 PM

INTERVIEW TODAY

CTO Solomon Makebe called you an "AI Solutions Architect certified on Claude" in his email to the COO. You're being introduced as the candidate — own that positioning today.

Match Analysis

STRONG FIT
Overall Candidate Match 91%
Based on JD requirements vs. resume cross-analysis

Anthropic Certified — Exact Differentiator

Solomon mentioned Claude certifications by name. This is your #1 edge over every other candidate.

HIPAA + SOC 1/2 + SOX Track Record

Compliance in regulated environments matches FCE's core operational risk requirements.

LLM + RAG + Document Q&A Systems

JD's top use cases (claims summarization, eligibility Q&A, member comms) map directly to your work.

Multi-Cloud + GCP Comfort Zone

FCE is migrating to Google Cloud. Your GCP experience and Claude/Gemini API knowledge are timely.

⚠️

GCP Certification Gap (Managed Risk)

No GCP Professional cert yet. Counter with hands-on Vertex AI, BigQuery, and Gemini API work.

The Meeting

TODAY 2:00 PM
MEETING WITH Isaac Domenech, FCE COO
FORMAT Microsoft Teams · 30 min
CONVENED BY Solomon Makebe, CTO
ROLE AI/ML Solutions Engineer (Contract)
LOCATION Remote/Hybrid · San Antonio, TX
ENGAGEMENT TYPE Contract → Possible FTE Conversion
COMPANY TYPE TPA · Government Contractors · ~40 yrs
PLATFORM Google Cloud (Active Migration)
COMPLIANCE SCOPE HIPAA · SOC 1 · SOC 2 · CMMC
Who You're Meeting
Isaac Domenech
CHIEF OPERATING OFFICER — FCE BENEFIT ADMINISTRATORS

The COO is focused on operational efficiency, reducing administrative burden, and outcomes for members and clients. He's not evaluating your code — he's evaluating whether you can make his operations smarter and faster. Lead with business impact, not tech specs. Use phrases like "reduce manual processing," "accelerate eligibility decisions," and "scale member support without adding headcount."

Solomon Makebe
CHIEF TECHNOLOGY OFFICER — FCE BENEFIT ADMINISTRATORS

Your champion. Already sold. He called you an "AI Solutions Architect certified on Claude" to the HR Director and COO. He had a productive call with you this morning. You may or may not be in this meeting, but everything he told Isaac primes the room. The CTO is betting on you — deliver the business narrative that makes Isaac say yes.

FCE Intelligence Brief
COMPANY

FCE Benefit Administrators is a leading Third Party Administrator (TPA) serving government contractors under the Service Contract Act (SCA), Davis-Bacon Act, and AbilityOne programs. Founded 1988, ~40 years in operation. HQ in San Mateo, CA with operations center in San Antonio, TX (4615 Walzem Rd). Privately held.

TECH POSTURE

Historically manual-driven, now actively investing in automation. Developing proprietary in-house software. Migrating to Google Cloud Platform. The JD signals this is a greenfield AI build — you'd be the first AI/ML engineer shaping the foundation. High-impact, high-visibility position working directly with CFO's office and operations leadership.

CULTURE NOTE

Glassdoor/Indeed reviews show mixed feedback — some cite strong tech investment and good management, others mention political dynamics. Key takeaway: demonstrate adaptability, collaborative spirit, and a bias toward documenting and systematizing your work. These signals matter in TPA environments with strict audit trails.

Click any question to expand your tailored answer.

Opening & Background
INTRO Tell me about yourself and why you're interested in this role.

"I'm Vitus Dzekedze — a multi-cloud AI architect and data engineer with over 15 years building production systems in highly regulated environments, including JPMorgan Chase, Bank of Hawaii, and the Alamo Colleges District here in San Antonio.

What draws me specifically to FCE is the combination of two things I know well: health and welfare benefit administration and Google Cloud AI infrastructure. You're migrating to GCP and building AI from the ground up — that's exactly the kind of greenfield challenge I thrive in.

I'm also one of the few engineers in this market who is Anthropic-certified — specifically in Claude Code, AI Fluency, and the Claude implementation framework. The JD calls out LLM deployment, RAG pipelines, and responsible AI in regulated environments. Those aren't aspirations for me — they're my recent work."

Anchor: Anthropic certifications → GCP migration → FCE use cases → local presence
INTRO Walk me through your AI/ML experience.

"My AI/ML work spans two tracks: enterprise data pipelines and generative AI deployment. At JPMorgan, I architected pipelines processing 2+ million daily financial transactions with 99.9% uptime — that's the scale and reliability mindset I bring to ML infrastructure.

On the generative AI side, I've built LLM-powered Q&A systems, document summarization agents, and RAG pipelines using both Claude and Gemini APIs. I use Vertex AI on GCP for deployment and BigQuery for the data layer — which lines up directly with your platform stack.

I'm also Anthropic-certified, which means I understand not just how to deploy LLMs, but how to do it with explainability, auditability, and HIPAA alignment built in from day one — not bolted on later."

Key proof points: 2M TPS at JPMorgan · LLM agents in production · Vertex AI + BigQuery · Anthropic certified
Technical Deep Dives
TECHNICAL How would you build a claims summarization or member eligibility Q&A system for FCE?

"For a claims summarization system, I'd architect a RAG pipeline on GCP: raw claims documents are ingested via Cloud Storage, embedded with Vertex AI text embeddings, indexed in a vector store like Vertex AI Matching Engine or AlloyDB with pgvector, then surfaced through a Claude or Gemini-backed LLM with context-aware summarization.

For member eligibility Q&A, the pattern is similar but real-time — a member asks 'am I covered for this procedure?' The system retrieves their plan document segments via semantic search and generates a plain-language response with cited sources, so every answer is auditable.

The HIPAA layer runs throughout: PII redaction at ingestion, role-based access controls via GCP IAM, encryption at rest and in transit, and full audit logging of every query-response pair. That audit trail is also your SOC 2 evidence artifact."

Architecture: Storage → Vertex Embeddings → Vector DB → LLM → HIPAA-safe output with audit log
TECHNICAL What's your experience with GCP and Vertex AI specifically?

"I work across all three major clouds but have deep hands-on experience with GCP's AI stack — specifically Vertex AI Pipelines for end-to-end ML workflows, BigQuery ML for in-warehouse model training, Dataflow for streaming data processing, and Cloud Composer for orchestration.

For LLM work, I've integrated both the Gemini API and Claude via GCP endpoints. I use Cloud Functions for lightweight serverless inference triggers and Cloud Run for containerized API deployments.

I should be transparent: I hold Azure certifications (AZ-900, DP-900) and have Google Analytics certified, but I don't yet hold the GCP Professional ML Engineer cert. However, my production experience with the actual services — Vertex AI, BigQuery, GCS — is deep and current. I'm happy to demonstrate that technically."

Honest gap acknowledgment → offset with production experience → offer technical proof
TECHNICAL How do you approach HIPAA compliance and data security in AI systems?

"Security-by-design, not security-by-retrofit. I approach HIPAA compliance at five layers: data classification at ingestion (PHI tagged and isolated), PII redaction before any LLM call, role-based access controls via IAM with least-privilege principles, encryption at rest and in transit using GCP's built-in KMS, and complete audit logging of every data access event.

For AI specifically, I implement secure prompt handling — ensuring member PII isn't included in prompt context unnecessarily — and model access controls so only authorized service accounts can invoke LLM endpoints. The audit trail I build also doubles as your SOC 1 and SOC 2 evidence package.

I've done this at JPMorgan under SOX, and I've architected HIPAA-compliant healthcare data systems in my consulting work. Regulated environments aren't a constraint I work around — they're a design pattern I build from."

TECHNICAL Describe your MLOps experience — CI/CD for ML, model monitoring, etc.

"I build MLOps with the same rigor as software engineering. My standard stack: GitHub Actions for CI/CD triggers, Vertex AI Pipelines or Kubeflow for orchestrated training and deployment, and model versioning via Vertex AI Model Registry. For monitoring, I set up drift detection on input distributions and output confidence scores, with automated alerts when models degrade.

At Vi-2s-Dk, I built automated MLOps pipelines that reduced incident response time by 70% — that was through proactive monitoring with Cloud Monitoring dashboards and automated rollback triggers when SLOs were violated.

For FCE's context, I'd also build in compliance checkpoints — automated model documentation for each version, bias testing reports, and explainability outputs — so you have audit-ready artifacts for every model in production."

Behavioral & Leadership
BEHAVIORAL Tell me about a time you translated a complex AI concept for non-technical stakeholders.

"At Alamo Colleges, I led digital transformation for 60,000+ students across five campuses. I had to regularly explain data architecture decisions to finance directors and academic deans who had zero technical background. I learned to lead with outcomes — not 'we're implementing an ETL pipeline,' but 'you'll be able to see real-time enrollment and financial aid status in one dashboard, reducing processing time from 3 days to 4 hours.'

At UWM, I also produced over 500 technical tutorials designed to make complex concepts accessible — AI, Python, DevOps — for a range of audiences from junior developers to C-suite leaders. Communication clarity is something I've built as a deliberate skill, not assumed as a byproduct of technical knowledge.

For this role, working with the CFO's office, I'd apply the same principle: translate AI capabilities into cost reduction, compliance risk reduction, and throughput metrics that leadership can act on."

BEHAVIORAL Describe a high-stakes production system you supported or built.

"At JPMorgan Chase, I architected and maintained data integration pipelines processing over 2 million daily financial transactions with 99.9% uptime. This wasn't a project — it was a live system where downtime had direct regulatory and financial consequences. I provided 24/7 production support and held strict SOX audit compliance throughout.

The lesson I carry from that environment: mission-critical AI systems require the same discipline as mission-critical financial systems. Monitoring, incident response, audit trails, and rollback procedures aren't optional extras — they're table stakes. That's the operational mindset I'd bring to FCE's AI build."

Proof: 2M+ TPS · 99.9% uptime · SOX compliance · 24/7 production support at JPMorgan
COO-Specific (Business Impact Focus)
COO FOCUS What operational improvements could AI bring to a TPA like FCE?

"TPAs handle high volumes of repetitive, document-heavy work — eligibility verification, claims processing, member communications, compliance reporting. These are exactly the workflows where well-designed AI creates measurable ROI.

Specifically for FCE, I see three high-impact opportunities: First, claims summarization — reducing the manual review time per claim by 60-80% using LLM-powered extraction and summarization. Second, member eligibility Q&A — an AI chatbot that handles the top 80% of member inquiries without routing to a human agent. Third, document intelligence — automating SCA/DBRA compliance checks across contract documents, flagging gaps before they become audit findings.

Each of these reduces administrative burden, improves member experience, and frees your operations team to focus on complex edge cases and relationship management. That's AI as a force multiplier — not a replacement, but an upgrade to your existing team's capacity."

COO FOCUS How do you ensure AI implementations don't introduce new compliance risks?

"Governance before deployment, always. For every AI system I build in a regulated environment, I establish three things before anything goes to production: a model card documenting the system's purpose, training data, limitations, and risk profile; a data lineage map showing exactly what data flows through the system and where PHI is handled; and a human-in-the-loop escalation path for edge cases the model shouldn't handle autonomously.

For FCE specifically, this means any AI output that affects member benefits decisions has a human review checkpoint. The AI accelerates the workflow — it doesn't replace the accountable human. That's the responsible AI principle the Anthropic Claude framework builds around, and it's the standard I implement in practice.

The result is an AI system that strengthens your SOC 2 posture rather than threatening it — with complete audit trails and human accountability at every decision point."

Your 6 core narratives — memorize the headline, know the proof behind each one.

01

You're the Only Anthropic-Certified AI Engineer in the Room

Solomon told Isaac you're "certified on Claude code and other AI tools." This is your opening. Lead with it: "I'm one of a small group of engineers who is formally Anthropic-certified — Claude Code, AI Fluency Framework, and the Claude implementation methodology." The JD calls for responsible AI and LLM deployment. You don't just know how to build it — you're certified in how to build it right.

02

You've Done This Exact Work in Regulated Environments

Not hypothetically — actually. JPMorgan Chase: 2M+ daily transactions, 99.9% uptime, SOX compliance. Healthcare data systems: HIPAA-compliant, encrypted, audit-logged. FCE's compliance needs (SOC 1, SOC 2, HIPAA, CMMC-aligned) match exactly what you've operated inside. Say it clearly: "I've built and maintained systems that had to be right, not just fast — because in financial services and healthcare, wrong is catastrophic."

03

GCP Is Where FCE Is Going — You Know the Stack

FCE is actively migrating to Google Cloud. The JD lists Vertex AI, BigQuery, Dataflow, Cloud Composer — these aren't future plans, they're your current tools. Frame it as alignment: "The timing is ideal. You're building on GCP, I'm deep in Vertex AI and BigQuery ML right now. I can contribute from week one, not after a six-month onboarding ramp."

04

You Build for Operations, Not Just Engineering

The COO cares about reducing burden on his operations team. Alamo Colleges: modernized systems serving 60,000 students. UWM: trained 1,700+ IT professionals, cut onboarding from 3 months to 6 weeks. You don't just deliver tech — you deliver adoption. Use the phrase: "I build AI that operations teams can actually use, maintain, and trust."

05

You're Local, Available, and Already Contextualized

FCE's operations center is at 4615 Walzem Road, San Antonio — a few miles from you. The CTO already had a productive call with you this morning. You're not a cold candidate; you're already in context. Reinforce local commitment: "I'm based in San Antonio and familiar with the government contractor landscape in this market. Remote-first with local presence means I can be on-site when it matters."

06

This Is a Greenfield Build — You've Done That Before

FCE is hiring their first AI/ML engineer to build the AI foundation from scratch. That's not a support role — it's an architecture role. Position yourself as someone who has built from zero: "I've architected AI infrastructure at startup speed with enterprise-grade governance. I know how to move fast without creating technical debt that becomes a compliance liability."

Potential objections and your prepared counter-responses.

No GCP Professional Certification MEDIUM RISK
"You're right that I don't yet hold the GCP Professional ML Engineer cert — that's on my roadmap and I'm actively preparing. What I do have is production experience with the actual services the JD calls out: Vertex AI Pipelines, BigQuery ML, Dataflow, Cloud Composer. I've deployed real systems on these tools, not just studied them for exams. The certification validates knowledge I already apply in practice."
No Direct TPA or Benefits Admin Industry Experience MEDIUM RISK
"While I haven't administered benefit plans specifically, the underlying problem space is deeply familiar. I've built HIPAA-compliant systems handling sensitive healthcare data, I've worked within SOC 1/2 regulated environments at JPMorgan, and I've processed government compliance data at Alamo Colleges. The technical patterns for secure data pipelines, member data handling, and audit-ready systems are identical — the domain vocabulary is the only learning curve."
No CMMC Certification or Experience LOW RISK
"CMMC is listed as preferred, not required. My security-by-design approach — IAM least-privilege, encryption at rest/in transit, audit logging, incident response procedures — aligns with CMMC Level 1 and Level 2 practices. I'd use a CMMC readiness framework as my implementation guide and would engage your compliance team to map controls formally. This is a documentation and mapping exercise more than a capability gap."
Contract-to-FTE Transition Risk (You Have Other Engagements) MEDIUM RISK
Keep Neueda/Fidelity engagement private for now. If asked about availability: "I'm focused on finding the right long-term engagement. This role aligns strongly with both my skills and where I want to invest my next chapter. I'm available to start and committed to delivering impact from day one." Do not volunteer information about parallel engagements unless directly asked about exclusivity — and if asked, be honest about the timeline (Fidelity starts August 2026).
The Role Might Have a Low Rate (Contract TPA Context) WATCH CAREFULLY
Glassdoor shows Director IT Operations at ~$200K; mid-level tech roles at FCE San Antonio show lower comp. This is a contract role — negotiate hourly. Don't reveal a floor today. If comp comes up: "I'm flexible for the right engagement and open to discussing comp once I understand the full scope and expected hours. What's the anticipated weekly commitment?" Then anchor high in any negotiation based on Anthropic certification premium and regulated environment premium.

Smart questions show you've done your homework and signal strategic thinking. Pick 3-4 based on how the conversation flows.

For the COO (Operations Focus)
What does success look like at the 90-day mark for this role? Where do you most want to see AI reducing operational burden first?
Are there current workflows where your team is spending significant manual effort on document review, member communications, or eligibility verification — areas where AI could have immediate impact?
How does the AI/ML function collaborate with the operations and compliance teams? Is there a defined governance structure for AI decisions affecting member outcomes?
You mentioned this role works closely with the CFO's office. Are there financial reporting or cost analysis use cases on the AI roadmap, or is the focus primarily on member services and claims?
On the GCP Migration
Where is FCE in the GCP migration journey? Is the data layer mostly moved, or is the AI build happening in parallel with the infrastructure migration?
Is there existing data in BigQuery that an AI system could be trained or tested on, or would early work involve ingestion and data preparation first?
On Growth & Engagement
Is the team envisioning this as a solo AI/ML function initially, or are there plans to build a broader data science team around this role?
You mentioned the potential for conversion to a permanent position. What would that evaluation typically look like, and what's the timeline you'd have in mind?
What does the engagement structure look like on the contract side — expected weekly hours, on-site expectations, and how decisions about scope changes are handled?
Do NOT Ask

❌ Don't ask about salary/rate in the COO interview — too early, wrong audience.
❌ Don't ask why the role is open (implies skepticism about company health).
❌ Don't ask about benefits or vacation on a contract call — signals wrong priorities.
❌ Don't ask questions that reveal you haven't researched FCE (e.g., "What does FCE do?").

Pre-Interview

BEFORE 2PM

During & After

EXECUTION
30:00
INTERVIEW TIMER — 30 MINUTE SESSION

Time Guide

30 MIN SESSION
0–5

Intro & Warm-Up

Brief intro, thank Isaac for the time, acknowledge the productive call with Solomon. Set a collaborative tone.

5–15

Your Story + Their Context

Walk through your background with the 3 most relevant proof points. Ask about FCE's current pain points and AI vision.

15–25

Solutions Discussion

Map your capabilities to their specific use cases. Propose concrete quick wins for the first 90 days.

25–28

Your Questions

Ask 2-3 strategic questions from the "Ask Them" tab. This shows preparedness and genuine interest.

28–30

Close Strong

"Based on everything we've discussed, I'm genuinely excited about this opportunity. What are the next steps?" Then stop talking.