Mastercard Java Interview 2022
CloudTech · 2,146 words · 11 min read · EN

Below is the complete, readable transcript of Mastercard Java Interview 2022 by CloudTech on YouTube. Read the full text, copy any part you need, or generate a transcript for any video with our free tool.
hi guys welcome to cloud tech in this interview we are going to discuss a real mastercard interview question that we got from students who got placed in mastercard and at the end of this interview we are going to solve one java 8 coding problem so let's start with the interview okay uh can you tell me what is an
optional class in java 8 yes so uh starting from uh when you when you write the code uh there is a lot of problem with null checks so we have to do a lot of null checks optional class is the one who solves this problem using optional class you can reduce the number of null check and
when you perform certain operation at the end of the operation you either get the result or you get null back so optional is used in that case and it is introduced in java 8 okay what is functional interface functional interface is is an interface which has only one abstract method and that interface is generally annotated
with at the right uh functional interface and there are various functional interfaces in java 8 for example or runnable is a functional interface um predicate is a functional interface so in a sense it has one abstract method and there can be multiple default methods in functional interface okay so what is predicate a predicate is also a functional
interface and you can you can write one test condition using predicate so predicate is a test condition for example you have a list and there are various elements in the list and integer elements in the list and you want to filter only elements which are greater than 18 for for example who can vote
so you can perform this thing using predicate you can write a predicate and you can write condition as age is greater than 18 and to the filter method of the stream you can pass this predicate to get the filtered results do you know method reference in java yes so method reference uh generally to
Transcribe another video
Paste any YouTube, Instagram or TikTok link to get a free transcript.