ItsRuntym
ItsRuntym
  • 125
  • 49 803
73. Rotten orange(using BFS) || Queue - Stack || Top 150+ DSA Leetcode JAVA
You are given an m x n grid where each cell can have one of three values:
0 representing an empty cell,
1 representing a fresh orange, or
2 representing a rotten orange.
Every minute, any fresh orange that is 4-directionally adjacent to a rotten orange becomes rotten.
Return the minimum number of minutes that must elapse until no cell has a fresh orange. If this is impossible, return -1.
994. Rotting Oranges
We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below.
What you'll learn
- Learn, implement, and use different Data Structures
- Logic Building
- Problem Solving
- All DSA Concepts
Checkout the Leetcode link in below list, and try to solve.
Top 150 DSA Coding Questions List with Leetcode Links:
drive.google.com/file/d/1Nfq97UIGoXEiyuEUpYLzjARN_quVoxpQ/view?usp=sharing
Connect with us on Instagram : itsruntym
Join our Telegram Community:
Telegram channel: t.me/itsruntym
#coding #software #softwaredeveloper #job #faang #google #amazon #development #developer #career #itjob #programming #leetcode #codingquestions #googleinterview #microsoftinterview #softwareengineer #amazonjobs #softwaredevelopment #problemsolving #leetcodequestion #interview #array #codingchallenge #startcoding #java #javaquestions #basiccoding #beginners #dsa #datastructures #algorithms #timecomplexity #dsawithjava #itsruntym #timecomplexity #spacecomplexity #array #leetcode #faang #problemsolving #logicbuilding #array #dsacoding #linkedlistproblems #linkedlist #runtym #itsruntime #reverselinkedlist #rotatelinkedlist #partitionlist #intersectionoflinkedlist #palindrome #validparentheses #stack #simplifypath #minstack #nextgreaterelement #queue #largestrectangleinhistogram #slidingwindowmaximum #queue #rottenorange
TOP 150+ DSA Ques: ua-cam.com/video/Eb1ZPmGfxyY/v-deo.html
Переглядів: 55

Відео

