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

CG Interview Questions
Questions Answers Views Company eMail

What was the type of time recording you used in time management. Positive or negative? What is positive time recording and negative time recording? What are the differences between them?

3 15186

1. Why a DC motor starter is called 3 point starter

21 74931

Can a function return a dictionary object?

2 16885

what are the differences between 'exhaust fan', 'heavy-duty exhaust fan' & 'super heavy duty exhaust fan'. what are their power ratings ?

1553

Name some errors which can be detected by Trial Balance

1672

why main steel is to be reinforced in shorter direction in case of slab?

11 65368

What is the full cycle of both AP & AR?

8 62388

what is difference Auto-transformer and ICT ?

1 13164

For a load of 40HP induction motor.what will be size of Armoured copper cable require to connect the motor to starter in Star-Delta?

1 4403

types of transformer ?

3 5072

what is meant by power and distribution transformer ?

1502

How we can come to know the substation range,without go through any name plate ?

1478

Why your client need to implement SAP? And what is the benefit of it?

3 5471

Where can we see existing Validations and Substituitions ?

1 3203

Can I hide the conditions in export excise invoice in from standard configuration

1244

Post New CG Interview Questions




Un-Answered Questions

why you want this job (specially when you go for first interview and changing the industries)

2351


What makes angular.js better?

436


your client's campaign is getting a lot of clicks, but the conversion rate is low. Which approach could help improve your client's conversion rate?

5


All of the following are true regarding the tools and techniques of Activity Sequencing except: A. GERT uses analogous methods. B. GERT allows for loops. C. GERT is a conditional diagramming method. D. GERT allows for conditional branches.

607


How to return list from linq query?

81






How can you take the backup and restore a mysql database using php?

469


What is flatmap java?

490


Explain how to do validations in escripts and in configuration?

500


What is the importance of "method" attribute in a html form?

542


What is the default value of local and global variables in c?

551


Hi, While I am trying to produce a html report from SAS interactive screen, I am always getting an error. I have attached the result of interactive execution with this. Please help me on this. NOTE: All profile changes will be lost at the end of the session. 1 *libname ia 'U19K.CAPS.SAS'; 2 3 /*Data declaration*/ 4 data work.staff; 5 infile 'U19K.CAPS.SAS (RAWDATA1)'; 6 input LastName $ 1-10 FirstName $ 11- 20 7 JobTitle $ 21-23 Salary 24- 28 8 BirthDat $ 29-37 Gender $ 38 9 run; 10 11 /*Basic "format" statement*/ 12 /*assign range of values to a variable and use it*/ 13 /*'$' should be used for a alphanumeric manipulation*/ NOTE: The infile 'U19K.CAPS.SAS(RAWDATA1)' is: Dsname=U19K.CAPS.SAS (RAWDATA1), Unit=3390,Volume=XTD007,Disp=SHR,Blksize=6160, Lrecl=80,Recfm=FB NOTE: 20 records were read from the infile 'U19K.CAPS.SAS (RAWDATA1)'. NOTE: The data set WORK.STAFF has 20 observations and 7 variables. NOTE: The DATA statement used 0.01 CPU seconds and 7537K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 14 proc format; 15 value Salrange low- 10000='Below' 16 10001- 20000='Medium' 17 20001- High='Above'; NOTE: Format SALRANGE has been output. 18 value $Gender F='Female' 19 M='Male'; NOTE: Format Ă…GENDER has been output. 20 run; NOTE: The PROCEDURE FORMAT used 0.00 CPU seconds and 7523K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 21 22 /*ODS-Output delivery system to create html file*/ 23 ods listing close; 24 ods html file='C:\Documents and Settings\u19k\Desktop\html1.html'; NOTE: Writing HTML Body file: C:\Documents and Settings\u19k\Desktop\html1.html ERROR: Invalid file, C:\DOCUMENTS AND SETTINGS\U19K\DESKTOP\HTML1.HTML. WARNING: No body file. HTML output will not be created. 25 26 /*Basic "label" statement*/ 27 proc print data=work.staff split=''; 28 label LastName='Last Name' 29 FirstName='First Name' 30 JobTitle='Job Title' 31 Salary='Annual Salary'; 32 format Salary Salrange. Gender $Gender.; 33 var LastName FirstName JobTitle Salary Gender; 34 title 'Employee database'; 35 run; WARNING: No output destinations active. NOTE: The PROCEDURE PRINT used 0.00 CPU seconds and 10275K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 36 37 /*ODS-html closing*/ 38 ods html close; 39 ods listing;

2373


What is the use of post in php?

496


What is string parsing in python?

487


What are different type of Collation Sensitivity?

546


What is a layout?

7