Add office photos
Employer?
Claim Account for FREE

Systems Technology Group Inc.

3.2
based on 61 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 11 Nov 2024

Q1. Query to Sort employee based on salary in mysql

Ans.

Use ORDER BY clause in SQL to sort employees based on salary.

  • Use SELECT statement with ORDER BY clause

  • Specify the column name 'salary' after ORDER BY

  • Use ASC or DESC keyword to specify ascending or descending order

Add your answer

Q2. Java 8 features and coding in streams

Ans.

Java 8 introduced new features like lambda expressions, functional interfaces, and streams for more concise and efficient coding.

  • Lambda expressions allow for more concise code by enabling functional programming.

  • Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.

  • Streams provide a way to process collections of objects in a functional style, allowing for parallel processing and improved performance.

  • Examples: Usin...read more

Add your answer

Q3. How to reverse a string

Ans.

To reverse a string, iterate through the characters and swap the first and last characters until reaching the middle.

  • Create a function that takes a string as input

  • Initialize two pointers, one at the beginning and one at the end of the string

  • Swap the characters at the two pointers and move them towards the center until they meet

Add your answer

Q4. Why string is immutable

Ans.

String is immutable in order to ensure data integrity and security.

  • Immutable strings prevent accidental modification of data

  • Immutable strings allow for safe sharing of data between different parts of a program

  • Immutable strings help in thread safety and concurrent programming

  • Example: String str = "hello"; str.concat("world"); // This will create a new string instead of modifying the original

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. Comparable vs comparator in java

Ans.

Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering in Java.

  • Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be compared.

  • Comparator interface is used to define custom ordering of objects. It is implemented by a separate class that compares objects of another class.

  • Example: String class implements Comparable interface for natural ordering based...read more

Add your answer

Q6. Component communication in angular

Ans.

Component communication in Angular involves passing data between components using @Input, @Output, services, and event emitters.

  • Use @Input to pass data from parent to child component

  • Use @Output and EventEmitter to emit events from child to parent component

  • Use services to share data between components that are not directly related

  • Use RxJS subjects for more complex communication scenarios

Add your answer
Are these interview questions helpful?

Q7. Internal working of hashmap

Ans.

HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

  • HashMap internally uses an array of linked lists to store key-value pairs.

  • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

  • If multiple keys hash to the same index (collision), a linked list is used to store all key-value pairs at that index.

  • To retrieve a value, the key is hashed to find the index and the...read more

Add your answer

Q8. Arraylist vs linked list

Ans.

Arraylist is faster for accessing elements, while linked list is better for frequent insertions and deletions.

  • Arraylist uses contiguous memory allocation, allowing for faster access via index. Example: accessing elements by index.

  • Linked list uses nodes with pointers to the next element, making it better for frequent insertions and deletions. Example: adding elements to the middle of the list.

  • Arraylist has a fixed size, while linked list can dynamically grow in size. Example: ...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Annotations in spring

Ans.

Annotations in Spring are used to provide metadata about the application's components.

  • Annotations are used to configure Spring beans, controllers, services, etc.

  • They help in reducing the configuration code and make the code more readable.

  • Examples include @Component, @Autowired, @RestController, @Service, etc.

Add your answer

Q10. Profiles in spring boot

Ans.

Profiles in Spring Boot allow you to define different configurations for different environments.

  • Profiles help in managing configurations for different environments like development, testing, production, etc.

  • You can define profiles in application.properties or application.yml using 'spring.profiles.active' property.

  • Profiles can be activated using command line arguments, environment variables, or servlet context parameters.

  • Example: 'spring.profiles.active=dev' will activate the...read more

Add your answer

Q11. Services in angular

Ans.

Services in Angular are singleton objects that can be used to share data or functionality across components.

  • Services are used to encapsulate reusable functionality that can be injected into components or other services.

  • They are typically used for data sharing, communication with APIs, or other common tasks.

  • Services are defined using the @Injectable decorator in Angular.

  • Example: UserService that handles user authentication and data retrieval.

Add your answer

Q12. How many years experience in java ?

Ans.

I have 5 years of experience in Java programming.

  • 5 years of hands-on experience in Java development

  • Proficient in Java programming language

  • Worked on various Java projects including web applications and backend systems

Add your answer

Q13. How many years experience in sql

Ans.

I have 5 years of experience in SQL.

  • 5 years of hands-on experience with SQL

  • Proficient in writing complex SQL queries

  • Experience in database design and optimization

Add your answer

Q14. Tell about ur selef

Ans.

I am a passionate software developer with experience in Java, Python, and web development.

  • Experienced in Java, Python, and web development technologies

  • Strong problem-solving skills

  • Familiar with Agile development practices

  • Excellent communication and teamwork abilities

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

Interview Process at null

based on 6 interviews in the last 1 year
Interview experience
4.7
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.3
 • 473 Interview Questions
3.7
 • 304 Interview Questions
3.9
 • 256 Interview Questions
4.0
 • 148 Interview Questions
3.3
 • 138 Interview Questions
4.1
 • 133 Interview Questions
View all
Top Systems Technology Group Inc. 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
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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