Question d’entretien chez Techolution

1. First round: Basic questions on Projects Tech stack I used Technical questions on LLM, NLP Differences between Transformers, LSTM and RNN 2. Second Round: Have you heard of the Vanishing gradient issue? What is called a Dropout layer? How would you evaluate the transfer model? Can you name some parmenter? What technique would you use? What is called " perplexity" and "bleu score" in LLM? Do you have experience working with LSTM and CNN or RNN? Have you worked with GAN? What is called LLM Beam search? check other searches What is called context based recommender? What is called self attention mechanism? Ans LSTM What is the position encoding numbering in context on LLM? (Transfer modeling) What is called overfitting and underfitting? (Who would you overcome the scenario) What is called supervised and unSupervised learning? (Example) Have you worked with reinforcement learning? Explain Transformers Scenario based Design AI based system using Python to address the following: 1. Code Styling Detection: How would you detect and correct poor code styling 2. Security Vulnerabilities: How would you identify and fix security issues like SQL injection and XSS 3. Developer Interface: How would you design an interface for developers to review and approve AI suggestions 4. CICD Integration: How would you integrate this system into a CICD pipeline 3. Third Round: Can you explain your projects and let me know more about your skillset? Tell me more about your NLP & LLM based projects? Have you explored the latest large language models(LLMs) ? Have you fine tuned or retrained any LLMs? What LLMs have you worked with? Have you worked on any NLP related projects before LLM based on BERT or other models? Have you worked with RAG (Retrieval-Augmented Generation) pipeline? If yes, can you explain how? What is transformer architecture? Have you worked with Vector Databases? If yes, which ones have you worked with? What is hallucination in Al models? Why are you interested in Al ? How would you rate yourself in Deep Learning out of 10 ? Have you worked on model deployment on any cloud platform ? like GCP, AWS, Azure How would you rate yourself on Python out of 10? Have you worked on any Python framework? (Django, Flask, FastAPI) Preferable skills Do you have experience with full stack skillset (MERN stack)? Preferable skills What is the dependency on you right now? (Appicable to Full-timers) What is F1 score and ROC curve Find the longest increasing subsequence (LIS) in an array of integers. The longest increasing subsequence is the longest subsequence of a given sequence in which the subsequence's elements are in strictly increasing order. arr = [10, 9, 2, 5, 3, 7, 101, 18] The longest increasing subsequence is [3, 7, 101]