Core Java, Spring Boot, Microservice Interview Questions | Cognizant L1 Technical Interview

preview_player
Показать описание
Cognizant Java Interview which covers Java, Java8, Spring Boot, and Microservices.

For Live Java Interview Preparation! Register Now

Cognizant Java Interview
Freshers Java Interview
Experienced Java Interview

Products I use:
Рекомендации по теме
Комментарии
Автор

For Live Java Interview Preparation! Register Now

cloudtech
Автор

this guy perform pretty good
I really appreciate transparency.

gabrielfono
Автор

you both are rocking man!!...Although, its scripted but its helping us to know various interview questions...keep it going..

shashwatgupta
Автор

Mir da...tomar national award paoa uchit...eto versatile character tmr...just god gifted...❤

learningcomputersciencewit
Автор

Str is sequence of characters to represent name address email id etc

Ellenki_
Автор

I have worked on some spring boot projects by myself with intermediate knowledge in java, so how can i apply anywhere as a fresher???

sensiblesenseisama
Автор

Collections array list, hash map, linked list.

Ellenki_
Автор

They are making interview harder than that this is like a entry level

sarakara
Автор

default static and functional interfaces.

Ellenki_
Автор

I got placed in both Cognizant and Deloitte. Thank you.

siddharthsekharsingh
Автор

Thread goes waiting state by calling wait() or sleep () also

ramt
Автор

For freshers what is the package for springboot if we are good at spring boot? and if we done a project on springboot is it a plus point ?

vineethyadav
Автор

bro as a fresher i know the answer of almost all questions except springboot can u suggest me some source for springboot im from mechanical final year students...

manoharpatil
Автор

Such basic questions are rarely asked.

Loosely coupling microservices is much more different than what you spoke

String is not a primitive datatype. Zuul is used with older Spring Boot and JDK 1.8

public interface InterfaceA {
public String abc();
}

public interface InterfaceB {
public String abc();
}

public class InterfaceABEg implements InterfaceA, InterfaceB {
I want you to write how you can use super here
}

rexsam
Автор

Is it fir freshers interview?? We can't expect this type of questions from 3 years experience guy??

preetyshaw
Автор

Anyone explain loose coupling in 2 microservices? 21:41

anilmajhi
Автор

How do you define a string in java? The answer could be:
Using primitive datatype string, and using the String Wrapper class which the guy explained how to define them.

merickutan
Автор

Horizantal scalling explaination was wrong?

dhanajihubale
Автор

Edo Edo cheppu correct but way of answer is not in Java... If you are not allow to create a object or else the class which is not complete implementation means partially implementation called

maheshr
Автор

Why abstraction is asked to everyone in every Java interview?

Ellenki_