Upload Button Icon Add office photos

Filter interviews by

Incedo Java Developer Interview Questions and Answers

Updated 31 Aug 2024

Incedo Java Developer Interview Experiences

2 interviews found

Java Developer Interview Questions & Answers

user image Nithin Krishna

posted on 31 Aug 2024

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

(2 Questions)

  • Q1. Difference between ArrayList and LinkedList?
  • Ans. 

    ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.

    • ArrayList provides fast random access, LinkedList provides fast insertion and deletion.

    • ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to the next and previous elements.

    • Example: ArrayList is better for scenarios where random access is required, ...

  • Answered by AI
  • Q2. Difference between HashMap and HashTable?
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.

    • HashMap is faster than HashTable as it is non-synchronized, but HashTable is preferred in multi...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

I am good coder in java coding knowledge.

Round 2 - Technical 

(2 Questions)

  • Q1. I am best technicaly in java .
  • Q2. Base on java like core java .

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Mam, This side Manish Kumar. I'm looking for job as java developer so I want know is there any opportunity for Java Developer If yes so I request you please kindly asset me.

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 questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Spring Boot
  • Q2. What is Redux in React
  • Q3. What is Context API in React
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Cycle sort based question
  • Q2. Streams api, optional, lambda implementation
  • Q3. Hashmap iteration ways
  • Ans. 

    There are multiple ways to iterate over a HashMap in Java.

    • Using keySet() and values() methods

    • Using entrySet() method

    • Using forEach() method with lambda expression

  • Answered by AI
  • Q4. Method overriding based code question -> guess the output
  • Ans. 

    Method overriding in Java with code example

    • Output will be 'Child class method' as the method in Child class overrides the method in Parent class

    • Method overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • The method in the subclass should have the same name, return type, and parameters as the method in the superclass

  • Answered by AI
  • Q5. Write API to save data
  • Ans. 

    API to save data in Java

    • Use HTTP POST method to send data to the server

    • Create a RESTful endpoint to handle the data saving

    • Validate the input data before saving it to the database

  • Answered by AI

Skills evaluated in this interview

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

(10 Questions)

  • Q1. Tell me about yourself and the project you have done
  • Q2. Have you work on the spring boot freamwork
  • Q3. Collection framework
  • Q4. Write a program to make a Linkedlist, you have to develop the logic for the linkedlist suppose your are the first who is going to invent the linkedlist what would be the apporach how you create the add/del...
  • Q5. Have you worked on the Data Structures
  • Ans. 

    Yes, I have worked on various data structures like arrays, linked lists, stacks, queues, trees, and graphs.

    • I have implemented algorithms using data structures like sorting, searching, and traversal.

    • I have optimized code by choosing the appropriate data structure for the problem.

    • I have used data structures in projects to efficiently store and manipulate data.

  • Answered by AI
  • Q6. Have you worked on the Multithreading
  • Ans. 

    Yes, I have experience working on Multithreading in Java.

    • Implemented multithreading using Java's Thread class

    • Used synchronized keyword to handle thread synchronization

    • Utilized Executor framework for managing thread pools

  • Answered by AI
  • Q7. Write a program to find the min and max no from the array
  • Ans. 

    Program to find min and max no from array of strings

    • Iterate through the array and compare each element to find min and max

    • Use Integer.parseInt() to convert strings to integers for comparison

    • Initialize min and max variables with first element of array

  • Answered by AI
  • Q8. Difference between the @controller vs @restcontroller
  • Ans. 

    The @Controller annotation is used to create a controller class in Spring MVC, while @RestController is used to create RESTful web services.

    • The @Controller annotation is used to create a controller class in Spring MVC, which is used to handle traditional web requests.

    • The @RestController annotation is used to create RESTful web services, which return data in JSON or XML format.

    • The @RestController annotation is a special...

  • Answered by AI
  • Q9. Difference between the @service vs @Repository
  • Ans. 

    The @Service annotation is used to mark a class as a service, while the @Repository annotation is used to mark a class as a repository.

    • The @Service annotation is typically used on service layer classes, which contain business logic.

    • The @Repository annotation is typically used on repository classes, which interact with a database or other data source.

    • Both annotations are used for component scanning and dependency inject...

  • Answered by AI
  • Q10. Difference between the Arrylist vs Linkedlist
  • Ans. 

    ArrayList is implemented using a dynamic array while LinkedList is implemented using a doubly linked list.

    • ArrayList provides fast access to elements using index, but slow insertion and deletion.

    • LinkedList provides fast insertion and deletion, but slow access to elements.

    • Example: ArrayList is suitable for scenarios where random access is required, while LinkedList is suitable for scenarios where frequent insertion and d

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through above all question the interview was taken by pran sukh for the pune location

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude,20 comunication,4 program questions

Round 2 - Group Discussion 

General topics . topics about online class vs office line class

Round 3 - HR 

(1 Question)

  • Q1. In this round also they mainly check communication.after that basic questions about the what you put on your resume
Round 4 - HR 

(1 Question)

  • Q1. General round. In this round they told about the company and bond
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Micro service disadvantage
  • Ans. 

    Microservices can introduce complexity, communication overhead, and potential performance issues.

    • Increased complexity due to managing multiple services

    • Communication overhead between services

    • Potential performance issues due to network latency

    • Difficulty in maintaining consistency across services

  • Answered by AI
  • Q2. @functionalinterface can we extend or not, map & flatmap
  • Ans. 

    No, @FunctionalInterface cannot be extended. Map and flatMap are default methods in the interface and cannot be overridden.

    • No, @FunctionalInterface cannot be extended as it is a single abstract method interface.

    • Map and flatMap are default methods in the interface and cannot be overridden.

    • Example: public interface MyInterface { void myMethod(); default void myDefaultMethod() { // implementation } }

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Handler methods
  • Q2. Default methods in java8
  • Ans. 

    Default methods in Java 8 allow interfaces to have method implementations.

    • Introduced in Java 8 to provide backward compatibility for interfaces

    • Can have method implementations in interfaces using the 'default' keyword

    • Used to add new methods to interfaces without breaking existing implementations

  • Answered by AI

Skills evaluated in this interview

Incedo Interview FAQs

How many rounds are there in Incedo Java Developer interview?
Incedo interview process usually has 2 rounds. The most common rounds in the Incedo interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Incedo 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 Incedo. The most common topics and skills that interviewers at Incedo expect are Java, Microservices, Spring Boot, Hibernate and J2Ee.
What are the top questions asked in Incedo Java Developer interview?

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

  1. Difference between ArrayList and LinkedLi...read more
  2. Difference between HashMap and HashTab...read more
  3. I am best technicaly in jav...read more

Tell us how to improve this page.

Incedo Java Developer Salary
based on 62 salaries
₹3 L/yr - ₹8.2 L/yr
21% less than the average Java Developer Salary in India
View more details

Incedo Java Developer Reviews and Ratings

based on 2 reviews

2.8/5

Rating in categories

2.2

Skill development

2.8

Work-Life balance

2.8

Salary & Benefits

1.6

Job Security

3.4

Company culture

2.2

Promotions/Appraisal

2.2

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
1.1k salaries
unlock blur

₹6.8 L/yr - ₹23.8 L/yr

Software Engineer
848 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Technical Lead
591 salaries
unlock blur

₹10 L/yr - ₹37.9 L/yr

Associate
287 salaries
unlock blur

₹2.7 L/yr - ₹6.1 L/yr

Senior Technical Lead
268 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Explore more salaries
Compare Incedo with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview