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

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. 1.Define the term capacitance & inductance 2.what is Rectifier 3. What is referred to the electron in the outer orbit 4.what kind of cable used in transmission line 5.Explain Rlc circuit 6.what happen if series current is double
View answer (5)

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)

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)

Stellapps Technologies interview questions for popular designations

 Assistant Engineer

 (1)

 Graduate Engineer

 (1)

 Intern

 (1)

 Junior Software Developer

 (1)

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 questions from similar companies

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test with math and logic related questions. there were also coding questions which were given more weightage than the other questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Standard linked list questions like finding the middle of a linked list, checking if the linked list is a loop etc
  • Q2. Max heap related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This interview was mostly math related questions. for eg: prove if a number is irrational.

Interview Preparation Tips

Topics to prepare for Amagi Media Labs Software Engineer interview:
  • Data Structures
  • Maths
  • puzzles
Interview preparation tips for other job seekers - focus is on checking basic coding and problem solving skills. a separate round for testing mathematical ability was a surprise.

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops? .net core features

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
 • 48 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
26 salaries
unlock blur

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

Peel-works

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