FICO- Interview Questions

manager, person, people

FICO Interview Questions

Collection of FICO Interview Questions. The section contains a real-time interview experience shared by the interviewees.

Technical Round

  1. What is the default package in java? 

  2. Why we use interface why not abstract class?

  3. What if we implement the same method in the interface and abstract.

  4. What are inner classes? Name them?

  5. In public static void main(String arr[])… what if we replace public with private, remove static, replace void with string?

  6. hash map we have (key and value ) pair, can we store inside a value =(key, value ) again ??

  7. What is variable scope in java (in class, in method, in static block)

  8. What are the oops concepts? Explain them each with real-world examples

  9. Write a program so that whenever you create an object, you get to know how many objects you have created?

  10. What are singleton classes?

  11. What is difference  between .equals() , (==)  and compare-to();

  12. Difference between hash code and equals?

  13. Write a program to get substring of string  ex: java is good so result: avais.

  14. Write a program to reverse the string 

  15. Program for binary search 

  16. What is the use of the package?

  17. Why we use interface and abstract?

  18. We have 2 interfaces both have the print method, in my class, I have implemented the print method, how you will get to know that I have implemented the first interface and how you will use it.

  19. What is the difference between the vector list and ArrayList

  20. Difference between hashmap and hash table, what is synchronization, how it is achieved?

  21. Use of the collection, when we use it?

  22. What is the priority queue in the collection, what is the use, how you have use in your project?

  23. When to use hashmap and hashtable?

  24. Where you have used the concept of interface and abstract in your framework?

Check more questions on JavaSeleniumDatabaseAPI and Manual testing.

About FICO