How to Start PRI round(Personal introduction round) how to end it,how much time shld be taken in this round. guys please answer very clearly so every one can understand and i really apprecitae you reply.hope this will help every one in there life how is going to face this round.its a genrall and very first round.
18 97066Post New Amson Interview Questions
What is an exception in PL/SQL? What are the two types of exceptions?
Mention what is objecld composed of?
What is json syntax?
Who created angular js ?
If you want that your area managers can only see data from their region and you want to assign this restriction for a specific duration, how this can be achieved?
What are artificial neural networks?
What is right join in sql?
What is jit and aot?
Explain benefits of an ad-hoc network?
What are the security types in asp.net?
Explain triggers and stored procedures?
What is microsoft exchange server for outlook?
3. What is the difference between testing and Quality Assurance?
How do you split a list into evenly sized chunks in python?
I want to implement functionality like. When any user create issue, he should assign only to group MFG(not other than MFG), then MFG group will try to resolve at there end, if they resolve issue then MFG group will update status to close, and if not then MFG group user will forward(assign) to SUPPER group, and supper group will assign to expert person. What I did As follows. 1)created two Issue tracking list one is "ABC" another is "PQR" 2) Also applied permission on ABC and PQR list. because end user should not interact directly with consultant, one group of 4 person is present between end users and consultant, this group is mediator. 3) copy workflow is created. it will copy list of items from ABC list to "PQR" List. Here Im facing problem that workflow will not copy item because user of "ABC" does not have access to "PQR". if i give contribute permission on both list then workflow work correctly. I want that User of List ABC should not see the PQR list and workflow copy item from one list to other list. Can any one help me? thanx in advance