Send this prompt to an LLM to generate structured Java technical questions adhering to the application schema. Save the generated JSON array to disk and use Import JSON.
Generate 5 Junior Java Developer technical interview questions about [TOPIC - e.g. Garbage Collection / Spring Boot] in the following strict bilingual JSON array format:
[
{
"category": {
"en": "JVM & Memory",
"vi": "JVM & Bộ nhớ"
},
"difficulty": "Junior",
"question": {
"en": "Clear technical interview question in English?",
"vi": "Câu hỏi phỏng vấn kỹ thuật rõ ràng bằng tiếng Việt?"
},
"answer": {
"en": "Comprehensive explanation in English formatted in Markdown. Include fenced ```java code examples where relevant.",
"vi": "Giải thích chi tiết bằng tiếng Việt định dạng Markdown. Kèm theo ví dụ mã ```java nếu cần."
}
}
]