Upload Button Icon Add office photos

Filter interviews by

Kept Bug Technologies Senior Java Developer Interview Questions, Process, and Tips

Updated 12 Jun 2023

Kept Bug Technologies Senior Java Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in May 2023. 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 - Technical 

(6 Questions)

  • Q1. What is spring MVC?
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller, providing a way to structure web applications.

    • It uses annotations to define controllers, request mappings, and other components.

    • Spring MVC supports RESTful web services and integrates with other Spring frameworks like Spring Boot.

    • It allows for easy testing of web applications using mock objects and dependency in

  • Answered by AI
  • Q2. Explain spring boot annotations?
  • Ans. 

    Spring Boot annotations are used to simplify the configuration and development of Spring applications.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.

    • These annotations help in auto-configuration, dependency injection, and component scanning.

    • For example, @SpringBootApplication is used to mark the main class of a Spring Boot application.

    • Si...

  • Answered by AI
  • Q3. Explain spring MVC flow?
  • Ans. 

    Spring MVC flow is the process of handling web requests in a Spring MVC application.

    • Client sends a request to the DispatcherServlet

    • DispatcherServlet sends the request to the appropriate Controller

    • Controller processes the request and returns a ModelAndView object

    • DispatcherServlet selects the view and renders the response

    • Client receives the response

  • Answered by AI
  • Q4. What is mean by java?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is a class-based, object-oriented programming language.

    • It is designed to have as few implementation dependencies as possible.

    • Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM).

  • Answered by AI
  • Q5. How Many type of opps concept?
  • Ans. 

    There are four main types of OOP concepts: Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation details and only shows the necessary features.

  • Answered by AI
  • Q6. What is mean by Ineritace?
  • Ans. 

    Inheritance is a mechanism in which a new class inherits properties and behaviors from an existing class.

    • Allows for code reusability

    • Establishes a parent-child relationship between classes

    • Derived class can access non-private members of the base class

    • Example: Class Car extends Vehicle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have Java developer Current working on Rubrics Softcon private limited company

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jun 2023. 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 

It has include logical ,reasoning question. Aptitude questions are include mcq type question.

Round 3 - Group Discussion 

Firstly introduce yourself then HR take the one subject then selected candidate discuss on that subject. Subject related talking positive and negative point. Then who candidate speak better these are select in next round.

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Basic
Interview preparation tips for other job seekers - A job seekers should collect information about the company beforehand. Then do apply these job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture with Docker containers for scalability and flexibility.

    • Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.

    • Service di...

  • Answered by AI
  • Q2. Spring and Hibernate questions
Round 2 - Coding Test 

Basic coding questions

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

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

(2 Questions)

  • Q1. Introduction about your self
  • Q2. About your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Narmal communication skills
Basic about your knowledge

Kept Bug Technologies Interview FAQs

How many rounds are there in Kept Bug Technologies Senior Java Developer interview?
Kept Bug Technologies interview process usually has 2 rounds. The most common rounds in the Kept Bug Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Kept Bug Technologies Senior Java Developer interview?

Some of the top questions asked at the Kept Bug Technologies Senior Java Developer interview -

  1. How Many type of opps conce...read more
  2. What is mean by ja...read more
  3. What is mean by Inerita...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ResMed Interview Questions
3.8
 • 16 Interviews
KDK Software Interview Questions
3.2
 • 15 Interviews
View all
Java Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Software Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

HR Executive
4 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Kept Bug Technologies with

Global Edge Software

3.5
Compare

Logelite

4.7
Compare

Virtual Galaxy Infotech

4.7
Compare

Pagarbook

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