karthik


{ City } bangalore
< Country > india
* Profession * software tester
User No # 12481
Total Questions Posted # 3
Total Answers Posted # 91

Total Answers Posted for My Questions # 6
Total Views for My Questions # 10961

Users Marked my Answers as Correct # 551
Users Marked my Answers as Wrong # 170
Answers / { karthik }

Question { Indian Bank, 159807 }

What is the gross salary of newly appointed clerk in sbi
bank ?


Answer

Hey Guys


Our Salary will be

Basic 8000.00(for Graduates)
DA 46.2% 3696.00
HRA 7% 560.00
S A 800.00(Minimum)
TA 310.00
CCA 410

Is This Answer Correct ?    8 Yes 10 No

Question { Syntel, 195186 }

write program for palindrome


Answer

char a[20],b[20];
printf("enter a string");
scanf("%s",&a);
strcpy(b,a);//copies string a to b
strrev(b);//reverses string b
if(strcmp(a,b)==0)//compares if the original and reverse
strings are same
printf("\n%s is a palindrome",a);
else
printf("\n%s is not a palindrome",a);
return 0;

Is This Answer Correct ?    1 Yes 0 No


Question { IBM, 7618 }

if i login in english then top-of page will display in
english.if i login in german then it will display in german
as on .. abap report how.........


Answer

Let see it with an example..

in TOP-OF-PAGE we have.. .following text
GOOD MORNING in text-element text-001

we have to translate this text in the language..in which we
want to login and see the report in that language..
We translate this text by
text-element->goto->translation
select the program and write the translation of all the
text-elements in the program(in our case say FR).
Now, the translated text is present in the system.
Now if i login in FR and execute the same report.
i will find the tranlsated text in the report.
this is done by the system variable sy-langu.
As the login language is FR... the text will be displayed in
french.
Note- if the tranlsation does not exist in the system, then
the text will not at all appear in the report.

Is This Answer Correct ?    10 Yes 0 No

Question { PWC, 15938 }


How many asset classes are there in asset master records?


Answer

Asset classes to be created as per the clients actual
classification of their assets

Is This Answer Correct ?    0 Yes 3 No

Question { 8046 }

How will u get 5 years back record?


Answer

select * from table1 where date between dateadd(yy,-
5,getdate()) and getdate()

Is This Answer Correct ?    1 Yes 0 No

Question { IBM, 5009 }

Why we do Version comparison?


Answer

Version Comparision is very helpful to the programmers, it
helps us in checking the changes done to a particular code.
we can compare and check if the changes are moved from our
Development system to the test/production system or not.
We can also check what changes were made in which transport.

Is This Answer Correct ?    9 Yes 0 No

Question { Accenture, 35581 }

How we can update data area in cobol 400 program?


Answer

Type DSPDTAARA in the command line to see the value set for
the data area.
If the value is what you need for your CL, then fine else
type CHGDTAARA in the command line.
After pressing enter, type the name of data area, library
name in which data area is present and type the new value
inside single quotes. Press enter and type DSPDTAARA command
again to make sure that data area value is updated.

Is This Answer Correct ?    1 Yes 12 No

Question { HDFC, 32093 }

how you create standardtext and how to transfer standard
text from one client to another?


Answer

TRANSFER Standard TEXT FROM ONE CLIENT TO ANOTHER
lets see it with an example -

i have defined a text -ZTEXT in client 100
now i want it to be copied to client 200
Goto to client 200
goto tcode so10
Utilities->Copy from client->
fill in text name =ZTEXT
text id =ST
Land=EN
source client = 100
target name = ZTEXT
and execute..
this will copy the text to client 200

Is This Answer Correct ?    20 Yes 0 No

Question { TCS, 17443 }

How can i connect from jsp to servlet page


Answer

using form action tag and the servlet name declared in web.xml

Is This Answer Correct ?    6 Yes 2 No

Question { Accenture, 15064 }

Does anyone know what kind of questions does the Accenture
asks on Interview as SAP Security Consultant?


Answer

1.About Scatt.
2.About FF
3.About CC
4.Reports
5.Transport
6.Tranx. for auth field ,auth value etc.

Is This Answer Correct ?    2 Yes 8 No

Question { IBM, 8209 }

Hi,
Can we do the computations and calculations in Sapscripts?
If yes, please let me know with example.

thanks in advance
Vijay


Answer

In Scripts, you can call a perform which in turn can do any
type of computation or calculation and return the result to
the script.

In script u write..
perform p_name using v_par1 type itcsy
v_par2 type itcsy
changing v_par3 type itcsy

you can write the form p_name in the print program.
Or in any program, but in that case u have to give the
program name also while calling the script.
perform p_name in program v_prog
using v_par1 type itcsy
v_par2 type itcsy
changing v_par3 type itcsy

v_par1 and v_par2 are passed to the form and the return
value is filled in v_par3.

you can do any type of computation using the variables
passed from the script and return the result in the changing
parameter.

Note- the type of parameter should by ITCSY.

Is This Answer Correct ?    20 Yes 1 No

Question { TCS, 7652 }

I am preparing for Divisional Account officer in grade 2,
in interview on which topics mainly they will ask questions


Answer

your abilities in current scenerio

Is This Answer Correct ?    6 Yes 1 No

Question { TCS, 4845 }

What is Data model and how to prepare a data model.?


Answer

Don't worry about tables just yet. It's obvious that you're
building a database, and databases (relational ones anyway)
are primarily made up of tables, which are made up of rows
and columns (tuples and attributes if you're really into
it).

Is This Answer Correct ?    2 Yes 0 No

Question { 4758 }

IS GROUP I and GROUP II application slated to start from 24
th and 25th march is deferred. If any one has information
please help.


Answer

No.. There is no full Details in that site..

Is This Answer Correct ?    5 Yes 1 No

Question { State Bank Of India SBI, 4780 }

Hiiiii
iam selected in allahabad po written...
i will like to knw the domain and various questions that are
asked.

iam having my interview on 5th jun 2009.
please help with some previous questions.my mail id is
swatisingh_cs@yahoo.co.in


Answer

me too on the same boat

Is This Answer Correct ?    4 Yes 11 No

Prev    1   2    [3]   4   5   6   7    Next