Upload Button Icon Add office photos

Filter interviews by

Stellapps Technologies Interview Questions and Answers

Updated 1 Oct 2024

Stellapps Technologies Interview Experiences

Popular Designations

5 interviews found

I appeared for an interview before Sep 2019.

Interview Questionnaire 

4 Questions

  • Q1. Should be good on any programming language like python or java.
  • Q2. Good in Linux/Unix operating systems and database area.
  • Q3. Overall basic knowledge on development cycle.
  • Q4. Most of the questions were best on the resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - At least he/she is able to write programming questions provided by the interviewer.

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is this maintenance work
  • Ans. 

    Maintenance work involves regular upkeep and repairs to ensure equipment and facilities are functioning properly.

    • Regular inspections and cleaning to prevent breakdowns

    • Repairing or replacing faulty parts

    • Performing routine tests and calibrations

    • Updating software or firmware as needed

    • Following manufacturer's guidelines for maintenance schedules

    • Examples: changing oil in a car, replacing air filters in HVAC systems, updatin

  • Answered by AI
  • Q2. What is this Wave soldering machine
  • Ans. 

    A wave soldering machine is a piece of equipment used in electronics manufacturing to solder through-hole components onto a printed circuit board.

    • Uses a wave of molten solder to solder components onto a PCB

    • Commonly used for through-hole components

    • Helps create strong and reliable solder joints

    • Requires precise control of temperature and conveyor speed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Assistant engineer

Assistant Engineer Interview Questions asked at other Companies

Q1. How do we take slump for casting of concrete and what if when we go rise about 50 meter height ...is their any difference in slump value as we go rise or in high rise buildings
View answer (4)

Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

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

(2 Questions)

  • Q1. Job details description
  • Q2. Monthly salery and dought discuss person
Round 2 - Group Discussion 

Work on job details and company employee

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2022

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions on core domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions knowledge on core domain is very important.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Stellapps Technologies interview questions for popular designations

 Assistant Engineer

 (1)

 Graduate Engineer

 (1)

 Intern

 (1)

 Junior Software Developer

 (1)

I applied via Walk-in and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself and about my family background

Interview Preparation Tips

Topics to prepare for Stellapps Technologies Graduate Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Be calm and thorough with subjects and having a good communication skills be an added advantage

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Interview questions from similar companies

I appeared for an interview in Jun 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 minutes
Round difficulty - Hard

The test link had 3 days expiry so I could attempt test anytime. It was conducted on doselect.com

  • Q1. 

    Equilibrium Indices in a Sequence

    You are given an array/list named 'SEQUENCE', which consists of 'N' integers. The task is to identify all equilibrium indices in this sequence.

    Explanation:

    An equilibr...

  • Ans. 

    The task is to find the equilibrium indices of a given sequence, where the sum of elements at lower indices is equal to the sum of elements at higher indices.

    • Iterate through the sequence and calculate the total sum of all elements

    • Initialize a left sum and right sum as 0

    • For each index, update the left sum and right sum and check if they are equal

    • If they are equal, add the index to the equilibrium indices

    • Return the equil

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Video interview round wherein I was asked to wrote code for the problem statements given by the interviewer. The problems were mainly focused on advanced JS concepts like asynchonous progamming, timers, closures, and data structure problems around arrays, sets, linked list etc.

  • Q1. 

    Rearrange Linked List Problem Statement

    Given a singly linked list in the form 'L1' -> 'L2' -> 'L3' -> ... 'Ln', your task is to rearrange the nodes to the form 'L1' -> 'Ln' -> 'L2' -> '...

  • Ans. 

    The task is to rearrange the nodes of a singly linked list in a specific order without altering the data of the nodes.

    • Iterate through the linked list to find the middle node using the slow and fast pointer technique.

    • Reverse the second half of the linked list.

    • Merge the first and reversed second half of the linked list alternatively to get the desired order.

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was the last round with HR wherein they judged cultural fit and there was discussion on things like my expectations v/s their expectations etc.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNoSpringworks interview preparation:Topics to prepare for the interview - Javascript/Typescript, NodeJS, MongoDB, SQL, Angular, Data Structures and Algorithms, Object Oriented Programming ConceptsTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Get well versed with the fundamentals of Javascript including advanced concepts like promises, async/await, generators, higher order functions, closures, currying etc.
Tip 2 : Do some projects on MERN Stack because a lot of projects here use some or all of those technologies
Tip 3 : Do prepare for behavioral/cultural-fit questions especially around how you'll handle various stituations during work or how will you manage productivity while working remotely.

