Software Interview Questions
Questions Answers Views Company eMail

When you connect two redundant links of switch to hub to form a loop , and when the switch receives its own BPDU what it will do.

HCL,

3635

Why we are going to RSTP?

HCL,

1 5767

guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.

TCS,

2 6571

1. What are factors to be taken into consideration to ‘define company’ in SAP HR ? 2. What is the scope of SAP HR Consultant in view of Absence Quota /Leave Entitlement? 3. Define WT for each PS and ESG(V_511_B), (In this table,we should check all boxes with 1( means Wage type for employee subgroup grouping and PSG is allowed).I know what 1 means here in this context,but I want to know,Why we should check ‘1 in all the boxes starting from 1 to 9 ?

Wipro,

1 4879

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 3509

Which is the cheapest and quality Oracle Education provider in Bangladesh?

1 3036

how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?

1967

#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

Facebook,

2 5195

The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?

Cap Gemini,

3 6654

How to instal two operarting system in one pc?

Fidelity,

5 8710

how to get total price in sapscript form?

iGate, Satyam, TCS,

2 7656

Dear Friends, Hope you are doing good. I have following doubt.Kindly have a look at the query and help me in solving this issue. I have generated absence quota using RPTQTA00 using ‘Batch Input’ Option in SE38 Screen( for Casual Leave-8 days,Sick Leave-20 hours and Privilege Leave-3 days).Now I want to update generated absence quota in Infotype 2006 using SM 35.After entering SM35 transaction code in command bar,It is showing as follows.If I want to update this infotype 2006,I have to select Session Name,but generated sessions are not appearing.Please reply at the earliest possible. Thanks in advance. With regards

2 4422

What is I90(Insure 90)?

1 17880

what is difference between Interface and abstract class

GCPL,

2 4322

what are the design patterns in struts?

1 3217


Un-Answered Questions { Software }

Is there any way to find whether software installed in the system is registered by just providing the .exe file? I have tried the following code but its just displaying the directory structure in the registry. Here the code : package com.msi.intaller; import java.util.Iterator; import ca.beq.util.win32.registry.RegistryKey; import ca.beq.util.win32.registry.RootKey; public class RegistryFinder { public static void main(String... args) throws Exception { RegistryKey.initialize(RegistryFinder.class.getResource("jRe gistryKey.dll").getFile()); RegistryKey key = new RegistryKey(RootKey.HKLM, "Software\\ODBC"); for (Iterator subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

1347


What are the frequently used data types in teradata?

598


Does substring create a new object?

526


How to delete a file in python?

449


Explain Secret splitting protocol?

1106






What is a table called, if it has neither cluster nor non-cluster index? What is it used for?

593


What do you understand by Trust Flow?

479


What is a chart of depreciation? How does it differ from a chart of accounts? : fi- asset accounting

588


Example on drag and drop in dojo framework?

1


How many custom objects you can create in enterprise edition ?

180


What is rake?

460


Tell us something about SBI that you know?

665


Explain various address format used in WCF?

498


How does the system know where one command ends and another begins?

1576


How do I edit html in joomla?

61