Upload Button Icon Add office photos

Filter interviews by

Advanto Software Java Developer Interview Questions and Answers

Updated 18 May 2021

Advanto Software Java Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How much sallery you get
  • Q2. How many year you will do wark in industries

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing else

Interview questions from similar companies

Java Developer Interview Questions & Answers

Coforge user image Animesh Singh 4978

posted on 20 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Kth stair problem
  • Ans. 

    The Kth stair problem involves finding the number of ways to reach the Kth stair by taking 1 or 2 steps at a time.

    • Use dynamic programming to solve this problem efficiently.

    • The number of ways to reach the Kth stair is equal to the sum of ways to reach (K-1)th stair and (K-2)th stair.

    • Base cases: For K=1, there is only 1 way. For K=2, there are 2 ways.

    • Example: For K=4, there are 5 ways to reach the 4th stair - [1,1,1,1],

  • Answered by AI
  • Q2. Asteroid Collision
Round 2 - Technical 

(2 Questions)

  • Q1. Dbms questions On normalization , concurrency control and SQL queries
  • Q2. Project related questions build and uploaded on my GitHub
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Default methods and multiple abstraction, asynchronous calls in java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain how hashmap internally works
  • Ans. 

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

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to store them.

    • When retrieving a value, the key is hashed to find the index and then the linked list is searched for the key.

  • Answered by AI
  • Q2. Difference between vector and Arraylist
  • Ans. 

    Vector is synchronized and slower, ArrayList is unsynchronized and faster.

    • Vector is synchronized, ArrayList is not.

    • Vector is slower due to synchronization, ArrayList is faster.

    • Vector is legacy class, ArrayList is part of Java Collections framework.

    • Vector doubles its size when full, ArrayList increases by 50%.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Java & advance java,spring Boot
  • Ans. 

    I m to get yourlife company to work.

  • Answered Anonymously
  • Q2. Check my skills
  • Ans. 

    It's like technical round & Hr round , way of language speaking.

  • Answered Anonymously
  • Q3. I ability to doing work hard in this company
  • Q4. I'm have read to extra work form this company
  • Q5. I hope I think about me good everything it's OK thank you my side.

Interview Preparation Tips

Topics to prepare for Amazon Java Developer interview:
  • Core Java
  • JDBC
  • Servlets
  • Hibernate
  • Spring Boot
Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Use of functional interface
  • Ans. 

    Functional interfaces in Java are interfaces with only one abstract method, used for lambda expressions and method references.

    • Functional interfaces can be used with lambda expressions and method references to provide implementation for the single abstract method.

    • Examples of functional interfaces in Java include Runnable, Callable, and Comparator.

    • Functional interfaces can also have default and static methods in addition

  • Answered by AI
  • Q2. Can you use same static method in two different interface
  • Ans. 

    No, static methods cannot be overridden in interfaces.

    • Static methods in interfaces are implicitly public and abstract, so they cannot be overridden.

    • If two interfaces have the same static method signature, it will not cause any conflict.

    • Implementing classes will have to provide their own implementation of the static method.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Custom exception?
  • Ans. 

    Custom exception is a user-defined exception that extends the functionality of the built-in exceptions in Java.

    • Custom exceptions are created by extending the Exception class or one of its subclasses.

    • They allow developers to define their own exception types for specific scenarios.

    • Custom exceptions can include additional methods and fields to provide more information about the exception.

    • Example: public class CustomExcept...

  • Answered by AI
  • Q2. What is roles and responsibilities in your project?
  • Q3. Find out duplicate element in array?
  • Ans. 

    Use a HashSet to find duplicate elements in an array of strings.

    • Create a HashSet to store unique elements.

    • Iterate through the array and check if the element is already in the HashSet.

    • If it is, then it is a duplicate element.

    • Example: String[] array = {"apple", "banana", "apple", "orange"};

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Reverse the array basic questions like star patterns abstraction inheritance polymorphism etc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

An exam used to determine by individual skills

Round 2 - Assignment 

Something assigned,as a particular task or duty

Interview Preparation Tips

Topics to prepare for Amazon Development Centre India Java Developer interview:
  • Basics of C,C++,Html,Css
Interview preparation tips for other job seekers - The act of looking, employment and unemployment ,desire to better position

Tell us how to improve this page.

Digital Marketing Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

QA Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Software Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹4.9 L/yr

Software Developer
3 salaries
unlock blur

₹1.2 L/yr - ₹8.4 L/yr

Digital Marketing Analyst
3 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Explore more salaries
Compare Advanto Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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