How do you think your day-to-day will change when you get do this job?
Data Architect Manager Interview Questions
21,256 data architect manager interview questions shared by candidates
Asked to share relevant experiences.
SQL Assessment Questions: The data model below shows relationships between tables. You will need to understand these tables to develop SQL queries that answer the questions. All columns except Primary Key (PK) columns should be assumed to be nullable. Sample data for each of the tables (Sales, Product, SalesReturnReason) is shown below. A complete set of data is included in the attached Excel Spreadsheet. This spreadsheet data may be imported into your database of choice. Question 1 Write a SQL Query that will return the total amount of sales by product category, for the month of December 2013. • Your query should return 2 columns: ProductCategory, SalesAmount. • Your query should produce a 2-row result set, including the following row and 1 additional row that is not shown: Question 2 Write a SQL Query that returns the total amount of returns for reasons that were our fault (OurFault = “Y”) regardless of whether the items were physically returned (Returned = “Y”) • Your query should return one column: Sales. • Your query should produce a 1-row result set looking like the following: Question 3 Write a SQL Query that will show total sales for the top 4 product subcategories, including ties (see note below) based on 2013 sales. • A NULL ProductSubCategory should be listed as “Unknown”. • In the event of a tie within the top 4, both records should be included. • Your query should return 3 columns: ProductSubCategory, Sales and SalesRank. • Your query should produce a 4-row result set including the following 2 records and 2 additional rows that are not shown: Question 4 Write a SQL Query that will show all transactions where a customer purchased a Hydration Pack (ProductSubCategory = " Hydration Packs") and their previous purchase -- based on TransactionTimestamp -- was a Water Bottle or Cage (ProductSubCategory = "Bottles and Cages"). • Your query should return 6 columns: TransactionID, CustomerName, ProductSubCategory, PriorProductSubCategory, TransactionTimestamp, and SalesAmount. • Your query should produce a 3 row result set that includes these 2-rows and 1 additional row that is not shown: Question 5 Write a SQL Query that will return total sales by product category and year. • Write the SQL query without using a CASE statement • A NULL ProductCategory should be listed as “Unknown”. • Your query should return 4 columns: ProductCategory, 2012, 2013, and 2014. Each of the year columns will show the total sales amount for that year. • Your query should produce a 4-row result set including the 2 rows below, and 2 additional rows that are not shown:
Most difficult was about some technology which I have never used
they asked about UI related questions and it was not so hard
Q. Three jars have of capacity 3,5,8 litre are present. 8 litre jar is full. At the end of your iterations put 4 litre each in 5 and 8 litre jars. Maybe this ques was in written
Prepare and deliver an executive presentation on why you are a great hire and showcase a custom Slack app/integration.
Purely technical related to the work. Design, Methods to apply, will ask you to draw for your design's diagram, will also do some scripting in Python, SQL. Some questions on Data Modelling too.
How would you go about setting up an enterprise SOC?
01. There is no such pattern/principle for the mode of interview. I don't blame the org here. But i can understand the company trusts their employees discretion about judging the candidates. Sure UHG can improve here i believe.
Viewing 1871 - 1880 interview questions