Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Wipro Shell Script Interview Questions
Questions Answers Views Company eMail

What are the three main forms of enabling debugging in a shell script?

6 11900

write a shell script to identify the given string is palindrome or not?

17 97730

How do you schedule a command to run at 4:00 every morning?

5 15292

How to create environment variables?What are the conditions for creating variables?

1 5554

what is "umask"?

6 18357

A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.

2 3786

There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A

1 3559

There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.

1 4945

write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?

6 15447

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.

1839

How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1838

How to find duplicate record in file using shell script?

835

Post New Wipro Shell Script Interview Questions


Wipro Shell Script Interview Questions


Un-Answered Questions

Explain if rule availability is set as withdrawn?

224


You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?

497


What are the salesforce annotations ?

207


What rss 2.0 files look like?

468


How to identify a particular T_Code has been modified or not? If yes, how to identify who modified particular T_Code in current system?

1819






What is power save mechanism?

562


Explain GPRS architecture.

2968


How & When We Calculate Deffered Tax... Please Give me Some Example.?

1613


What is the purpose of deselectall() method?

497


what is the function of cpysplf command?

961


You are helping X Company in recruiting candidates for the admin department. You have received over 50 resumes and need to pick 5 candidates to be interviewed by the x management. This takes up 4 hours of your time every day and you are falling behind your deadlines in creating e-learning modules. How would you ensure that you do not lag behind?

2315


What are the types of files?

521


What are runtime error?

610


How do I run a dll file on windows 7 64 bit?

416


what is the difference between inner and outer join? Explain with example. : Sql dba

536