CREO IT interview question

In technical round, they asked about method overloading, method overriding, checked OOPS knowledge and questions on web applications like how http works, get vs post method differences and usages. I was among 4 for final round but couldn't make to 2 as they were expecting a candidates that could serve the company for long time. So, they selected two girls.

Interview Answer

Anonymous

19 Aug 2019

#Answer for question about Sum and Product s=int(input()) p=int(input()) sq=s**2 msq=sq-(4*p) dsq=msq/s aa=s+dsq A=aa/2 B=s-A print("A=",A) print("B=",B)