Upload Button Icon Add office photos

Filter interviews by

OBOlinx Tech Java Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

Interview Questionnaire 

1 Question

  • Q1. In 1st round they asked aptitude questions And 2nd round was an technical hr interview in this they asked oops concepts and basic C programming

Interview Questionnaire 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Interview Questionnaire 

1 Question

  • Q1. Questions Based on basic algorithm and Oops concept

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Yourself
  • Q2. How do you feel about working nights and weekends?
  • Q3. I will try to complete my tasks within weekdays effectively and efficiently to avoid weekand night work.
  • Q4. What is the difference b/w confidence and over confidence?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech mahendra company is a very efficent work hard and if you have a growth of employees skills and sincearly work hard

I applied via Company Website and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Take a topic by yourself and talk about 2 minutes about it.
  • Q2. How was your college life and what you have learned?
  • Q3. How you can associate with a team and how you can avoid misunderstandings
  • Q4. Tell me something about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello, guys im basically a middle class person with minimum knowledge in english but i have a hugh practice of talking since school days . So many people asking me that how can i speak fluently but the trick is that i do copy since many years . Well its not about how much you speak . The things how you speak ?



You dont need to use fancy words or any tough words . Just be simple and straight. Take a topic and try to me the other person understand that you can translate things clearly. Even if you're using butler english it should be simple . Nothing but make sure you need have 100% good typing speed . No compromise on it .

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself??
  • Q2. What where the challenge you faced in your previous role and how did you overcome??

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident ..tell them what they want to hear

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Qualification, basic questions about customer service, empathy apology,how to handle angry customer..thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent in English and Hindi ..
Give some good and creative answers that's all..😊.

I applied via Company Website and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Explain JDK, JRE & JVM?
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine for executing Java code.

    • JDK includes JRE and development tools like compiler and debugger

    • JRE includes JVM and necessary libraries to run Java applications

    • JVM is responsible for interpreting Java bytecode and executing it

    • JDK is used for developing Java applications, JRE is used for running them

    • Example: JDK 8 includes JRE 8 and tools lik...

  • Answered by AI
  • Q2. Explain public static void main (String args []) in Java.
  • Q3. Is Java platform-independent, if yes why?
  • Ans. 

    Yes, Java is platform-independent because of its 'write once, run anywhere' principle.

    • Java programs are compiled into bytecode, which can be executed on any platform with a Java Virtual Machine (JVM).

    • The JVM acts as an interpreter, translating the bytecode into machine code specific to the underlying platform.

    • This allows Java programs to run on different operating systems and hardware architectures without modification...

  • Answered by AI
  • Q4. What are constructors in Java?
  • Ans. 

    Constructors are special methods used to initialize objects in Java.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can be overloaded to accept different parameters.

    • Example: public class Car { public Car(String make, String model) { ... } }

    • Example: Car myCar = new Car("Toyota", "Camry");

  • Answered by AI
  • Q5. What is the final keyword in Java?
  • Ans. 

    The final keyword in Java is used to declare a constant variable or to prevent method overriding and class inheritance.

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden by subclasses

    • Final classes cannot be inherited by other classes

    • Example: final int MAX_VALUE = 100;

    • Example: final void printMessage() { System.out.println("Hello World!"); }

    • Example: final class MyClass { ... }

  • Answered by AI
  • Q6. What is your Java String Pool?
  • Ans. 

    Java String Pool is a cache of String objects stored in heap memory.

    • String literals are automatically added to the pool.

    • String objects created using the 'new' keyword are not added to the pool.

    • String.intern() method can be used to add a String object to the pool.

    • String pool helps in saving memory by reusing common String literals.

  • Answered by AI
  • Q7. Why Java Strings are immutable in nature?
  • Ans. 

    Java Strings are immutable to ensure data integrity and security.

    • Immutable strings prevent accidental modification of data.

    • String pooling optimizes memory usage by reusing existing strings.

    • Immutable strings are thread-safe, simplifying concurrent programming.

    • String immutability allows for efficient caching and hashing.

    • Immutable strings enable safe sharing of string references.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for HR questions like:- Tell me about yourself? Are you fine with working in night shifts? Why should we hire you? What are your greatest strengths and weaknesses? What is your greatest achievement?

Skills evaluated in this interview

Tell us how to improve this page.

Compare OBOlinx Tech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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