Upload Button Icon Add office photos

Filter interviews by

Skymet Weather Services Senior Software Engineer Interview Questions and Answers

Updated 24 Jun 2024

Skymet Weather Services Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Json parsing with url
  • Q2. Horizontal scroll view

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 3 sum coding problem
  • Q2. System design and projects
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerearth platform was provided , Question was based on Tree dsa. Need to run and pass few test cases.

Round 2 - Case Study 

Design patterns , chess LLD

Round 3 - Case Study 

Design blocking queue which can handle the multithreading scenario

Round 4 - One-on-one 

(5 Questions)

  • Q1. Last project experiences
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. And management cases.
  • Q3. Discussion about recent projects
  • Q4. Discussion about working in projects for which hiring for
  • Q5. Discussion about why leaving previous company.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 3 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 - Group Discussion 

Group discussion is very important thing.

Round 3 - HR 

(5 Questions)

  • Q1. HR round is very easy.
  • Q2. Just hard and smart work for.
  • Q3. What is requirement.
  • Ans. 

    A requirement is a specific need or expectation that must be met in order to achieve a desired outcome.

    • A requirement is a statement of what a product or service must do or how it must perform.

    • Requirements can be functional (what the product must do) or non-functional (how well it must do it).

    • Requirements should be clear, concise, and measurable.

    • Examples of requirements include: the ability to save and retrieve data, a ...

  • Answered by AI
  • Q4. What is your strength.
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into manageable components.

    • I excel at finding innovative solutions and thinking outside the box.

    • I am skilled in debugging and troubleshooting software issues.

    • I have a solid understanding of algorithms and data structures.

    • I am experienced in optimizing code for performance and efficiency.

  • Answered by AI
  • Q5. What is your weekness.
  • Ans. 

    My weakness is that I tend to be too detail-oriented, which can sometimes slow down my progress.

    • I have a tendency to get caught up in the small details and can spend too much time on them.

    • I often find myself double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks because I want to make sure everything is perfect.

    • I am actively working on improving my time management skills to balance atte

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard keep patience. Everything is Possible so just you can do it.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. It was Medium difficulty.
Round 3 - Technical 

(1 Question)

  • Q1. It was medium difficulty.
Round 4 - Technical 

(1 Question)

  • Q1. It was managerial Round
Round 5 - HR 

(1 Question)

  • Q1. It was quick offer discussion.

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is dependency injection in laravel
  • Ans. 

    Dependency injection in Laravel is a technique to manage class dependencies and improve code flexibility.

    • Dependency injection allows for easier testing and maintenance of code.

    • It involves passing dependencies to a class through its constructor or method parameters.

    • Laravel's container class manages the dependencies and resolves them when needed.

    • Example: injecting a database connection into a repository class.

    • Can also us...

  • Answered by AI
  • Q2. How do you find the second largest number in a coulmn in mySQL
  • Ans. 

    To find the second largest number in a column in MySQL, you can use the ORDER BY and LIMIT clauses.

    • Write a SELECT statement to retrieve the column values in descending order using ORDER BY.

    • Use the LIMIT clause to limit the result set to the second row.

    • The value in the second row will be the second largest number in the column.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about magic Edtech
  • Ans. 

    Magic Edtech is an innovative educational technology company.

    • Magic Edtech develops interactive learning platforms and tools.

    • They use advanced technologies like AI, AR, and VR to enhance the learning experience.

    • Their products include virtual classrooms, adaptive learning systems, and educational games.

    • Magic Edtech focuses on personalized learning and data-driven insights.

    • They collaborate with schools, universities, and

  • Answered by AI
  • Q2. What was the most challenging task you faced and how you overcame it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering. Get your basics covered.

Skills evaluated in this interview

Skymet Weather Services Interview FAQs

How many rounds are there in Skymet Weather Services Senior Software Engineer 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 Senior Software Engineer interview?

Some of the top questions asked at the Skymet Weather Services Senior Software Engineer interview -

  1. Json parsing with ...read more
  2. Horizontal scroll v...read more

Tell us how to improve this page.

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

Field Officer
9 salaries
unlock blur

₹1.6 L/yr - ₹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

Explore more salaries
Compare Skymet Weather Services with

Maxgen Technologies

4.6
Compare

VDart

4.5
Compare

ANR Software Private Limited

4.5
Compare

Magic Edtech

3.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview