Posts

Showing posts from July, 2025

Siebel Product Configuration interview question

  🔹 Beginner / Functional-Level Q&A 1. What is Siebel Product Configuration? How does it differ from simple product definition? Siebel Product Configuration is the capability to model, bundle, and validate complex, customizable products and services with rules and constraints. Unlike simple product definition, it supports dynamic, guided configuration and validation during the ordering process. 2. What are the key components of a product in Siebel? Product Name, Product Type, Attributes (like speed, quota), Structure (simple or bundle), Pricing, Eligibility Rules, Versioning, Status (draft/active), and Integration with Order Management. 3. Explain the difference between a Simple Product and a Product Bundle. A simple product has no sub-components (e.g., “1GB Add-on”), whereas a bundle includes multiple products/services (e.g., “5G Postpaid Plan” includes voice, data, roaming, OTT). 4. What is the purpose of the Dynamic Product Configurator in Siebel CRM? It provides...

how to automate siebel tools through scripts like importing and exporting objects and compiling them?

 Could anyone help in automating the job by running the script.how to automate siebel tools through scripts like importing objects and compiling them ? siebdev.exe /c tools.cfg /d BTQA /u SADMIN /p hdqs!ebpfix /t choice_benefit /batchimport "Siebel Repository" overwrite "D:\SlikSvn\9thaugbtqa" import.log –  srikanth t Commented Aug 10, 2017 at 11:43 neilsimp1 siebdev.exe /c "tools_DEV1.cfg" /d ServerDataSrc /u SADMIN /p SADMIN /batchimport "Siebel Repository" overwrite c:\import import_DEV1.log https://docs.oracle.com/cd/E14004_01/books/UsingTools/compile_test_trouble7.html