Upload Button Icon Add office photos
Engaged Employer

i

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

Ninestars Information Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ninestars Information Technologies Research and Development Associate Interview Questions and Answers

Updated 14 Jul 2024

Ninestars Information Technologies Research and Development Associate Interview Experiences

1 interview found

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 Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

A pen and paper coding test of 4 to 5 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical questions on projects ((ML)
  • Q2. Technical questions on SQL, cloud
Round 3 - Coding Test 

Live coding test of 5 DSA concepts

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Ninestars Information Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

Research and Development Associate Interview Questions Asked at Other Companies

Q1. Given a circle's center coordinates and radius, and a point's coo ... read more
Q2. What is the order in which constructors and destructors are calle ... read more
asked in Excel Foods
Q3. What are the types of Carbohydrates?
Q4. Ant and its travel along a cube.
Q5. Name reactions Stoichiometric calculations.

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 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 - Coding Test 
Round 3 - HR 

(1 Question)

  • Q1. They just check your mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your coding skills and prepare well

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. What is triggers 2. Difference between method overloading and method overriding 3. Ask me to code five numbers in ascending order 4.ask me to code prime or not 5. Difference between final and finally ke...
  • Ans. 

    Interview questions for Software Developer on triggers, method overloading/overriding, sorting, prime numbers, final/finally keyword, and normalization.

    • Triggers are database objects that are automatically executed in response to certain events.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a subclass method with the same name and parameters a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through coding part and be true to your resume and be confident

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Based on core java Advanced java
  • Q2.  I have completed software developer course from Jspiders
  • Q3. Please gives the interviews based on Core Java and advanced Java
  • Q4. I am very happy to work with your organization si can you please give me a one chance ?
  • Q5. I have good knowledge on Oops language so

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good understanding about core java.
I have good knowledge on oops Concept.
Advanced java and stream APIs and stream framworks etc.

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is Singleton Class?
  • Q2. Why do we use Static in java
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q3. Write Program with Singleton class
  • Ans. 

    Singleton class ensures only one instance of a class is created and provides a global point of access to it.

    • Create a private constructor to prevent direct instantiation of the class

    • Create a private static instance of the class

    • Create a public static method to get the instance of the class

    • Ensure thread safety by using synchronized keyword or static initialization

    • Example: Database connection manager

  • Answered by AI
  • Q4. Internal working of Hashmap

Interview Preparation Tips

Interview preparation tips for other job seekers - With 2 Years of experience, you can't expect people to be master on any topic, Stop humiliating people by asking questions on a single topic only.

Skills evaluated in this interview

I appeared for an interview in Jun 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Total 75 Mcq With 1 coding Question
It Was a written round on amcat which consist of 30 technical Mcqs and 1 coding Question and 30 aptitude question and 15 logical reasonings were there.
10 mcq from C programming 
5 mcq from dbms
5 mcq from Operating System
and rest mcq were from oops concept , Time complexities , searching , sorting , bfs and dfs .

  • Q1. 

    Remove Duplicates from Sorted Array Problem Statement

    You are given a sorted integer array ARR of size N. Your task is to remove the duplicates in such a way that each element appears only once. The outpu...

  • Ans. 

    The task is to remove duplicates from a sorted integer array in-place and return the length of the modified array.

    • Use two pointers, one for iterating through the array and another for keeping track of the unique elements.

    • Compare the current element with the next element. If they are the same, move the second pointer forward.

    • If they are different, update the first pointer and replace the element at the first pointer wit...

  • Answered by AI
Round 2 - Assignment 

Round duration - 50 minutes
Round difficulty - Easy

75 Psychometric question was to be answered in 50 minutes

Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was a technical round,so basically started with a introduction from both sides .he started asking questions from dsa 
starting with easy questions 
1. Reverse a string 
2. difference between merge sort and quick sort 
3. binary search theory 
4. dbms joins questions 
then he scanned my resume ans told me to explain my major project and i explained it throughly and asked some questions technologies which i have used 
then some operating questions .
and later he asked about my hobbies and the how different societies and clubs have helped me in my college days.
the interview last for 1 hour and i asked for a feedback and he said it was great interviewing u .
after that some

  • Q1. 

    Reverse String Word Wise

    You are tasked with reversing the given string word-wise. This means that the last word in the input string should appear first, the second-last word second, and so on. Importantl...

  • Ans. 

    Reverse the given string word-wise while keeping the characters of each word in their original order.

    • Split the input string by spaces to get individual words

    • Reverse the order of the words in the resulting array

    • Join the words back together with spaces in between

  • Answered by AI
Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was HR round so he asked me some behaviorial questions starting with my introduction family background , Why i want to join newgen? why should we hire u?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Kalinga Institute of Industrial Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaCgpa Above 8 were only shortlisted by the companyNewgen Software interview preparation:Topics to prepare for the interview - The top topics are 1 Dsa: Array , strings , Binary search , Sorting , searching problems from Geeksforgeeks (All problems which i pratice are of easy level and medium level) and all OOPS Concept .2.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Lets Go with Dsa , Practice at least 20 question of all topics like array , string , searching sorting , tree in any online coding platform , the best is to start from geeksforgeeks ranging from easy level to medium level question. Make sure your theoratical concepts are clear before coding . OOPS concepts are very important , he grilled me 15 minutes on oops concepts 

Tip 2 : Make at least 1 major Project and 1 minor Project and don't fake technologies because the interviewer is going to ask all questions from the projects (why u have used this technology or frame works , some basics and intermediate questions and some behaviorial questions like how u met the deadline, how did u divide the work in team if it's a team project ) and if possible if u have deployed ur project on github its better to provide a link of ur projects in resume 

