0% found this document useful (0 votes)
766 views3 pages

Completed Data QA Associate Assessment

The document contains an assessment for a Data QA Associate exercise, divided into three sections: tagging flight and shopping order information, identifying personally identifiable information (PII), and SQL & logic questions. Section A provides detailed flight and shopping order data, Section B identifies PII in various sentences, and Section C includes SQL queries and logic puzzles with explanations. The assessment tests the candidate's ability to handle data, recognize sensitive information, and apply logical reasoning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
766 views3 pages

Completed Data QA Associate Assessment

The document contains an assessment for a Data QA Associate exercise, divided into three sections: tagging flight and shopping order information, identifying personally identifiable information (PII), and SQL & logic questions. Section A provides detailed flight and shopping order data, Section B identifies PII in various sentences, and Section C includes SQL queries and logic puzzles with explanations. The assessment tests the candidate's ability to handle data, recognize sensitive information, and apply logical reasoning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Completed Assessment – Data QA Associate Exercise

Section A: Tagging

Question 1: Flight Information


Fields Value

Confirmation Number GOFLD111101234566

Depart date 27 Sep

Depart time 11:00

Arrive date 27 Sep

Arrive time 12:15

Depart place Thiruvananthapuram International Airport

Arrive place Chennai International Airport

Depart airport code TRV

Arrive airport code MAA

Flight carrier INDIGO

Flight number 6344

flight_carrier_abbr 6E

ticket_no NHQBPC

seat 7A and 7B

Question 2: Shopping Order


Value Answer

Order Number 084753723248

Purchase Date MARCH 5, 2025

Subtotal of this order 35.20$

Shipping Fee 5.95$

Taxes 3.6$
Order Total Price 44.75$

Billing Address Interviewer W, 321 Country club drive, San


Gabriel, CA 91775, United States, tel
+18463285838

Shipping Address Interviewer W, 321 Country club drive, San


Gabriel, CA 91775, United States, tel
+18463285838

Payment Method Card (American Express)

Product Information:

Product Name Product Quantity Product Unit Price

Brightening Eye masks 2 17.6

Section B: PII
Sentence Contain PII? PII Content Regular Expression

Clifford, your Credit Yes Clifford (?i)\bclifford\b


Builder statement is
ready

Personalization Yes John & Bethany (?i)\bJohn\s*&\


style: personalized s*Bethany\b
Engrave Line2-12:
Beining Engrave
Line1-16: John &
Bethany

For any inquiries, No


please contact
notification@suppo
rt.facebook.com

https:// No
images.bloomingdal
es.com/is/image/
BLM/products/...

Mastercard Ending Yes 3710 \b\d{4}\b


in 3710

Your Booking Yes 3TW9G34R; \b[A-Z0-9]{8}\b


Confirmation WHT4T63G;
3TW9G34R, WL646XRK
WHT4T63G,
WL646XRK

Arrival: Mangalore No
International
Airport(IXE) Wed,
23 May 18, 11:20
hrs

Contact: Mr Smith, Yes 2492393 \b\d{7}\b


Tel:2492393

Section C: SQL & Logic

Question 1: SQL

SELECT
customer_id,
SUM(amount) AS total_revenue
FROM
sales
GROUP BY
customer_id;

Question 2: Exhibits Placement Logic


Answer: Exhibit H

Reason: Based on the given constraints and positions, placing H in 6 or 7 would break
adjacency rules with C and others.

Question 3: Basketball Return Dates

B3 is returned Thursday, making B1 Monday (3 days apart). The problem states B2 was
returned before Monday but after B5, which is impossible within the same Monday-Friday
week. Trying to fit the rest: if B5 was Tuesday, B4 is Thursday (clashes with B3). If B5 was
Wednesday, B4 is Friday, leaving Tuesday for B2, but Tuesday isn't after Wednesday.

Conclusion: The clues create a logical contradiction and not possible to solve.

You might also like