Find Interview Questions for Top Companies
Ques:- What difference between join specification and join definition?
Right Answer:
Join specification defines the conditions and criteria for joining tables, while join definition is the actual implementation of those conditions within a query or data model.
Ques:- What is the difference between Join and Link?
Right Answer:
In Siebel, a "Join" is used to combine data from two or more tables based on a related column, typically in SQL queries. A "Link," on the other hand, is a relationship defined in the Siebel application that connects two business components, allowing navigation and data access between them.
Ques:- What is Detail Applet and Association Applet?
Right Answer:
A Detail Applet displays detailed information about a single record from a business component, while an Association Applet shows related records or data that are linked to the main record in the Detail Applet.
Ques:- What is foreign key table in Siebel?
Right Answer:
In Siebel, a foreign key table is a table that contains a column (or columns) that references the primary key of another table, establishing a relationship between the two tables. This relationship helps maintain data integrity and allows for the association of related records across different tables.
Ques:- What is the difference between EIM and EAI?
Right Answer:
EIM (Enterprise Integration Manager) is used for bulk data loading and extraction in Siebel, while EAI (Enterprise Application Integration) is used for real-time data integration and communication between Siebel and other applications.
Ques:- Is there any special way to login into oracle SQL*PLUS Editor directly..Rather than every time u have enter user,password,host string…what should i do with login.sql script.. i Put it in /Bin directory..but not working.. What should I do?
Right Answer:
To log in to Oracle SQL*Plus without entering the user, password, and host string each time, you can create a `login.sql` script with the following content:

```sql
CONNECT username/password@host_string
```

Make sure to replace `username`, `password`, and `host_string` with your actual credentials. Place this `login.sql` file in the directory where you start SQL*Plus or in a directory included in your SQLPATH environment variable. When you start SQL*Plus, it will automatically execute the `login.sql` script, logging you in directly.
Ques:- How do u create custom program for chargeback,null,,null,i tried with the API ,arp_process.crate _chargeback,.,null,,but its not working,null,,null,any other method or suggestions to do this,null,,null,plz respond
Right Answer:
To create a custom program for chargeback in Oracle Financials, you can use the following steps:

1. **Check API Documentation**: Ensure you have the correct parameters and usage for `arp_process.create_chargeback`. Review the API documentation for any required fields.

2. **Use PL/SQL**: If the API is not working, consider writing a PL/SQL procedure that directly interacts with the relevant tables (like AR_RECEIVABLES and AR_CHARGEBACKS) to create the chargeback.

3. **Use Standard Forms**: Alternatively, you can use the standard Oracle forms to manually create chargebacks if automation is not critical.

4. **Debugging**: If you encounter errors, use debugging techniques to log the error messages and check for data integrity issues.

5. **Consult Oracle Support**: If issues persist, consult Oracle Support for assistance with the API or any known issues.

Make sure to test your solution in a development environment before deploying it to production.
Ques:- Please tell me what about your self?
Right Answer:
I am a CRM Technical Consultant with experience in implementing and customizing CRM and ERP systems. I have a strong background in analyzing business requirements, configuring solutions, and providing user training. I am detail-oriented, enjoy problem-solving, and am passionate about helping organizations improve their processes through technology. In my previous roles, I have successfully managed projects and collaborated with cross-functional teams to achieve business goals.
Ques:- Can you come up with an year plan ?
Right Answer:
Yes, I can create a year plan that outlines key goals, milestones, and timelines for projects, including regular reviews to assess progress and make adjustments as needed.
Ques:- What is thedifference between MVG applet And a pick Applet?
Right Answer:
A Multi-Value Group (MVG) applet allows users to select multiple records from a related business component, displaying them in a list format. In contrast, a Pick applet is used to select a single record from a list of options, typically displaying details of the selected record in a separate view.
Ques:- How would you prove u are good manager?
Right Answer:
I would prove I am a good manager by demonstrating effective communication, fostering team collaboration, setting clear goals, providing support and feedback, and showing measurable results in team performance and project outcomes.
Ques:- Choose the statement that is not true. Direct-path load a. Disables insert triggers on the table and enables them after the load completes. b. Disables referential integrity constraints and enables them after the load completes. c. Disables unique const
Right Answer:
c. Disables unique constraints and enables them after the load completes.
Ques:- What are the different default triggers created when Master Deletes Property is set to Cascade?
Right Answer:
When the Master Deletes Property is set to Cascade, the following default triggers are created:

1. **Before Delete Trigger** on the master record.
2. **After Delete Trigger** on the master record.
3. **Before Delete Trigger** on the detail records.
4. **After Delete Trigger** on the detail records.
Ques:- How do you set up employees in Siebel?
Right Answer:
To set up employees in Siebel, navigate to the "Administration - Employee" screen, then select "Employees." Click on "New" to create a new employee record, fill in the required fields such as Name, Login, and Position, and save the record. Ensure the employee is assigned to the appropriate responsibilities and roles as needed.
Ques:- Can u make 120 with 5 zero?
Right Answer:
Yes, you can make 120 with 5 zeros by using the expression: 120 = 120 * (0 + 0 + 0 + 0 + 0).
Comments
Admin Sep 28, 2022

(0! + 0! + 0! + 0! + 0!)! = 120

Here '!' symbol is used for factorial.
And 0! = 1
= (0! + 0! + 0! + 0! + 0!)!
= (1 + 1 + 1 + 1 + 1)!
= 5!
= 120

Ques:- How to find entity Relation in siebel tools
Right Answer:
To find entity relations in Siebel Tools, navigate to the "Object Explorer," select the relevant business component or table, and then check the "Links" or "Join" properties to view the relationships with other entities. You can also use the "Business Object" and "Business Component" views to explore related entities and their associations.


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