Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by JellyFish Technologies Team. If you also belong to the team, you can get access from here

JellyFish Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

JellyFish Technologies Software Developer Interview Questions and Answers

Updated 20 Oct 2024

JellyFish Technologies Software Developer Interview Experiences

2 interviews found

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

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

Round 1 - Aptitude Test 

Timea and work,time and distance

Round 2 - Coding Test 

Mettl , easyrotate array , reverse strign

Interview Preparation Tips

Interview preparation tips for other job seekers - keep on working
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 5 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 - Coding Test 

Medium level coding questions

Round 3 - Group Discussion 

Topic related to the domain is the main focus, communication is checked.

Round 4 - Technical 

(1 Question)

  • Q1. Here the experts going to ask the questions and purely technical questions.
Round 5 - HR 

(1 Question)

  • Q1. The HR Round is the easiest one to tackle they would try to know your personality.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

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 

(1 Question)

  • Q1. Qs related to javascript
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is flutter used for?
  • Ans. 

    Flutter is an open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Cross-platform development: Write once, run on iOS and Android.

    • Fast development: Hot reload feature allows for quick iterations.

    • Rich UI components: Provides a wide range of customizable widgets.

    • Performance: Compiles to native ARM code for high performance.

    • Web and desktop support: Can also

  • Answered by AI
  • Q2. What is a widget in flutter?
  • Ans. 

    A widget in Flutter is a basic building block of the user interface, representing a part of the UI.

    • Widgets are immutable, meaning their properties cannot change once created.

    • There are two types of widgets: Stateless (e.g., Text, Icon) and Stateful (e.g., Checkbox, Slider).

    • Widgets can be composed to create complex UIs, like using Column and Row to arrange multiple widgets.

    • Flutter provides a rich set of pre-built widgets...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the process for creating a star pattern?
  • Ans. 

    Creating a star pattern involves using loops to print stars in a specific arrangement, often resembling geometric shapes.

    • Determine the size of the pattern (e.g., number of rows).

    • Use nested loops: an outer loop for rows and an inner loop for columns.

    • For a right-angled triangle, print stars incrementally: 1 star in the first row, 2 in the second, etc.

    • For a pyramid shape, center the stars by adding spaces before printing ...

  • Answered by AI
  • Q2. What is Object-Oriented Programming (OOP) in Java?
  • Ans. 

    Object-Oriented Programming (OOP) in Java is a programming paradigm based on objects that encapsulate data and behavior.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Car { int speed; void accelerate() {...} }

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class ElectricCar extends Car {...}

    • Polymorphism: Ability to p...

  • Answered by AI

JellyFish Technologies Interview FAQs

How many rounds are there in JellyFish Technologies Software Developer interview?
JellyFish Technologies interview process usually has 3-4 rounds. The most common rounds in the JellyFish Technologies interview process are Coding Test, Resume Shortlist and Group Discussion.
What are the top questions asked in JellyFish Technologies Software Developer interview?

Some of the top questions asked at the JellyFish Technologies Software Developer interview -

  1. here the experts going to ask the questions and purely technical questio...read more
  2. the HR Round is the easiest one to tackle they would try to know your personali...read more

Tell us how to improve this page.

JellyFish Technologies Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
JellyFish Technologies Software Developer Salary
based on 30 salaries
₹3.3 L/yr - ₹13 L/yr
At par with the average Software Developer Salary in India
View more details

JellyFish Technologies Software Developer Reviews and Ratings

based on 5 reviews

3.4/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

2.8

Salary

2.7

Job security

3.6

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
68 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Developer
30 salaries
unlock blur

₹3.3 L/yr - ₹13 L/yr

Senior QA Engineer
12 salaries
unlock blur

₹9.5 L/yr - ₹22 L/yr

Business Development Executive
8 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Explore more salaries
Compare JellyFish Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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