they asked me to code obscure algorythms that are never used in AI?ML
Ai Developer Technology Engineer Interview Questions
3,625 ai developer technology engineer interview questions shared by candidates
Question: Moving Average Anomaly Detection Problem: You are given a time series data of daily stock prices in the form of an array prices, where each prices[i] represents the stock price on day i. Implement a function that detects anomalies using a simple moving average (SMA) approach. An anomaly is detected if the stock price deviates from the moving average by more than a certain threshold. Given the list prices, an integer window_size, and a threshold percentage, return a list of days (indices) where anomalies are detected. Input: prices: List of integers representing stock prices over time. window_size: Integer representing the number of days to compute the moving average. threshold: Float representing the percentage deviation from the moving average to be considered an anomaly. Output: A list of indices where anomalies are detected.
The tech interview had questions like what is supervised learning, how do you prevent overfitting in deep learning etc. They asked me to code forward pass for a convolutional filter.
They mainly asked me about my background and experience
Why do you think you are fit for the role?
What development work have you done in your past role and how does it translate to AI Development?
(Final interview) An AI use case you're most proud of ?
Learn and present what s a RAG
Core AI questions like how a particular model works.
Technical and Concepts based question in Python, SQL and AI
Viewing 901 - 910 interview questions