Finicity
Last updated
Was this helpful?
Last updated
Was this helpful?
Explain JVM
Default size of JVM
Default size of heap
How to increase the size of heap
What goes in the and what goes in the heap in detail
What is a weak reference
What is a weak-hashmap
How does GC work
How to invoke GC
What is the finalize method and in which class does it belong to
Is the Object class an abstract class
Difference between vector and arraylist and which is faster
Stack and queue
Queue implementations
Explain the concurrency package and what has been added
What is latchcount
What is a cyclic barrier
What is an atomic integer
What is volatile
What is serialization, what is transient
What is callable and how is it different from runnable
What is the executor framework and how many types are there
What is a future object
What messaging have you worked on (e.g. JMS, RabbitMQ, etc.)
What databases have you worked on
Can there be two JVMs on a single machine
What services do you know in AWS
What database is used in AWS
Writing stored procedures
What is a functional interface
What is the Optional class
What is the Stream API
Why is the Stream API lazy
Writing a lambda expression to create a thread and print your name
Output of the following programs:
What is the default server provided by Spring Boot (e.g. Tomcat, Netty, etc)
What is the default underlying implementation of Spring Boot JPA
Steps to implement security in Spring Boot
How to change the default implementation of ORM in Spring Boot
Difference between webservice and RESTful services
What is JAX-RS
What is the difference between git pull
and git fetch
What is indexing and why is it used
What is a primary key
Can you index a primary key
How to write a stored procedure
What is microservice architecture
What is vertical and horizontal scaling
How to handle failover for a database server