3:08 ans to the question in simple python logic l=['mon','tue','wed','thu','fri','sat','sun'] s=[x for x in input().split()] ans=[] for element in l: if element in s: ans.append(element) print(ans)
In my offer letter doj is on or before 5th November. But i didn't get document to sign yet.When will we get the document to sign and zoom link for doj?
You should it by today. If you don't get it mail the hr. If you don't get today, tomorrow be ready they may call you and ask you join the meeting anytime.
Hii ... I recently completed my interview with UST global now my hr round is there ..I have 3+ yr of experience .. according the standard of UST .how much they offer ?? Can you please help me out with this.. because I have 7 lac of offer from different company
3:08 ans to the question in simple python logic
l=['mon','tue','wed','thu','fri','sat','sun']
s=[x for x in input().split()]
ans=[]
for element in l:
if element in s:
ans.append(element)
print(ans)
I'm a fresher but your efforts are really overwhelming. I thank god to have a channel like yours. I wish you success.
Thank-you Arjit.
For 2 years experience candidate what questions will be asked in UST GLOBAL-manager round?
are all rounds conducted on same day ?
Does we have to give hands on coding round for fresher via referral??
How you did the sorting problem? thanks in advance
Hi Subhash,
With the help of one more static List of strings that contains days.
@@DrunkenEngineer I tried this one...
HashMap weekday=new HashMap();
weekday.put("Monday", 0);
weekday.put("Tuesday", 1);
weekday.put("Wednesday", 2);
weekday.put("Thursday", 3);
weekday.put("Friday", 4);
weekday.put("Saturday", 5);
weekday.put("Sunday", 6);
List ab= Arrays.asList("Thursday","Wednesday","Friday","Monday","Saturday");
ab.sort(new Comparator() {
@Override
public int compare(String o1, String o2) {
// TODO Auto-generated method stub
return weekday.get(o1).compareTo(weekday.get(o2));
}
});
ab.forEach(System.out::println);
@@konarsubhash9927 Nice idea.
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class Samples {
public enum DayOfTheWeek {
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday,
Sunday
}
public static void main(String[] args) {
List days = new ArrayList();
days.add(DayOfTheWeek.valueOf("Wednesday"));
days.add(DayOfTheWeek.valueOf("Sunday"));
days.add(DayOfTheWeek.valueOf("Thursday"));
days.add(DayOfTheWeek.valueOf("Monday"));
days.add(DayOfTheWeek.valueOf("Friday"));
Collections.sort(days);
System.out.println(days);
}
}
In my offer letter doj is on or before 5th November. But i didn't get document to sign yet.When will we get the document to sign and zoom link for doj?
You should it by today.
If you don't get it mail the hr.
If you don't get today, tomorrow be ready they may call you and ask you join the meeting anytime.
What is the package of it?
What is it for freshers, I am into coding and CS student.
No this is for Experienced
Which platform they used for assessment
Very good video. How many years of experience you had during the time of this interview?
Hii ...
I recently completed my interview with UST global now my hr round is there ..I have 3+ yr of experience .. according the standard of UST .how much they offer ?? Can you please help me out with this.. because I have 7 lac of offer from different company
They will give more than that.
U can ask upto 9 lpa
how many rounds are there in UST
How to get referrals as a fresher I don't have many connections but I do have good resume with projects..pls make a video on this thanks
Be strong in Data structure and fundamentals. More than enough.
any chances to get own onsite opportunities as a hardware tester in ust global
Hi lekshmi,
Not aware on onsite criteria.
how did you do the first question sorting week days chronologically?
Hi .. Have you joined there? I got offer from ust. 5.8 yrs exp. Just want your feedback. Pls share your experience. ??
How much package offered?
@@devopsexpedition4867 they offered more than my current offer. Around 17k. Do you know hows the company culturr and all ?
@@saianirudh5519 no. Completed the technical interview only.
@@devopsexpedition4867are all rounds conducted on same day ?
please share more microservices interview questions
Ya sure Kumara Swamy.
Was this interview for freshers or experienced people ?
This is for Experienced Candidates Rahul.
@@DrunkenEngineer ok
I cleared my first round in hcl.
Congratulations Naveen and all the best for next rounds
Do you have any guy who gives interview for QA, may be he can also help few QA in your subscribers
We have few people from QA as well , but the biggest problem we are facing is time.
Hi bro.
ഞാനും
what is experience level for this interview
Hi Spandana,
Its mentioned in the video