QuestionsInterview
QuestionsInterview
Find out classes where total fund is less than x, find out classes where total fund
is greater than x
Find out how many additional funds needed so that each class can have X funds
Example:
Class 5: 900 : -100
Class 6:800 : -200
Class 7:1100 :+100
200 additional funds needed so that each class can have 1000rs fund
-----------------------------------------------------------------------------------
-
1.Technologies you have worked and your achievements in project
2.Let's say there is a string, and the values will be 12345
Can you write the logic and get the sum of these digits.
3.There is a list of denominations: 5rs, 10rs 20rs 50rs, 100rs, 200rs, 500rs
Input is 80rs
To withdraw 80rs, a) you can give 8 notes of 10rs
b)4 notes of 20rs
c)1 note of 50rs, 3 note of 10rs
d)1 note of 50rs, 1 note of 20 rs, 1 note of 10rs
Can you write the logic to find minimum number of denominations out of these
cominations (Best possible option)
4. What is the latest version of Java you have used?
5. What are the new features in Java 21, which is not there in java 8
6. What is Kafka? What are the applications?
7. Where have you used Kafka in your application. How did Kafka help you?