Candidatei-me por meio de recrutador(a). Fui entrevistado pela American Express (New York, NY) em out. de 2016
Entrevista
It was a video call. The interview concentrated on basics in Java, Spring, Angular JS, webservices and Javascript. Concepts like serialization, list vs set vs map, thread, bean scopes, endpoint(ws), frameworks used to implement SOAP, REST in JAX-WS, JAX-RS, IOC, etc.
Program. Write a code for following.
for string=1462 calculate from right most to left in this manner 2+(6*2)+4+(1*2) [where every II, Iv, vi, .. should be multiplied by 2 and the sum should be divided by10 if quotient is 0 then print true otherwise false
1462=2+(6*2)+4+(1*2) = 20%10=0 (true)
1764526=6+(2*2)+5+(4*2)+6+(7*2)+1=44%10!=0(false)
Candidatei-me por indicação de um funcionário. Fiz uma entrevista na empresa American Express.
Entrevista
Had went through a referral via a current Amex employee. Did the entire loop 5 round (1 HM, 2 Dev, and 2 offshore Devs) and eventually I figured it was decided to promote someone from within the team. Moreover had another Senior engineer round and position just closed the day after I finished my interview round. Most of these interview are just a pipeline process or a backfill positions for assessment, many a times this is just perm application process where interviews are aligned but no actual hires or offers are made to the candidate, eventhough you are confident of your interviews. The feedback from the recruiters are just generic ones suggesting you to keep trying for other position which is not at all helpful.
Fiz uma entrevista na empresa American Express (Sunrise, FL).
Entrevista
Was pretty straight forward. Come on as a contractor initially. Then transitioned after two years. More of an on the job interview. The move to employee was seamless, same job, same leader.
Perguntas de entrevista [1]
Pergunta 1
How did you handle a new project that no one in the department knew nothing about?
Fiz uma entrevista na empresa American Express (Londres, Inglaterra).
Entrevista
An online test with multiple choice questions and a largeish coding problem. Coding problem is similar to the one found on codeleet and might not reflect reality / real skills application.
Perguntas de entrevista [1]
Pergunta 1
Q: Describe the difference between pointer of type and value of type
Q: Predict output result of the func