Add office photos
Employer?
Claim Account for FREE

Fresher Than Fresh

4.1
based on 198 Reviews
Filter interviews by

Bimadirect Interview Questions and Answers

Updated 13 Jul 2024

Q1. What is Jvm and it' architecture?

Ans.

JVM stands for Java Virtual Machine, it is an abstract computing machine that enables a computer to run Java programs.

  • JVM is platform-independent and converts Java bytecode into machine code.

  • It provides memory management, garbage collection, and security features.

  • JVM architecture consists of class loader, runtime data areas, execution engine, and native method interface.

View 2 more answers

Q2. Write a java program finding same character

Ans.

Java program to find and display the characters that are repeated in a given array of strings.

  • Iterate through each string in the array

  • For each string, iterate through each character and store them in a HashMap with character as key and count as value

  • Print the characters that have count greater than 1

View 2 more answers

Q3. What is oops concept?

Ans.

OOPS (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

  • OOPS focuses on the concept of objects, which are instances of classes.

  • It emphasizes encapsulation, inheritance, and polymorphism.

  • Encapsulation ensures data hiding and abstraction.

  • Inheritance allows classes to inherit properties and behaviors from other classes.

  • Polymorphism enables objects to take on multiple forms or behaviors.

  • Example: In Java, a class represents a...read more

View 1 answer

Q4. What is java and it's features

Ans.

Java is a high-level programming language known for its portability, security, and object-oriented features.

  • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

  • It is object-oriented, allowing for modular and reusable code

  • Java is secure with features like automatic memory management and exception handling

  • It supports multithreading, allowing for concurrent execution of tasks

  • Java has a rich set of APIs and libraries for various functio...read more

Add your answer
Discover Bimadirect interview dos and don'ts from real experiences

Q5. What is strings,data types?

Ans.

Strings are a data type used to represent a sequence of characters in Java.

  • Strings are immutable, meaning they cannot be changed once created.

  • String literals are enclosed in double quotes, e.g. "Hello World".

  • Strings can be concatenated using the '+' operator, e.g. "Hello" + "World".

  • String objects have many useful methods like length(), substring(), etc.

Add your answer

Q6. What are array?

Ans.

Arrays are a data structure that stores a fixed-size sequence of elements of the same type.

  • Arrays can be of any data type, including strings.

  • They have a fixed size, which is determined at the time of declaration.

  • Elements in an array are accessed using their index, starting from 0.

  • Arrays can be used to store and manipulate collections of data efficiently.

Add your answer

Q7. What is collection

Ans.

A collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

  • Collections can store objects of different types.

  • Common collection types include List, Set, and Map.

  • Collections provide methods for adding, removing, and accessing elements.

  • Example: List names = new ArrayList<>();

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Bimadirect

based on 4 interviews
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Java Developer Interview Questions from Similar Companies

3.6
 • 164 Interview Questions
3.5
 • 54 Interview Questions
3.9
 • 45 Interview Questions
3.4
 • 20 Interview Questions
3.4
 • 13 Interview Questions
3.9
 • 13 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter