Upload Button Icon Add office photos

Filter interviews by

Keen & Able Computers Interview Questions and Answers

Updated 5 Dec 2024

Keen & Able Computers Interview Experiences

Popular Designations

3 interviews found

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

(2 Questions)

  • Q1. What is Method over loading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding involves creating a method in a subclass with the same name and ...

  • Answered by AI
  • Q2. What is ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable database transactions.

    • Atomicity: Ensures that all operations in a transaction are completed successfully, or none are completed at all.

    • Consistency: Ensures that the database remains in a consistent state before and after the transaction.

    • Isolation: Ensures that the execution of transactions concurrently does not interfere with each other.

    • Durability: Ensures...

  • Answered by AI
Round 2 - Coding Test 

Given a task to create CRUD operation using Apache camel and Quarkus as a technoloy

Round 3 - HR 

(1 Question)

  • Q1. What you want this job?
  • Ans. 

    I am passionate about Java development and eager to contribute my skills to your team.

    • I have a strong background in Java programming, with experience in developing web applications and software solutions.

    • I am excited about the opportunity to work on challenging projects and collaborate with a talented team of developers.

    • I am confident that my technical skills and problem-solving abilities make me a strong fit for this

  • Answered by AI

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Java Developer Interview Questions & Answers

user image IMR college

posted on 5 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Average coding and basic question related to Java for Java development

Round 2 - Coding Test 

Only one coding question

Round 3 - Assignment 

They assign an assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - After the assignment round may be ye log sirf kam niklwa the h assignment dekr bcz inhone uske bd reject krdia even after completing the assignment before the deadline and the interviewer is junior than me and unable to understand the complex and advance code than he rejected me I did not like the process

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2022.

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

(1 Question)

  • Q1. Tell me about your self? What is your salary expectation? What is notice period?
Round 3 - Technical 

(1 Question)

  • Q1. Linux basic commands. Apache etc

Junior DevOps Engineer Interview Questions asked at other Companies

Q1. Can ec2 server launched without security group?
View answer (2)

Interview questions from similar companies

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

Basic aptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. 1.Java, OOPs concept 2. HTML,CSS,JS 3.DSA
  • Q2. Explain your project
Round 3 - Technical 

(1 Question)

  • Q1. Java Coding questions
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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions solve on paper

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions and adv java ,sql,css,html questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Q.1 Pattern
1
*2*
**3**
Q. 2
write code to get sub array with max sum from given array.

Round 2 - Technical 

(1 Question)

  • Q1. Introduction Project Deatails Oops Concept Collection Exception Handling Abstract Class Functional Interface Spring Framework

Interview Preparation Tips

Topics to prepare for Thinkitive Technologies Java Developer interview:
  • Java
  • Advanced Java
  • SQL
  • Data Structures
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ==and .equals() in java?
  • Ans. 

    In Java, == compares memory addresses while .equals() compares the actual content of objects.

    • == compares memory addresses of objects, while .equals() compares the actual content of objects.

    • == is used to compare primitive data types, while .equals() is used to compare objects.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.

  • Answered by AI
  • Q2. ==compares object references, while .equals() compares object values in java.
  • Ans. 

    In Java, == compares object references, while .equals() compares object values.

    • Use == to compare if two object references point to the same memory location.

    • Use .equals() to compare if two objects have the same values.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay curious and keep upgrading your skills to match industry demands.

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 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 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - J2EE J2SE SERVLETS JSP JDBS JAV.ABLE
Required: JAVA SPRING SPRINGBOOT, HIBERNATE, MIRCOSERCIES, WEBSERVICES ABILE TO UNDERSTAND SDLC PROCESS.
SALARY 90% HIKE AS PER CURRENT SALARY.

Keen & Able Computers Interview FAQs

How many rounds are there in Keen & Able Computers interview?
Keen & Able Computers interview process usually has 3 rounds. The most common rounds in the Keen & Able Computers interview process are Coding Test, Technical and HR.
What are the top questions asked in Keen & Able Computers interview?

Some of the top questions asked at the Keen & Able Computers interview -

  1. What is Method over loading and method overrid...read more
  2. what is ACID Propert...read more
  3. Linux basic commands. Apache ...read more

Tell us how to improve this page.

Keen & Able Computers Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Keen & Able Computers Reviews and Ratings

based on 43 reviews

3.4/5

Rating in categories

3.8

Skill development

3.1

Work-life balance

3.0

Salary

3.2

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 43 Reviews and Ratings
Devops Engineer
44 salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Junior DevOps Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Linux Engineer
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Desktop Support Engineer L2
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Linux System Administrator
6 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Keen & Able Computers with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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