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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 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

  • @Ankur-zd4db
    @Ankur-zd4db 3 ปีที่แล้ว +4

    Definitely this channel will grow 🔥🔥

  • @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 ?

  • @StoryKalakar
    @StoryKalakar 3 ปีที่แล้ว

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

  • @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

  • @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

  • @nitinduke
    @nitinduke 3 ปีที่แล้ว

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

  • @merlynmercy6105
    @merlynmercy6105 3 ปีที่แล้ว +2

    Please make videos in English

  • @akhileshpatel4850
    @akhileshpatel4850 3 ปีที่แล้ว +1

    thank you sir

  • @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

  • @mdnooralam6531
    @mdnooralam6531 2 ปีที่แล้ว

    please reply this program in Java language

  • @-Bsuji
    @-Bsuji 2 ปีที่แล้ว

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

  • @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

  • @Krato65
    @Krato65 3 ปีที่แล้ว

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

  • @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

  • @jagadeeshr91
    @jagadeeshr91 3 ปีที่แล้ว

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

  • @hacksight
    @hacksight 3 ปีที่แล้ว

    Are these questions belongs to previous years infytq coding rounds

  • @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.

  • @pradeeparajamanickam4858
    @pradeeparajamanickam4858 3 ปีที่แล้ว

    Sir please make the video in English

  • @NSHAIKRAHIMUN
    @NSHAIKRAHIMUN 3 ปีที่แล้ว

    bgm noice jyadahy .....

  • @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

  • @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?

  • @it_08amanagarwal35
    @it_08amanagarwal35 3 ปีที่แล้ว

    When will result come of first round

  • @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?

  • @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🙏

  • @DeepaktGuptab
    @DeepaktGuptab 3 ปีที่แล้ว

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

    • @avisavla3216
      @avisavla3216 3 ปีที่แล้ว

      Online

    • @DeepaktGuptab
      @DeepaktGuptab 3 ปีที่แล้ว +1

      @@avisavla3216 means we have to give test from home

    • @avisavla3216
      @avisavla3216 3 ปีที่แล้ว

      @@DeepaktGuptab yes