| Back to Questions Page |
| Question |
which colour you like |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Asg |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
I like skyblue , the reason it looks so cool ,which makes
me pleasent & it is very decent one.  |
0 | Shyam Sunder |
| |
| |
| Answer |
i like sky blue.which is very good colour,and it match for
everything  |
0 | Mohamed Sameerudeen |
| |
| |
| Answer |
i like white because it is a symbol of peace and simplicity
and i like simplicity  |
0 | Gurpreet Singh |
| |
| |
|
|
| |
| Answer |
i like pink because this color make smarter than other
persons  |
0 | Priyanka |
| |
| |
| Question |
write vb script code to delete the duplicate values in an
array. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Damodhar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
dim a
aList=Array(5,5,5,5,12,10,15,10,125,5)
Dim sNewList
dim newArray
b= ubound(aList)
For x=0 to b
If InStr(sNewList,(aList(x) & ",")) <= 0 Then
sNewList = sNewList & aList(x) & ","
End If
Next
newArray = split(sNewList,",")
MsgBox sNewList  |
0 | Guest |
| |
| |
| Answer |
There are many ways this script can be written.
One simple algo which i followed was:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''Script Starts Here'''''''''''''''''''''''''''''''
Option Explicit
Dim i, j, k, aMyArr, aNewArr( ), iNewIndex, iNewLim, bFlag
bFlag = 0
aMyArr = Array("AA","BB","AA", "BB" )
iNewIndex = UBound(aMyArr)
ReDim aNewArr(0)
aNewArr(0) = aMyArr(0)
For i=0 To UBound(aMyArr)
iNewLim = UBound(aNewArr)
For j = 0 To iNewLim
If aMyArr(i) = aNewArr(j) Then
bFlag = 0
Exit For
Else
bFlag = 1
End If
Next
If bflag = 1 Then
k=iNewLim+1
ReDim Preserve aNewArr(k)
aNewArr(k)=aMyArr(i)
End If
Next
' To display the new array...
For i = 0 to UBound(aNewArr)
msgbox aNewArr(i)
Next
Erase aMyArr
Erase aNewArr
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''Script Ends Here'''''''''''''''''''''''''''''''
Please let me know if it satisfies ur query.  |
4 | Jay Prakash |
| |
| |
| Question |
write the code to reverse a string without using Strrev
built in function. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Damodhar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
strrev("star")  |
0 | Guest |
| |
| |
| Answer |
Try this:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''Script Starts Here''''''''''''''''''''''''''
Dim i
Dim iStrLen
Dim strOut
Dim strTmp
Dim strMyString
strString=InputBox("Please enter the string to be
reversed:")
iStrLen = Len(strString)
For i = 0 To Len(strString) - 1
strOut = Mid(strString, iStrLen - i, 1)
strTmp = strTmp & strOut
Next
strMyString = strTmp
msgbox strMyString
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''''''''''Script Ends Here''''''''''''''''''''''''''
Please let me know if it helps  |
0 | Jay Prakash |
| |
| |
| Answer |
Option Explicit
Dim Str, Cnt , Rstr , i
Str = "Shiva"
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr  |
0 | Prasad |
| |
| |
| Answer |
Str = InputBox("Please enter the string to be reversed:")
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr  |
0 | Bhaskar |
| |
| |
| Answer |
'Code to reverse a string without using strrev using
functions
Function stringreverse(a)
strlen=len(a)
For i = strlen to 1 step -1
strrev=mid(a,i,1)
stn=stn+strrev
Next
msgbox stn
End function
Dim strrev,strlen, strname,stn
a=inputbox ("enter the string to reverse")
stringreverse(a)  |
0 | M.bindu Kumar |
| |
| |
| Question |
Different types of insurance |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
types of insurance:
1. Auto insurance
2. home insurance
3. health insurance
4. Disability
5. casualty
6. life
7. property
8. other types insurance
9. insurance financing vehicles
10. closed community self insurance  |
0 | Ravinder.sukara |
| |
| |
| Answer |
LIFE INSURANCE
NON LIFE INSURANCE
1.MOTER INSURANCR
2.HEALTH INSURANCE
3.FIRE INSURANCE
4.ASSET INSURANCE  |
0 | Satyajeet Kumar |
| |
| |
| Answer |
1)life insurance
2)general insurance  |
0 | Rajesh Rana |
| |
| |
| Answer |
Their are two main insurance
1 life insurance
2 genteral insurance
under head of general insurance
motor, home, property, finincing, fire, including  |
0 | Raja |
| |
| |
| Question |
What is switch priority & why it is used???? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Mr.shahin07 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Hi Jitendera, hw's my notes...... is there any confusion
regarding NAT?????? Let me knw..!!! C Ya.. byee  |
0 | Shahin |
| |
| |
| Answer |
switch is prorty is a value and a have a significanse value
default value of switch is 32768 and it is confrgable
now what is the importanse of that?
it paly a vital role in stp(spaing tree protocol)where
root bridge is slected
so in the slection of root bridge this is is the one
parametar omes in account
lowest value of switch prorty become the root bridge if
this value match other parametar comes in account
so in a single sentence we can say that switch priorty is
the one of the important parametar to making a switch root
bridge in the spaing tree invorment
thanks
hope this will help you  |
5 | Jitendera Kumar Sinha |
| |
| |
| Answer |
hi sahin
i need some help and loking towards you
sahin i am in gretat confusion in other way lack of
knowledge in Nat so can you sent me all short of throtical
explanation about nat with a example of implemntaion of
staic and dynamic nat.i studied lot but i am not satishfied
so if you have time then plz send me that in word formet on
my gmail acount or you can call me at 9663000296
my gmail acount is
jitenderasinha.it@gmail.com
thanks  |
0 | Jitendera Kumar Sinha |
| |
| |
| Answer |
hi shain
i tyed your confrigation on boson but faled to implement
now i am 95 %confident aabout bating but what about 5 %help
help help  |
0 | Jitendera Kuaar Sinha |
| |
| |
| Question |
When inflation was high also the recession was high how
these two contradictory things occur at a same time |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Sunil Kumar Deo |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
it is totally depend on the mentality of the people because
if inflation is high,result is that price is high of the
commedities so people think about the future so they start
to invest thier money and save expenses. Result is that
lack of the liquidity in market and if there is no proper
liquidation in market recession is high.  |
0 | Rahul |
| |
| |
| Answer |
When the inflation is high, prices go up and money value is
depreciated. What paid earlier for which you have to pay
more for getting the commodities. Purchasing power of
people is coming down, which in turn reduced demand.
Due to reduced demand Industry cannot use its full capacity
and with less production recession starts. With onset of
recession, again liquidity in the market is tightened.
It is all chain of events. If liquidity is good, people
will mind for paying more. Example is Real estate boom
which we witnessed earlier. With high inflation and
recession, money circulation is reduced and people are not
able to commit for long term.
That is the main reason, RBI has injected money into the
market by reducing the interest rates and also cutting down
the CRR etc.  |
3 | S Balasubramanian |
| |
| |
| Answer |
Inflation is caused by two reasons :-
1) Demand Pull Inflation
2) Cost Push Inflation
When cost push inflation occurs then the cost of the
commodoties rised because of the increase in the price of
the raw materials.
Due to this the people of the country has to pay more for
the same commodity than what they were paying. Due to this
they have to decrease the consumption of the other services
like hotels, airlines etc. Which causes service industries
to suffer from the losses because of the low demand of
their services.
Companies layoff the workers from their jobs because of the
less demand of their services and even manufacturing
companies produces less products because of their less
consumption and the result of this lead to recession.  |
2 | Giri |
| |
| |
| Question |
What are the methods of Depriciation ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Swati Kumari Pattnaik |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Straight Line Method &
Written Down Value Method  |
0 | Megha Arora |
| |
| |
| Answer |
Straight Line Method & Written Down Value
Method/Diminishing Value Method  |
0 | Saluja.neetu |
| |
| |
| Answer |
(1);straight line method
anutimethod
written down value method
sinking found method  |
0 | P.v.prasannakumar |
| |
| |
| Answer |
straight line method
reducing balance method
sum of digits method
annuity method
sinking fund method
machine hour rate method
depletion method  |
0 | Kiran Kumar |
| |
| |
| Answer |
Written down value  |
0 | Amit Jain |
| |
| |
| Answer |
stright line method
reducing balance method
annuity method
sinking fund method
machine hour rate method  |
0 | Madhuri |
| |
| |
| Answer |
STRAIGHT LINE METHOD
WRITTEN DOWN VALUE METHOD
DIMINISHING VALUE METHOD  |
0 | Nirmal |
| |
| |
| Answer |
straight line depreciation method
declining balance method
activity depreciation method
sum of years digit
sum of production method
sum of time method
group depreciation
composite depreciation  |
0 | Tayyab Rashid |
| |
| |
| Question |
Hi all,
On recording a particular Web application with QTP,Have
came across a problem for which I havent found a solution
so far..
The script of importance is as follows:
Browser("Personalized Start Page").Page("XYZ").Frame
("mainFrame_4").Link("address.csv").Click
Browser("Personalized Start Page").Page("XYZ").Sync
Dialog("0% of dms.php from XYZ-").Dialog("File
Download").WinButton("Save").Click
My problem is that on recording the application with QTP
and clicking the "address.csv" link another browser window
comes up temporarily followed by the Windows "FileSave"
dialog.The browser window which came up closes down when
the Windows "FileSave" dialog is visible and I save the
file to a windows location.
On the "Record and Run" settings under Qtp,have activated
settings for web and windows applications.
But when I run this recorded script,and after
the "address.csv" click,The browser window comes up and
goes down,No Windows "FileSave" dialog comes up and the QTP
shows the error Dialog("0% of dms.php from XYZ-") object is
not found,though this object is there in the repository.
Have tried putting the Dialog("0% of dms.php from XYZ-
").Exist property.But the "Exist" property is not
recognised by the dialog at all.
Any help in this direction is appreciated..
Thanks in advance
J |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Jennifer_2008 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Hi all,
Eventually the dialog was visible when I added additional
properties to the dialog like title,Name etc...
Thanks  |
0 | Jennifer_2008 |
| |
| |
| Question |
what is reconsilation@ |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Santosh Jamgonde |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Finding the reasons between cash book and poss book is called
as reconsiliaton as per BRS. Bank reconsiliation statement.  |
0 | Murali Royal |
| |
| |
| Answer |
Bank Reconsilation statement is the statement in which we
have to reconcile the two balance's balance as per cash
book and balance as per bank pass book.The purpose of
preparing such a statement is to find out the cause of
difference betbeen two balance's and pass correcting and
adjusting entrie's in the books of firm.  |
0 | Raman Kumar |
| |
| |
| Answer |
reconciliation is nothing but it is the difference between
two balances which are cash book and pass book .this
transaction mainly done between bank and customer .the main
purpose to create brs is to make both cash and pass book
balances are equal.  |
0 | Syed Nazare Mehdi |
| |
| |
| Question |
do we modify the customized Schema (U000), and what might
be the reason to modify... usually what are the custom PCR
we in US PAYROLL |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Kavitha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
YES WE CAN MODIFY THE CUSTOMISED SCHEMA. THE REASION IS,
ACCORDING BUSINESS REQUIREMENT WE CAN DO THE MODIFICATION IN
U000 SCHEMA. FOR EXAMPLE TO RUN OFF-CYCLE PAYROLL/ TIME
QUOTA COMPENSATIION, WE CAN DO THE U000 SCHEMA MODIFICATION.
WE CAN WRITE CUSTOME PCR'S FOR OFF-CYCLE PAYROLL AND TIME
QUOTA COMPENSATION IN US PAYROLL.  |
0 | Chennakesava Reddy |
| |
| |
| Answer |
- The Standard Schema has to be customize to incorporate
unique company pay practices and union requirements.
- The safeguard has to be developed in the payroll process
to ensure that only the payroll records which have complete
data are passed to Post payroll Processing i,e, FI.
- The standard schema has to be adjusted to incorporate the
Company's benefits to its employees according to the
employee groups and other reasons.
The Original version of the Schema is stored T52C0 .
Modified version of Schema is stored in T52C1 .  |
0 | Jay Gandhi |
| |
| |
| Question |
What is an other way of "Wait" statement in QTP
I dont want to use wait("Some number").
Can any one tell this please.......... |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Rayudu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Use Exist Method.
Ex:
Browser("title:=.*").Page("title:=.*").Link
("name:=OK").Exist(2)
It will wait upto specified time(2sec) when object does not
exist.  |
0 | Hemakumar..m |
| |
| |
| Answer |
Increase the defult time... the default time is 20 seconds
u can increase how much u want..  |
0 | King |
| |
| |
| Answer |
Excluding Wait 2 other methods are there.
1.Browser("micclass:=Browser").page("micclass:=Page").Sync
2.Wait Property
Ex:Browser("micclass:=Browser").Page("micclass:=Page").Image
("name:=Pic).WaitProperty "Property Name","Property
Value",30000
It will wait till in next page That Property Match  |
0 | Litan |
| |
| |
| Answer |
You can also use Do Until
E.g- There is a particular button in the next page which is
about to come then you can write like this:
Do Until Browser("...").Page("...").WebButton("...").Exist
Wait(1)
Loop  |
0 | Deepak |
| |
| |
| Answer |
It depends upon why you have used wait() in ur code.
Probably you can use the Sync() method.
This method will wait, till the client gets a response from
server or the Object Synchronization time is not crossed.
Browser().Page().Button().Click
Browser().Page().Sync  |
0 | Jitendra |
| |
| |
| Answer |
I use a windows application where except wait function and
wait property i have no other options.
Then how to proceed, as wait function is not a right way of
coding as I know and wait property cannot be used in case
as no object is going to change exceot the window gets
refreshed when RETURN key is clicked.  |
0 | Prashanth |
| |
| |
| Answer |
object.WaitProperty "Property Name","Property
Value",10000  |
0 | Kajal |
| |
| |
|
| |
|
Back to Questions Page |