Q1. What is java memory model explain it? Q2. How Hashmap works internally many questions on the hashmap working. a. What is the data structure is used to store entity? b. how hashcode works with the performace of hashmap? c. What is the good way to override hashmap? d. Which version of java uses Red Black tree for storing hash entity having hashcode collision? e. What is hash collision explain that. write some code which uses a class as key and override hashcode and equals mehod in that. f.write code for good hashcode. Q3 What is Executor framework in java? a. write code for creating threads using executor framework. b. How will you assign threads doing subtask in executor framework? c. What is Lock? d. which is concurrency package, what are the classes in that? e. what is semaphore? Where it is used? f.Tell something about producer and consumer problem, which class of queue interface is used to solve it? Q4 How ArrayList works? which Collection is resizable? when arraylist grows what is the new size?
Java Development Lead Interview Questions
596 java development lead interview questions shared by candidates
What are cyclic beans. Which object will be instantiated first
Merge two sorted arrays and return the same array optimally.
Design a solution to captialize first name and last name from some text.
3 interviews + codility test Personal interview, ~45 mins with the recruiter Codility test were SQL and Spring Boot exercises General behavour on managing people, how do you motivate people, keep quality, balance between delivering and keeping people happy, motivation, etc
Given a few features for Whatsapp, decide how many resources needed with what skills to deliver the feature in a month. Kafka concepts, algorithms, distributed system scenarios.
Db query related to many-to-many relationship
Print producer consumer using wait and notify
Serialization, Strategy/Factory design pattern, Countdownlatch, Threads etc, Aggregation, composition
1st round: .Brief introduction about myself .Which technologies I have worked on .have you worked on struts .Do you have experience on hibernate .Have you worked on NoSql .What is the URL or configuration parameter of the MongoDB you're connecting to (basically he was interested to know if I am aware how the connectionString of mongoDB look like) .How the configuration to connect to Mongo is handled in your application, give some parameter names .How to know if no consumer is consuming in Kafka .which tool or commands are you using to check kafka related things .What is microservices .write a microservice to provide CatalogService, OrderService and BillingService .Explain the code you wrote for above question As I had used Java8 to write the code I was asked questions related to it .New features in Java8 .what is stream .give your view about Diamond problem with java8 .have u worked with collections .internal working of hashmap .hashMap key related requirements .write a custom class to be used as hashmap key .singleton pattern
Viewing 451 - 460 interview questions