Aptitude Test Question of Assistant Programmer at ICT Ministry of Bangladesh 2018
Total Marks -30
Time: 45 min
Exam Date: 20/07/2018
1) print (10 marks)
1
2 2
3 3 3
4 4 4 4 4
5 5 5 5 5 5
2)Show a num is palindrom or not ?? (10 marks)
(121 is palindrom number)
(123 is not a palindrom number)
3) query from database
There was two table Student(Id,Name) ,Grade(Id,Subject,Mark)
a)Show the average marks of each student(There was a output table)like output table. (5 marks)
b)Find the name of all students who have got marks>59. (5 marks)