F2F - Technical Interview Round 2 - Experience (2 yrs)
Problem - 1 : OOPS Encapsulation
Given a class employee which has id, name, salary as data members. The aim is to pass an object of this class to business layer under one of the following scenarios -
Problem - 2
You are given 3 tables (T1, T2 and T3). During execution of a particular transaction data was committed to T1 and T2 but the system crashed and failed to update the table T3.