HCL real interview experience for SONY client java coding microservices questions and answers

preview_player
Показать описание
This video contains java interview questions, Microservices interview questions and answers, spring springboot interview questions.

java interview experience in HCL technologies for 5 and more years of experience.
questions asked were mainly from core java and microservices, one coding questions to test logic ability. provided screenshot with solution.

this video contains.
java interview questions and answers
core java
microservices interview questions
Kafka communication.

other HCL INTERVIEW experience:

Top 10 Tricky core java Interview questions top java interview questions,top java interview questions and answers,top interview questions and answers,top java interview questions for freshers,top 10 java interview questions,tricky java interview questions,tricky java interview questions for experienced,tricky java questions,java tricky interview questions,top 50 java interview questions,top 50 core java interview questions,java interview questions by durga sir,java interview questions for experienced,java interview questions for freshers,java interview questions and answers,java interview questions and answers edureka

#JavaInterviewQuestionsandAnswers​ #JavaInterviewQuestions​ #Intellipaat​ #JavaInterview​ #CoreJavaInterviewQuestions​ #JavaInterviewQuestionsandAnswersForExperienced​ #JavaTutorial​ #JavaProgramming​ #JavaTutorialForBeginners​

#javadeveloper
Рекомендации по теме
Комментарии
Автор

Please like video also she done fabulous job for us
So we have to support her

neha
Автор

program is not generic, 'SONY" suppose to be the input string and it program should work with any given string not just SONY.
then it will be called generic.
keep aside that point, still the program won't even work properly for substring sony ...try running the problem with the string
SONYSONYSONY ... or take any string which has multiple occurrence of sony.

thenextguy
Автор

For how many years of experience this interview is?

mohammadshahbazejaz
Автор

To return true only if Sony is found in middle:

String d = "SonySONYaaSONY";
d= d.toUpperCase();

//remove start and end char so string can't start or end with SONY anymore..
d=d.substring(1, d.length()-2)

//work from remaining portion
//d = ONYSONYAASON

if ( d.indexOf("SONY") > -1) return true;
else return false;

aaronbcj
Автор

better solution for middle or not:
String str="aaSONYaaa";
String charToBeChekd="SONY";

int
int

System.out.println("BEFORE: "+charBefoeStr+" AFTER: "+charAfterStr);
if (charAfterStr==charBefoeStr) {

} else {

}
}

vinaykaushikinvisble
welcome to shbcf.ru