Upload Button Icon Add office photos

Filter interviews by

Skymet Weather Services Data Analyst Intern Interview Questions and Answers

Updated 7 Sep 2024

Skymet Weather Services Data Analyst Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Gradient Descent
  • Ans. 

    Gradient Descent is an optimization algorithm used to minimize the error of a model by adjusting its parameters iteratively.

    • Gradient Descent calculates the gradient of the cost function with respect to each parameter in the model.

    • It then updates the parameters in the opposite direction of the gradient to minimize the cost function.

    • This process is repeated iteratively until the algorithm converges to the optimal paramet...

  • Answered by AI
  • Q2. Explain time series
  • Ans. 

    Time series is a sequence of data points recorded at specific time intervals, often used for forecasting and analysis.

    • Time series data is collected over regular time intervals.

    • It can be used to analyze trends, patterns, and seasonality in data.

    • Common examples include stock prices, weather data, and sales figures.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Bias variance trade off
  • Q2. What is AB testing
  • Ans. 

    AB testing is a method used to compare two versions of a webpage or app to determine which one performs better.

    • AB testing involves creating two versions (A and B) of a webpage or app with one differing element

    • Users are randomly assigned to either version A or B to measure performance metrics

    • The version that performs better in terms of the desired outcome is selected for implementation

    • Example: Testing two different call...

  • Answered by AI
  • Q3. Basic traditional ML question about ML metrics, bagging boosting etc.
Round 2 - Assignment 

It was a classification problem

Round 3 - Technical 

(3 Questions)

  • Q1. Questions about assignment
  • Q2. Questions from resume.
  • Q3. Questions based on probability, statistics and loss functions

Interview Preparation Tips

Topics to prepare for Talentica Software Data Scientist interview:
  • NLP
  • Machine Learning
Interview preparation tips for other job seekers - Get clear with the ML, statistics and data science basics. Practice problems based on probability.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on my work experience, basic level of python coding (return counts for duplicate integers in a list), theory questions on basic DL (activation layers, time series)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not get upset if you fail interviews, many of these end up hiring internally or are simply following the protocol of interviewing you after already having selected some other candidate. Just keep on trying!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

30 minutes of aptitude round with 45 questions of basic topics such as trains, ratio, age, speed, profit and loss

Round 3 - Case Study 

Picture description. You will be given two pictures and write an essay on it.

Round 4 - Science quiz 

(1 Question)

  • Q1. Questions based on the domain you have picked eg: Drug development, drug discovery
Round 5 - HR 

(1 Question)

  • Q1. Basic aptitude questions to be solved in person and general HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure to clear Gaming rounds

I applied via Company Website and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question asked were on the fundamentals of selected Classification and Regression algorithms, Live coding(Basic and Easy) , Basic Knowledge on any cloud service, Deployment of ML projects on cloud .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the math and fundamentals behind each ML or DL algorithms. No need to know all State of the Art algorithms , be sure on whatever you know. Deployment using Flask and on any cloud service is required. Strong grip on python like using basic data structures like using Dictionaries, set, lists and other functions like lambda,filter, map etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About CNN architecture and how it is relevant for textual data
  • Q2. Questions related to probability therom
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good questions. 3 SQL case studies at end

Round 2 - Technical 

(1 Question)

  • Q1. Power BI, SQL, Excel technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Round 1 - Aptitude (very basic)
Round 2 - Game round
Round 3 - Basic questions regarding your course
Round 4 - Essay on give n picture
Round 4 - Interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

I was given assigment on a simple problem where task was to analyse and create a working solution for a problem statement

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is bert algorithm? How does it work.
  • Ans. 

    BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained natural language processing model.

    • BERT is a transformer-based machine learning algorithm developed by Google.

    • It is designed to understand the context of words in a sentence by considering both the left and right context simultaneously.

    • BERT has been pre-trained on a large corpus of text data and can be fine-tuned for specific NLP tasks like ...

  • Answered by AI
  • Q2. Can you explain regression in logistic regression?
  • Ans. 

    Logistic regression is a type of regression analysis used to predict the probability of a binary outcome.

    • Logistic regression is used when the dependent variable is binary (e.g. 0 or 1, yes or no).

    • It estimates the probability that a given input belongs to a certain category.

    • The output of logistic regression is transformed using a sigmoid function to ensure it falls between 0 and 1.

    • It uses the logistic function to model ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is r squared value
  • Ans. 

    R-squared value is a statistical measure that represents the proportion of the variance in the dependent variable that is predictable from the independent variable(s).

    • R-squared value ranges from 0 to 1, with 1 indicating a perfect fit.

    • It is used to evaluate the goodness of fit of a regression model.

    • A higher R-squared value indicates that the model explains a larger proportion of the variance in the dependent variable.

    • F...

  • Answered by AI

Skymet Weather Services Interview FAQs

How many rounds are there in Skymet Weather Services Data Analyst Intern interview?
Skymet Weather Services interview process usually has 1 rounds. The most common rounds in the Skymet Weather Services interview process are Technical.
What are the top questions asked in Skymet Weather Services Data Analyst Intern interview?

Some of the top questions asked at the Skymet Weather Services Data Analyst Intern interview -

  1. Explain Gradient Desc...read more
  2. Explain time ser...read more

Tell us how to improve this page.

Skymet Weather Services Data Analyst Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
IT By Design Interview Questions
4.0
 • 39 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
View all
Data Analyst
12 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Cluster Manager
9 salaries
unlock blur

₹2.2 L/yr - ₹4.3 L/yr

Linux Administrator
8 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

GIS Engineer
7 salaries
unlock blur

₹2.8 L/yr - ₹3.6 L/yr

Field Officer
7 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Explore more salaries
Compare Skymet Weather Services with

Maxgen Technologies

4.5
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.4
Compare

Magic Edtech

3.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview