Associate System Engineer Trainee
Associate System Engineer Trainee Interview Questions and Answers
Q1. What are the programming Languages you known well
I am proficient in Java, Python, and C++.
Java - object-oriented language used for developing desktop and web applications
Python - high-level language used for scripting, data analysis, and web development
C++ - general-purpose language used for system programming and game development
Q2. Wap in C to find a number is palindrome or not
Program to check if a number is palindrome or not in C language.
Take an integer input from the user.
Store the input in a separate variable.
Reverse the input number.
Compare the reversed number with the original number.
If both are equal, then the number is a palindrome.
If not, then the number is not a palindrome.
Q3. WAP in c to find the reverse of a number
WAP in C to find the reverse of a number
Take input number from user
Initialize a variable to store the reverse of the number
Use a while loop to extract the last digit of the number and add it to the reverse variable
Divide the number by 10 to remove the last digit
Repeat until the number becomes 0
Print the reverse of the number
Q4. WAP in C to find number is prime or not
WAP in C to check if a number is prime or not
Take input from user
Loop from 2 to n/2 and check if n is divisible by any number
If divisible, then not prime. Else, prime
Print the result
Associate System Engineer Trainee Jobs
0Interview Questions of Similar Designations
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month