Upload Button Icon Add office photos

Filter interviews by

Act21 Softwares Java Developer Interview Questions and Answers

Updated 24 Feb 2024

Act21 Softwares Java Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

First there was online round which has simple aptitude question's

Round 3 - Coding Test 

Then there was a coding written test which includes easy dsa question's from array strings

Round 4 - Technical 

(1 Question)

  • Q1. Then there was a long interview which revolves around dsa, oops java basics and advance

Java Developer Interview Questions & Answers

user image Aditya Sharma

posted on 24 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was mcq based on oops and core java and 2 coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. One on one coding round
  • Q2. Arrays, Sub-Arrays, Linked List
Round 3 - One-on-one 

(1 Question)

  • Q1. Final interview with technology head

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

There was basic question

Round 3 - Coding Test 

There were mcq on core java and coding question

Round 4 - Technical 

(1 Question)

  • Q1. They ask questions from core java and basic queries on sql
Round 5 - One-on-one 

(1 Question)

  • Q1. Normal discussion and about ur project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the difference between abstract class and an interface in Java?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, member variables, and methods, while interface cannot.

    • A class can implement multiple interfaces but can only extend one abstract class.

    • Abstract classes are used to define a common behavior among subclasses, while interfaces are used to define a contract for classes to impl...

  • Answered by AI
  • Q2. An abstract class can have method implements and abstract method, while an interface only contains abstract method (before Java 8) . Abstract classes support single inheritance, whereas interfaces support ...
  • Ans. 

    Abstract classes can have both implemented and abstract methods, while interfaces can only have abstract methods. Abstract classes support single inheritance, interfaces support multiple inheritance.

    • Abstract classes can have both implemented and abstract methods, providing more flexibility in design.

    • Interfaces can only have abstract methods, promoting a more strict contract for implementing classes.

    • Abstract classes sup...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor chaining
  • Q2. Hasmap and treemap
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. 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 - Aptitude Test 

Their are 30 questions which one has to done in 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Q1) About the project you have done
  • Q2. Q2) some technical questions related to core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well enough so that you are answerable to each question asked

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself Why you choose IT & developer role OOPs concept, sample Java program
Round 3 - HR 

(1 Question)

  • Q1. Personal and salary details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and cool.Have better internet connection.Take enough time and answer.
Good luck.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the diffrence between == and .equals() in java?
  • Q2. == : Compares refrences (memory addresses) of objects. .equals() : Compares to content (value) of objects.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts ,Absrtraction,Polymorphism
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a short java program to check if a number is prime.
  • Ans. 

    Java program to check if a number is prime

    • Create a function that takes an integer as input

    • Check if the number is less than 2, return false

    • Iterate from 2 to the square root of the number, check for divisibility

    • If the number is divisible by any number, return false

    • Otherwise, return true

  • Answered by AI
  • Q2. A prime number is a number greater than 1.....etc
  • Ans. 

    A prime number is a number greater than 1 that can only be divided by 1 and itself.

    • Prime numbers are integers greater than 1

    • They have only two factors: 1 and the number itself

    • Examples of prime numbers: 2, 3, 5, 7, 11, 13

  • Answered by AI

Act21 Softwares Interview FAQs

How many rounds are there in Act21 Softwares Java Developer interview?
Act21 Softwares interview process usually has 4 rounds. The most common rounds in the Act21 Softwares interview process are Aptitude Test, One-on-one Round and Coding Test.
What are the top questions asked in Act21 Softwares Java Developer interview?

Some of the top questions asked at the Act21 Softwares Java Developer interview -

  1. then there was a long interview which revolves around dsa, oops java basics and...read more
  2. They ask questions from core java and basic queries on ...read more
  3. Arrays, Sub-Arrays, Linked L...read more

Tell us how to improve this page.

Software Engineer
91 salaries
unlock blur

₹3 L/yr - ₹10.8 L/yr

Software Developer
8 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹8.1 L/yr - ₹16 L/yr

Business Analyst
6 salaries
unlock blur

₹5.4 L/yr - ₹10.5 L/yr

Software Engineer Trainee
5 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Act21 Softwares with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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