Taro Logo

AI/ML Engineer Interview Experience - Hyderābād, Telangana

January 1, 2024
Positive ExperienceGot Offer

Process

Good process.

Format: Typically consists of 4-5 interviews, each lasting about 45 minutes. Due to current circumstances, these are often conducted virtually.

Content:

  • Technical Interviews: Assess coding abilities, system design, and problem-solving skills.
  • Behavioral Interviews: Evaluate cultural fit, leadership qualities, and alignment with Google's values.

Preparation: Candidates should be ready to discuss past experiences, demonstrate technical proficiency, and solve problems in real-time.

Questions

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.

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Google AI/ML Engineer role in Hyderābād, Telangana.

Success Rate

0%
Pass Rate

Google's interview process for their AI/ML Engineer roles in Hyderābād, Telangana is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Google's AI/ML Engineer interview process in Hyderābād, Telangana.

Google Work Experiences