Upload Button Icon Add office photos

Filter interviews by

Whale Cloud Senior Software Engineer Interview Questions and Answers

Updated 12 Feb 2024

Whale Cloud Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript, React Native

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data sharding, hld, slices, index, goroutines, why mongodb database, arrays,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Database Design was asked with
  • Q2. System design networking architecture data pipeline

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process. Smooth and early offer release. Smooth process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

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 

(4 Questions)

  • Q1. It start with technical screening.
  • Q2. Exaplain about you last project role
  • Q3. What is dead lock
  • Ans. 

    Deadlock is a situation in which two or more competing actions are each waiting for the other to finish, preventing any of them from completing.

    • Occurs in multi-threaded or distributed systems

    • Caused by resource contention and circular wait

    • Can be prevented by proper resource allocation and avoiding circular wait

    • Example: Process A holds resource X and waits for resource Y, while process B holds resource Y and waits for re

  • Answered by AI
  • Q4. What is pagination
  • Ans. 

    Pagination is the process of dividing content into separate pages to improve user experience and optimize loading times.

    • Pagination is commonly used in websites to display a large amount of data in manageable chunks.

    • It allows users to navigate through different pages of content, typically with 'Next' and 'Previous' buttons.

    • Pagination can also include options to jump to specific pages or adjust the number of items displa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. This was the final round with client in which they took interview based on skills mentioned in resume

Interview Preparation Tips

Topics to prepare for Thundersoft Software Engineer interview:
  • RTOS Concepts
  • os concept
  • c language
  • assembly language

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. I have applied for a Full Stack role in React and Node js roles. 1) Basic JS questions were asked 2) React basic to advance level question was asked. 3) DS Algo mid-level questions were asked.
Round 3 - Discussion Round 

(1 Question)

  • Q1. Have a normal discussion with the director and hiring manager related to the past project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basic programming language concept clear.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Microservices, AWS, Web API etc
  • Q2. Inter personal skills

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds of interviews (2 rounds were technical) and Technical Assessment.
After the first round of technical interview I had to take Assessment in Hacker Rank, which consist of multiple choice questions and coding related to the technical skill required for the position. The interview process was very smooth. Final round was more on to check the inter personal skills.

Whale Cloud Interview FAQs

How many rounds are there in Whale Cloud Senior Software Engineer interview?
Whale Cloud interview process usually has 1 rounds. The most common rounds in the Whale Cloud interview process are Technical.

Tell us how to improve this page.

Whale Cloud Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Whale Cloud Senior Software Engineer Salary
based on 28 salaries
₹7.5 L/yr - ₹14.8 L/yr
34% less than the average Senior Software Engineer Salary in India
View more details

Whale Cloud Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

3.7

Skill development

4.7

Work-life balance

3.5

Salary

3.7

Job security

3.5

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
39 salaries
unlock blur

₹6.5 L/yr - ₹12.1 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹7.5 L/yr - ₹14.9 L/yr

Senior Systems Engineer
28 salaries
unlock blur

₹7.4 L/yr - ₹11.4 L/yr

Senior Test Engineer
12 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Software Engineer
10 salaries
unlock blur

₹4.2 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Whale Cloud with

Huawei Technologies

4.0
Compare

Alibaba Group

4.1
Compare

TCS

3.7
Compare

Infosys

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