April 16, 2020

Siebel EAI Interview Questions 2020

Question 1: How would you debug a inbound web service which is not returning data for correct record id?
Answer: First thing to check would be to log SQL which service is executing. This will explain what filters are applied by the web service. And why records are not being returned.  Issue could also be due to limited access provided to integration user executing the web service. Checking responsibilities and position of the integration user can also help in understanding the visibility issue.

April 07, 2020

How to crash test a Siebel server?

Yes you heard it right, this series is to find out what things developers can do to crash test the siebel server



Siebel unlike salesforce server has governor limits, it keeps on going until you ask it to stop. That's it's one of the key strength that I love, but not great when given it in hands of cowboys...