Cognizant java interview questions and answers | Microservices interview questions

preview_player
Показать описание
Microservices Interview questions
Spring boot interview questions
java interview questions
-----------------------------------------

#java​ #javaInterviewQuestions​ #JavaInterviewQuestionsandAnswers​​​ #Intellipaat​​​ #JavaInterview​​​ #CoreJavaInterviewQuestions​​​ #JavaInterviewQuestionsandAnswersForExperienced​​​ #JavaTutorial​​​ #JavaProgramming​​​ #JavaTutorialForBeginners​​​

Thanks
Java Techies
Рекомендации по теме
Комментарии
Автор

I got an offer today. It was two rounds of technical for me. it was quite good. they focused on what we did in our current project.

manjunathdg
Автор

Interviewer has much knowledge in java :👏👏

saikrishnanandaluri
Автор

Pre and Post processed happened filters before login it's check user is valid user or not that is the reason when u use token based security then first Times when login then create tokens and second times when ever accessed then it will check db levels same token taking the requested from the request.get headers valid or not then give u the permission eg security filter extends once perrequest filter and overrides methods

pratapjavasingh
Автор

This year, Cognizant has faced 33% attrition till now and the number is probably going up to 50% by next two months, because many resources are already on notice period. The company is desperately looking for resources.

coolfreaks
Автор

She didn't answer a single question properly or proper explanation. Really appreciate the interviewer's patience...

Indianstatisticinfo
Автор

Good questions by interviewer. Was the candidate selected?

aditipai
Автор

I dint know why are u explained jwt token based security when u are say I have worked in ouath security in a gateway levels 🙄

pratapjavasingh
Автор

My current packge is 7 lpa.. I have 1.6 years of experience how much I can expect in cognizant if I apply as a jav developer

corporatechic
Автор

Questions are very light. But answers are not up to that.

syamkumar
Автор

I get nervous and anxious during interview how to avoid it and face boldly

personelpurpose
Автор

class A {
public int sum(int i, int j) {
return i + j;
}
}

class B extends A {
public int sum(int i, int j) {
return j - i;
}
}

public class Main {
public static void main(String[] args) {
A a = new B();
int result = a.sum(5, 10);
System.out.println(result); // Output: 5
}
}

sum() of B will called.
here is 'a' is of type A class but refer to an instance B.
This is called Runtime Polymorphism .

sameermahapatra
Автор

How long do cognizant take after completion of second round

Amansingh-brmj
Автор

Can you plz post the questions as voice is not clear...

suniljaiswal
Автор

Not best approach to handle the exception with in business levels frezaility issue and tightly couple of ur components that is reason we are deligated exception one layed to another's and writing the seprate classes

pratapjavasingh
Автор

Good questions very useful content. Definitely she was not selected right? 🤣🤣🤣🤣

Its_Your_HardWorking
Автор

the interview was for which role- java developer?

vanimaggo
Автор

Is for 3 yrs experience also two rounds are there??

Manish-pyjc
Автор

Interviewer questions are not clearly audible
Can anyone list of questions asked by interviewer

ajinkyanarwade
Автор

Is this interview after hacker rank test?

saikalpanachirumamilla
Автор

404 and 403 first one ur resources will not found and 403 forbidden request means u are enter URL worng

pratapjavasingh