Aired : Technology and Career Blog View RSS

Largest collection of free Technical Interview Questions and Answers. Find the Latest Technology Articles, Tutorials and News
Hide details



Comprehensive Guide on the Top 10 Siebel EAI Interview Questions and their Answers 22 Jun 2023 7:32 AM (last year)

What is Siebel EAI, and what are its key components? Siebel EAI (Enterprise Application Integration) is a set of tools, technologies, and methodologies provided by Siebel Systems for integrating the Siebel application with other external systems. It allows seamless data exchange and communication between Siebel CRM and other applications. The key components of Siebel EAI include integration

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Important SQL Queries in Siebel 5 Jul 2016 2:04 AM (8 years ago)

Some of the most commonly used SQL queries in Siebel to retrieve information from the database. SQL Query to find partners in Siebel. SELECT COUNT (*) FROM siebel.s_org_ext WHERE row_id IN     (SELECT a.row_id      FROM siebel.s_org_ext a,           siebel.s_org_ext_x ax,           siebel.s_postn p,     &

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Summary of Siebel Architecture Best Practices 30 May 2016 2:00 AM (8 years ago)

Siebel Administration and Architecture Best Practices Summary We have discussed in detail before about the best practices to be followed by a Siebel Administrator for optimal performance of a Siebel application. Here we are presenting a summary if the client , application server, gateway server and database server best practices. Client Best Practices Functional Testing Test the application

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Siebel High Interactivity Web Client 10 May 2016 1:06 AM (8 years ago)

High Interactivity Web Client The high interactivity client framework is ideal for task-intensive, employee-facing applications, such as Siebel Call Center, Sales, Service, and Marketing. It improves user interface response time while maintaining the benefits of a completely Web-based client. It is easy to deploy and it does not require specific Siebel eBusiness application configuration

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Tricky Project Leader Interview Questions 4 May 2016 1:57 AM (8 years ago)

Project Leader Interview Questions for any job interview. Dear Readers. Please use the comment section to discuss the answers. Describe in brief about the workshops and training have you undergone for project planning. Suppose a new project has arrived where new set of technical skills are required. How do you ensure that you as well as all the other team members have the required technical

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Siebel Database Server and Best Practices 30 Aug 2015 10:59 PM (9 years ago)

What is Siebel Database Server Siebel eBusiness application software supports a number of different relational database systems; the document “Siebel System Requirements and Supported Platforms” contains details of the supported vendors and versions. Siebel eBusiness software is delivered complete with a database schema that must be created on the chosen database. This schema is managed as

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

FreshDream Blogger Template 3 Apr 2015 9:12 PM (10 years ago)

3-column SEO Optimized Blogger Template - FreshDream. FreshDream is a 3-column Blogger template for personal blogs and article publishing websites. This template is a perfect choice for those who want to make a elegant and fresh looking blog. This simple yet beautiful interface is designed by our team with focus is on user-experience and usability. The theme is highly SEO optimized,

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

CSS Drop Down Menu Without Javascript 16 Dec 2014 11:04 PM (10 years ago)

Lightweight and Pure CSS Drop Down Menu without Javascript The menu is created in CSS3 which consists of a nested ul structure to create the second level of the menu. Just copy the below code below to give your website a beautiful, light-weight and flexible Drop down Menu. HTML Code for CSS Drop Down Menu <cssmenu> <ul class="cf"> <li><a href="#">Menu 1</a>

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to float DIV side by side using CSS 21 Nov 2014 8:45 PM (10 years ago)

In this article, we will discuss how to place 3 DIV side by side using CSS. You need to have a container with a width greater than the sum of the widths of the all the 3 DIV elements. For this purpose, we have kept width of the container element as 520px and the individual DIVs as 170px. Use the float as left, the DIVs will be arranged side by side. <div style="width: 520px;"> <div

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to disable Copy, Paste and Text Selection using CSS 3 Apr 2014 12:30 PM (11 years ago)

Disable Copy/Paste and Text Selection using CSS and Javascript. CSS Code to disable text selection and highlighting. This CSS code will disable text highlighting and selecting for your website/blog post. This CSS code works perfectly in Internet Explorer, Mozilla Firefox and Google Chrome. In blogger you may put the code inside the .post-body section. -webkit-user-select: none;

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

CSS Code to make the footer stay at the bottom of a page 14 Feb 2014 8:31 AM (11 years ago)

CSS - HTML page footer stay at bottom of the page. CSS code for Footer at the bottom of a page. Main body page is stretched to a 100% of the page. The footer is then given the below CSS rules #footer { clear: both; position: relative; z-index: 10; text-align: center; height:30px; } CSS code for Fixed Footer at the bottom. There is another approach which will work on all browsers, though

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Hadoop Cluster Interview Questions Answers 25 Sep 2013 12:18 AM (11 years ago)

Apache Hadoop Cluster Interview Questions. Explain about the Hadoop-core configuration files? Answer : Hadoop core is specified by two resources. Its is configured by two well written xml files which are loaded from the classpath: 1. hadoop-default.xml  -  Read-only defaults for Hadoop, suitable for a single machine instance 2. hadoop-site.xml. - It specifies the site

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Big Data Resources - Interview Questions, Downloads, Tutorials 22 Sep 2013 4:12 AM (11 years ago)

Big Data Interview Questions, Downloads, Tutorials. Apache Hadoop Interview Questions Answers Hadoop HDFS Interview Question Answers Hadoop Cluster Interview Questions and Answers Questions and Answers for Hadoop MapReduce Developers MapReduce Interview Questions MapReduce Interview Questions Answers Apache Pig Interview Questions Answers Hadoop Pig Interview Questions and

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Siebel Server Down Troubleshooting 22 Sep 2013 4:03 AM (11 years ago)

Siebel Server is not coming up in Linux/Unix and Windows. Server Busy Error for Siebel Server. Steps for Troubleshooting. There could be several cases where Siebel servers are not coming up or Siebel services are not running properly. We are discussing in detail about those scenarios and the solutions. 1. The first step is to ensure that you validate the .srf file is not corrupt by

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Big Data and Apache Hadoop Free Downloads 20 Sep 2013 12:08 PM (11 years ago)

Big Data and Hadoop related Downloads.  Download Hadoop for Windows: Hadoop is a powerful framework for automatic parallelization of computing tasks. Mostly available for Unix/Linux, this installer help develop applications and analyze big data stored in Apache Hadoop running on Microsoft Windows. Download Hortonworks Hadoop Sandbox: Learn Hadoop with Hortonworks Sandbox. A free

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Hadoop Pig Interview Questions and Answers 23 Aug 2013 10:37 PM (11 years ago)

Apache Pig Interview Questions and Answers.  If you are planning to pursue a career in Hadoop, then you can expect some PIG interview Questions.  Explain what is PIG in Big Data? Answer : PIG is nothing but a platform for analyzing large data sets that consist of high level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Siebel srvrmgr Commands in Windows 13 Aug 2013 12:55 AM (11 years ago)

Siebel Server Commands using srvrmgr. Navigate in command prompt to the Siebel Server SRVRMGR directory. C:\sba80\siebsrvr\BIN> In the command line window type the following. srvrmgr /g <siebel_gateway_host_address> /e <siebel_enterprise_name> /s  <siebel_server_name> /u SADMIN /p SADMIN list servers set server SBLAPP1 unset server SBLAPP1 unset server list

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Hadoop HDFS Interview Questions Answers 18 Jul 2013 9:59 AM (11 years ago)

A complete list of Hadoop Interview Questions and Answers on HDFS.  The below list of Big Data and Hadoop Interview Questions will be helpful in clearing a Big Data Interview. Please give a detailed overview about the Big Data being generated by social networking website Facebook?  As of January 31, 2013, there are 1.08 billion monthly active users on Facebook and 685 million

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

IBM Siebel EAI Interview Questions 26 Jun 2013 7:36 AM (11 years ago)

IBM Siebel EAI Interview Questions collected from interviews. What is the main difference between HTTP integration and web services? If web service has to send data to the Virtual Business Component– how can it be done? When you import a WSDL file in tools.u create a proxy BS.What happens if there is a change in the namespace in the WSDL. How would you change that in Siebel? Explain in

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Accenture Siebel Admin Interview Questions 26 Jun 2013 7:24 AM (11 years ago)

Accenture Siebel Administration Interview Questions collection. What is the use of Workflow Monitoring Agents in Siebel CRM? Explain what is shm file in Siebel and what is the importance of it? If all the users of the Siebel application are reporting slow response for a particular view, what can be the possible cause and how will you troubleshoot? Explain what is the use of lbconfig.txt file

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

IBM Siebel Admin Interview Questions 26 Jun 2013 7:22 AM (11 years ago)

Siebel Administration Interview Questions asked in IBM. Please use the comment section to answer the questions. Explain what are the steps to be followed in Siebel Repository Migration? Explain the steps involved in Siebel Local Database Extract? Why do we need to Apply and Activate in Siebel Tools? What is the difference between incremental compile and full compile?  When to go for

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Phonegap Interview Questions Answers for Mobile Developers 26 Jun 2013 4:18 AM (11 years ago)

We have compiled a list of Phonegap interview questions and answers for mobile developers.  Explain the PhoneGap architecture. Answer : PhoneGap has a streamlined plugin-based architecture. To understand this, we have to view each device-specific feature is a plugin, which consists of  Javascript and native sides. Javascript side should be as cross-platform as possible, whereas

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Informatica PowerCenter 9 Installation and Configuration Guide 22 Jun 2013 7:30 AM (11 years ago)

We are presenting in this post the installation steps of Informatica PowerCenter 9. This includes  the installation and configuration of server components, configuration of different Informatica services and client installation and configuration. The sequence of steps are given below. Download Installation Pack from Oracle. Unpack the Installation Package. Installation of

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Breaking : Job Layoff News in India 21 Jun 2013 12:34 PM (11 years ago)

Layoff happening across different companies in India, 2013-2016 1,00,000 professionals lost job in Big 3 - Infosys, Wipro & TCS  Business Automation Has Cost 1,00,000 people their jobs in Infosys, Wipro & TCS in a Year IBM Layoff, Jan 2016 IBM To Sack Over 1,00,000 Employees In The Biggest Corporate Layoffs Ever. Indian employees form 20-25% of IBM’s overall workforce

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Siebel 8.2 Certification Questions 20 Jun 2013 1:09 AM (11 years ago)

I am listing down some of the questions asked in Siebel 8x certifications.  Please go through the questions in the comment section for answers. 1. Which of the following is true for a Siebel user? a) User can have only one responsibility b) User can be assigned to only one Position within an Organization c) User may log in with only one position at a time, but can change the position

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?