Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

RBS Interview Questions
Questions Answers Views Company eMail

How to resolve the soc4 and soc7 errors?

5 36731

What is the maximum size of a 01 level item in COBOL I? in COBOL II?

2 18848

how to convert binary to decimal and decimal to binary in C lanaguage

7 25607

Where was the first Municipal Corporation in India set up? (a) Bombay (b) Calcutta (c) Delhi (d) Madras

35 84681

How many such pairs of letters are there in the word STAINLESS each of which has as many letters between them in the word as they have in the English alphabet, in the same sequence? (a) Two (b) Three (c) Four (d) Five (e) None of these

29 131154

What did you do yesterday.

59 540883

5 negative test case for lift....

5 46986

suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?

1 13018

I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 11004

I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 94029

My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .

3 11389

what is tempplate pattern

4 9272

If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?

1 12960

What is a Garbage Collection? and what is full recursive Garbage collection?

2383

What is the difference between Sleep and Wait? (Java)

1 4668

Post New RBS Interview Questions




Un-Answered Questions

What does typedef struct mean?

644


What is the difference between using transaction- solman_workcenter and work center with web browser: service ags_workcenter?

1


What is better react or angular?

416


What is a kernel object?

1637


What query language does mongodb use?

1






What is rs.exe utility?

118


Difference between nil and false in ruby?

1


Explain when would you use joins vs. Blending in tableau?

232


Which of scm applications support use of alert monitor? : supply chain management

5


Is “maps” value types?

1


What are prerequisites for r’s c interface?

60


How can you count the total number of records of any table?

499


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3602


What is difference between viewstate and session state in javascript?

567


What is Association and its types?

550