Technical Assessment (20 minutes) LeetCode Question: Longest Palindromic Substring Coding live where the interviewer can see your code on a shared editor. Discussion and Questions (40 minutes) Self-Introduction Project Discussion: Explain a project related to LLM LLM Creation: How is a Large Language Model created? Model Architectures: Explain the different models and their architectures (e.g., GPT, LLAMA, Falcon, BLOOM) Positional Embeddings: What is the purpose of positional embeddings? Normalization Techniques: Difference between BatchNorm and LayerNorm Retrieval-Augmented Generation (RAG): - What is RAG? Explain its purpose. - Even if you use RAG, there are hallucinations occurring. Why is this so and what can you do to mitigate? - What other current academic advancements in RAG? Explain about some frameworks that are trending. Scenario Question: If we have large-scale data (billions of records) from the web, how can I efficiently select math-related data? Discuss using distributed computing frameworks if possible.
Algorithm Engineer Interview Questions
793 algorithm engineer interview questions shared by candidates
In a length n array of numbers, find an algorithm that finds the second largest number efficiently. There is an n + O(log n) answer.
- Why you leave your current position and join Kinaxis? - Your interests, goals and expectation?
Coding question - very hard
Tell me about your background and CV
code up a blackjack solver
1. CV questions: ask some ML projects from the last company. 2. Heap Sort: Almost Sorted Array 3. 3x3 Colored Cube( surface red), P(5white1red)? 4. Pearson coefficient definition and application
Group Interview Tell me about yourself Situation based questions
Find the longest sequence of unique numbers in a binary tree starting at the root node. Meaning you need to find the longest path from the root node that doesn't contain any duplicate numbers.
Give me a specific example of a time when a co-worker or classmate criticized your work in front of others. How did you respond? How has that event shaped the way you communicate with others?
Viewing 641 - 650 interview questions