what is normalization and python program
Assistant Systems Engineer Interview Questions
4,734 assistant systems engineer interview questions shared by candidates
How well do you know Data Structures?
Why you want to join TCS?
Ur a Biotechnology student y u want to come TCS?
Asked about multiple Linux commands
Basic programming questions like program for prime numbers and sorting algorithms was asked. Apart from this, couple of questions were from the projects that I had mentioned in my resume. A couple of easy level SQL queries were also asked. And the rest questions were just to check the presence of mind and speed.
What you know about IoT ?
I was asked about OOP priniciples, ACID properties of DBMS. I was asked to write a bit of code like bubble sort by hand. He asked me about my interests as well.
About project Basics of programming languages that i know c, java and python. Asked me to write some SQL queries
Question 1: How is C different from C++? Answer: C++ can be said to be a superset of C. Major added features in C++ are Object-Oriented Programming, Exception Handling and rich C++ Library. Learn about more differences and similarities between C and C++ from here. Question 2: What is a static variable? Answer: Static variables have a property of preserving their value even after they are out of their scope! Hence, static variables preserve their previous value in their previous scope and are not initialized again in the new scope. Question 3: Are Variables in C static or Dynamic scoped? Answer: Variables in C are always statically scoped. Visit How are variables scoped in C – Static or Dynamic? to learn more. Question 4: Explain the four storage classes in C?
Viewing 2831 - 2840 interview questions