Sunteți pe pagina 1din 12

5/9/2019 SQL Interview Questions | CareerCup

Questions (https://careercup.com/page) Forum (https://careercup.com/forum)

Salaries (https://careercup.com/salary) Resume Tips (https://careercup.com/resume)

RSS (http://feeds.feedburner.com/Careercup)

Sign In (https://accounts.google.

service=ah&passive=true&continue=https://appengine.google.com/_ah/conflogin%3Fcontinue%3Dhttps://careercup.com/page%

in

SQL Interview Questions Add Question


(https://careercup.com/add)
CareerCup is the world's biggest
Page: 1 2 (https://careercup.com/page?pid=sql-interview-questions&n=2) and best source for software
engineering interview preparation.
Filter: (None) (None) SQL Go Clear
See all our resources
Sort By: (https://careercup.com/resources).
Date | Number of Comments (https://careercup.com/page?pid=sql-interview-questions&sort=comments) |
Most Recent Comment (https://careercup.com/page?pid=sql-interview-questions&sort=recentcomments) | Open Chat in New Window
Votes (https://careercup.com/page?pid=sql-interview-questions&sort=votes) (https://tlk.io/careercup)

You have a database table that stores information about the price change
of various product with time. It's append only table. Whenever the price of 4
Answers
the product p1 is changed to c1 at time t1, a new row will be appended. (https://career
0 product_id price time id=575937383
of 0 votes
p1 10 4
p2 40 4
p1 20 5
p1 25 6
p2 55 7
...
https://careercup.com/page?pid=sql-interview-questions 1/12
5/9/2019 SQL Interview Questions | CareerCup If the main thread halts,
Write an SQL query that will give the price of every product at time t1. all threads automatically
e.g. at time 6 stops. So you have to
product_id price make the main thread
p1 25 running
p2 40 @Kumar Barun see what
I have said
Note: Consider the case where two updates are made at the same time. @Krishna probably I will
Don't assume that the table is sorted by time. in some time

(https://careercup.com/question?id=5759373830258688) - neer.1304 Arun Vasudevan


(https://careercup.com/user?id=5658790277939200) 29 days ago (April 11, 2019) in United A
States | Report Duplicate (https://careercup.com/reportduplicate?id=5759373830258688) | @
Flag (https://careercup.com/flagquestion?id=5759373830258688) |
Hi...Where would i
specify my certifications
completed in the resume,
/*
## Setup 0 I don't see it on the
template?
Answers
(https://career
0 The flow of a dispute is as follows: id=567915196
Lingesh
of 0 votes
- A charge is created by an end customer. L
- Stripe receives a dispute record from the bank.
@
- The business responds with evidence.
- If no second dispute is received within 30 days after evidence How CanHi You Help CareerCup?
submission, the dispute is won. If a second dispute is received, the dispute (https://careercup.com/helpcareercup)
is lost.
Find Out When Gayle / CareerCup /
Charge Cracking the Coding Interview is in
(Maybe) Dispute Record Your City
(Maybe) Evidence submission (https://careercup.wufoo.com/forms/crac
(Maybe) Second Dispute Record the-interview-talk-notifier/)

The raw tables generated from the API look like:

``` Top Companies


Charges
Amazon (4660)
+---------------+-----------+
| charge_id | varchar | (https://careercup.com/page?
| created | timestamp | pid=amazon-interview-
| amount | int | questions)
| seller_id | varchar |
| customer_id | varchar | Microsoft (2072)
+---------------|-----------+ (https://careercup.com/page?
pid=microsoft-interview-
Dispute Records questions)
+----------------+-----------+
| dispute_id | varchar | Google (1601)
| created | timestamp | (https://careercup.com/page?
| charge_id | varchar | pid=google-interview-
+----------------|-----------+ questions)
Evidence Submission Bloomberg LP (686)
+-------------------+-----------+ (https://careercup.com/page?
| evidence_id | varchar | pid=bloomberg-lp-interview-
| created | timestamp |
questions)
| charge_id | varchar |
https://careercup.com/page?pid=sql-interview-questions 2/12
5/9/2019 +-------------------|-----------+ SQL Interview Questions | CareerCup Facebook (664)
```
*/ (https://careercup.com/page?
pid=facebook-interview-
/* questions)

1. Can you design a unified dispute table that would allow us to compute Adobe (475)
things like the win rate, dispute rate, evidence submission rate etc? (https://careercup.com/page?
pid=adobe-interview-
*/ questions)

(https://careercup.com/question?id=5679151961341952) - trish Yahoo (286)


(https://careercup.com/user?id=4910790444318720) 2 months ago (March 19, 2019) in (https://careercup.com/page?
United States | Report Duplicate (https://careercup.com/reportduplicate? pid=yahoo-interview-
id=5679151961341952) | Flag (https://careercup.com/flagquestion?id=5679151961341952) | questions)

Goldman Sachs (246)


What are common table expressions? How are they different than (https://careercup.com/page?
temporary tables? 0 pid=goldman-sachs-
Answers
(https://career interview-questions)
0 (https://careercup.com/question?id=5654907989262336) - Jaideep id=565490798
of 0 votes
(https://careercup.com/user?id=5737998862778368) 10 months ago (July 18, 2018) in India | Epic Systems (218)
Report Duplicate (https://careercup.com/reportduplicate?id=5654907989262336) | Flag (https://careercup.com/page?
(https://careercup.com/flagquestion?id=5654907989262336) | pid=epic-systems-interview-
questions)

Write query to find second highest salary? Provide different queries to find NVIDIA (203)
using sql. 6 (https://careercup.com/page?
Answers
(https://career
pid=nvidia-interview-
0 (https://careercup.com/question?id=5742980353753088) - Jaideep id=574298035 questions)
of 0 votes
(https://careercup.com/user?id=5737998862778368) 10 months ago (July 18, 2018) in India |
Report Duplicate (https://careercup.com/reportduplicate?id=5742980353753088) | Flag
More Companies »
(https://careercup.com/flagquestion?id=5742980353753088) | (https://careercup.com/categ

Employees Per Department


13 Top Jobs
Twitter Interview Online Test SQL
Answers
(https://career Software Engineer /
-1 A company uses 2 data tables, Employee and Department, to store data id=627197601
Developer (8009)
of 1 vote
about its employees and departments.
(https://careercup.com/page?
Table Name: Employee pid=software-engineer-
Attributes: developer-interview-
ID Integer, questions)
NAME String,
SALARY Integer, SDE1 (850)
DEPT_ID Integer (https://careercup.com/page?
pid=sde1-interview-
Table Name: Department questions)
Attributes:
DEPT_ID Integer, Software Engineer in Test
Name String, (821)
LOCATION String (https://careercup.com/page?
View sample tables:
https://careercup.com/page?pid=sql-interview-questions 3/12
5/9/2019 https://s3-us-west- SQL Interview Questions | CareerCup pid=software-engineer-in-
2.amazonaws.com/aonecode/techblog/50cfcdd1d61f1bd6002cf4d3b4a61deb- test-interview-questions)
min.jpeg
Software Engineer (671)
Write a query to print the respective Department Name and number of (https://careercup.com/page?
employees for all departments in the Department table (even unstaffed pid=software-engineer-
ones).
interview-questions)
Sort your result in descending order of employees per department; if two or SDE-2 (589)
more departments have the same number of employees, then sort those
(https://careercup.com/page?
departments alphabetically by Department Name.
pid=sde-2-interview-
questions)
(https://careercup.com/question?id=6271976011202560) - aonecoding
(https://careercup.com/user?id=5741384830025728) 2 years ago (September 05, 2017) in
Developer Program Engineer
United States | Report Duplicate (https://careercup.com/reportduplicate?
(465)
id=6271976011202560) | Flag (https://careercup.com/flagquestion?id=6271976011202560) |
(https://careercup.com/page?
pid=developer-program-
engineer-interview-
I have two tables
Supplier Table: 17 questions)
Answers
Supp_id (https://career
Software Developer (413)
0 supp_name id=565665486
of 0 votes (https://careercup.com/page?
Invoice Table: pid=software-developer-
inv_id interview-questions)
supp_id
inv_date Java Developer (295)
inv_amt (https://careercup.com/page?
payment_date pid=java-developer-
paid_amt interview-questions)
I want to list the invoice(s) that have highest invoice_amt for the year 2016. Financial Software
Developer (292)
DO NOT USE MIN/MAX function (https://careercup.com/page?
pid=financial-software-
(https://careercup.com/question?id=5656654864449536) - shopatlemo developer-interview-
(https://careercup.com/user?id=5144094373314560) 2 years ago (July 01, 2017) in United
questions)
States | Report Duplicate (https://careercup.com/reportduplicate?id=5656654864449536) |
Flag (https://careercup.com/flagquestion?id=5656654864449536) | Intern (273)
(https://careercup.com/page?
pid=intern-interview-
Table: Student
Fields: Student_ID, Department, Start_Date 25 questions)
Answers
ex: 1,A, 2017-01-1 (https://career More Jobs »
0 1,B, 2017-07-1 id=515030286
(https://careercup.com/categ
of 0 votes
1,C, 2017-12-1

Expected Output: Student_ID, Department, Start_Date, End_Date


ex: 1,A, 2017-01-1, 2017-07-01 Top Topics
1,B, 2017-07-1,2017-12-01
1,C, 2017-12-1, ... Algorithm (5993)
(https://careercup.com/page?
End_Date is the start Date of the next record for the student ID pid=algorithm-interview-
questions)
https://careercup.com/page?pid=sql-interview-questions 4/12
5/9/2019 (https://careercup.com/question?id=5150302865981440) - padmarajuharish
SQL Interview Questions | CareerCup google (1099)
(https://careercup.com/user?id=5681859024388096) 2 years ago (March 08, 2017) in United
States | Report Duplicate (https://careercup.com/reportduplicate?id=5150302865981440) |
(https://careercup.com/page?
Flag (https://careercup.com/flagquestion?id=5150302865981440) | pid=google-interview-
questions)

Coding (981)
table RSVP
48 (https://careercup.com/page?
Name, Decision, Date
Answers pid=coding-interview-
(https://career
0 Jon, Y, 1 jan 2016 id=568275156 questions)
of 0 votes
Jon, N, 2 Jan 2016
Linda, Y, 1 Jan 2016 Data Structures (855)
Mark, Y, 5 Jan 2016 (https://careercup.com/page?
Rob, N, 5 Jan 2016 pid=data-structures-
interview-questions)
-- SQL query to find out how many of your friends are coming to party?,
make sure that, they haven't said N after saying Y like Jon, check date. Java (806)
So the answer should be 2 (https://careercup.com/page?
pid=java-interview-questions)
(https://careercup.com/question?id=5682751563890688) - david
(https://careercup.com/user?id=5082302950408192) 3 years ago (October 11, 2016) in C (583)
United States | Report Duplicate (https://careercup.com/reportduplicate? (https://careercup.com/page?
id=5682751563890688) | Flag (https://careercup.com/flagquestion?id=5682751563890688) | pid=c-interview-questions)

C++ (553)
Write SQL query to get the earliest flight from A to B. (https://careercup.com/page?
16 pid=c-plus-plus-interview-
Answers
(https://careercup.com/question?id=5736483378954240) - zyz (https://career
questions)
0 (https://careercup.com/user?id=5731864544280576) 3 years ago (February 23, 2016) in id=573648337
of 0 votes
United States | Report Duplicate (https://careercup.com/reportduplicate?
Arrays (463)
id=5736483378954240) | Flag (https://careercup.com/flagquestion?id=5736483378954240) | (https://careercup.com/page?
pid=arrays-interview-
questions)
I want to run a function that does that automatically for me until the
condition is complete (condition is some update statement),if i have 2000 2 Object Oriented Design
records and exit when condition should be counter<500;
Answers (356)
(https://career
0 so if i have 2000 records so counter will be 2000/500 =4 id=573297720 (https://careercup.com/page?
of 0 votes
loop will execute for 4 times pid=object-oriented-design-
update statement should consist of interview-questions)
update tablename set counter=1 where rownum<500
Brain Teasers (329)
this process continues until the update condition is met (https://careercup.com/page?
pid=brain-teasers-interview-
(https://careercup.com/question?id=5732977209245696) - sona4144 questions)
(https://careercup.com/user?id=5660685930332160) 3 years ago (February 11, 2016) in India
| Report Duplicate (https://careercup.com/reportduplicate?id=5732977209245696) | Flag More Topics »
(https://careercup.com/flagquestion?id=5732977209245696) | (https://careercup.com/categ

Please provide Oracle SQL and PLSQL questions


0 What's Going On
Answers
(https://careercup.com/question?id=5670086528466944) - (https://career
0 subhasinibhosal1004 (https://careercup.com/user?id=5649823141199872) 4 years ago (July id=567008652
of 0 votes
https://careercup.com/page?pid=sql-interview-questions 5/12
5/9/2019 17, 2015) in India | Report Duplicate (https://careercup.com/reportduplicate?
SQL Interview Questions | CareerCup NKurapati said for (var i = 0; i <
id=5670086528466944) | Flag (https://careercup.com/flagquestion?id=5670086528466944) | a.length; i++) { if(b ...

NoOne said {{{ def back_track(


Round 4
16
tmp, n ){ //println( str(tmp) ) if ( n
Question 4 : You are given following input == 0 ...
Answers
Input{userId, LoginTime} (https://career
1 You have ping output in following way id=624197196 NoOne up-voted Justin Gao's
of 3 votes comment: DFS solution {{{ public
Output(UserId, LoginTime, SessionId).
...
Note that the session Id is an integer, and when a user login after 30
minutes of its previous login, you will give him/her next sessonid.
nckraghu up-voted
new user, will always get next sessionId. acoding167's question: Given a
List of ...
Example
Input nckraghu up-voted
1 9:00 AM robb.krakow's question: Given
2 9:10 AM an integer ...
1 9:25 AM
30 12:34PM
23 3:09 PM

Output
UserId LoginTime SessionId Report a Bug or Issue
1 9:00 AM 1 (https://careercup.wufoo.com/f
2 9:10 AM 2 bug-report/)
1 9:25 AM 1
30 12:34PM 3
23 3:09 PM 4

You have to do it in either SQL/Scope. You also have to minimise the


complexity.

(https://careercup.com/question?id=6241971960020992) - sonesh
(https://careercup.com/user?id=14962663) 4 years ago (July 12, 2015) in United States |
Report Duplicate (https://careercup.com/reportduplicate?id=6241971960020992) | Flag
(https://careercup.com/flagquestion?id=6241971960020992) |

Round 2
Question 3 : You are given following set of tables 9
Answers
Object{obj_id, obj_name,....<Other object related details>} (https://career
-1 Attribute{att_id, att_name,....<Other attribute related details>} id=518317903
of 1 vote
ObjectAttributeMapping{objAtt_id, obj_id, att_id, att_value}

You have to provide the output in following format


Output table with column name {obj_id, obj_name, att_name1, att_name2,
att_name3,...}
each object should only be represented in one row, and att_name1 column
will have att_id1 values, from ObjectAttributeMapping table, similarly
att_name2 column will have value of att_id2 from ObjectAttributeMapping
etc...

Note that you have to do this in either SQL/Scope.

Example
https://careercup.com/page?pid=sql-interview-questions 6/12
5/9/2019 Object SQL Interview Questions | CareerCup
obj_id obj_name
1 cube
2 square
3 matrix

Attribute
Att_id Att_name
1 color
2 height
3 length
4 width

ObjectAttributeMapping
objAtt_id obj_id att_id att_value
1 1 1 'red'
2 1 2 10
3 1 3 12
4145
5 2 1 'green'
6226
7335
8349

Output should be
obj_id obj_name color height length width
1 cube 'red' 10 12 5
2 square 'green' 6 null null
3 matrix null null 5 9

(https://careercup.com/question?id=5183179038130176) - sonesh
(https://careercup.com/user?id=14962663) 4 years ago (July 12, 2015) in United States |
Report Duplicate (https://careercup.com/reportduplicate?id=5183179038130176) | Flag
(https://careercup.com/flagquestion?id=5183179038130176) |

Round 2
Question 2 : You are given following two tables, 17
Answers
Customer{cust_id, cust_name, ...<Other customer related details>} (https://career
-1 Order{order_id, order_name, cust_id, ...<Other order related details>} id=563219310
of 1 vote

You have to provide the output in following format.


cust_id, cust_name, [Total amount of orders]

Please note that you have to do this in SQL/Scope, and print only those
customer who have at least one order.

(https://careercup.com/question?id=5632193105756160) - sonesh
(https://careercup.com/user?id=14962663) 4 years ago (July 12, 2015) in United States |
Report Duplicate (https://careercup.com/reportduplicate?id=5632193105756160) | Flag
(https://careercup.com/flagquestion?id=5632193105756160) |

0
https://careercup.com/page?pid=sql-interview-questions Answers 7/12
If given a binary file, with data like lat, long, weather,SQL
temp in key:value. It's | CareerCup (https://career
5/9/2019 Interview Questions id=625183781
a structured data how would u ingest it. what are the steps that are being
taken before Hive process starts.
0 - serde (serializartion deserialization). parque etc.
of 0 votes

(https://careercup.com/question?id=6251837818667008) - Tom Walker


(https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United
States | Report Duplicate (https://careercup.com/reportduplicate?id=6251837818667008) |
Flag (https://careercup.com/flagquestion?id=6251837818667008) |

Write sql to get occurence of characters in given column


Remove duplicate rows from sql table leaving one unique row. 3
Answers
(https://career
1 (https://careercup.com/question?id=6300350145363968) - Tom Walker id=630035014
of 1 vote
(https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United
States | Report Duplicate (https://careercup.com/reportduplicate?id=6300350145363968) |
Flag (https://careercup.com/flagquestion?id=6300350145363968) |

How would you increase efficiency of a hive query?


0
Answers
(https://careercup.com/question?id=6231377232003072) - Tom Walker (https://career
1 (https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United id=623137723
of 1 vote
States | Report Duplicate (https://careercup.com/reportduplicate?id=6231377232003072) |
Flag (https://careercup.com/flagquestion?id=6231377232003072) |

What is input split in hadoop.


1
Answer
(https://careercup.com/question?id=5935286380920832) - Tom Walker (https://career
0 (https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United id=593528638
of 0 votes
States | Report Duplicate (https://careercup.com/reportduplicate?id=5935286380920832) |
Flag (https://careercup.com/flagquestion?id=5935286380920832) |

How Solr/Lucene or Elasticsearch work? For what purpose are they used?
4
Answers
(https://careercup.com/question?id=5705473384775680) - Tom Walker (https://career
0 (https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United id=570547338
of 0 votes
States | Report Duplicate (https://careercup.com/reportduplicate?id=5705473384775680) |
Flag (https://careercup.com/flagquestion?id=5705473384775680) |

What are different phases of Map reduce operation - I think they were
looking for split, combiners, partitioners, sorting phases of whole map 2
Answers
reduce stage. (https://career
0 id=563978333
of 0 votes
(https://careercup.com/question?id=5639783336378368) - Tom Walker
(https://careercup.com/user?id=5173315628957696) 4 years ago (June 07, 2015) in United
States | Report Duplicate (https://careercup.com/reportduplicate?id=5639783336378368) |
Flag (https://careercup.com/flagquestion?id=5639783336378368) |

https://careercup.com/page?pid=sql-interview-questions 8/12
5/9/2019 SQL Interviewtable
find the max length of name(1stName+2ndName+MiddleName) Questions | CareerCup
value. 11
Answers
(https://career
0 (https://careercup.com/question?id=5087228449521664) - poojaarora014 id=508722844
of 0 votes
(https://careercup.com/user?id=5683108204511232) 4 years ago (February 22, 2015) in India
| Report Duplicate (https://careercup.com/reportduplicate?id=5087228449521664) | Flag
(https://careercup.com/flagquestion?id=5087228449521664) |

Given a custom table (id, ...), an order table (id, order_date, custom_fk, ...)
and an order item table (id, order_fk, price, sale_price...) where price is 10
Answers
"not null" and sale_price isn't, write a SQL query statement to find out (https://career
0 customers' total purchasing payment in the past six months. id=568038338
of 0 votes

(https://careercup.com/question?id=5680383389597696) - fz
(https://careercup.com/user?id=14576070) 4 years ago (December 06, 2014) in United States
| Report Duplicate (https://careercup.com/reportduplicate?id=5680383389597696) | Flag
(https://careercup.com/flagquestion?id=5680383389597696) |

Given a custom table (id, ...), an order table (id, order_date, custom_fk, ...)
and an order item table (id, order_fk, ...), write a SQL query statement to 13
Answers
find out all customers who haven't placed any order in the past six months. (https://career
0 id=637665583
of 0 votes
(https://careercup.com/question?id=6376655838773248) - fz
(https://careercup.com/user?id=14576070) 4 years ago (December 06, 2014) in United States
| Report Duplicate (https://careercup.com/reportduplicate?id=6376655838773248) | Flag
(https://careercup.com/flagquestion?id=6376655838773248) |

Suppose that Amazon web site has two data tables: One is the customer
table. The other is the order table. How do you find the customers who 10
Answers
never order anything? (https://career
0 id=565615252
of 0 votes
(https://careercup.com/question?id=5656152526290944) - joeyk
(https://careercup.com/user?id=5639393027031040) 4 years ago (December 06, 2014) in
United States for Supply Chain | Report Duplicate (https://careercup.com/reportduplicate?
id=5656152526290944) | Flag (https://careercup.com/flagquestion?id=5656152526290944) |

1. If we have 2 column in table, user id and date which user has logged in.
How can we find the user id who has logged in most. means max number 14
Answers
of time. (https://career
0 id=573408036
of 0 votes
(https://careercup.com/question?id=5734080364675072) - newbee
(https://careercup.com/user?id=7251709) 5 years ago (September 03, 2014) in United States
| Report Duplicate (https://careercup.com/reportduplicate?id=5734080364675072) | Flag
(https://careercup.com/flagquestion?id=5734080364675072) |

Write a query which return 5 persons who had spent most from a table and
table contains customer id, product id and expenses. Customer id can be 14
Answers
duplicate.
https://careercup.com/page?pid=sql-interview-questions 9/12
0 (https://careercup.com/question?id=5767488096698368) - newbee Questions | CareerCup (https://career
5/9/2019 SQL Interview id=576748809
of 0 votes
(https://careercup.com/user?id=7251709) 5 years ago (August 30, 2014) in United States |
Report Duplicate (https://careercup.com/reportduplicate?id=5767488096698368) | Flag
(https://careercup.com/flagquestion?id=5767488096698368) |

Table 1; transaction_id, price


Table 2: transaction_id, zipcode 5
Answers
Query to find the avg price per zipcode (https://career
0 Query to show zipcodes that have an avg price more than $5. id=572111452
of 0 votes

(https://careercup.com/question?id=5721114529497088) - Buzzle
(https://careercup.com/user?id=5658038975332352) 5 years ago (August 26, 2014) in United
States | Report Duplicate (https://careercup.com/reportduplicate?id=5721114529497088) |
Flag (https://careercup.com/flagquestion?id=5721114529497088) |

What is difference between Having and where clause?


2
Answers
(https://careercup.com/question?id=5758157347356672) - Buzzle (https://career
0 (https://careercup.com/user?id=5658038975332352) 5 years ago (August 26, 2014) in United id=575815734
of 0 votes
States | Report Duplicate (https://careercup.com/reportduplicate?id=5758157347356672) |
Flag (https://careercup.com/flagquestion?id=5758157347356672) |

To schedule a job which will run in weekdays between 3pm to 5pm , in a


interval of 15min. 0
Answers
(https://career
0 (its for oracle 10g so it doesn't support schedular id=511692842
of 0 votes

** without using repeat_interval.)

(https://careercup.com/question?id=5116928427294720) - sunpratikkumar2
(https://careercup.com/user?id=5744395601051648) 5 years ago (August 18, 2014) in India |
Report Duplicate (https://careercup.com/reportduplicate?id=5116928427294720) | Flag
(https://careercup.com/flagquestion?id=5116928427294720) |

Design a system like friend's functionality in facebook. should have all


features of facebook's friends functionality. like for each person , he can 10
Answers
have any number of friends , he will get suggestions for new firends , (https://career
0 showing common friends if we visits any other profile . algo should be id=576010816
of 2 votes
scalable , robust .

(https://careercup.com/question?id=5760108168478720) - gopi.komanduri
(https://careercup.com/user?id=10072473) 5 years ago (August 02, 2014) in United States |
Report Duplicate (https://careercup.com/reportduplicate?id=5760108168478720) | Flag
(https://careercup.com/flagquestion?id=5760108168478720) |

Page: 1 2 (https://careercup.com/page?pid=sql-interview-questions&n=2)
Filter: (None) (None) (None) Go Clear
https://careercup.com/page?pid=sql-interview-questions 10/12
5/9/2019 Sort By: SQL Interview Questions | CareerCup
Date | Number of Comments (https://careercup.com/page?pid=sql-interview-questions&sort=comments) |
Most Recent Comment (https://careercup.com/page?pid=sql-interview-questions&sort=recentcomments) |
Votes (https://careercup.com/page?pid=sql-interview-questions&sort=votes)

Books Videos
Cracking the Tech Career CareerCup's interview videos give you a
(http://www.amazon.com/gp/product/1118968 real-life look at technical interviews. In
ie=UTF8&tag=care01- these unscripted videos, watch how other
20&linkCode=as2&camp=217145&creative=3 candidates handle tough questions and
is a comprehensive book on getting a job how the interviewer thinks about their
at a top tech company, while Cracking performance.
the Coding Interview
(http://www.amazon.com/gp/product/0984782
ie=UTF8&tag=care01- Learn More (https://careercup.com/video)
20&linkCode=as2&camp=217145&creative09

Resume Review Mock Interviews


Most engineers make critical mistakes on Our Mock Interviews will be conducted
their resumes -- we can fix your resume "in character" just like a real interview,
with our custom resume review service. and can focus on whatever topics you
And, we use fellow engineers as our want. All our interviewers have worked
resume reviewers, so you can be sure for Microsoft, Google or Amazon, you
that we "get" what you're saying. know you'll get a true-to-life experience.

Learn More Learn More


(https://careercup com/resumereview) (https://careercup com/interview) (http://www.amazon.com/gp/product/09847
ie=UTF8&tag=care01-
20&linkCode=as2&camp=217145&creative

Information Products Services Social


Team, Contact & About Cracking the Coding Interview Mock Interviews CareerCup on Facebook
(https://careercup.com/about) (http://www.amazon.com/gp/product/0984 (https://careercup.com/interview) (http://www.facebook.com/careercup)
Salaries (https://careercup.com/salary) ie=UTF8&tag=care01- Resume Review CtCI on Facebook
RSS 20&linkCode=as2&camp=217145&creativ (https://careercup.com/resumereview) (http://www.facebook.com/ctcibook)
(http://feeds.feedburner.com/Careercup) Cracking the PM Interview Acquisition Interview Consulting Gayle McDowell on Facebook
Additional Resources (http://www.amazon.com/gp/product/0984 (http://www.gayle.com/consulting/) (http://www.facebook.com/gayle)
(http://www.crackingthecodinginterview.co ie=UTF8&tag=care01- CareerCup on Twitter
20&linkCode=as2&camp=217145&creativ (http://www.twitter.com/careercup)
Cracking the Tech Career Gayle on Twitter
https://careercup.com/page?pid=sql-interview-questions (http://www.amazon.com/gp/product/1118 (http://www.twitter.com/gayle) 11/12
5/9/2019 ie=UTF8&tag=care01- SQL Interview Questions | CareerCup CareerCup Blog
20&linkCode=as2&camp=217145&creativ (http://blog.careercup.com/)
Videos (https://careercup.com/video)

CareerCup.com © 2016

https://careercup.com/page?pid=sql-interview-questions 12/12

S-ar putea să vă placă și