capgemini famous interview question
List<int> A = new List<int>();
A.add(1);
List<int> B=A;
B=new List<int>();
B.Add(2);
A.add(3);
answer?
capgemini famous interview question
List<int> A = new List<int>();
A.add(1);
List<int> B=A;
B=new List<int>();
B.Add(2);
A.add(3);
answer?
I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details.
What I changed
private destroy$ = new Subject<void>();
Production data transer issue i have faced
not using where update command using transaction
>>tansfer larger amount of data from dev emp table to test emp table mistate first load less dpendent data
>> functions and tables and veiws
then sps
>>it taking 40 mnts for 50k records.
SELECT *
FROM dbo.tbl_WorkFlowMembers w
WHERE w.WorkFlow_ID IN (
SELECT WorkFlow_ID
FROM dbo.tbl_WorkFlow
WHERE country_code = 'BE'
)
ORDER BY
w.WorkFlow_ID,
w.Approver_Sequence DESC;
For me two promos are showing
VFREETRIAL400 $400.00 / $400.00 USD remaining Expires Jan. 13, 2026 CONFLUENTDEV1 $1.00 / $1.00 USD remaining Expires Jan. 13, 2026For me two promos are showing FREETRIAL400 $400.00 / $400.00 USD remaining Expires Jan. 13, 2026 CONFLUENTDEV1 $1.00 / $1.00 USD remaining Expires Jan. 13, 2026capgemini famous interview question List<int> A = new List<int>(); A.add(1); List<int> B=A; B=new List<int>(); B.Ad...