Tuesday, September 29, 2015

WEB SYNERGY interview questions



WEB SYNERGY on campus interview questions
SVCET SEP 2015


Techinical Questions
write a C program to reverse a number
write a C program to check whether a string is palindrome or not
write a C program to print numbers as
1
12
123
1234
what is output of the program
viod main()
a=5;
b=9;
fun(a)
{
a=11;
}
fun(*b)
{
b=7;
}
printf("a");
printf("b");

explain about arrays, pointers
difference between for loop and while
difference between switch statement and if statement
write a C program to check whether a given number is even or odd
tell about linked lists
tell about data structures in C and types od data structures


HR Questions
tell me about yourself
expalin about 8086 microprocessors
tell me about topics in analog communications and digital communications
tell me about your engineering subjects
marks in maths, physics in 10th and inter
personal details
what will you do if you get chance in MNCs
do you know about our company
topics you learnt in digital communications
what is the output if resistors in series and what is output if resistors are in parallel

No comments:

Post a Comment