Application resume tips for other job seekers

Tip 1 : Having projects on MERN stack will give you advantage
Tip 2 : Do mention if you have any AWS experience.
Tip 3 : Mention all your internships/past experiences. Keep them crisp and talk about what you did and it's impact/outcome.
Tip 4 : Any experience/exposure to blockchain will definitely give brownie points.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Nov 2021.

Round 1 - Coding Test 

Round duration - 30 minutes
Round difficulty - Easy

This round mainly consisted of some questions on advanced JS topics like Execution Context, Callback queue, Micro task queue, Promises, etc.

Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round was more technical compared to the previous one. The interviewer was a senior developer. If questions were not answered, answers would be given/explained.

  • Q1. What are some aggregate operators in MongoDB?
  • Ans. 

    Aggregate operators in MongoDB are used for data aggregation and manipulation.

    • Some aggregate operators in MongoDB include $sum, $avg, $min, $max, $push, $addToSet, $first, $last, $project, $match, $group, $sort, $limit, $skip.

    • Example: db.collection.aggregate([{$group: {_id: '$field', total: {$sum: '$value'}}}])

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This round was mainly to assess my experience level, roles, and responsibilities from my previous company. Salary negotiations also happened here.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaSpringworks interview preparation:Topics to prepare for the interview - Databases, Asynchronous programming, Promises, JavaScript, DS.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Learn about Execution Context, Promises in JS
Tip 2 : Learn about indices, Difference between different databases
Tip 3 : Error handling and Exceptions

Application resume tips for other job seekers

Tip 1 : Put in what you’ve done and not what you could have done.
Tip 2 : Keep it short and simple

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 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 

Aptitude Test with 1 coding question and 8 other aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions with some dbms questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. DSA + SQL query writing questions. Do revise SQL before interview.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was of 1 hr

Round 2 - Coding Test 

It was about 1 hr duration

Round 3 - Technical 

(2 Questions)

  • Q1. What do you know about oops
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Tell me about encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside interference.

    • Encapsulation also promotes code reusability and modularity.

    • Example: In object-oriented programming, classes encapsulate data fields and methods to ope

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do you manage your team
  • Q2. Why should I hire you

Skills evaluated in this interview

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

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

Stellapps Technologies Interview FAQs

How many rounds are there in Stellapps Technologies interview?
Stellapps Technologies interview process usually has 1-2 rounds. The most common rounds in the Stellapps Technologies interview process are HR, One-on-one Round and Technical.
How to prepare for Stellapps Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Stellapps Technologies. The most common topics and skills that interviewers at Stellapps Technologies expect are Sales, Maintenance, Accounting, Project Management and B2B Sales.
What are the top questions asked in Stellapps Technologies interview?

Some of the top questions asked at the Stellapps Technologies interview -

  1. What is this Wave soldering mach...read more
  2. What is this maintenance w...read more
  3. Should be good on any programming language like python or ja...read more

Tell us how to improve this page.

Stellapps Technologies Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
View all

Stellapps Technologies Reviews and Ratings

based on 115 reviews

3.8/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 115 Reviews and Ratings
Food Safety Team Leader

Varanasi,

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Associate Secretarial & Compliance

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Assistant Finance Manager

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Explore more jobs
Software Engineer
47 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Inventory Executive
35 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Service Engineer
28 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Project Manager
24 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Test Engineer
20 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Stellapps Technologies with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Yodlee

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