The Coding Interview
The Coding Interview
  • Видео 88
  • Просмотров 3 239 953
IQ 62: Panagram Checker
This video explains how to determine if a sentence is Pangram or not
Просмотров: 435

Видео

IQ 61: Determine if a string contains vowels
Просмотров 335Год назад
This video explains how to implement a program to determine if a string contains vowels or not FYI Regex is sequence of characters that contains a search pattern Helpful links www.w3schools.com/java/java_regex.asp regex101.com/
IQ 60: 10 Podcast SQL Interview Questions
Просмотров 761Год назад
This video explains how to write SQL statements to retrieve data based on the 10 SQL Query assignments Here is the code for tables and all records: drive.google.com/file/d/1GwQ5PIolUHh_2qhcQOMUGC2A148rMmEI/view?usp=sharing *Also just like some of you guys suggested in the comments. I finally got a new mic. Hopefully this makes the audio clearer Lloyd's IG : lloydnotgeorge Lloyd's...
IQ 59: Print all permutations of a string
Просмотров 289Год назад
Write a program that finds all permutations of a string
Poker Coding Assignment Part 4 (4/4)
Просмотров 304Год назад
Poker Coding Assignment Part 4 (4/4)
Poker Coding Assignment Part 3 (3/4)
Просмотров 188Год назад
Poker Coding Assignment Part 3 (3/4)
Poker Coding Assignment Part 2 (2/4)
Просмотров 201Год назад
Poker Assignment Part 2
Poker Assignment Part 1 (1/4)
Просмотров 731Год назад
Part 1 of the Poker Coding Assignment Decided to break this coding assignment into 4 parts in case some of audience don't want to sit through he full 3 hour video
IQ 58: The Poker Coding Assignment
Просмотров 5922 года назад
This video will explain how to create a java application, that will determine the card ranking based on the given input.
IQ 57: Mystery Coding Assignment
Просмотров 7803 года назад
This video shows you how to decode an encoded message Let me know what you think of the new approach with this video with the music and the added story line. Give me your feedback
IQ 56: Caculate the sum of numbers read from a text file
Просмотров 36 тыс.4 года назад
Write a program to calculate the sum of numbers read from a text file
IQ 55: Determine if 2 words are anagrams of each other
Просмотров 1,7 тыс.4 года назад
Write a program to determine if 2 words are anagrams of each other
IQ 54: Find 2nd highest number in an array list
Просмотров 53 тыс.4 года назад
Write a program to find the 2nd highest number in an array list
IQ 53: Determine if a number is prime or not
Просмотров 9474 года назад
Write a program to determine if a number is prime or not
IQ 52: Reversing a Number
Просмотров 1,3 тыс.4 года назад
How to write a java program that displays a number in reverse
Salesforce Assignment 8 (8/8)
Просмотров 1,1 тыс.5 лет назад
Salesforce Assignment 8 (8/8)
Salesforce Assignment 7 (7/8)
Просмотров 4995 лет назад
Salesforce Assignment 7 (7/8)
Salesforce Assignment 6 (6/8)
Просмотров 4555 лет назад
Salesforce Assignment 6 (6/8)
Salesforce Assignment 5 (5/8)
Просмотров 3635 лет назад
Salesforce Assignment 5 (5/8)
Salesforce Assignment 4 (4/8)
Просмотров 4875 лет назад
Salesforce Assignment 4 (4/8)
Salesforce Assignment 3 (3/8)
Просмотров 4645 лет назад
Salesforce Assignment 3 (3/8)
Salesforce Assignment 2 (2/8)
Просмотров 6405 лет назад
Salesforce Assignment 2 (2/8)
Salesforce Assignment 1 (1/8)
Просмотров 1,2 тыс.5 лет назад
Salesforce Assignment 1 (1/8)
Brief Intro to Salesforce
Просмотров 1,6 тыс.5 лет назад
Brief Intro to Salesforce
IQ 51: If string begins with "red" or "blue" return the color
Просмотров 2 тыс.6 лет назад
IQ 51: If string begins with "red" or "blue" return the color
IQ 50: Removing the X
Просмотров 1,1 тыс.6 лет назад
IQ 50: Removing the X
IQ 49: Write code to return first half of a string
Просмотров 5 тыс.6 лет назад
IQ 49: Write code to return first half of a string
IQ 48: What is the LCM of all Numbers from 1 - 20
Просмотров 3 тыс.6 лет назад
IQ 48: What is the LCM of all Numbers from 1 - 20
Difference between Surface vs Deep Questions
Просмотров 2,5 тыс.6 лет назад
Difference between Surface vs Deep Questions
IQ 47: What is the diamond problem?
Просмотров 3,2 тыс.7 лет назад
IQ 47: What is the diamond problem?

