Pergunta de entrevista da empresa Cognizant

Informatica without using Router, Filter, Expression, Seq gen, ranker, variables, update strategy load the target table with RDBMs source data having employees data having eids starting from 1-100 in two different targets by one having divisible by 5 and another with the rest

Resposta da entrevista

Sigiloso

17 de mar. de 2018

I used SQL query with mod(Eid,5) in one target with SQ and another with SQL query Eid not in above mod

1