Hi bro, please help me out providing MicroService interview questions by adding in group and design patterns are really frustrating,how can i learn them
@@simplestudio865 Its late for an interview call i guess, now expect rejection email only, thats my view. But you can stay positive for few more days till you don't receive any conversation
Waiting forit
Thanks for the video , Can you pls mention year of experience and how much package offered?
Years of experience: 6
ctc will be around 30 i feel
That is correct
Hi bro, please help me out providing MicroService interview questions by adding in group and design patterns are really frustrating,how can i learn them
Join watsapp group, that's better
Bro I done my assessment on 27 June but as of now didn't get any interview mail.
When they will close the vacancy at that time they will send email to all candidates.
They will send interview mail or what
@@simplestudio865 Its late for an interview call i guess, now expect rejection email only, thats my view. But you can stay positive for few more days till you don't receive any conversation
Ok
Plz share what's app group link
chat.whatsapp.com/IaznQBh4pWM6f19XZvwuNn
Can any one post the coding ans to the question of city
Looks like topological sorting
May be this will do.. :)
Map flights = new HashMap();
flights.put("Chennai", "Bangalore");
flights.put("Mumbai", "Delhi");
flights.put("Goa", "Chennai");
flights.put("Delhi", "Goa");
String start = flights.keySet().stream().filter((a -> !flights.containsValue(a))).findFirst().get();
String end = flights.values().stream().filter((a -> !flights.containsKey(a))).findFirst().get();
System.out.println("start: " + start + " end: " + end);
System.out.println(start + " -> " + flights.get(start));
System.out.println(flights.get(start) + " -> " + flights.get(flights.get(start)));
System.out.println(flights.get(flights.get(start)) + " -> " + flights.get(flights.get(flights.get(start))));
System.out.println(flights.get(flights.get(flights.get(start))) + " -> " + end);
Do they allow to record the session?
No, we create a first copy of interview with same set of questions with different candidate
*Promo sm*
Thank you