Hellosoft placement papers --------- placement paper 1

Answer Posted / guest

Hellosoft placement papers



Sample Question Paper

Hellosoft technical questions


What is diners phylosophers algorithm.
What is atomicity.Explain
Give an example of source- level debugger in unix/linx.
What is Pre-emptive multitasking.
Do not remember this one.

Hellosoft datastructures questions


DataStructures: (ONly 5 Questions)


Where will the parameters be stored when a function is
called in a program.
What is recursion?What are its disadvantages.
Which one is the best and efficient sort?


Networking questions :(Only 5 Questions)

ASN.1 belongs to which layer.
Give an example of popular Transport Layer Protocol
What is the netmask of Class B IP address?
Explain CSMA/CD.
Given a size from 0-7 what would be the least window size.



C Language questions (Total 13 Questions)


main()
{
printf("%d",printf("HelloSoft"));
} Output?
case 1: case 2:
typedef Struct { typedef Struct {
int a; char p;
char b; int q;
int d; char k;
char e; int l;
}A; }A;
Assuming 'packing' is not enabled, which case will
give an error of Sizeof(A) less.
main()
{
int i=3;
printf("%d %d %d",i++,i,++i);
}
main()
{
int i=10;
int j,k=5;
int a[10];
for(j=0;j<10;j++)
a[j]=(i+k)+(i*k);
}
Optimize the above code.
Write In Order Tree Traversal Pseudo-code.
main()
{
int *p=0x100;
int *q=0x100;
int k=p*q;
printf("%x\n",k);
} Output ?
Char* foo(Str...) {
char str[4];
strcpy(str,"HelloSoft");
return str;
} Output?
int a[10][20][30][40];
int *p
How to access an element of a using p?
main()
{
int i=10;
if(i>20)
if(i==10)
print("Hi");
else
printf("Bye");
} Output ?
main()
{
float f;
int i;
//something like this not remember these 4
questionsexactly
f=(float *)malloc(sizeof((float *)*4));
}






Hellosoft placement papers

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

your project to describe and tell about : 1. My favorite things 2. My favorite places at home 3. Animals *Choose one of them to describe *Write on your paper *If you done, Send me *Did you get it

780


what you will do when you struck in traffic ?

1037


Hi.. Guys Im pranitha, presently im working in a organisation & im look for job at MNC's like DELL, Delloitte, Bank of America, Genpect, etc., I have completed B.com . Pls help me...

1133


speak 1min on topic Travelling,memorable moment ,memorable day?

1732


i want the sample placement paper of goldman sachs urgently. please send it to me

3920






What were the occupations of the people who lived within the Mauryan Empire?

572


what is bidirectional?

1380


how did you celebrate your last birthday?

1264


What are the frequently asked questions for interview in capital iq company ?

1313


What kind of Issues/bugs arise in ETL projects? I would like to know few issues (critical to somewhat bugs ) normally occur in ETL process especially when testing? Domains can be banking, retail or any.

1415


Do we have vacancy for HR RECRUITER ?

1374


what is placement paper?

2143


why didn't get placed so far?

1185


what is the use of air in gc

1430


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef output file: 8765_____ abc*$#1___ 1_2_3_4__ cdef____ghi h_k_z_a__ a_z_k_h___ ihg____ghi 4_3_2_1___ 1#$*cba__ ______5678 fedcb4321

1293