Software Interview Questions
Questions Answers Views Company eMail

main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 8285

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,

27 90734

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

CitiGroup,

4 9823

main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

CISOC, CitiGroup, College School Exams Tests,

11 46226

main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

BTBP, CitiGroup,

9 20198

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

CitiGroup,

5 13680

In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?

DataMetrix,

2 6868

How many fields(max) can be there in a transparent table?

iGate, Unilogic Software,

2 8370

A window is missing while copying a sapscript from one client to another client. What should be done?

2 7210

I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.

3 4274

What is Software Engineering? Please do explain in Brief.

Artech, Banyan Soft,

13 27720

what sould come under "tell about ur self"? need tempelate

3 4418

what is Persistent Testing.

Tera Informatics,

3 16437

what is the output of this query selet * from employee where 1=2

Tera Informatics,

7 9809

What are class A, B,C,...

Bank Of America, Banyan Soft,

12 21775


Un-Answered Questions { Software }

Explain @SessionScoped annotations?

73


How to know that we have to use which tool for this project?

551


How do I run chkdsk from bios?

528


How to validate email in angular 4 using formgroup or custom regexp?

464


What is remember token in laravel?

396






What is category and class extension? How these differ?

409


How to delete a login name in ms sql server?

524


What is an application, presentation and database servers in sap r/3?

297


What is jdbctemplate in spring? And how to use it?

167


What is primary wage type? : hr- payroll

519


Why is azure important?

282


Define piggybacking in context to wi-fi?

396


What is unescape() function?

612


What des ami include?

107


What are the different types of triggers in mysql?

452