UST Global Interview Questions And Answers | Interview Experience | Stock

Поділитися
Вставка
  • Опубліковано 11 лют 2025

КОМЕНТАРІ • 47

  • @navneethmn
    @navneethmn Рік тому +4

    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)

  • @arijitdatta4618
    @arijitdatta4618 4 роки тому +6

    I'm a fresher but your efforts are really overwhelming. I thank god to have a channel like yours. I wish you success.

  • @althafshaik8612
    @althafshaik8612 3 роки тому +5

    For 2 years experience candidate what questions will be asked in UST GLOBAL-manager round?

  • @shaikbasha4677
    @shaikbasha4677 3 місяці тому

    are all rounds conducted on same day ?

  • @kuldeepSingh-so3dd
    @kuldeepSingh-so3dd Рік тому

    Does we have to give hands on coding round for fresher via referral??

  • @konarsubhash9927
    @konarsubhash9927 4 роки тому +2

    How you did the sorting problem? thanks in advance

    • @DrunkenEngineer
      @DrunkenEngineer  4 роки тому +3

      Hi Subhash,
      With the help of one more static List of strings that contains days.

    • @konarsubhash9927
      @konarsubhash9927 4 роки тому +3

      @@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);

    • @asishkumarsatapathy3466
      @asishkumarsatapathy3466 4 роки тому +1

      @@konarsubhash9927 Nice idea.

    • @debojitnag399
      @debojitnag399 3 роки тому

      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);
      }
      }

  • @lathaok4985
    @lathaok4985 3 роки тому +1

    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?

    • @DrunkenEngineer
      @DrunkenEngineer  3 роки тому +2

      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.

    • @anushasurigi9697
      @anushasurigi9697 3 роки тому +1

      What is the package of it?

  • @mahmoodshaikh2755
    @mahmoodshaikh2755 3 роки тому +2

    What is it for freshers, I am into coding and CS student.

  • @akshaykonoor
    @akshaykonoor 3 роки тому

    Which platform they used for assessment

  • @shankars4281
    @shankars4281 4 роки тому +1

    Very good video. How many years of experience you had during the time of this interview?

  • @paragchitriv8998
    @paragchitriv8998 3 роки тому +3

    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

  • @Vk-gv3sc
    @Vk-gv3sc 4 роки тому +2

    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

    • @shankars4281
      @shankars4281 4 роки тому

      Be strong in Data structure and fundamentals. More than enough.

  • @lekshmirs6358
    @lekshmirs6358 4 роки тому +2

    any chances to get own onsite opportunities as a hardware tester in ust global

  • @divyapandit9667
    @divyapandit9667 4 роки тому +2

    how did you do the first question sorting week days chronologically?

  • @saianirudh5519
    @saianirudh5519 3 роки тому +1

    Hi .. Have you joined there? I got offer from ust. 5.8 yrs exp. Just want your feedback. Pls share your experience. ??

    • @devopsexpedition4867
      @devopsexpedition4867 3 роки тому +1

      How much package offered?

    • @saianirudh5519
      @saianirudh5519 3 роки тому +1

      @@devopsexpedition4867 they offered more than my current offer. Around 17k. Do you know hows the company culturr and all ?

    • @devopsexpedition4867
      @devopsexpedition4867 3 роки тому +2

      @@saianirudh5519 no. Completed the technical interview only.

    • @shaikbasha4677
      @shaikbasha4677 3 місяці тому

      ​@@devopsexpedition4867are all rounds conducted on same day ?

  • @kumaraswamy410
    @kumaraswamy410 4 роки тому +1

    please share more microservices interview questions

  • @rahulr9539
    @rahulr9539 4 роки тому +2

    Was this interview for freshers or experienced people ?

  • @Naveen_Chowdary_dhfm
    @Naveen_Chowdary_dhfm 4 роки тому +3

    I cleared my first round in hcl.

    • @DrunkenEngineer
      @DrunkenEngineer  4 роки тому

      Congratulations Naveen and all the best for next rounds

  • @damndozer
    @damndozer 4 роки тому +3

    Do you have any guy who gives interview for QA, may be he can also help few QA in your subscribers

    • @DrunkenEngineer
      @DrunkenEngineer  4 роки тому

      We have few people from QA as well , but the biggest problem we are facing is time.

  • @Naveen_Chowdary_dhfm
    @Naveen_Chowdary_dhfm 4 роки тому +1

    Hi bro.

  • @youturn9795
    @youturn9795 3 роки тому

    ഞാനും

  • @saispandana6068
    @saispandana6068 3 роки тому +2

    what is experience level for this interview