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
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
1 Interview rounds
based on 3 reviews
Rating in categories
Senior Software Engineer
1.2k
salaries
| ₹9 L/yr - ₹37 L/yr |
Staff Engineer
811
salaries
| ₹10.9 L/yr - ₹41 L/yr |
Senior Engineer
612
salaries
| ₹9 L/yr - ₹30 L/yr |
Software Engineer
309
salaries
| ₹4.8 L/yr - ₹18.5 L/yr |
Senior Staff Engineer
216
salaries
| ₹15 L/yr - ₹43 L/yr |
Accenture
Persistent Systems
Mphasis
LTIMindtree