Sort HashMap By Value Java8
6:17
Жыл бұрын
Amdocs Coding Interview Programs
14:07
Microservices Concept Explained
10:13
Пікірлер
@chhayakantanaik9468
@chhayakantanaik9468 2 күн бұрын
Hey can you please list out all these questions on a document? It will be really helpful. Thanks!
@cloudtech5260
@cloudtech5260 2 күн бұрын
Yes sure. We will add and share it once it's ready.
@JokerAob
@JokerAob 2 күн бұрын
Very good explanation! Clear and to the point. The presenter did a great job! Thank you very much.
@never-do-it-for-free
@never-do-it-for-free 3 күн бұрын
One of the third class company. Managers are after girls from there project and treat girls like princess if they like her.. they will threaten you in all respect including HR, Staffing. Can mention there names as well. They damn care about employees.
@Black-ys6jx
@Black-ys6jx 3 күн бұрын
Wonderful interview. Precise and to the point.
@kirubasubramaniam2419
@kirubasubramaniam2419 4 күн бұрын
i have attended capgemini interview just now. they did nt ask these questions yaar i am disoppointed
@cloudtech5260
@cloudtech5260 4 күн бұрын
Can you please share the questions with us. We will cover them as well
@iamkrishna9504
@iamkrishna9504 4 күн бұрын
bro tomorrow i have interview can u please share the questions.
@bhavanagattu5958
@bhavanagattu5958 3 күн бұрын
Can you share the questions
@never-do-it-for-free
@never-do-it-for-free 3 күн бұрын
@@iamkrishna9504dont join my friend.. if you want to go in depression or screw your life and future then do join
@SaravanaKumar-lx8ue
@SaravanaKumar-lx8ue 4 күн бұрын
int max = 0; int smax = 0; if(arr.length < 2) return -1; for(int i = 0; i<arr.length; i++){ if(arr[i] > max){ smax = max; max = arr[i]; } else if ((arr[i]>smax) && (arr[i]!=max)) { smax = arr[i]; } } if(smax == 0) return -1; return smax; smax will hold the value of second largest, this code has only one iteration of the array. Complexity is O(n).
@apex095
@apex095 5 күн бұрын
4 year candidate getting 14 lakhs these days ? What's the general thumb rule to calculate salary for a given YOE ?
@cloudtech5260
@cloudtech5260 5 күн бұрын
The general idea is, Package = number of years of experience * 2 to 2.5 This should be the benchmark while getting the package. Don't go below this mark. If you think you have required skill, negotiate well and grab it.
@apex095
@apex095 5 күн бұрын
@cloudtech5260 thanks for sharing.
@saraswathym3424
@saraswathym3424 6 күн бұрын
Bro, I've 3 years of experience as a java developer and also I've 4 years of career gap. In this tough period, whether companies will accept me with this much of gap.
@cloudtech5260
@cloudtech5260 6 күн бұрын
Hi bro, You can learn a new in demand skill and apply for that in various companies. When there is a requirement which only few candidates are fulfilling then the company considers candidates even with career gap. Best of luck 👍
@saraswathym3424
@saraswathym3424 6 күн бұрын
TQ bro
@shekhar1497
@shekhar1497 6 күн бұрын
Is this real time experience candidate or just mock interview.
@ChetanPatil-pf8xt
@ChetanPatil-pf8xt 5 күн бұрын
​Mock of their own I gues ​@@shekhar1497
@cloudtech5260
@cloudtech5260 5 күн бұрын
Mock interview. The candidate has IT experience as a Java developer.
@kanchanasatav3780
@kanchanasatav3780 8 күн бұрын
B
@saurabhsingh3426
@saurabhsingh3426 8 күн бұрын
I got 404 error
@SHIVAAY944
@SHIVAAY944 10 күн бұрын
what if we remove two numbers from an array and then try to find missing number. How can we do that?
@kulantarei4206
@kulantarei4206 10 күн бұрын
6
@mrdevilranjith506
@mrdevilranjith506 10 күн бұрын
Nice
@gopa41
@gopa41 13 күн бұрын
3
@MohdShahban-g7r
@MohdShahban-g7r 17 күн бұрын
when a class implements two interfaces with the same default method, Java requires you to resolve the ambiguity by overriding the method in the implementing class. like this : public class DefaultTestInterface implements I1,I2{ public static void main(String[] args) { I2 t1 = new DefaultTestInterface(); t1.print(); } @Override public void print() { I2.super.print(); } } interface I1{ default void print() { System.out.println("I1 print() called"); } } interface I2{ default void print() { System.out.println("I2 print() called"); } }
@ragavendranm1821
@ragavendranm1821 17 күн бұрын
Pls explain 2:41.. What is happing in the comparator.. How a and b came...
@sanchitachendurkar1958
@sanchitachendurkar1958 19 күн бұрын
Option B is the ans , As static block gets excuted even before the main method, in a top to bottom manner , i.e it will first execute the 1st static block, then search if there is more static block if yes. , it will execute it , and lastly the main method will be executed
@ChetanPatil-pf8xt
@ChetanPatil-pf8xt 22 күн бұрын
Was this interview firr developer ir tester???
@bikkumallajahnavi3933
@bikkumallajahnavi3933 23 күн бұрын
if we change @service with @repository, we could see issues on exception handling, so we can't change @service to @repository and vise versa
@hydraalister9708
@hydraalister9708 17 күн бұрын
Yes @respository converts sql exception into hibernate exveption
@KarthikAllur
@KarthikAllur 28 күн бұрын
30
@KarthikAllur
@KarthikAllur 28 күн бұрын
B
@KarthikAllur
@KarthikAllur 29 күн бұрын
B
@PelikanVPustatine
@PelikanVPustatine 29 күн бұрын
you didn't answer his second q
@abdullahismail2770
@abdullahismail2770 Ай бұрын
Where is this login window at 8:12 coming from? You've so many windows opened and minimized. Please tell where can we get these windows from!
@abdullahismail2770
@abdullahismail2770 Ай бұрын
From where did u open putty configuration window?
@byamakeshpalei529
@byamakeshpalei529 Ай бұрын
Lauda interview
@swatidurge7362
@swatidurge7362 Ай бұрын
How to get count of male and female employees using java 8.please do share program for this one.
@phanimadhuri4087
@phanimadhuri4087 Ай бұрын
Today this question asked in Nisum.
@softwaredeveloper6333
@softwaredeveloper6333 Ай бұрын
kzbin.info/www/bejne/g3exYaWcZa6Le9U CONSTRUCTORS IN JAVA
@sivaram8128
@sivaram8128 Ай бұрын
Its just a mock interview
@rajeshkadam2434
@rajeshkadam2434 Ай бұрын
What about database?
@odishablogers9630
@odishablogers9630 Ай бұрын
A
@indrjeetkumar
@indrjeetkumar Ай бұрын
Could you provide details for the segment, bucket lock and if 32 buckets is there , how many lock need to create
@r.avinashkumar5372
@r.avinashkumar5372 Ай бұрын
For everyone, start using intelij for java and spring boot. My team uses intelij only. I work in profuct😅 And yes market is not good product companies like Oracle will pay you 18 lpa for 3 to 4 yrs exp on average. Don't expect this from consting in thus yr of exp
@vamshivarma7223
@vamshivarma7223 Ай бұрын
class position{ public static void main(String[] args){ int[] a={1,2,3,4,5}; int temp=a[2]; a[2]=a[4]; a[4]=temp; System.out.println(java.util.Arrays.toString(a)); } }
@shivajipansare1728
@shivajipansare1728 Ай бұрын
Hou much package software engineer
@devkratos711
@devkratos711 Ай бұрын
B
@surajgaur1745
@surajgaur1745 Ай бұрын
The questions seems original as these were asked to me not only in capgemini but in other org too.
@chiragdave6976
@chiragdave6976 2 ай бұрын
s1 != s2 Both strings are equal
@bhavanagattu5958
@bhavanagattu5958 2 ай бұрын
Hi nice video..these qns are asked for 1 person interview only !
@vishnusarathi6356
@vishnusarathi6356 2 ай бұрын
very helpful thank you 🙏
@PMANJ
@PMANJ 2 ай бұрын
Useful for revision only. Looks like a pre-planned Q&A by some training institute. Same voice in other videos also.
@akashbhasme282
@akashbhasme282 Ай бұрын
great discovery
@ramesh-yx2qp
@ramesh-yx2qp 2 ай бұрын
B
@Ahaana-p1b
@Ahaana-p1b 2 ай бұрын
b
@MAnusri-nl1vc
@MAnusri-nl1vc 2 ай бұрын
A
@MAnusri-nl1vc
@MAnusri-nl1vc 2 ай бұрын
6
@gabrielfono844
@gabrielfono844 2 ай бұрын
I have an interview for Senior backend engineer using springboot , java, microservices at SAIC but the link you shared for java interview preparation is not working sir. Do you have any idea for SAIC ? I appreciate your feedback
@Bhuvan_vk
@Bhuvan_vk 2 ай бұрын
I was asked same question but interviewer asked me not to use stream api and made me write a own logic using for loops
@cloudtech5260
@cloudtech5260 2 ай бұрын
Ohh were they using version lesser than java 8 in their current project?
@aarif-jx3lx
@aarif-jx3lx 2 ай бұрын
How many experience in java and relevant?
@surajpathak6378
@surajpathak6378 2 ай бұрын
He was wrong in String Builder vs String Buffer. String Buffer will be thread safe not String builder