Tip 3 : The interview is here to hire u not to reject u , nobody is perfect , so he/she is searching for a never giving up attitude , he/she will grill u giving some advanced questions , don't direct say no , i cant solve this question . take ur time , think about various approaches and think loudly , so that he/she can help u , i had the same scenario but i kept on giving various approaches and after 5 mins of brainstorming , he gave me a hint and i come with a better solution . I was not able to answer 3-4 questions still gets selected. So aleways keep a positive and never giving up attitude

Application resume tips for other job seekers

Tip 1 : Make at least 1 major Project and 1 minor Project and don't fake technologies because the interviewer is going to ask all questions from the projects (why u have used this technology or frame works , some basics and intermediate questions and some behavioral questions like how u met the deadline, how did u divide the work in team if it's a team project ) and if possible if u have deployed ur project on github its better to provide a link of ur projects in resume .

Tip 2 : The interview is here to hire u not to reject u , nobody is perfect , so he/she is searching for a never giving up attitude , he/she will grill u giving some advanced questions , dont direct say no , i cant solve this question . take ur time , think about various approaches and think loudly , so that he/she can help u , i had the same scenario but i kept on giving various approaches and after 5 mins of brainstorming , he gave me a hint and i come with a better solution . I was not able to answer 3-4 questions still gets selected. So aleways keep a positive and never giving up attitude

Final outcome of the interviewSelected

Skills evaluated in this interview

Ninestars Information Technologies Interview FAQs

How many rounds are there in Ninestars Information Technologies Research and Development Associate interview?
Ninestars Information Technologies interview process usually has 3 rounds. The most common rounds in the Ninestars Information Technologies interview process are Coding Test and One-on-one Round.
What are the top questions asked in Ninestars Information Technologies Research and Development Associate interview?

Some of the top questions asked at the Ninestars Information Technologies Research and Development Associate interview -

  1. technical questions on projects ((...read more
  2. Technical questions on SQL, cl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Junior Associate
213 salaries
unlock blur

₹0.8 L/yr - ₹2.8 L/yr

Media Analyst
56 salaries
unlock blur

₹1.5 L/yr - ₹2.8 L/yr

Software Developer
36 salaries
unlock blur

₹2.6 L/yr - ₹5.2 L/yr

Data Specialist
34 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Software Engineer
29 salaries
unlock blur

₹2.5 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Ninestars Information Technologies with

ITC Infotech

3.7
Compare

Test Yantra Software Solutions

3.1
Compare

Clover Infotech

3.5
Compare

Newgen Software Technologies

3.8
Compare
write
Share an Interview