Software Interview Questions
Questions Answers Views Company eMail

Can we use Mozilla Firefox browser for Siebel? if Yes, how it is?

IBM,

4 20855

1. can we do APP run for more than 5 co., codes? 2. what are the various issues raise at the time of APP run?

Keane India Ltd,

1 5034

HOW MANY LANGUAGES FOLDERS ARE ONE ORACLE APPLICATION

TCS,

1 4788

CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

IBM,

2053

How to call a function when a class implements 2 interfaces and function is present in both interfaces?

2 3780

what are the stoge class in C and tel the scope and life time of it?

Tech Mahindra,

2 4698

What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

Oracle,

2 7131

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

Oracle,

9 19410

Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

Oracle,

2 7948

What is the output of the following progarm? #include main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 4942

What is the o/p of the follow pgm? #include main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

Oracle,

2 4404

#include main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 4254

could u plz send any BRD OR FRS OR CRS DOCUMENTS TO ME? i dont want templates. plz if u have any one , plz forward to mail id brahma412@yahoo.co.in

1985

how many days did u study ur business req specifications for a one year project? how many days did u write test cases for a one year project? how often do u get builds in ur company? plz answer , brahma412@yahoo.co.in

Accenture,

1 6729

Hey hi........ I need 2 attend an interview...... presently am workin as SAP-SD support consultent, plz guide me wat the questions wil b asked by an interviwer as I go further as a consultent.... plz rply me urgently.......... I would be very grateful to you for your timely help.Thanks in advance. Regards

1590


Un-Answered Questions { Software }

Where is routeconfig in mvc?

1


What is the abstract method modifier?

570


Explain the disadvantages/limitation of the cursor?

543


What is after dml trigger?

553


Does java initialize arrays to zero?

485






You've reached a stale of independence where you're able to express yourself and perform at your peak level of performance. Being the best you can be is the motivator that drives you. Which of the following is true? A. This is an example of the Expectancy theory. B. You've reached self-actualization in Maslow's Hierarchy. C. This is an example of the Hygiene theory. D. You've reached the highest level of the Achievement theory.

647


What is cloud computing? How it is configured in AX?

3


What is a pointer value and address in c?

606


What happen if one of the datanodes has much slower cpu?

221


What is the basic codeigniter url structure?

299


Do you know what are acid properties?

548


What are the steps involved to run php?

545


What is the between $(this) and 'this' in jquery?

482


What does ctrl z do?

101


What is quality management?

703