Find Interview Questions for Top Companies
Ques:- What are Pre defined Queries?
Right Answer:
Predefined queries are standard queries that are created in advance and can be reused in a CRM or ERP system, such as Siebel. They allow users to quickly access common data sets without needing to build queries from scratch each time.
Ques:- How is Siebel 7.x architecture different from Siebel 6.x?
Right Answer:
Siebel 7.x architecture introduced a three-tier architecture, separating the client, application server, and database server, whereas Siebel 6.x primarily used a two-tier architecture. Additionally, Siebel 7.x supports web-based clients and enhanced scalability, while Siebel 6.x was more focused on desktop clients.
Ques:- How was ur progress measured? How were u rated
Right Answer:
My progress was measured through key performance indicators (KPIs) related to project delivery, client satisfaction, and system adoption rates. I was rated based on my ability to meet these targets, the quality of my work, and feedback from clients and team members.
Ques:- In an Applet we have a Button When we click on that Button we need to get an Business service. How we are going to do it?
Right Answer:
To get a Business Service in an Applet when a Button is clicked, you can use the following steps:

1. In the Button's click event, create a new instance of the Business Service using the `GetService` method.
2. Set the required input arguments for the Business Service.
3. Call the `InvokeMethod` on the Business Service to execute the desired operation.
4. Handle the output or any response as needed.

Example code snippet:

```java
BusinessService bs = (BusinessService) this.getService("YourBusinessServiceName");
bs.setProperty("InputArgument", inputValue);
bs.invokeMethod("YourMethodName", null);
```

Make sure to replace `"YourBusinessServiceName"` and `"YourMethodName"` with the actual names used in your application.
Ques:- How do you import LOV's?
Right Answer:
To import LOVs (List of Values) in Siebel, you can use the following steps:

1. Navigate to the "Administration - Data" screen.
2. Select "List of Values" from the menu.
3. Click on the "Import" button.
4. Choose the LOV file you want to import (usually in CSV format).
5. Map the fields as necessary and complete the import process.

Make sure to validate the LOVs after import to ensure they are correctly configured.
Ques:- What is an extension table and how is it related to base table?
Right Answer:
An extension table is a table that adds additional fields or attributes to a base table in a database. It is related to the base table through a foreign key, typically referencing the primary key of the base table, allowing for a one-to-one or one-to-many relationship.
Ques:- When do we go for Dynamic PickList and for Pick Applet?
Right Answer:
We use a Dynamic PickList when the list of values needs to be generated dynamically based on user input or other conditions. We use a Pick Applet when we want to display a predefined set of values in a separate window for selection, typically for a more extensive list that requires searching or filtering.
Ques:- In the list applet field we have 10 records but i have to display only 2 records in list applet,what is the process should i follow
Right Answer:
To display only 2 records in a list applet, you can use the following methods:

1. **Set a Search Specification**: Apply a search specification to filter the records based on specific criteria that will return only 2 records.

2. **Use a Pick Applet**: Create a pick applet that limits the number of records displayed.

3. **Modify the Applet Properties**: Adjust the applet properties to limit the number of records shown, if supported.

4. **Implement a Pre-Query Script**: Write a pre-query script to limit the number of records fetched to 2.

Choose the method that best fits your requirements and system capabilities.
Ques:- What is the link specification
Right Answer:
Link specification in Siebel refers to the definition of relationships between different business components or objects within the application. It specifies how data is connected and how users can navigate between related records, typically through links in the user interface.
Ques:- Is it posible to access more than one Database at a single siebel application
Right Answer:
Yes, it is possible to access more than one database in a single Siebel application by using multiple database connections and configuring the application accordingly.
Ques:- How will you improve your performance in views?
Right Answer:
To improve performance in views, I would optimize SQL queries by reducing complexity, using indexed columns, avoiding unnecessary joins, and limiting the data retrieved with appropriate filters. Additionally, I would consider materialized views for frequently accessed data and ensure proper database indexing.


The ERP (Enterprise Resource Planning) category on takluu.com is tailored for professionals and aspirants preparing for interviews in business operations, IT, finance, and supply chain management domains. ERP systems unify multiple business functions such as finance, human resources, procurement, inventory management, and customer relationship management into a single integrated platform.

This category covers fundamental concepts like ERP architecture, modules, implementation strategies, customization, and integration with other software systems. Popular ERP solutions like SAP, Oracle ERP, Microsoft Dynamics, and NetSuite are also discussed, giving candidates a broad understanding of industry-standard tools.

Interview questions typically explore your knowledge of business process automation, data migration, user roles, report generation, and troubleshooting common ERP challenges. Understanding the benefits and limitations of ERP, along with hands-on experience in configuring workflows and managing user access, is highly valued.

ERP roles often require collaboration across departments to streamline operations, ensure data consistency, and improve decision-making capabilities. This category prepares you for roles such as ERP Consultant, Business Analyst, Functional Consultant, and ERP Project Manager by offering practical insights and scenario-based questions.

At Takluu, we provide detailed study materials, real-world case studies, and mock interview questions to help you confidently demonstrate your ERP expertise. Whether you are new to ERP systems or seeking to advance your career, this category equips you with the knowledge to successfully clear technical and functional interviews.

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users