Code Monkey home page Code Monkey logo

interview's Introduction

Interview questions

Technical

Database

Answers

  1. In MySQL, what is difference between BTREE and HASH indices?
  2. What are differences between COUNT(*), COUNT(1) and COUNT(column_name)?
  3. Explain the different types of SQL commands.
  4. Explain the different types of JOIN.
  5. What’s the difference between a WHERE clause and a HAVING clause?
  6. What’s the difference between a TRUNCATE command and a DELETE command?
  7. What are UNION, UNION ALL, MINUS, and INTERSECT set operators?
  8. What are Normalization and Denormalization?
  9. What are scalar functions?
  10. What are aggregate functions?
  11. What is a stored procedure?
  12. What is an index?
  13. What is an SQL Server cursor? How do you use it?
  14. What are the different types of indexes?
  15. What are ACID properties?
  16. What is a schema?
  17. What is an alias command?
  18. What is the difference between CHAR and VARCHAR datatypes in SQL?
  19. What is collation? What are the different collation sensitivity?

Coding

  1. Provide an integer n and a list of integers nums, find all pairs of integer which are sum equal to n. Pairs are unique, (x,y) and (y,x) are one result.
  2. Find the Longest Increasing Odds Subsequence

Non-Technical

  1. How many people come out of an airport everyday?

interview's People

Contributors

ducminhgd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.