Upload Button Icon Add office photos

Filter interviews by

Starcentauri Technologies Interview Questions, Process, and Tips

Updated 20 Dec 2024

Top Starcentauri Technologies Interview Questions and Answers

View all 9 questions

Starcentauri Technologies Interview Experiences

Popular Designations

3 interviews found

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical Aptitude for first round

Round 2 - Technical 

(6 Questions)

  • Q1. What is Spring Boot ?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot eliminates the need for manual configuration by providing defaults for most settings.

    • It allows developers to quickly set up and run standalone Spring-based applications.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.

    • It promotes convention o...

  • Answered by AI
  • Q2. What annotations we used in spring boot?
  • Ans. 

    Various annotations are used in Spring Boot for different purposes.

    • 1. @RestController - Used to define RESTful web services.

    • 2. @RequestMapping - Maps web requests to specific handler methods.

    • 3. @Autowired - Injects dependencies into a Spring bean.

    • 4. @Component - Indicates a class is a Spring component.

    • 5. @Service - Indicates a class is a Spring service.

    • 6. @Repository - Indicates a class is a Spring repository.

    • 7. @Confi...

  • Answered by AI
  • Q3. What is Multi Threading?
  • Ans. 

    Multi Threading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and responsiveness.

    • Allows multiple tasks to run concurrently within a single process

    • Improves performance by utilizing CPU resources efficiently

    • Can lead to synchronization issues if not handled properly

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q4. Interviewer ask me to write CRUD operation in Spring Boot
  • Q5. Asked about project
  • Q6. What is oops concept?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem.

    • Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another cl...

  • Answered by AI

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 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 

Basic Logical Reasoning Like Checking the logic of problem solving

Round 3 - Coding Test 

Maximum 60 minutes for coding round.
Minimum 3-4 coding questions.

Round 4 - HR 

(2 Questions)

  • Q1. Discussion of salary and HR manager checks the background of the candidates
  • Q2. What is your expected Salay? Why we will select you in our company?
  • Ans. 

    I expect a competitive salary based on my skills and experience.

    • I have extensive experience in Java backend development.

    • I have a strong understanding of data structures and algorithms.

    • I have successfully delivered complex projects on time and within budget.

    • I am a quick learner and adapt easily to new technologies.

    • I am a team player and can effectively collaborate with cross-functional teams.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Panic while facing the interview.
Don't show fake experience.

Java Back End Developer Interview Questions asked at other Companies

Q1. Design a layered architecture for saving the user data to db. What all annotations to be used on each class and on functions if any?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Java, Spring Boot, Lambda expression, Collection framework

Round 2 - Technical 

(5 Questions)

  • Q1. Explain annotations used in spring boot ?
  • Ans. 

    Annotations in Spring Boot are used to provide metadata and configuration to the application.

    • Annotations are used to define the behavior of various components in a Spring Boot application.

    • They can be used to configure dependency injection, define request mappings, handle exceptions, etc.

    • Some commonly used annotations in Spring Boot include @RestController, @Autowired, @RequestMapping, @ExceptionHandler, etc.

  • Answered by AI
  • Q2. Explain polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms, allowing objects of different classes to be treated as the same type.

    • Polymorphism allows objects to be used interchangeably with other objects of the same superclass.

    • It enables code reusability and flexibility in object-oriented programming.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A superclass 'Animal' with sub...

  • Answered by AI
  • Q3. Explain rest-template.
  • Ans. 

    RestTemplate is a class in Spring Framework that simplifies making HTTP requests and handling responses.

    • RestTemplate is part of the Spring Web module.

    • It provides methods to send HTTP requests and receive responses.

    • It supports various HTTP methods like GET, POST, PUT, DELETE, etc.

    • RestTemplate can handle different data formats like JSON, XML, etc.

    • It can be used to consume RESTful APIs and interact with external services.

    • ...

  • Answered by AI
  • Q4. What is stack ?
  • Ans. 

    A stack is a data structure that follows the Last-In-First-Out (LIFO) principle.

    • Elements are added and removed from the top of the stack.

    • Common operations include push (add element) and pop (remove element).

    • Stacks are used in function calls, undo/redo functionality, and expression evaluation.

  • Answered by AI
  • Q5. Explain abstraction in java.
  • Ans. 

    Abstraction in Java is the process of hiding the implementation details and providing only the essential features to the user.

    • Abstraction allows programmers to focus on the essential aspects of an object and ignore the irrelevant details.

    • It is achieved using abstract classes and interfaces in Java.

    • Abstract classes cannot be instantiated and can have both abstract and non-abstract methods.

    • Interfaces define a contract fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interview in my career.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Just a min on T20 cricket
  • Q3. Improving quality of education in India
  • Ans. 

    Improving quality of education in India

    • Investing in teacher training and development

    • Increasing access to technology and digital resources

    • Encouraging parental involvement in education

    • Promoting vocational education and skill development

    • Addressing the issue of inadequate infrastructure and resources

  • Answered by AI
  • Q4. Question on B. Tech project

Interview Preparation Tips

Round: Test
Experience: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc....
Total Questions: 60

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Project Engineer Interview Questions & Answers

Wipro user image PRIYANKA CHOUDHURY

posted on 12 Jan 2015

Interview Preparation Tips

Round: Test
Experience: There were two parts : Aptitude and English.
The Aptitude part consisted of questions related to Maths which were quite easy.
The English section consisted of reading comprehensions.
Tips: Read the questions carefully because some of them might be lengthy.
Apply quick formulas so that you save time on each question.
Duration: 90 minutes

Round: Group Activity
Experience: We were asked to write an essay on a topic.
My topic was "Global Warming".
This was not an elimination round.
Tips: Writing essay requires a good fair of English and also thinking capability.
Divide your essay into paragraphs and don't forget to assign a title to your essay.

