Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

DATASCIENCE JOBFAIR-2024

INTERVIEW PREPARATION
QUESTION-PROMPT ENGINEER
1. Explain about your project on LLM?
2. How to chunk the data?
3. How to optimize the chunked text?
4. Explain flow of the project?
5. If we give multiple/different URLS how will we find out the
chunk size out of the paragraph present in the article?
6. What if the URL(Article) contains images will it analyze the
images and response for your prompt?
7. What if the URL(Article) contains tabular form data will it
extract the text?
8. What if the URL (Article or published paper) contains
scientist formulas will it extract or give results to your
instructions?
9. What do you do if the LLM doesn't work well?
10. What prompting technique have you used so far?
11. Explain about a few-shot & chain of shot prompting?
12. Most of the questions are from the assessments: Token
limit for Open AI
13. What is the output form of the roberta model?
14. How to fine tune LLM, Image labeling ?
15. Given an array [5,6,4,5,7,7,6,8] target = 13, find out the
unique pairs from the array whose sum is equal to target ?
16. What are the projects done in NLP, LLM, Tokenization ?
17. Some Questions on NLP(what is NLTK), Transformer
architecture, attention mechanism
18. What are Time and space complexity ?
19. What is mutable and immutable in python ?
20. More questions on the assessments given ?
21. Questions from statistics

You might also like