What is your experience with qa engineering?
Is anybody have the telecom systems test cases from start to end?
As i want some model question paper in basic computer science and history please send me immediately sir
Are you familiar with user exits in reports?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Dear all i want to know SEWA Electrical Supervisor Licence test Previous Year Questions ? If any body know please send to me zohairaukllah@yahoo.com
What is the last major networking problem you troubleshot and solved on your own in the last year?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is dependency management tools?
Please suggest ME which institute is best for sap mm and kindly let me know which institute Mr.Syed Quarish is working and his contact no? and who is expert in teaching test scrips and CIN
WHAT IS THE MEANING OF BALANCED / UNBALANCED IN STABILIZER TYPES.
service tax
can you mail me detailed procedure,entire syllabus and practice papers of mpsc civil engineering branch.I am in third year now
create a job that splits the data in the Jobs.txt file into
four output files. You will direct the data to the
different output files using constraints. • Job name:
JobLevels
• Source file: Jobs.txt
• Target file 1: LowLevelJobs.txt
− min_lvl between 0 and 25 inclusive.
− Same column types and headings as Jobs.txt.
− Include column names in the first line of the output file.
− Job description column should be preceded by the
string “Job
Title:” and embedded within square brackets. For example, if
the job description is “Designer”, the derived value
is: “Job
Title: [Designer]”.
• Target file 2: MidLevelJobs.txt
− min_lvl between 26 and 100 inclusive.
− Same format and derivations as Target file 1.
• Target file 3: HighLevelJobs.txt
− min_lvl between 101 and 500 inclusive.
− Same format and derivations as Target file 1.
• Rejects file: JobRejects.txt
− min_lvl is out of range, i.e., below 0 or above 500.
− This file has only two columns: job_id and reject_desc.
− reject_desc is a variable-length text field, maximum
length
100. It should contain a string of the form: “Level out of
range: