Symmetric technologies interview questions.
For Computer science candidates the first round is a
objective type written test consisting of 16 questions.It is
very easy ,any police man can solve this. And next round is
a written test consists of both objective and subjective
.Total 40 question related to c,c++ and operating system
related questions.
And then a technical interview and give some program to
solve with computer.The md is adamant person, whatever he
says we have to accept that is the condition.
And one more thing ,,,these interview is just for a
formality..the company will select only innocent guys.. the
person's without a backbone only they require..
And u have to submit the certificates this is the most
important problem...So if you are not getting any other
jobs..then only join with this...
It is better to try for other company...And apart from that
symmetric do a lot of projects..If a candidate can manage
everything u can join and make good career with this
company... The Md will normally speak rudely..but he is good
person and he will give you a lot of very good chances to
improve your career....but with cheap salary....
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of putchar function?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
print out of string in this format; 1. "rajesh" 2. \n 3. %d
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What does char * * argv mean in c?
Is c pass by value or reference?
write a own function for strstr
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
write a program to count the no of repaeted words in a line?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are terms in math?