TCS NQT Hiring Process 2025 | Coding Questions | Exam Pattern | Technical Interview | HR Interview
Переглядів 2 тис.16 годин тому
Top 150 DSA Coding Question Playlist- ua-cam.com/play/PLh_njhZ_MgInv0amXTsZIIhTa3G3iNyZN.html Connect with us on Instagram : itsruntym TCS Apply Link: www.tcsion.com/hub/national-qualifier-test/ TCS Array coding ques: drive.google.com/file/d/1TmDUBLUS1MHD-4JXIBkvcIpULZQaxGlB/view?usp=sharing TCS NQT String Ques: drive.google.com/file/d/1fdCrhi5BTTPo6qCWIk9yaNeYlLYZsw8A/view?usp=s...
71. Sliding Window Maximum || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 5419 годин тому
You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves right by one position. Return the max sliding window. Leetcode 239. Sliding Window Maximum We have started the most important part to crack Top Product Based Company i.e. T...
70. Largest Rectangle in Histogram || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 6728 днів тому
Given an array of integers heights representing the histogram's bar height where the width of each bar is 1, return the area of the largest rectangle in the histogram. We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below. What you'll le...
69. Next Greater Element || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 8528 днів тому
Find Next Greater Element We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below. What you'll learn - Learn, implement, and use different Data Structures - Logic Building - Problem Solving - All DSA Concepts Checkout the Leetcode link in ...
68. Previous Smaller Element || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 9128 днів тому
Find Previous Smaller Element We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below. What you'll learn - Learn, implement, and use different Data Structures - Logic Building - Problem Solving - All DSA Concepts Checkout the Leetcode link...
2. IBM Hiring Process 2024 | Technical Interview Questions | Hackerrank Questions | HR Interview
Переглядів 1,4 тис.2 місяці тому
IBM HackerRank Questions/Solutions : ua-cam.com/video/1l0BxUFfgDw/v-deo.html IBM Technical Interview Questions/Answers sheet: drive.google.com/file/d/1UOU9woisoRUy6pTR0qplre3bzhSFOzBs/view?usp=sharing Top 150 DSA Coding Question Playlist- ua-cam.com/play/PLh_njhZ_MgInv0amXTsZIIhTa3G3iNyZN.html Connect with us on Instagram : itsruntym IBM Aptitude IBM Updated Syllabus 2024 How to ...
IBM Hiring Process 2025 | Hackerrank Questions | Technical Interview Questions | HR Interview
Переглядів 10 тис.2 місяці тому
Top 150 DSA Coding Question Playlist- ua-cam.com/play/PLh_njhZ_MgInv0amXTsZIIhTa3G3iNyZN.html Connect with us on Instagram : itsruntym Time Stamps 0:00 - Intro 01:19 - 1.Lexicographically smallest string 08:57 - 2.Maximum number of networks IBM Aptitude IBM Updated Syllabus 2024 How to Prepare for IBM IBM Test IBM InterviewIBM HR Round IBM Associate System Engineer 10) IBM be bte...
67. Basic Calculator || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 1023 місяці тому
Given a string s representing a valid expression, implement a basic calculator to evaluate it, and return the result of the evaluation. We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below. What you'll learn - Learn, implement, and use ...
66.Evaluate Reverse Polish Notation || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 863 місяці тому
You are given an array of strings tokens that represents an arithmetic expression in a Reverse Polish Notation. Evaluate the expression. Return an integer that represents the value of the expression. We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List...
65. Min Stack || 2 & 1 Stack || Top 150+ DSA Leetcode JAVA
Переглядів 823 місяці тому
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. Implement the MinStack class: MinStack() initializes the stack object. void push(int val) pushes the element val onto the stack. void pop() removes the element on the top of the stack. int top() gets the top element of the stack. int getMin() retrieves the minimum element in the stack. You must imp...
64. Simplify Path || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 524 місяці тому
You are given an absolute path for a Unix-style file system, which always begins with a slash '/'. Your task is to transform this absolute path into its simplified canonical path. We have started the most important part to crack Top Product Based Company i.e. Top DSA Coding Questions. We will cover all questions and patterns in Details. All topics are covered, check the List mentioned below. Wh...
63. Valid Parentheses || Stack || Top 150+ DSA Leetcode JAVA
Переглядів 934 місяці тому
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of brackets. Open brackets must be closed in the correct order. Every close bracket has a corresponding open bracket of the same type. We have started the most important part to crack Top Product Based...
62. Flattening of a LinkedList || ArrayList & Recursion Approach || Top 150+ DSA Leetcode JAVA
Переглядів 1894 місяці тому
Given a Linked List, where every node represents a sub-linked-list and contains two pointers: (i) a next pointer to the next node, (ii) a bottom pointer to a linked list where this node is head. Each of the sub-linked lists is in sorted order. Flatten the Link List so all the nodes appear in a single level while maintaining the sorted order. Note: The flattened list will be printed using the bo...
60. Palindrome Linked List || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 454 місяці тому
60. Palindrome Linked List || Linked List || Top 150 DSA Leetcode Coding JAVA
57. Find intersection point of Y LinkedList || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 404 місяці тому
57. Find intersection point of Y LinkedList || Linked List || Top 150 DSA Leetcode Coding JAVA
56. LRU Cache || Doubly Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 1004 місяці тому
56. LRU Cache || Doubly Linked List || Top 150 DSA Leetcode Coding JAVA
55. Partition List || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 254 місяці тому
55. Partition List || Linked List || Top 150 DSA Leetcode Coding JAVA
54. Rotate List || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 544 місяці тому
54. Rotate List || Linked List || Top 150 DSA Leetcode Coding JAVA
53. Remove Duplicates from Sorted List 2 || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 534 місяці тому
53. Remove Duplicates from Sorted List 2 || Linked List || Top 150 DSA Leetcode Coding JAVA
52. Remove Nth Node From End of List || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 444 місяці тому
52. Remove Nth Node From End of List || Linked List || Top 150 DSA Leetcode Coding JAVA
51. Reverse Nodes in k-Group || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 524 місяці тому
51. Reverse Nodes in k-Group || Linked List || Top 150 DSA Leetcode Coding JAVA
50. Reverse Linked List 2 || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 815 місяців тому
50. Reverse Linked List 2 || Linked List || Top 150 DSA Leetcode Coding JAVA
49. Copy List with Random Pointer || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 575 місяців тому
49. Copy List with Random Pointer || Linked List || Top 150 DSA Leetcode Coding JAVA
48. Merge Two Sorted Lists || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 1005 місяців тому
48. Merge Two Sorted Lists || Linked List || Top 150 DSA Leetcode Coding JAVA
47. Add Two Numbers || Linked List || Top 150+ DSA Leetcode Coding JAVA
Переглядів 825 місяців тому
47. Add Two Numbers || Linked List || Top 150 DSA Leetcode Coding JAVA
46. Linked List Cycle || 61. Find the starting point of cycle || Top 150+ DSA Leetcode Coding JAVA
Переглядів 745 місяців тому
46. Linked List Cycle || 61. Find the starting point of cycle || Top 150 DSA Leetcode Coding JAVA
45. Game of Life || Matrix || Top 150+ DSA Leetcode Coding JAVA
Переглядів 945 місяців тому
45. Game of Life || Matrix || Top 150 DSA Leetcode Coding JAVA
44. Set Matrix Zeroes || Matrix || Top 150+ DSA Leetcode Coding JAVA
Переглядів 925 місяців тому
44. Set Matrix Zeroes || Matrix || Top 150 DSA Leetcode Coding JAVA
42. Spiral Matrix || Matrix || 4 pointers || Top 150+ DSA Leetcode Coding JAVA
Переглядів 1455 місяців тому
42. Spiral Matrix || Matrix || 4 pointers || Top 150 DSA Leetcode Coding JAVA

