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?
hcl health care f2f second round interview asked more uestions on microservice 1.apim manage all apis in one place 2.sql profiler in one fo...
No comments:
Post a Comment