Комментарии

  • @tayyabhussain3494
    @tayyabhussain3494 2 месяца назад

    Not right work if 2 equal highest values exist in Array; "var array = [77, 77, 77, 77, 77, 77, 77, 10, 10, 10, 5]; var high1 = 0; var high2 = 0; for (var i = 0; i < array.length; i++) { if (array[i] > high1) { high2 = high1; // Update second highest before updating highest high1 = array[i]; // console.log(high2) // console.log(array[i]) // console.log(high1) } if (array[i] > high2 && array[i] < high1) { high2 = array[i]; } } console.log("The highest number is: " + high1); console.log("The second highest number is: " + high2);" try this code.

  • @nullprotector
    @nullprotector 3 месяца назад

    Michael jackson library

  • @expertreviews1112
    @expertreviews1112 7 месяцев назад

    We've been hosting tons of .NET apps in IIS for ages... With all backend code... Not sure why you say IIS (and Apache and Sun Java) can only serve static content like html, images etc

  • @user-mq8mr4vg9v
    @user-mq8mr4vg9v 8 месяцев назад

    Excellent explanations.

  • @adventdanielkarabo9558
    @adventdanielkarabo9558 8 месяцев назад

    how would you edit this code to output the average of the numbers

  • @bartrobert3126
    @bartrobert3126 9 месяцев назад

    Youre a legend for sharing this hosting tutorial! Ive dabbled in HostGator and A2 Web Hostinng, but Cloudways with TST20 coupon is the real lifesaver.

  • @staniek81
    @staniek81 10 месяцев назад

    Those are too simple to be true.

  • @gloriabukachi1
    @gloriabukachi1 11 месяцев назад

    Thank you for the videos. I am adding to my knowledge

  • @felipe-ms6ws
    @felipe-ms6ws Год назад

    how to do without for loop?

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

    Select max(salary) from employee

  • @where-is-my-mind.
    @where-is-my-mind. Год назад

    8:20 You don't actually need Service object in the Customer class. In fact, Your class is still somewhat dependent on the Service class since the constructor expects it as an argument to instantiate the Customer. A better approach would be to directly pass the service object as an argument to the method, e.g. viewCustService(Service s), and use it inside the method. This way, your class is not dependent on it, and solely viewCustService will expect it as an argument not your class. So even if there is a problem with the Service class, your Customer class will still instantiate perfectly but you may encounter an issue only when the viewCustService is called.

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

    for the last question I would go for something like that: select e.first_name, e.last_name, e.salary, d.department_name from employee e, department d, (select d2.department_id, max(e2.salary) m from employee e2 join department d2 on e2.department_id=d2.department_id group by d2.department_id) subq where e.department_id=d.department_id and d.department_id=subq.department_id and e.salary=subq.m; or select e.first_name, e.last_name, e.salary, d.department_name from employee e join department d on e.department_id=d.department_id join (select d2.department_id, max(e2.salary) m from employee e2 join department d2 on e2.department_id=d2.department_id group by d2.department_id) subq on d.department_id=subq.department_id where e.salary=subq.m;

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

    Спасибо

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

    very useful and educational video. cheers

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

    In question #8 you used different syntax in the "+" in that some have spaces and some don't. Should we be concerned with possible syntax errors when forgetting to put a space between items we are summing?

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

    how does the four pilars help me get some bitches for spring break

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

    Window function would be better then these risky ones.

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

    Thank you.

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

    And now JS // Create a variable that holds the string let str = "This is a test!"; // Iterate through each character in the string for (let char of str) { // Check for each vowel if (char === "a" || char === "e" || char === "i" || char === "o" || char === "u") { // If a vowel is found, print it out console.log(char); } }

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

    # Create a function to test whether or not a character is a vowel def is_vowel(char): all_vowels = 'aeiouAEIOU' return char in all_vowels # Take input from the user char = input("Enter a character: ") # Print result if is_vowel(char): print(char, "is a vowel.") else: print(char, "is not a vowel.")

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

    First comment

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

    Any links to download the code in this video? Pls share

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

    Hello in your first query, you wrote down, SELECT h.Full_Name and then it should be from HOST h, JOIN Podcast p, because that column is in HOST table not PODCAST table?

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

    Thank you for your videos! they are helping me so much!

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

    I feel bad for Bonnie 😔

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

    Order by salary desc limit 1 would be a valid filter to the query, wouldnt?

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

    Plz any one how to get job ,I am SQL coaching student

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

    Please add timestamps on the different topics so we can skip certain parts. Just an opinion. Thanks for the info.

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

    I cant believe noone ever praised you for this video in comments ever. You saved my butt with sharing a project to my PC's. Thanks so much man!

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

    the challenging ones are all wrong, last question is wrong if the highest salary in IT somehow becomes the second highest in Marketing for example and it will return 3 columns, 2 for Marketing and 1 for IT because it is basically looking for a number IN a list and if it matches, it will use it. also for the question about range, you been asked to get the range from data, not to pick a range and show it. anyway, nice video, thanks for making it

  • @Sasha-us4lt
    @Sasha-us4lt Год назад

    gawad

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

    How do you select the second-highest record?

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

    I am no agree with the last query. I think you can get wrong data. The question is asking for the data of the employees with the highest salaries in each department.But with you solution the result will a list whit the employees wich salaries equal to the top salaries of some department even is not the one they belong

  • @maruthi.k28
    @maruthi.k28 Год назад

    select max(sal) from emp where sal<(select max(sal) from emp); this is for particular 2nd sal..i think

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

    It's 2022

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

    Great explanation, thank you very much !

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

    I am struggling with JOINS a bit. Need refresher

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

    You actually explained the difference between Spring and SpringBoot in 4 minutes. Unlike all other videos, which are anywhere between 10 and 50 minutes long and fail to say anything substantial.

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

    Excellent, engaging, and challenging questions! Especially the 2nd highest sallary. I do not mean that as bad as sarcastic, but it seems you were completely oblivious to "order by".

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

    Selecting the nth salary could be better queried using the following, for example the 5th highest salary Select * From (Select *, ROW_NUMBER() Over(Order By Salary DESC) rn From employee) as t Where rn = 5 But, I agree to choose the 2nd your query is elegant.

  • @CL-em1tk
    @CL-em1tk Год назад

    Subbed.. Please make more advanced sql videos.. So far you are best.. No talking BS.. Right on the point

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

    The coding Interview: Why you didn't use ORDER BY DESC or ASC combined with LIMIT 1 ; ? I think it's very easy

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

    Superb..

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

    Share tables please

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

      I just updated the description of this video with the link. Here is the link as well here on Google Drive--> drive.google.com/file/d/1GwQ5PIolUHh_2qhcQOMUGC2A148rMmEI/view?usp=sharing

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

    this is awesome. thank you

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

    I cannot believe that this was 6 years ago 😮, but I still understand it correctly

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

    Do you have more videos for interview questions ,? Can you please share ?

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

    Very useful video for interviews .

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

    Now how to get the 3rd or 4th highest salary ?

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

    On the 1st question... Why not simply top 1 and order by salary desc? Much faster than al sub. 2nd question... A cte with top 2 is the the best option for easy future maintenance. Got bored. Won't see the rest.