Software Senior Interview Questions

75,527 software senior interview questions shared by candidates

Question related Department to employees ( SQL table design) and queries. Employee Table Columns are id , name , mgr_id ( name is firstname space lastName) Department table looks like name ,head ( where head is mgr_id ) Questions are 1) Write an SQL query to list the full name of every employee, alphabetized by first name. 2)Write an SQL query to list the full name of every employee, alphabetized by last name. 3)Write an SQL query to list the full name of every employee along with the full name of his/her manager. 4)Write an SQL query to list the full name of every employee in the Sales department. 5)Write an SQL query to list the full name of every employee along with name of his/her department. 6)Is there a better design for a database that supports the queries described in questions above? If so, describe it. If not, why not?
avatar

Senior Software Engineer

Interviewed at NextGen Healthcare

3.1
Jan 27, 2012

Question related Department to employees ( SQL table design) and queries. Employee Table Columns are id , name , mgr_id ( name is firstname space lastName) Department table looks like name ,head ( where head is mgr_id ) Questions are 1) Write an SQL query to list the full name of every employee, alphabetized by first name. 2)Write an SQL query to list the full name of every employee, alphabetized by last name. 3)Write an SQL query to list the full name of every employee along with the full name of his/her manager. 4)Write an SQL query to list the full name of every employee in the Sales department. 5)Write an SQL query to list the full name of every employee along with name of his/her department. 6)Is there a better design for a database that supports the queries described in questions above? If so, describe it. If not, why not?

A movie theatre sells the three concession stand items listed below: · Popcorn = $3 · Snickers = $4 (or five for the price of three) · Soda = $2 Implement a web application for the movie theatre that allows a user to add the above items to a shopping cart and calculates the total for the given collection of items. For example, the following basket should total up to $23. · 3x Popcorn · 5x Snickers · 1x Soda Deliver your solution as a web application using a modern client-side framework such as Angular, Ember, Backbone, etc. Your solution should be able to run in Chrome.
avatar

Senior Software Engineer

Interviewed at Comscore

3.6
Jul 19, 2018

A movie theatre sells the three concession stand items listed below: · Popcorn = $3 · Snickers = $4 (or five for the price of three) · Soda = $2 Implement a web application for the movie theatre that allows a user to add the above items to a shopping cart and calculates the total for the given collection of items. For example, the following basket should total up to $23. · 3x Popcorn · 5x Snickers · 1x Soda Deliver your solution as a web application using a modern client-side framework such as Angular, Ember, Backbone, etc. Your solution should be able to run in Chrome.

Viewing 411 - 420 interview questions

Glassdoor has 75,527 interview questions and reports from Software senior interviews. Prepare for your interview. Get hired. Love your job.