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

Capco Interview Questions
Questions Answers Views Company eMail

what is the extension of action script template?

7 20263

How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance

1 2992

Post New Capco Interview Questions


Capco Interview Questions


Un-Answered Questions

Is the server or the client in control in ajax?

515


Give us a program to check for parenthesis matching using stack.

550


What are what if analysis tools in excel?

284


Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?

524


In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

2014






package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,

2263


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1509


What is table value parameters (tvp)?

537


Is mysql a server?

461


WHY I WANTED TO JOIN HAWKINS COOKERS LIMITED AS A HR?

2451


You want to configure the local and global setting of cua. Where would you do that? What would happen if you have inconsistent settings?

598


What is bson and how can restore this file in mongodb?

5


all details of DG UPS HVAC

1528


we are having 15kw and 3kw motor both can run in same time , instead of using copper we are using ug aluminium cable , 35 sq.mm is suitable for its current carrying capacity..?

1317


Explain the possible ways to prevent xss attacks on mvc application?

5