Add office photos
Employer?
Claim Account for FREE

Starcentauri Technologies

4.6
based on 30 Reviews
Filter interviews by

DRS Knowledge city Interview Questions and Answers

Updated 20 Dec 2024

Q1. 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. @Configuration - Indicates a class contains Spring configuration...read more

Add your answer

Q2. 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.

Add your answer

Q3. 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 over configuration, reducing boilerplate code and increasin...read more

Add your answer

Q4. 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

Add your answer
Discover DRS Knowledge city interview dos and don'ts from real experiences

Q5. 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 class.

  • Encapsulation involves bundling data and methods that ...read more

Add your answer

Q6. 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.

Add your answer

Q7. 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 subclasses 'Dog' and 'Cat'. Both 'Dog' and 'Cat' can be treat...read more

Add your answer

Q8. 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.

  • Example: RestTemplate restTemplate = new RestTemplate();

Add your answer

Q9. 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 for classes to implement, specifying the methods they must p...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at DRS Knowledge city

based on 3 interviews
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 736 Interview Questions
4.0
 • 476 Interview Questions
3.8
 • 187 Interview Questions
4.1
 • 167 Interview Questions
3.6
 • 153 Interview Questions
3.3
 • 142 Interview Questions
View all
Top Starcentauri Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter