Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Altimetrik Team. If you also belong to the team, you can get access from here

Altimetrik Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 996 Reviews

Filter interviews by

Altimetrik Java Developer Interview Questions and Answers

Updated 1 Aug 2024

Altimetrik Java Developer Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java8 coding to filter the vowels
  • Ans. 

    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

  • Answered by AI
  • Q2. Java8, Multi Threading, Hibernate, JPA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contiguous array in java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Saga design pattern

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious SubsequenceYou are given an array ‘ARR’ of 'N' ... read more
asked in Deloitte
Q4. Convert Bst To The Greater Sum TreeYou have been given a Binary S ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to write a code related to transaction in java8

Interview Preparation Tips

Interview preparation tips for other job seekers - Be expert in java 8 features which is trending now.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Construct binary tree from expression

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices patterns
  • Q2. Circuit breaker

Altimetrik interview questions for designations

 Senior Java Developer

 (4)

 Java Back End Developer

 (1)

 Developer

 (1)

 Software Developer

 (5)

 Senior Developer

 (2)

 Android Developer

 (1)

 Lead Developer

 (1)

 Python Developer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic core Java 8 concepts
  • Q2. Spring boot concepts

I applied via Approached by Company and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 spring boot question
  • Q2. Problem solving in java 8
Round 3 - Technical 

(2 Questions)

  • Q1. Based on the project you worked on
  • Q2. Problem solving in java and ds

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good interview experience and interviewer is friendly and help us to know which we lack

Java Developer Jobs at Altimetrik

View all

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is blocking queue?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just respond as you know

Skills evaluated in this interview

Java Developer interview

user image Dynamic Programmer

posted on 16 Jan 2022

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Sonarqube, different type of code smells, and how its implemented in CI CD
  • Ans. 

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

  • Answered by AI
  • Q2. Write a program to find the numbers divisble by 3 in a string - and reverse its indexes eg : - input : String s = "123456789" output String s = "129456783"
  • Ans. 

    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.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. To connect to your DB what you use in Spring boot
  • Ans. 

    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

  • Answered by AI
  • Q2. What is Component Scan
  • Ans. 

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

  • Answered by AI
  • Q3. Throw vs throws
  • Ans. 

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

  • Answered by AI

Skills evaluated in this interview

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Java Developer interview?
Altimetrik interview process usually has 1-2 rounds. The most common rounds in the Altimetrik interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Altimetrik Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are Java, Spring Boot, Microservices, Data Structures and Hibernate.
What are the top questions asked in Altimetrik Java Developer interview?

Some of the top questions asked at the Altimetrik Java Developer interview -

  1. What is blocking que...read more
  2. Java8 coding to filter the vow...read more
  3. Java 8 spring boot quest...read more

Tell us how to improve this page.

Altimetrik Java Developer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more
Altimetrik Java Developer Salary
based on 49 salaries
₹7.5 L/yr - ₹21.2 L/yr
112% more than the average Java Developer Salary in India
View more details

Altimetrik Java Developer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.6

Salary

3.6

Job security

4.5

Company culture

3.6

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Java Developer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Staff Engineer
837 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
619 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
307 salaries
unlock blur

₹4.8 L/yr - ₹18.5 L/yr

Senior Staff Engineer
218 salaries
unlock blur

₹15 L/yr - ₹43 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview