General Interview Questions
11: Generic Interview Questions
1. You are looking for a challenging career. Please elaborate in terms of the following:
a) What are the kinds of challenges that you are looking forward in your career?
b) How have you equipped yours
12: SAP ABAP CheatSheet
How do you call SAP script in reports & reports in SAP script?What is different between SAP script & reports?What is stack?What is the defination of ALE RFC?Why is BAPI required? How about BDC
13: Business Objects Interview Questions
Explain detail objects? - Sol: Detail objects are attached to
dimensions, one cannot drill on details nor link on details when
linking multiple data providers. While Customer ID would be a
dimension,
14: Interview Questions For System Admin
Difference between layer 2 and layer 3 devices?What is VLAN?What is the subnet for a class C network?Are you familiar with automounter?Have you configured an NIS server/client?Have your configured a N
15: Interview Questions to Ponder
Tell me about yourself?Which adjectives would you use to describe yourself?What is your greatest strength?What is your greatest weakness?Why do you want this position?” Why do you want to leave your
16: Write a program that prints out its own source code
Frequently a question of the programs printing out their own output appears in code interviews. The question does not really test a skill of a programmer, as much as general awareness of tricks to do
17: Implementing itoa
Implementing itoa function is a popular interview question. Here’s one implementation from SAP.
char *itoa(int value)
{
int count, /* number of characters in string */
i,
Page 2 of 2
[1] [2]