i
Altimetrik
Filter interviews by
Using Java8 to filter vowels from an array of strings
Use Java8 stream and filter to iterate through each string in the array
Use a lambda expression to check if each character is a vowel
Collect the filtered strings into a new array
Contiguous array in java
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Asked to write a code related to transaction in java8
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.
Construct binary tree from expression
Altimetrik interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
A blocking queue is a queue that blocks when attempting to dequeue from an empty queue or enqueue to a full queue.
BlockingQueue interface is a part of java.util.concurrent package
It provides thread-safe operations for put() and take() methods
Examples: ArrayBlockingQueue, LinkedBlockingQueue, PriorityBlockingQueue
Top trending discussions
Sonarqube is a static code analysis tool used to detect code smells and bugs in code. It is integrated into CI/CD pipelines for continuous code quality checks.
Sonarqube is a static code analysis tool that identifies code smells, bugs, and security vulnerabilities in code.
Code smells are common programming issues that may indicate a deeper problem in the code. Examples include duplicated code, long methods, and complex ...
Program to find numbers divisible by 3 in a string and reverse their indexes.
Iterate through the string and check if each character is a number divisible by 3.
Store the divisible numbers in an array and reverse their indexes.
Join the array back into a string and return the result.
In Spring Boot, we use Spring Data JPA to connect to the database.
Use @EnableJpaRepositories annotation in the main application class to enable JPA repositories
Define datasource properties in application.properties or application.yml file
Use @Entity annotation to define JPA entities
Use JpaRepository interface to perform CRUD operations on entities
Component Scan is a feature in Spring framework that automatically scans and registers Spring components in the application context.
Component Scan is used to automatically detect and register Spring components like @Component, @Service, @Repository, and @Controller.
It eliminates the need for manual configuration of bean definitions in the Spring configuration file.
Component Scan can be configured with base package(s) t...
throw is used to explicitly throw an exception in a method, while throws is used in method signature to declare the exceptions that can be thrown by the method.
throw is used within a method to throw an exception, while throws is used in the method signature to declare the exceptions that can be thrown by the method
throw is followed by an exception object, while throws is followed by the exception class names separated ...
1 Interview rounds
based on 3 reviews
Rating in categories
Senior Software Engineer
1.2k
salaries
| ₹9 L/yr - ₹34 L/yr |
Staff Engineer
837
salaries
| ₹10.9 L/yr - ₹41 L/yr |
Senior Engineer
619
salaries
| ₹9 L/yr - ₹30 L/yr |
Software Engineer
307
salaries
| ₹4.8 L/yr - ₹18.5 L/yr |
Senior Staff Engineer
218
salaries
| ₹15 L/yr - ₹43 L/yr |
Accenture
Persistent Systems
Mphasis
LTIMindtree