КОМЕНТАРІ

  • @alreshlal4336
    @alreshlal4336 День тому

    bro I've completed the hackerrank coding test but i couldn't pass all the testcases will the next process is based on this assessment or they will consider me with my exp ? please reply ASAP...

    • @itsruntym
      @itsruntym День тому

      @@alreshlal4336 its all depend on your competitors… if your number of passed testcases are more than others, you will definitely get the call… and its not important only if you passed all testcases then only you will get the call… with few passed testcasea also you can get a call

    • @alreshlal4336
      @alreshlal4336 День тому

      @itsruntym when will I get the result of the test bro ? Any guess?

    • @itsruntym
      @itsruntym 23 години тому

      @ within 1 week

  • @ammu-km7yl
    @ammu-km7yl День тому

    bro it is offline test

    • @itsruntym
      @itsruntym День тому

      @@ammu-km7yl it will held in their Authorised Exam Centres

  • @prathameshgaikwad17
    @prathameshgaikwad17 День тому

    sir which language we should be able to practice for this

    • @itsruntym
      @itsruntym День тому

      @@prathameshgaikwad17 totally your choice, my preference is Java

  • @ChandraHarshita
    @ChandraHarshita 2 дні тому

    Runtym

  • @JadhavGauravi
    @JadhavGauravi 2 дні тому

    This is paid nqt

  • @Pavan_Kalyan7285
    @Pavan_Kalyan7285 3 дні тому

    I have 2 years of experience currently in non voice and i am 2022 passed out in MSC Computers .....can i sit for this test sir ????

    • @itsruntym
      @itsruntym 2 дні тому

      @@Pavan_Kalyan7285 yes

  • @ChandraShekarYadav-qp8pz
    @ChandraShekarYadav-qp8pz 5 днів тому

    Runtime

    • @itsruntym
      @itsruntym 4 дні тому

      @@ChandraShekarYadav-qp8pz drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @anshika_1208
    @anshika_1208 5 днів тому

    Thank you so much sir 😍

    • @itsruntym
      @itsruntym 5 днів тому

      @@anshika_1208 🙌

  • @Abhi-gf1pm
    @Abhi-gf1pm 5 днів тому

    RunTym

    • @itsruntym
      @itsruntym 4 дні тому

      @@Abhi-gf1pm drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @aarjudhiman3984
    @aarjudhiman3984 5 днів тому

    Run tym

    • @itsruntym
      @itsruntym 4 дні тому

      @@aarjudhiman3984 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @rajnikantkumar3784
    @rajnikantkumar3784 5 днів тому

    March me bhi tcs nqt ka exam hoga

    • @itsruntym
      @itsruntym 4 дні тому

      @@rajnikantkumar3784 checkout website.. they will release the dates

  • @shivanituplondhe580
    @shivanituplondhe580 6 днів тому

    Sheet

    • @itsruntym
      @itsruntym 4 дні тому

      @@shivanituplondhe580 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @just_a_bonkers2711
    @just_a_bonkers2711 6 днів тому

    Link not working!

    • @itsruntym
      @itsruntym 4 дні тому

      @@just_a_bonkers2711 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

    • @just_a_bonkers2711
      @just_a_bonkers2711 3 дні тому

      Thanks 👍🏻

  • @gadudulasangeetha956
    @gadudulasangeetha956 6 днів тому

    bro i have attempted the 1st round and completed them but still i havent get any mail from IBM for the 2nd round what should i do

    • @itsruntym
      @itsruntym 6 днів тому

      @@gadudulasangeetha956 if you completed all the ques, then you will get the response soon

    • @gadudulasangeetha956
      @gadudulasangeetha956 6 днів тому

      @@itsruntym ok thank u bro

  • @kanikashrivastava4320
    @kanikashrivastava4320 7 днів тому

    Thankyou

    • @itsruntym
      @itsruntym 7 днів тому

      Good luck with the TCS NQT 😊

  • @jayaprakashreddy7766
    @jayaprakashreddy7766 7 днів тому

    You should have choosed another font for the information on the black background.

  • @Aayushroy-co8pv
    @Aayushroy-co8pv 7 днів тому

    RunTym

  • @Abhayy7
    @Abhayy7 7 днів тому

    Thank you 😊

  • @sxjeed
    @sxjeed 7 днів тому

    Thanks ❤

    • @itsruntym
      @itsruntym 7 днів тому

      You're welcome! Glad you found the video helpful 👍

    • @sxjeed
      @sxjeed 7 днів тому

      @itsruntym can you please tell us about the salary for fresher at TCS??

    • @itsruntym
      @itsruntym 7 днів тому

      @ starting will be 3.5 LPA

  • @SrijaReddy14
    @SrijaReddy14 12 днів тому

    Hi, currently I m in my 7th semester, recently got placed at IBM.Does anyone know how long it usually takes to receive the offer letter? Any insights would be helpful.I got background verification check mail last Thursday. My college mailed acceptance letter last week (Saturday)to the company . I m having internship from january.. I have one back log in my 3-2. I m worried about it. Can anyone help?Thankyou!

    • @itsruntym
      @itsruntym 10 днів тому

      @@SrijaReddy14 you will get it very soon and congratulations 🎉

  • @vazid247
    @vazid247 12 днів тому

    I have completed coding round but i didn't get any response for them. Both questions successfully complied and all test cased passed but i didn't get any response sir.

    • @itsruntym
      @itsruntym 10 днів тому

      @@vazid247 you will get a response very soon

  • @fncdhruvop8622
    @fncdhruvop8622 13 днів тому

    Sheet

    • @itsruntym
      @itsruntym 4 дні тому

      @@fncdhruvop8622 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @sukanyafugate4512
    @sukanyafugate4512 13 днів тому

    I have given Assessment and execution 2 coding questions on 21st dec but still I did not receive any update

    • @itsruntym
      @itsruntym 13 днів тому

      @@sukanyafugate4512 you will get the response very soon

  • @mirtunjay0456
    @mirtunjay0456 14 днів тому

    Run time

    • @itsruntym
      @itsruntym 4 дні тому

      @@mirtunjay0456 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @vinitha4761
    @vinitha4761 15 днів тому

    After interview how many days to get results and offer letter

    • @itsruntym
      @itsruntym 15 днів тому

      @@vinitha4761 3-4 days, it will depend on your recruiters…

  • @ChandraShekarYadav-qp8pz
    @ChandraShekarYadav-qp8pz 15 днів тому

    Run time

    • @itsruntym
      @itsruntym 4 дні тому

      @@ChandraShekarYadav-qp8pz drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @manasimanjaribehera6492
    @manasimanjaribehera6492 17 днів тому

    Run Tym

  • @ratanjarurakar520
    @ratanjarurakar520 17 днів тому

    bro you have very less subscribers, you deserve more than 100k , the quality of content you provide 💥❤‍🔥

    • @itsruntym
      @itsruntym 16 днів тому

      @@ratanjarurakar520 thanks bro, with all of ur support will reach 100k too ❣️

  • @harishbonde7489
    @harishbonde7489 18 днів тому

    Bhai ye Hacker rank assignment hamesha solve ho jata hai ibm ke application mai par interview ka ata hi nahi😢 offcampus ko

    • @itsruntym
      @itsruntym 18 днів тому

      @@harishbonde7489 dono ques solve ho jate h?

    • @harishbonde7489
      @harishbonde7489 17 днів тому

      @itsruntym ha non dsa ques hote hai toh ho jata hai

    • @itsruntym
      @itsruntym 17 днів тому

      @ 2 coding ques bhi hote h

    • @harishbonde7489
      @harishbonde7489 17 днів тому

      @@itsruntym 2 coding and 2 sql.. data analyst or science related hi apply karta hu mai toh ye ate hai and sde apply Kiya toh specifically python required job dekhta hu tab usmai 2 coding hote non dsa.. and if cloud ka kiya toh 10 MCQ and 2 coding moderate level... ASE SDE ACE but age reply hi nahi ata under review hi de raha and yt dekh raha hu toh un position ke bacho ke selection bhi hoagye

  • @BattousaiTheManslayer
    @BattousaiTheManslayer 18 днів тому

    Bro 2 questions: 1. strings + map All test case passed 2. DP 0/1 knapsack, 6/15 rest TLE. Will I be shortlisted??

    • @itsruntym
      @itsruntym 18 днів тому

      @@BattousaiTheManslayer MP yes, but depends on other participants also..

    • @BattousaiTheManslayer
      @BattousaiTheManslayer 17 днів тому

      @itsruntym man the memoization was giving TLE I tried for Tabulation it was showing wrong answer, i was trying to figuring it out and in the mean time the timer got exhausted. But still I don't understand why does the memorization fails? Do they need that much space + time optimized code. Like memoization do pass all the leetcode test cases, but still....It failed oh Gosh...

    • @itsruntym
      @itsruntym 16 днів тому

      @ may be some boundaries were not met.. like for loop condition..

  • @souvikhalder1510
    @souvikhalder1510 18 днів тому

    How much time will I get?

    • @itsruntym
      @itsruntym 17 днів тому

      @@souvikhalder1510 90mins

  • @dejavu4029
    @dejavu4029 19 днів тому

    Web cam is necessary

  • @vanimk1233
    @vanimk1233 19 днів тому

    Sent me the shee

    • @itsruntym
      @itsruntym 19 днів тому

      @@vanimk1233 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @dipalinalawade8147
    @dipalinalawade8147 19 днів тому

    Technical around will online or offline

    • @itsruntym
      @itsruntym 19 днів тому

      @@dipalinalawade8147 online

  • @manasa317
    @manasa317 20 днів тому

    I have Tommorow please say me the topics needed to crack

    • @itsruntym
      @itsruntym 20 днів тому

      @@manasa317 its all mentioned in video itself. Although attaching the sheet. All the best

    • @itsruntym
      @itsruntym 20 днів тому

      @@manasa317 drive.google.com/file/d/1UOU9woisoRUy6pTR0qplre3bzhSFOzBs/view?usp=sharing

    • @manasa317
      @manasa317 19 днів тому

      @@itsruntym thankyou...can we please say about coding assessment round

    • @itsruntym
      @itsruntym 19 днів тому

      @ its there in video

    • @manasa317
      @manasa317 19 днів тому

      @itsruntym bro actually I got a mail from entnt to attended assessment so half an hour I tried to start the exam but the timer got on but the page was loading so clicked on next button but it got submitted and showing my score as 0

  • @supriyabeesetty3507
    @supriyabeesetty3507 20 днів тому

    Is technical interview based on Java? Can we expect python ?

    • @itsruntym
      @itsruntym 20 днів тому

      @@supriyabeesetty3507 depends on profile, if you are applying for python, then obviously it will be in python

  • @anvithakarnatakam4844
    @anvithakarnatakam4844 20 днів тому

    How many days it will take to get interview mail after coding examn?

    • @itsruntym
      @itsruntym 20 днів тому

      @@anvithakarnatakam4844 4-5 days, depends on recruitment team

  • @shashivarun
    @shashivarun 23 дні тому

    Bro question number 35 is missing

    • @itsruntym
      @itsruntym 22 дні тому

      Its there bro ua-cam.com/video/OVpRrNdxwio/v-deo.htmlsi=8oEdHjymkRm6jGfK

    • @shashivarun
      @shashivarun 18 днів тому

      @@itsruntym thank you

  • @MaheshR-k7n
    @MaheshR-k7n 23 дні тому

    After how many days of completion of coding round you got the call sir?

    • @itsruntym
      @itsruntym 23 дні тому

      @@MaheshR-k7n after 2-3 days, it may differ according to recruitment team and process

  • @_mr_anurag_5740
    @_mr_anurag_5740 24 дні тому

    I have do only one question out of two there is any possibility for going to next round

    • @itsruntym
      @itsruntym 23 дні тому

      @@_mr_anurag_5740 possibilities are there. Depends on your competitors. Lets wait for the results

    • @NivedithaS-e2e
      @NivedithaS-e2e 16 днів тому

      @@itsruntym hey did you get reply after coding assessment

    • @itsruntym
      @itsruntym 16 днів тому

      @ yes

    • @nivedithas7483
      @nivedithas7483 15 днів тому

      ​@@itsruntymafter how many days

    • @itsruntym
      @itsruntym 15 днів тому

      @ 3-4 days

  • @ankurpatel7266
    @ankurpatel7266 26 днів тому

    Runtym

    • @itsruntym
      @itsruntym 25 днів тому

      @@ankurpatel7266 drive.google.com/file/d/1TmDUBLUS1MHD-4JXIBkvcIpULZQaxGlB/view?usp=sharing TCS Array coding ques drive.google.com/file/d/1fdCrhi5BTTPo6qCWIk9yaNeYlLYZsw8A/view?usp=sharing TCS NQT String Ques drive.google.com/file/d/14kSAKBy1QhGvUY8cZ9J6ClARK2soQhgq/view?usp=sharing TCS HR Ques Follow @itsruntym for more ❣️

    • @letscrackit3303
      @letscrackit3303 25 днів тому

      Runtime

    • @itsruntym
      @itsruntym 25 днів тому

      @ drive.google.com/file/d/1TmDUBLUS1MHD-4JXIBkvcIpULZQaxGlB/view?usp=sharing TCS Array coding ques drive.google.com/file/d/1fdCrhi5BTTPo6qCWIk9yaNeYlLYZsw8A/view?usp=sharing TCS NQT String Ques drive.google.com/file/d/14kSAKBy1QhGvUY8cZ9J6ClARK2soQhgq/view?usp=sharing TCS HR Ques Follow @itsruntym for more ❣️

  • @ankushsolanki2533
    @ankushsolanki2533 27 днів тому

    Runtime

    • @itsruntym
      @itsruntym 26 днів тому

      @@ankushsolanki2533 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @yogeshshrivas7521
    @yogeshshrivas7521 27 днів тому

    Runtym

    • @itsruntym
      @itsruntym 26 днів тому

      @@yogeshshrivas7521 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @sahilkolhe3942
    @sahilkolhe3942 28 днів тому

    RunTym

    • @itsruntym
      @itsruntym 26 днів тому

      @@sahilkolhe3942 drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @AbhishekSharma-vm1lw
    @AbhishekSharma-vm1lw 28 днів тому

    RunTym

    • @itsruntym
      @itsruntym 26 днів тому

      @@AbhishekSharma-vm1lw drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @153shrinaths5
    @153shrinaths5 29 днів тому

    Great Playlist and very clear explanation. Kindly upload all the 150 problems from "Top Interview 150 questions" problems from leetcode!

    • @itsruntym
      @itsruntym 29 днів тому

      @@153shrinaths5 thanks… on the way..

  • @jahnvisah-c5w
    @jahnvisah-c5w 29 днів тому

    Runtym

    • @itsruntym
      @itsruntym 26 днів тому

      @@jahnvisah-c5w drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @appu-k2d
    @appu-k2d Місяць тому

    run tym

    • @itsruntym
      @itsruntym 26 днів тому

      @@appu-k2d drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation

  • @Frontend1510
    @Frontend1510 Місяць тому

    Sir bahot din baad video aayi

    • @itsruntym
      @itsruntym Місяць тому

      @@Frontend1510 abse regular hogi bro

  • @AbsAbs-zk6cv
    @AbsAbs-zk6cv Місяць тому

    RunTym

    • @itsruntym
      @itsruntym 26 днів тому

      @@AbsAbs-zk6cv drive.google.com/file/d/1S5x7yflBdnpzx1i0ij0JjJG1jJgBgzTq/view?usp=sharing 70 MERN Stack (MongoDB, Express, React, and Node) interview questions+answers Follow for more such sheets and other resources for your interview preparation