Round: Interview
Experience: The technical round was quite simple for me as the interviewer asked me few simple questions related to basic programming. I am not well versed with programming but then I managed because I did study the previous day.
I was not nervous since I knew I would be able to crack the interview in one go. After waiting for hours and hours, my turn came and finally I went up to the interviewer.
Tips: Be confident and communicate well.
The interviewers are more interested in how you communicate to them.
Learn the basics and revise a little before you go to the interview .

Round: Interview
Experience: This was the most simple and funniest round for me as the interviewer asked me only a single question .
The question goes like " Which place are you from?"
Tips: When you get selected for the HR round, just relax.
This is not an elimination round .
The HR's won't ask questions related to your subjects or any academics.
They would only ask some basic information regarding your life experiences and or will you be able to work in a corporate environment.

General Tips: 1. You need to be confident.
2. Drink lots of water.
3. Dont discuss anything with your neighbours during the interview process.
4. Dont overthink.
5. Be positive.
Skill Tips: You should well versed with english and try to communicate well with the interviewer.
Skills: COMMUNCATION SKILLS, PROGRAMMING SKILLS, TECHNICAL SKILLS, WRITING SKILLS
College Name: SRM UNIVERSITY
Motivation: A highly-motivated, productive and customer-focused team player with strong communication, interpersonal,organizational, time management, analytical and problem solving skills. Reliable and dedicated with the ability to grasp and apply new procedures quickly; organize and prioritize tasks to meet deadlines and adapt readily to new challenges.

Interview Questionnaire 

1 Question

  • Q1. They asked me how would you determine toll for the Jamuna Expressway
  • Ans. 

    Determining toll for Jamuna Expressway

    • Consider the distance of the expressway

    • Analyze the maintenance cost of the expressway

    • Take into account the traffic volume and expected revenue

    • Compare with toll rates of similar expressways

    • Consider the economic status of the region

    • Consult with experts and stakeholders

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: 2 round of interview
First round- technical (basic infra stuff)Second round- HR skills- just a brush up of civil infra courses like Infrastructure Planning and Management(IPM), ECM.HR preparation – slight basic
First round- they took people with CG>=7.5
They asked me how would you determine toll for the Jamuna Expressway.
Tips: I started in September. Obviously early bird catches the fish.

Round: Interview
Experience: HR preparation – slight basic. My HR was very good. Moreover, my intern was in Mumbai Metro Rail, which helped me push in for infra. Also my PORs gave me an edge over others.
Tips: CFA played a crucial role for my friends.

General Tips: Basically puzzles, as they are helpful in almost every company. It provides you a direction for thinking.
www.brainden.com was a good site.
300,400 puzzles book was very good. (Available in DC++)
Have your resume ready early in the semester.Have mock GDs in your group.Have basic fundamentals about what’s going in the country and world. Don’t RG and prepare in groups.
College Name: IIT MADRAS

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Why should I hire you
  • Q3. Are you willing to relocate

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section is of 15 minutes duration.
Tips: Prepare for general aptitude and learn the basics of C, C++ and Java.
Duration: 60 minutes

Round: HR Interview
Experience: General HR round questions were asked.
Tips: You must show your confidence and maintain eye contact with the interviewer.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Interview Questionnaire 

6 Questions

  • Q1. It was followed by HR interview
  • Q2. Tell mi abt urself
  • Ans. 

    I am a software engineer with experience in developing web applications and expertise in programming languages such as Java and Python.

    • Proficient in Java and Python programming languages

    • Experience in developing web applications using frameworks such as Spring and Django

    • Familiarity with database technologies such as MySQL and MongoDB

    • Strong problem-solving and analytical skills

    • Ability to work in a team and collaborate ef

  • Answered by AI
  • Q3. Wat r ur strengths weaknesses
  • Q4. Wer do u see urself in next 5 years
  • Ans. 

    In the next 5 years, I see myself as a senior software engineer leading a team of developers.

    • I plan to continue learning and expanding my skillset

    • I hope to take on more leadership roles and mentor junior developers

    • I aim to contribute to the development of innovative software solutions

    • I plan to stay up-to-date with the latest technologies and industry trends

  • Answered by AI
  • Q5. Why should we hire u
  • Q6. How many years can u commit to us

Interview Preparation Tips

Round: Test
Experience: Be confident but dont be over confident
Tips: solve as many papers u can to crack dis test
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: Be clear about ur thots.
Tips: Try to speak more & relevant to the topic.
Duration: 15 minutes

Round: Technical Interview
Experience: being honest will help u clear this round
Tips: Be UP to DATE..

General Tips: Develop coding skills& logics also understand the basic math formulaes
College Name: TERNA ENGINEERING COLLEGE
Motivation: If u can Dream IT , U can Definetly Achieve IT.. :)
Funny Moments: :D

Starcentauri Technologies Interview FAQs

How many rounds are there in Starcentauri Technologies interview?
Starcentauri Technologies interview process usually has 2-3 rounds. The most common rounds in the Starcentauri Technologies interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Starcentauri 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 Starcentauri Technologies. The most common topics and skills that interviewers at Starcentauri Technologies expect are CSS, HTML, Hibernate, J2Ee and Javascript.
What are the top questions asked in Starcentauri Technologies interview?

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

  1. What annotations we used in spring bo...read more
  2. Explain annotations used in spring boo...read more
  3. What is Spring Boo...read more

Tell us how to improve this page.

Starcentauri Technologies Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Starcentauri Technologies Reviews and Ratings

based on 30 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.4

Job security

4.5

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 30 Reviews and Ratings
Java Developer
95 salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Software Engineer
70 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Softwaretest Engineer
27 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

Software Developer
25 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Automation Test Engineer
13 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Starcentauri Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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