Find best Interview questions and answer for Sidi kerir petrochemicals co. (sidpec) Job. Some people added Sidi kerir petrochemicals co. (sidpec) interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best Sidi kerir petrochemicals co. (sidpec) Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Sidi kerir petrochemicals co. (sidpec) interview or job.
This page contains the most recently asked technical questions and answers in the Sidi kerir petrochemicals co. (sidpec).
All of the questions listed below were collected by students recently placed at Sidi kerir petrochemicals co. (sidpec).
Ques:- What is Extended Stored Procedure in SQL Server 2000?
Ques:- Data representation is based on the ____ number system, which uses two numbers to represent all data.
A. Byte
B. Binary
C. Biometric
D. Bicentennial
Ques:- Which Driver is preferable for using JDBC API in Applets.
Ques:- What is a join and explain different types of joins.
Ques:- Who among the following painters was appointed Diwan of Multan by Akbar?
A. Daswant
B. Abdul Samad
C. Abul Hasan
D. Mir Syed Ali
Ques:- write a perl script to find whether a given line of text is starting and ending with same word or not ???
Recent Answer : Added by Admin On 2020-05-17 11:31:14:
Lets assume that the text to match is present in a file
say “data.txt”.
Following program will print the line containing same
starting and ending word.
open(FILE,”data.txt”) or die “cannot open file : $!”;
while() {
if($_ =~ /^(w+)s+.*?1$/) {
print “the line is $_ n”;
}
}
Ques:- Explain minimum subscription. What is the minimum subscription required for a company to utilize funds?
Ques:- What is in Hibernate? How exactlyinheritance of Object to Tables can be done? What is thebenefits of discriminator?
Ques:- Design a data structure to find the next higher element for each element in an array. For e.g. if array is 1 2 3 4 5 8 6 o/p should be (element) (next higher element) 1 2 2 3 3 4 4 5 5 8 8 noth…
Ques:- Chalukyas built great temples at ___
A. Kanauj
B. Kanchi
C. Tanjore
D. Aihole
Ques:- Which of the following is NOT a bank or finance company?
A. HSBE
B. Lufthansa
C. BNP Paribas
D. Barclays
Ques:- What is your ambition in life?
Ques:- I have the requirement to compare the two files and pick upthe matching records.File 1. file223 3232 1334 1535 3636 35 43Get the matching records from this 2 files to out file. howyou will do this in cobol program?
Ques:- Explain the installation process of magento 2.2 manually?
Ques:- What is the future of e-learning?
Ques:- Law of demand is based on _____ experience.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Lets assume that the text to match is present in a file) {
say “data.txt”.
Following program will print the line containing same
starting and ending word.
open(FILE,”data.txt”) or die “cannot open file : $!”;
while(
if($_ =~ /^(w+)s+.*?1$/) {
print “the line is $_ n”;
}
}