Filter interviews by
Abstraction is a fundamental concept in programming that simplifies complex systems by hiding unnecessary details.
Abstraction allows developers to focus on high-level functionalities without worrying about implementation details.
In object-oriented programming, abstraction is achieved through abstract classes and interfaces.
Example: A car's interface (steering wheel, pedals) abstracts the complex mechanics of the e...
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
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
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
Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods in programming.
Using built-in functions: In Python, you can use slicing: `reversed_string = original_string[::-1]`.
Using loops: Iterate through the string in reverse order and build a new string: `for char in original_string[::-1]: new_string += char`.
Using recursion: Define a function that returns...
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
A hashmap uses key-value pairs for efficient data retrieval, leveraging hashing for quick access.
Hashing: Converts keys into hash codes, which determine the index in an array.
Buckets: Each index in the array can hold multiple entries (linked list or tree) to handle collisions.
Load Factor: Determines when to resize the hashmap; typically set to 0.75 for efficiency.
Resizing: When the load factor is exceeded, the has...
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 ...
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 par...
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 ...
Sorting Array and palindrome
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
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
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
Train and age sum and resoning
Largest and smallest sums
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.
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,...
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 p...
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.
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 paramete...
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
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
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 authenticat...
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
Top trending discussions
based on 9 interview experiences
Difficulty level
Duration
based on 82 reviews
Rating in categories
Senior Software Engineer
186
salaries
| ₹7.6 L/yr - ₹22 L/yr |
Software Engineer
138
salaries
| ₹6 L/yr - ₹13 L/yr |
System Analyst
37
salaries
| ₹10.2 L/yr - ₹19 L/yr |
Technical Lead
28
salaries
| ₹13 L/yr - ₹30 L/yr |
Senior System Analyst
15
salaries
| ₹12.5 L/yr - ₹19 L/yr |
Saama Technologies
Jumio
DISYS
Data-Core Systems