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_Markup Code Interview Questions
Questions Answers Views Company eMail

How do you list currently running process?

1 2421

How do you find out what’s your shell?

1 2667

How do you fire a process in the background?

1 2726

How do you refer to the arguments passed to a shell script?

1 2366

What’s the conditional statement in shell scripting?

1 2902

How do you do number comparison in shell scripts?

1 2591

How do you test for file properties in shell scripts?

1 2936

How do you do Boolean logic operators in shell scripting?

1 2606

How do you find out the number of arguments passed to the shell script?

1 2779

What’s a way to do multilevel if-else’s in shell scripting?

1 2594

How do you write a for loop in shell?

1 2637

How do you find out the current directory you’re in?

1 2777

What’s the command to find out users on the system?

1 2432

What’s the command to find out today’s date?

1 2669

How do you stop a process?

1 2574


Un-Answered Questions { Scripts_Markup Code }

Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]

2191


What is XML Parser?

668


How do you set a global variable inside a function?

772


how to create a Custom Scrollbar

2496


What software is available for XML?

585


program to show a progress bar

2568


Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?

8864


snippet to prevent submission of form when certain/any validations got failed

1885


What is well formed XML document?

575


How can a procedure fetch data from FTP? I need a general code for this..

1365


Create a ViewState Property?

2654


Can someone please explain more about how the XML Gateway works and what its purpose is?

2267


advance the focus to next consecutive fields when Enter Key is pressed

2211


Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f

1757


Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

2684