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 function of void main()?
Why c is a mother language?
how memory store byte
what is the defrenece between structure and union
write a addition of two no. program with out using printf,scanf,puts .
how to find greatet of 10 numbers without using array?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
4. main() { int c=- -2; printf("c=%d",c); }
Explain b+ tree?
multiple of 9 without useing +,* oprator
Is int a keyword in c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.