Upload Button Icon Add office photos

Filter interviews by

Stellapps Technologies Intern Interview Questions and Answers

Updated 7 Apr 2022

Stellapps Technologies Intern Interview Experiences

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. About projects, like the what stack used
  • Q2. Hr question about why to join browserstack

Intern Interview Questions & Answers

Ameyo user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. Not remembered the question now
  • Q2. Not remembered the question now again
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Technical Project discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on DSA were asked by the interviewer at first.
  • Q2. Some theoretical questions from DBMS and oops and also asked to write some SQL queries.
Round 2 - Technical 

(2 Questions)

  • Q1. This round was also similar to the first technical round at first given a DSA question.
  • Q2. After that I was asked to write some SQL queries and also questions from resume were asked.
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was managerial round which was was offline in person interview. At first he asked sone basic DBMS and oops questions.
  • Q2. Then gave me a question and asked me to write a complex SQL query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up DSA and work on SQL queries.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Some Objective questions and 1 Coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Situation based questions on Coroutines
  • Q2. About Project Tech Stack Used and Questions on that
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Expertise in ATS
  • Ans. 

    Experience with Applicant Tracking Systems (ATS) is essential for HR Intern role.

    • Familiarity with popular ATS platforms such as Greenhouse, Lever, and iCIMS

    • Ability to post job listings, review resumes, and track candidate progress within ATS

    • Experience in customizing ATS workflows and generating reports for recruitment metrics

  • Answered by AI
  • Q2. Total Experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of position closed
  • Ans. 

    The number of positions closed refers to the total number of job openings that have been filled by candidates.

    • The number of positions closed can be tracked through the recruitment process, from job posting to candidate selection.

    • This metric is important for evaluating the efficiency and effectiveness of the hiring process.

    • For example, if a company has closed 50 positions in a quarter, it indicates a high level of recru

  • Answered by AI
  • Q2. Proficiency in Excel
  • Ans. 

    Proficient in Excel with experience in creating complex formulas, pivot tables, and data analysis.

    • Experience in creating and manipulating spreadsheets

    • Ability to use functions and formulas effectively

    • Knowledge of pivot tables and data visualization techniques

    • Experience in data analysis and reporting

    • Familiarity with VLOOKUP, INDEX-MATCH, and conditional formatting

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. Puzzle

    Given two hourglass of 4 minutes and 7 minutes, the task is to measure 9 minutes.

  • Q2. Technical Questions

    What is multithreading ?

    What is diamond problem ?

    He asked some technical questions related to my projects

  • Q3. Maximum Sum Rectangle

    You are given an M X N matrix of integers ARR. Your task is to find the maximum sum rectangle.

    Maximum sum rectangle is a rectangle with the maximum value for the sum of integers pr...

  • Ans. Brute force

    In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).

    We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. OS Questions

    Producer Consumer Problem using Semaphores

    What is Banker's algorithm?

    What is Belady's Anomaly ?

  • Q2. Infix to Postfix

    You are given a string EXP which is a valid infix expression. Convert the given infix expression to postfix expression.

    Infix expression is of the form a op b. Where operator is is betwe...

  • Ans. Stack

    We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.

    Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]

    Order of precedence [ link ]

    The algorithm will be-

    1. ANS ...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. About projects, like the what stack used
  • Q2. Hr question about why to join browserstack

Intern Interview Questions & Answers

Ameyo user image Anonymous

posted on 7 Jun 2024

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

(2 Questions)

  • Q1. Not remembered the question now
  • Q2. Not remembered the question now again

Stellapps Technologies Interview FAQs

How many rounds are there in Stellapps Technologies Intern interview?
Stellapps Technologies interview process usually has 1 rounds. The most common rounds in the Stellapps Technologies interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Stellapps Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Ninjacart Interview Questions
4.0
 • 94 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
ZIGRAM Interview Questions
4.0
 • 26 Interviews
Fleetx.io Interview Questions
3.9
 • 25 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
View all
Software Engineer
42 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Inventory Executive
35 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Project Manager
30 salaries
unlock blur

₹4.3 L/yr - ₹11 L/yr

Service Engineer
30 salaries
unlock blur

₹1.6 L/yr - ₹3.2 L/yr

Product Manager
22 salaries
unlock blur

₹9 L/yr - ₹16.1 L/yr

Explore more salaries
Compare Stellapps Technologies with

Ninjacart

4.0
Compare

CropIn Technology Solutions

3.3
Compare

Agnext India

5.0
Compare

Intello Labs Pvt Ltd

3.6
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