1. InfyTQ Final Round Coding Questions | Zero Matrix | Java | Python | Phodo Paper

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • #infytq #finalround #infosys
    This video brings you the coding questions asked in InfyTQ final rounds.
    We will introduce questions from basic to advance level.
    We hope you'll enjoy the series.
    Java Code: github.com/aak...
    Python Code: github.com/aak...
    -------------------------------------------------------
    Instagram: / aakashverma1102
    LinkedIn: / aakashverma1124
    Additional Video Covers:
    InfyTQ Final Round
    InfyTQ Java Questions
    InfyTQ Coding Questions
    InfyTQ Final Round Coding Questions
    InfyTQ Python Questions
    InfyTQ Java Coding Questions
    InfyTQ Python Coding Questions

Комментарии • 62

  • @mohammadumaidansari6617
    @mohammadumaidansari6617 3 года назад +7

    Glad that i found these types of content to crack InfyTQ👌👨‍💻

  • @tarunagarwal9458
    @tarunagarwal9458 3 года назад +5

    It is true that most of the questions were similar. Thank you. Keep guiding us!

  • @siddharthamishra7598
    @siddharthamishra7598 3 года назад +6

    i also qualified in qualifier round, watched all your videos. Thank you bhaiya!!!!!

    • @Innoskrit
      @Innoskrit  3 года назад +1

      Congratulations 👏
      Good luck for the next round!

  • @NSHAIKRAHIMUN
    @NSHAIKRAHIMUN 3 года назад +1

    amazing explanation thank you so much. Expecting many videos

  • @rahulgupta-JavaDeveloper
    @rahulgupta-JavaDeveloper 3 года назад +2

    Thankyou sir , please provide more videos for clearing final round

  • @FAISALKHAN-zr3ig
    @FAISALKHAN-zr3ig 3 года назад +12

    qualified 1st round, only watched your 2 videos.

    • @Innoskrit
      @Innoskrit  3 года назад +3

      Congratulations 👏
      Good luck for the next round.

    • @FAISALKHAN-zr3ig
      @FAISALKHAN-zr3ig 3 года назад +6

      @@Innoskrit plz upload more videos for round 2 coding questions...if possible also provide coding questions sheet for practice.Thanks in advance

    • @geekXgamer
      @geekXgamer 2 года назад

      @@FAISALKHAN-zr3ig have you qualified round 2 ?

  • @Ankur-zd4db
    @Ankur-zd4db 3 года назад +4

    Definitely this channel will grow 🔥🔥

  • @AhamedKabeer-wn1jb
    @AhamedKabeer-wn1jb 3 года назад +5

    Got qualified for next round ..Thank you so much..

    • @Innoskrit
      @Innoskrit  3 года назад

      Congratulations 👏
      Good luck for the next round!

    • @dawooddalvi7704
      @dawooddalvi7704 2 года назад

      did you clear infytq last year?

    • @AhamedKabeer-wn1jb
      @AhamedKabeer-wn1jb 2 года назад +1

      @@dawooddalvi7704 no

    • @geekXgamer
      @geekXgamer 2 года назад +1

      @@AhamedKabeer-wn1jb as you cleared qualifier round, you have Infosys certified software programmer certificate, right?

  • @shrutijawale9911
    @shrutijawale9911 3 года назад +1

    Thank you for such content make some videos for hack with infy

  • @StoryKalakar
    @StoryKalakar 3 года назад

    Big Fan Sir .... Thanks for Teaching ❤️🎉

  • @siddharthamishra7598
    @siddharthamishra7598 3 года назад +2

    THANK YOU SO MUCH!!!!!!!!!

  • @santosh5679
    @santosh5679 3 года назад +3

    The for loop will loop for n rows but the number column has no constraint if question asks for 4x4 I can still give 5 values separated by space and appended into list as a row, So how do you add constraint for the column if mxn is the input?

    • @aakashverma1124
      @aakashverma1124 3 года назад +1

      Hi Santosh!
      Input will not be given wrong to test your code.
      Don't worry! We don't have another option in python to achieve the same. That's the disadvantage of the python.
      In that case, everytime, you can consider the converted list of given size only.
      I hope this is clear.

    • @santosh5679
      @santosh5679 3 года назад

      @@aakashverma1124 Thank you

  • @harshvardhanpatil4225
    @harshvardhanpatil4225 Год назад

    Make a copy of given matrix, then iterate throw original matrix to get value of i,j for "0" value & make changes in copy matrix -> output copy matrix ;-)
    import java.util.*;
    class Main {
    public static void main(String[] args) {
    Scanner scan = new Scanner(System.in);
    int n = scan.nextInt();
    int row=0, col=0;
    int[][] arr = new int[n][n];
    for(int i = 0; i < n; i++) {
    for(int j = 0; j < n; j++) {
    arr[i][j] = scan.nextInt();
    }
    }
    int [][] arr2 = new int[n][n];
    for(int i=0;i

  • @khushalmehrotra7702
    @khushalmehrotra7702 3 года назад +6

    Qualifying round qualified. Really Tensed about Final Round, Seniors were saying DP and Graphs are must. I just know the basics of Coding. Do I still hold any chance?

    • @Innoskrit
      @Innoskrit  3 года назад +8

      Congratulations 👏
      Good luck for the next round!
      In next round you won't be asked tough problem. And the problem will not be from DP or Graphs. It will be from simple array/string based (2D array may also be there) or simple mathematics based.
      DP and Graph will be asked in HackWithInfy.

    • @khushalmehrotra7702
      @khushalmehrotra7702 3 года назад

      Ok Sir! Can you please make detailed videos on the topics that we need to focus on.

    • @PREMGUPTA-iw9hx
      @PREMGUPTA-iw9hx 3 года назад +1

      @@Innoskrit Thank you umeed jg gyi haha

  • @merlynmercy6105
    @merlynmercy6105 3 года назад +2

    Please make videos in English

  • @akhileshpatel4850
    @akhileshpatel4850 3 года назад +1

    thank you sir

  • @nitinduke
    @nitinduke 3 года назад

    please upload video on mcq of final round dbms and java mcq plz🙏🙏

  • @-Bsuji
    @-Bsuji 2 года назад

    Plz do the videos in English it will be helpful to more

  • @mdnooralam6531
    @mdnooralam6531 2 года назад

    please reply this program in Java language

  • @Krato65
    @Krato65 3 года назад

    do they give marks based on time complexity or if we clear all test cases its enough?

  • @jagadeeshr91
    @jagadeeshr91 3 года назад

    Will there be any Execution Time limit (TLE )for coding questions in final round?

  • @jagadeeshr91
    @jagadeeshr91 3 года назад +2

    Will there be any Time limit for coding questions in final round?

    • @Innoskrit
      @Innoskrit  3 года назад

      No, there will be no TLE cases in Final Round of InfyTQ
      Rather, time and space complexity will matter in HackWithInfy.

  • @apurupa5217
    @apurupa5217 3 года назад

    sir,can we revisit questions in the final round?

  • @vijayv4432
    @vijayv4432 3 года назад

    Can you make it in English which may help me

  • @hacksight
    @hacksight 3 года назад

    Are these questions belongs to previous years infytq coding rounds

  • @pradeeparajamanickam4858
    @pradeeparajamanickam4858 3 года назад

    Sir please make the video in English

  • @RaviPrakash-bo6pe
    @RaviPrakash-bo6pe 3 года назад

    Sir, what about the time complexity, you've run here 4 loops of O(n^2)

    • @Innoskrit
      @Innoskrit  3 года назад +1

      The time complexity for the solution will be O(N^2).
      And because no constraints are given in InfyTQ final rounds, so time complexity really doesn't matter much. Your solution must work. And that's it.
      Time Complexity will matter in HackWithInfy.

    • @Npanywayme
      @Npanywayme 2 года назад

      @@Innoskrit ok

  • @NSHAIKRAHIMUN
    @NSHAIKRAHIMUN 3 года назад

    bgm noice jyadahy .....

  • @it_08amanagarwal35
    @it_08amanagarwal35 3 года назад

    When will result come of first round

  • @shivanisrivastava6175
    @shivanisrivastava6175 3 года назад +1

    Sir is there time limit condition in the coding rounds

    • @Innoskrit
      @Innoskrit  3 года назад

      No, no time limit is there as such. You'll have 3 hours to attempt 20 questions and 2 coding questions.

    • @PSVlogs31
      @PSVlogs31 3 года назад

      @@Innoskrit Is there any sectional timing for both sections? like 2 hr for coding and 1 for dbms?

  • @kartikeyrana3736
    @kartikeyrana3736 3 года назад +2

    will there be a time/space constraint ?

    • @Innoskrit
      @Innoskrit  3 года назад +2

      No, In Final Round, it will not ask you to optimize your code.
      But when you will give Advantage Round for upgradation. It will have time and space constraints.

    • @kartikeyrana3736
      @kartikeyrana3736 3 года назад +1

      @@Innoskrit could you please make a quick video about the syllabus of the final round? it'll be of great help🙏

  • @CloudDevOps_raj
    @CloudDevOps_raj 3 года назад +1

    sir where can i get code sir

    • @Innoskrit
      @Innoskrit  3 года назад

      Check the description of the video.

  • @prathamesh3095
    @prathamesh3095 3 года назад

    when will the result declared?

  • @DeepaktGuptab
    @DeepaktGuptab 3 года назад

    Final round is in online based on we have to go to center??