Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Scripts Interview Questions
Questions Answers Views Company eMail

What are the four fundamental components of every file system on linux?

1680

Write the syntax for "if" conditionals in linux?

1118

Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1509

How to set an array in linux?

1221

Write down the syntax of "for " loop

1098

What will happen to my current process when I execute a command using exec?

1050

What is the equivalent of a file shortcut that we have a window on a linux system?

1130

I have 2 files and I want to print the records which are common to both.

1163

I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

1 2242

Write a script to print the first 10 elements of fibonacci series.

2343

How do we create command aliases in a shell?

992

Write a command sequence to find the count of each word?

994

I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

1032

What are the different types of commonly used shells on a typical linux system?

1091

How will you connect to a database server from linux?

1045


Un-Answered Questions { Scripts }

what is used of Property........End Property loop ? how to write the script for it?

2255


Write a simple example for the clone() method.

902


Is javascript object oriented?

922


What is a fixed-width table and its advantages?

924


What are the uses of npm in node js?

509


What are associative arrays in javascript?

1065


Write a script to print the first 10 elements of fibonacci series.

2343


What is the importance of perl warnings? How do you turn them on?

1041


Write syntax to add two arrays together in perl?

928


What is Children?

356


Explain $templatecache in angularjs?

858


What javascript libraries and frameworks are available?

1000


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2732


What is innertext javascript?

966


How to validate password and confirm password in angular 4?

930