Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.1
This workflow is provided as-is. Please review and test before using in production.
An AI powered, end to end interview preparation and mentoring automation system for campus placements. It enables placement cells to generate hyper personalized 4 page interview preparation PDFs fo...
n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-gemini-search.geminisearchtooltool, n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aashit Sharma.
Original n8n.io sourceAn AI-powered, end-to-end interview preparation and mentoring automation system for campus placements. It enables placement cells to generate hyper-personalized 4-page interview preparation PDFs for shortlisted students, by combining job descriptions (JDs), candidate data, and LLMs via LangChain and Ollama.
Note: This template requires self-hosted n8n to run community nodes like LangChain and Ollama.
Accepts a CSV of shortlisted students and a JD via form upload
Analyzes student profile vs JD using Ollama LLM via LangChain
Generates personalized interview preparation PDFs
Sends the PDF to each student via email
Logs all data in Google Sheets and prevents duplicate processing
đź“· Please add a workflow screenshot here showing the main nodes and flow
CSV of shortlisted students + JD + company name is submitted via HTTP Request form trigger.
CSV parsed → structured rows added to Google Sheet named with company + batch.
Only students with N8N_Agent = Not Generated are selected to avoid reprocessing.
LangChain agent (via Ollama + Gemini Search Tool) generates a 4-page Markdown report:
Page 1: Profile Summary, Skill Gap Analysis, Company Insights
Page 2: 15–20 Personalized Interview Questions
Page 3: 5 Group Discussion Topics + Strategy
Page 4: Custom Preparation Plan + Suggested Resources
Markdown → Stylish PDF via APITemplate.io
Each student receives a personalized email with the attached report.
Marks the student’s row as “Generated” in N8N_Agent column.
Self-hosted n8n with Community Nodes enabled
Local or Docker-hosted Ollama with LLaMA3.2 or equivalent model
Activated LangChain and Gemini Search Tool nodes
APITemplate.io API Key
Connected Google Sheets account
SMTP setup or Gmail node for email delivery
Replace the LLM prompt in the LangChain node with your own tone/style
Modify the PDF template on APITemplate.io to reflect your institution branding
Update the email copy for formal or informal tones
Add new filters (e.g., minimum CGPA, branch) for student selection
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | AI-powered interview preparation system using local LLM for campus placements |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Document Extraction, Multimodal AI |
| Author | Aashit Sharma |
| Published | 07 Jun 2025 |
Use the JSON export at /data/workflows/4761/4761.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
An AI powered, end to end interview preparation and mentoring automation system for campus placements. It enables placement cells to generate hyper personalized 4 page interview preparation PDFs fo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.