0% found this document useful (0 votes)
123 views29 pages

Spring Boot Framework 4

add on course on spring boot

Uploaded by

josetenson02
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views29 pages

Spring Boot Framework 4

add on course on spring boot

Uploaded by

josetenson02
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

Academic Year: 2022-2023


ITFSBF2202- FUNDAMENTALS OF SPRING BOOT FRAMEWORK
Certificate Course Assessment Question Paper with Answer key

Duration: 1 Hour Total Marks: 25

1. What is the main purpose of the Spring Framework?


a. To provide a comprehensive programming and configuration model for
Java-based enterprise applications
b. To provide a comprehensive programming and configuration model for
JavaScript-based web applications
c. To provide a comprehensive programming and configuration model for
PHP-based web applications
d. To provide a comprehensive programming and configuration model for
Python-based web applications

2. What is the default scope of the Spring Bean?


a. singleton
b. prototype
c. request
d. session

3. Different ways to configure Spring-based applications?


a. XML based configuration
b. Java-based configuration
c. Annotation based configuration
d. All of the above

4. What is the purpose of the Spring loc container?


a. To manage the lifecycle of beans and their dependencies
b. To handle the configuration of the application
c.To provide a caching mechanism for the application
d.To provide a security mechanism for theapplication
5. What is the purpose of the Spring MVC module?
a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications

6. What are spring stereotype annotations?


a. @Service
b. @Controller
c. @Repository
d. All of the above

7. What are two ways to achieve dependency Injection in Spring?


a. Using Getter and Setter methods
b. Using Setter and Constructor
c. Using Getter and Constructor
d. Using Setter and Factory method

8. What is the scope to create a new instance every time the hean is requested from
the spring container?
a. singleton
b. prototype
c. request
d. session

9. What is the purpose of the Spring MVC module?


a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications
10. Which is the front controller in Spring MVC?
a. Dispatcher Servlet
b. Front Dispatcher Servlet
c. Front Controller Service
d. None of the above

11. Spring MVC Framework is designed based on which Design Pattern?


a. Model-View-Controller (MVC)
b. Layered pattern
c. Client-server pattern
d. None of the above

12. In spring MVC, Dispatcher Servlet consults with the actual view implementation to
map the logical view name
a. View Resolver
b. Handler Mapper
c. Controller
d. Model

13. In Spring MVC web applications, all the HTTP requests first come to which
component?
a. DispatcherServlet
b. Controller
c. Handler Mapper
d. None of the above

14. What is the purpose of the Spring JDBC module?


a. To provide a data access framework for accessing databases
b. To provide a web framework for building web applications
c. To provide aspect-oriented programming functionality
d. To provide caching functionality
15. Which Spring Framework module is used to implement cross-cutting concerns in
spring based-applications?
a. ORM
b. AOP
c. JDBC
d. TXM

16. Jdbc Template implements the below design pattern?


a. Strategy design pattern
b. Template Design pattern
c. Singleton design pattern
d. Decorator design pattern

17. Different ways to inject spring beans in Spring-based applications?


a. Constructor based
b. Setter based
c. Field-based.
d. All of the above

18. Which Spring annotation is used to create RESTful web services using Spring MVC?
a. Rest Controller
b. Controller
c. Component
d. Rest

19. Rest Controller annotation is a combination of the below two annotations


a. Component and Response Body annotations
b. Controller and Response Body annotations
c. Service and Response Body annotations
d. None of the above

20. Which Spring annotation is used to handle HTTP POST requests?


a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping
21. Which Spring annotation is used to handle HTTP GET requests?
a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping

22. Which Spring annotation is used to handle HTTP DELETE requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

23. Which Spring annotation is used to handle HTTP PUT requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

24. Which annotation do we use to mark the class as a Service class/component?


a. Component
b. Service
c. Controller
d. Repository

25. What is the primary use of the Spring Security module?


a. To provide authentication and authorization for web applications
b. To provide data access and management
c. To provide Model-View-Controller architecture
d. To provide aspect-oriented programming functionality
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Academic Year: 2022-2023
ITFSBF2202- FUNDAMENTALS OF SPRING BOOT FRAMEWORK
Certificate Course - Assessment Question Paper

Duration: 1 Hour Total Marks: 25


Student Name: Year:
Register No: Date:

1. What is the main purpose of the Spring Framework?


a. To provide a comprehensive programming and configuration model for
Java-based enterprise applications
b. To provide a comprehensive programming and configuration model for
JavaScript-based web applications
c. To provide a comprehensive programming and configuration model for
PHP-based web applications
d. To provide a comprehensive programming and configuration model for
Python-based web applications

2. What is the default scope of the Spring Bean?


a. singleton
b. prototype
c. request
d. session

3. Different ways to configure Spring-based applications?


a. XML based configuration
b. Java-based configuration
c. Annotation based configuration
d. All of the above

4. What is the purpose of the Spring loc container?


a. To manage the lifecycle of beans and their dependencies
b. To handle the configuration of the application
c.To provide a caching mechanism for the application
d.To provide a security mechanism for theapplication
5. What is the purpose of the Spring MVC module?
a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications

6. What are spring stereotype annotations?


a. @Service
b. @Controller
c. @Repository
d. All of the above

7. What are two ways to achieve dependency Injection in Spring?


a. Using Getter and Setter methods
b. Using Setter and Constructor
c. Using Getter and Constructor
d. Using Setter and Factory method

8. What is the scope to create a new instance every time the hean is requested from
the spring container?
a. singleton
b. prototype
c. request
d. session

9. What is the purpose of the Spring MVC module?


a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications

10. Which is the front controller in Spring MVC?


a. Dispatcher Servlet
b. Front Dispatcher Servlet
c. Front Controller Service
d. None of the above
11. Spring MVC Framework is designed based on which Design Pattern?
a. Model-View-Controller (MVC)
b. Layered pattern
c. Client-server pattern
d. None of the above

12. In spring MVC, Dispatcher Servlet consults with the actual view implementation to
map the logical view name
a. View Resolver
b. Handler Mapper
c. Controller
d. Model

13. In Spring MVC web applications, all the HTTP requests first come to which
component?
a. DispatcherServlet
b. Controller
c. Handler Mapper
d. None of the above

14. What is the purpose of the Spring JDBC module?


a. To provide a data access framework for accessing databases
b. To provide a web framework for building web applications
c. To provide aspect-oriented programming functionality
d. To provide caching functionality

15. Which Spring Framework module is used to implement cross-cutting concerns in


spring based-applications?
a. ORM
b. AOP
c. JDBC
d. TXM
16. Jdbc Template implements the below design pattern?
a. Strategy design pattern
b. Template Design pattern
c. Singleton design pattern
d. Decorator design pattern

17. Different ways to inject spring beans in Spring-based applications?


a. Constructor based
b. Setter based
c. Field-based.
d. All of the above

18. Which Spring annotation is used to create RESTful web services using Spring MVC?
a. Rest Controller
b. Controller
c. Component
d. Rest

19. Rest Controller annotation is a combination of the below two annotations


a. Component and Response Body annotations
b. Controller and Response Body annotations
c. Service and Response Body annotations
d. None of the above

20. Which Spring annotation is used to handle HTTP POST requests?


a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping
21. Which Spring annotation is used to handle HTTP GET requests?
a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping
22. Which Spring annotation is used to handle HTTP DELETE requests?
a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

23. Which Spring annotation is used to handle HTTP PUT requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

24. Which annotation do we use to mark the class as a Service class/component?


a. Component
b. Service
c. Controller
d. Repository

25. What is the primary use of the Spring Security module?


a. To provide authentication and authorization for web applications
b. To provide data access and management
c. To provide Model-View-Controller architecture
d. To provide aspect-oriented programming functionality
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Academic Year: 2022-2023
ITFSBF2202- FUNDAMENTALS OF SPRING BOOT FRAMEWORK
Certificate Course - Assessment Question Paper

Duration: 1 Hour Total Marks: 25


Student Name: Year:
Register No: Date:

1. What is the main purpose of the Spring Framework?


a. To provide a comprehensive programming and configuration model for
Java-based enterprise applications
b. To provide a comprehensive programming and configuration model for
JavaScript-based web applications
c. To provide a comprehensive programming and configuration model for
PHP-based web applications
d. To provide a comprehensive programming and configuration model for
Python-based web applications

2. What is the default scope of the Spring Bean?


a. singleton
b. prototype
c. request
d. session

3. Different ways to configure Spring-based applications?


a. XML based configuration
b. Java-based configuration
c. Annotation based configuration
d. All of the above

4. What is the purpose of the Spring loc container?


a. To manage the lifecycle of beans and their dependencies
b. To handle the configuration of the application
c.To provide a caching mechanism for the application
d.To provide a security mechanism for theapplication
5. What is the purpose of the Spring MVC module?
a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications

6. What are spring stereotype annotations?


a. @Service
b. @Controller
c. @Repository
d. All of the above

7. What are two ways to achieve dependency Injection in Spring?


a. Using Getter and Setter methods
b. Using Setter and Constructor
c. Using Getter and Constructor
d. Using Setter and Factory method

8. What is the scope to create a new instance every time the hean is requested from
the spring container?
a. singleton
b. prototype
c. request
d. session

9. What is the purpose of the Spring MVC module?


a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications
10. Which is the front controller in Spring MVC?
a. Dispatcher Servlet
b. Front Dispatcher Servlet
c. Front Controller Service
d. None of the above

11. Spring MVC Framework is designed based on which Design Pattern?


a. Model-View-Controller (MVC)
b. Layered pattern
c. Client-server pattern
d. None of the above

12. In spring MVC, Dispatcher Servlet consults with the actual view implementation to
map the logical view name
a. View Resolver
b. Handler Mapper
c. Controller
d. Model

13. In Spring MVC web applications, all the HTTP requests first come to which
component?
a. DispatcherServlet
b. Controller
c. Handler Mapper
d. None of the above

14. What is the purpose of the Spring JDBC module?


a. To provide a data access framework for accessing databases
b. To provide a web framework for building web applications
c. To provide aspect-oriented programming functionality
d. To provide caching functionality
15. Which Spring Framework module is used to implement cross-cutting concerns in
spring based-applications?
a. ORM
b. AOP
c. JDBC
d. TXM

16. Jdbc Template implements the below design pattern?


a. Strategy design pattern
b. Template Design pattern
c. Singleton design pattern
d. Decorator design pattern

17. Different ways to inject spring beans in Spring-based applications?


a. Constructor based
b. Setter based
c. Field-based.
d. All of the above

18. Which Spring annotation is used to create RESTful web services using Spring MVC?
a. Rest Controller
b. Controller
c. Component
d. Rest

19. Rest Controller annotation is a combination of the below two annotations


a. Component and Response Body annotations
b. Controller and Response Body annotations
c. Service and Response Body annotations
d. None of the above

20. Which Spring annotation is used to handle HTTP POST requests?


a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping
21. Which Spring annotation is used to handle HTTP GET requests?
a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping

22. Which Spring annotation is used to handle HTTP DELETE requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

23. Which Spring annotation is used to handle HTTP PUT requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

24. Which annotation do we use to mark the class as a Service class/component?


a. Component
b. Service
c. Controller
d. Repository

25. What is the primary use of the Spring Security module?


a. To provide authentication and authorization for web applications
b. To provide data access and management
c. To provide Model-View-Controller architecture
d. To provide aspect-oriented programming functionality
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Academic Year: 2022-2023
ITFSBF2202- FUNDAMENTALS OF SPRING BOOT FRAMEWORK
Certificate Course - Assessment Question Paper

Duration: 1 Hour Total Marks: 25


Student Name: Year:
Register No: Date:

1. What is the main purpose of the Spring Framework?


a. To provide a comprehensive programming and configuration model for
Java-based enterprise applications
b. To provide a comprehensive programming and configuration model for
JavaScript-based web applications
c. To provide a comprehensive programming and configuration model for
PHP-based web applications
d. To provide a comprehensive programming and configuration model for
Python-based web applications

2. What is the default scope of the Spring Bean?


a. singleton
b. prototype
c. request
d. session

3. Different ways to configure Spring-based applications?


a. XML based configuration
b. Java-based configuration
c. Annotation based configuration
d. All of the above

4. What is the purpose of the Spring loc container?


a. To manage the lifecycle of beans and their dependencies
b. To handle the configuration of the application
c.To provide a caching mechanism for the application
d.To provide a security mechanism for theapplication
5. What is the purpose of the Spring MVC module?
a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications

6. What are spring stereotype annotations?


a. @Service
b. @Controller
c. @Repository
d. All of the above

7. What are two ways to achieve dependency Injection in Spring?


a. Using Getter and Setter methods
b. Using Setter and Constructor
c. Using Getter and Constructor
d. Using Setter and Factory method

8. What is the scope to create a new instance every time the hean is requested from
the spring container?
a. singleton
b. prototype
c. request
d. session

9. What is the purpose of the Spring MVC module?


a. To provide a web framework for building web applications
b. To provide a data access framework for accessing databases
c. To provide a caching framework for caching data
d. To provide a security framework for securing web applications
10. Which is the front controller in Spring MVC?
a. Dispatcher Servlet
b. Front Dispatcher Servlet
c. Front Controller Service
d. None of the above

11. Spring MVC Framework is designed based on which Design Pattern?


a. Model-View-Controller (MVC)
b. Layered pattern
c. Client-server pattern
d. None of the above

12. In spring MVC, Dispatcher Servlet consults with the actual view implementation to
map the logical view name
a. View Resolver
b. Handler Mapper
c. Controller
d. Model

13. In Spring MVC web applications, all the HTTP requests first come to which
component?
a. DispatcherServlet
b. Controller
c. Handler Mapper
d. None of the above

14. What is the purpose of the Spring JDBC module?


a. To provide a data access framework for accessing databases
b. To provide a web framework for building web applications
c. To provide aspect-oriented programming functionality
d. To provide caching functionality
15. Which Spring Framework module is used to implement cross-cutting concerns in
spring based-applications?
a. ORM
b. AOP
c. JDBC
d. TXM

16. Jdbc Template implements the below design pattern?


a. Strategy design pattern
b. Template Design pattern
c. Singleton design pattern
d. Decorator design pattern

17. Different ways to inject spring beans in Spring-based applications?


a. Constructor based
b. Setter based
c. Field-based.
d. All of the above

18. Which Spring annotation is used to create RESTful web services using Spring MVC?
a. Rest Controller
b. Controller
c. Component
d. Rest

19. Rest Controller annotation is a combination of the below two annotations


a. Component and Response Body annotations
b. Controller and Response Body annotations
c. Service and Response Body annotations
d. None of the above

20. Which Spring annotation is used to handle HTTP POST requests?


a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping
21. Which Spring annotation is used to handle HTTP GET requests?
a. Get Mapping
b. Path Mapping
c. Create Mapping
d. Post Mapping

22. Which Spring annotation is used to handle HTTP DELETE requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

23. Which Spring annotation is used to handle HTTP PUT requests?


a. Get Mapping
b. Put Mapping
c. Delete Mapping
d. Post Mapping

24. Which annotation do we use to mark the class as a Service class/component?


a. Component
b. Service
c. Controller
d. Repository

25. What is the primary use of the Spring Security module?


a. To provide authentication and authorization for web applications
b. To provide data access and management
c. To provide Model-View-Controller architecture
d. To provide aspect-oriented programming functionality
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Academic Year: 2022-2023
ITFSBF2202- FUNDAMENTALS OF SPRING BOOT FRAMEWORK
Faculty Co-ordinator:
Year & Branch:
No of students enrolled: 107
Sl
No Name of the students USN Marks
1 Hassan Shazil 4PA19CS022 20
2 Shezad Ahmed 4PA19CS104 24
3 A K Abdul Rahman Mashood 4PA20CS001 23
4 Abdu Rrahman Akif 4PA20CS002 20
5 Abdul Baseeth A M 4PA20CS003 20
6 Abdul Basith 4PA20CS004 24
7 Abdul Quadir Fawaz 4PA20CS005 21
8 Abdul Raheem Bantwal 4PA20CS006 23
9 Abdul Rahman Mihad C M 4PA20CS007 20
10 Abdula Adil 4PA20CS008 21
11 Abdullah Abdul Samad 4PA20CS009 22
12 Abhay Shetty M 4PA20CS010 24
13 Aboobakar Sabith 4PA20CS011 20
14 Adam Adhil K M 4PA20CS012 23
15 Adhnan Mahamood 4PA20CS013 24
16 Afeef Rameez Shuhsad 4PA20CS014 22
17 Afrah Abdul Aziz 4PA20CS015 21
18 Ahmed Uvais 4PA20CS016 21
19 Ajmal M 4PA20CS017 23
20 Ajmal Shajahan M A 4PA20CS018 20
21 Ashar Mohammed Cherichi 4PA20CS019 20
22 Ayesha Daniya 4PA20CS020 23
23 Ayishathul Misriya K S 4PA20CS021 24
24 Ayshathul Shafra 4PA20CS022 24
25 Bathisa Muyyuddin Shiyan 4PA20CS023 24
26 Disha D Naik 4PA20CS024 24
27 Fareeha Faiz Ahsan 4PA20CS025 20
28 Farhan Ahmed 4PA20CS026 24
29 Fathima Haifa 4PA20CS027 20
30 Fathima Musfira 4PA20CS028 21
31 Fathimath Zaziba 4PA20CS029 24
32 Fathimath Afreena G M 4PA20CS030 24
33 Gourav 4PA20CS031 25
34 Haneesh Hasan 4PA20CS032 20
35 Harshad 4PA20CS033 24
36 Hazil Muhammed 4PA20CS034 24
37 Ifrath Begum 4PA20CS035 24
Ikhlaas Ifthikar Abusayeed
38 Manna 4PA20CS036 21
39 Khatheejathul Aifa 4PA20CS038 21
40 Mahammad Ansar 4PA20CS039 20
41 Mahammad Safwan 4PA20CS040 20
42 Mahammed Razeen 4PA20CS041 24
43 Maneesh Shetty M 4PA20CS042 21
44 Mariam Reema 4PA20CS043 21
45 Mohamed Favas V P 4PA20CS044 21
46 Mohammad Fadil 4PA20CS045 24
47 Mohammad Junaid 4PA20CS046 24
48 Mohammad Musthafa 4PA20CS047 20
49 Mohammad Niyaz 4PA20CS048 19
50 Mohammad Savad 4PA20CS049 20
51 Mohammed Afheez 4PA20CS050 20
52 Mohammed Dayyan Baig 4PA20CS051 20
53 Mohammed Fazil 4PA20CS053 19
54 Mohammed Ibrahim Shaz 4PA20CS054 21
55 Mohammed Irshad 4PA20CS055 23
56 Mohammed Mazaan 4PA20CS056 20
57 Mohammed Nazeem 4PA20CS058 19
58 Mohammed Nouman 4PA20CS059 23
59 Mohammed Rakheeb Chowdary 4PA20CS060 20
60 Mohammed Rashid 4PA20CS061 24
61 Mohammed Sajid 4PA20CS062 20
62 Mohammed Shaan A R 4PA20CS063 22
63 Mohammed Shabeer 4PA20CS064 24
64 Mohammad Sheez Shuhail C 4PA20CS065 24
65 Mohammed Siman 4PA20CS066 24
66 Mohammed Thanseer 4PA20CS067 24
67 Mohammad Afthab 4PA20CS068 23
68 Muadh Bin Mohammed Ali 4PA20CS069 21
69 Muhammed Ajlan 4PA20CS070 24
70 Muhammad Fayiz Jaleel K P P 4PA20CS071 20
71 Muhammad Muhaz Ismail 4PA20CS072 24
72 Muhammad Rafnas K M 4PA20CS073 20
73 Muhammed Adil T K 4PA20CS074 21
74 Muhammed Afsal Mathath 4PA20CS075 21
75 Muhammed Athuf 4PA20CS076 24
76 Muhammed Dhanish Kodiyil 4PA20CS077 21
77 Muhammed Ismail P 4PA20CS078 21
78 Muhammed Minshad C 4PA20CS079 21
79 Muhammed Rahees 4PA20CS080 20
80 Muhammed Rashid T 4PA20CS081 21
81 Muhammed Rishan O K 4PA20CS082 22
82 Muhammed Sadeed M T 4PA20CS083 24
83 Muhammed Sarfraz U A 4PA20CS084 21
84 Muhammed Sinan 4PA20CS085 25
85 Muhammed Thajuddin Sanad 4PA20CS086 24
86 Mukthar Ahmed Ali 4PA20CS087 24
87 Muneeb Mujeeb Rahiman 4PA20CS088 24
88 Musab Bin Fysal 4PA20CS089 25
89 Muzammil Rahman K M 4PA20CS090 24
90 Muzammil T E 4PA20CS091 22
91 Muzain Hasan 4PA20CS092 21
92 N Jafar Nihal Adam Ullal 4PA20CS093 20
93 Rabeeh T A 4PA20CS094 20
94 Rashika 4PA20CS095 24
95 Razique Mundakundil 4PA20CS096 25
96 Rifah Sameen Ibrahim Sarang 4PA20CS097 20
97 Saanihaa Mariyam 4PA20CS098 24
98 Sanad Fazal Kota 4PA20CS100 20
99 Shabin Muneer 4PA20CS101 21
100 Shabnaz 4PA20CS102 20
101 Shakeel Ahammed Abdulla 4PA20CS103 20
102 Shamsear Kunhi Ebrayi Ramath 4PA20CS104 22
103 Shanid 4PA20CS105 24
104 Sheik Rifaz Ali 4PA20CS106 20
105 Shireen 4PA20CS108 22
106 Sumayya 4PA20CS110 23
107 Tauheed 4PA20CS112 24
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Academic Year: 2022-2023
ENROLLMENT LIST
Certificate Course code & Name : ITFSBF2202 - FUNDAMENTALS OF SPRING BOOT
FRAMEWORK
Course Co-ordinator : Ms. Divya K K
Year & Branch : 3rd Year /CSE
Total No of Students Enrolled : 107
Sl
Name of the students USN Signature of Students
No
1 Hassan Shazil 4PA19CS022
2 Shezad Ahmed 4PA19CS104
3 A K Abdul Rahman Mashood 4PA20CS001
4 Abdu Rrahman Akif 4PA20CS002
5 Abdul Baseeth A M 4PA20CS003
6 Abdul Basith 4PA20CS004
7 Abdul Quadir Fawaz 4PA20CS005
8 Abdul Raheem Bantwal 4PA20CS006
9 Abdul Rahman Mihad C M 4PA20CS007
10 Abdula Adil 4PA20CS008
11 Abdullah Abdul Samad 4PA20CS009
12 Abhay Shetty M 4PA20CS010
13 Aboobakar Sabith 4PA20CS011
14 Adam Adhil K M 4PA20CS012
15 Adhnan Mahamood 4PA20CS013
16 Afeef Rameez Shuhsad 4PA20CS014
17 Afrah Abdul Aziz 4PA20CS015
18 Ahmed Uvais 4PA20CS016
19 Ajmal M 4PA20CS017
20 Ajmal Shajahan M A 4PA20CS018
21 Ashar Mohammed Cherichi 4PA20CS019
22 Ayesha Daniya 4PA20CS020
23 Ayishathul Misriya K S 4PA20CS021
24 Ayshathul Shafra 4PA20CS022
25 Bathisa Muyyuddin Shiyan 4PA20CS023
26 Disha D Naik 4PA20CS024
27 Fareeha Faiz Ahsan 4PA20CS025
28 Farhan Ahmed 4PA20CS026
29 Fathima Haifa 4PA20CS027
30 Fathima Musfira 4PA20CS028
31 Fathimath Zaziba 4PA20CS029
32 Fathimath Afreena G M 4PA20CS030
33 Gourav 4PA20CS031
34 Haneesh Hasan 4PA20CS032
35 Harshad 4PA20CS033
36 Hazil Muhammed 4PA20CS034
37 Ifrath Begum 4PA20CS035
Ikhlaas Ifthikar Abusayeed
38 4PA20CS036
Manna
39 Khatheejathul Aifa 4PA20CS038
40 Mahammad Ansar 4PA20CS039
41 Mahammad Safwan 4PA20CS040
42 Mahammed Razeen 4PA20CS041
43 Maneesh Shetty M 4PA20CS042
44 Mariam Reema 4PA20CS043
45 Mohamed Favas V P 4PA20CS044
46 Mohammad Fadil 4PA20CS045
47 Mohammad Junaid 4PA20CS046
48 Mohammad Musthafa 4PA20CS047
49 Mohammad Niyaz 4PA20CS048
50 Mohammad Savad 4PA20CS049
51 Mohammed Afheez 4PA20CS050
52 Mohammed Dayyan Baig 4PA20CS051
53 Mohammed Fazil 4PA20CS053
54 Mohammed Ibrahim Shaz 4PA20CS054
55 Mohammed Irshad 4PA20CS055
56 Mohammed Mazaan 4PA20CS056
57 Mohammed Nazeem 4PA20CS058
58 Mohammed Nouman 4PA20CS059
59 Mohammed Rakheeb Chowdary 4PA20CS060
60 Mohammed Rashid 4PA20CS061
61 Mohammed Sajid 4PA20CS062
62 Mohammed Shaan A R 4PA20CS063
63 Mohammed Shabeer 4PA20CS064
64 Mohammad Sheez Shuhail C 4PA20CS065
65 Mohammed Siman 4PA20CS066
66 Mohammed Thanseer 4PA20CS067
67 Mohammad Afthab 4PA20CS068
68 Muadh Bin Mohammed Ali 4PA20CS069
69 Muhammed Ajlan 4PA20CS070
70 Muhammad Fayiz Jaleel K P P 4PA20CS071
71 Muhammad Muhaz Ismail 4PA20CS072
72 Muhammad Rafnas K M 4PA20CS073
73 Muhammed Adil T K 4PA20CS074
74 Muhammed Afsal Mathath 4PA20CS075
75 Muhammed Athuf 4PA20CS076
76 Muhammed Dhanish Kodiyil 4PA20CS077
77 Muhammed Ismail P 4PA20CS078
78 Muhammed Minshad C 4PA20CS079
79 Muhammed Rahees 4PA20CS080
80 Muhammed Rashid T 4PA20CS081
81 Muhammed Rishan O K 4PA20CS082
82 Muhammed Sadeed M T 4PA20CS083
83 Muhammed Sarfraz U A 4PA20CS084
84 Muhammed Sinan 4PA20CS085
85 Muhammed Thajuddin Sanad 4PA20CS086
86 Mukthar Ahmed Ali 4PA20CS087
87 Muneeb Mujeeb Rahiman 4PA20CS088
88 Musab Bin Fysal 4PA20CS089
89 Muzammil Rahman K M 4PA20CS090
90 Muzammil T E 4PA20CS091
91 Muzain Hasan 4PA20CS092
92 N Jafar Nihal Adam Ullal 4PA20CS093
93 Rabeeh T A 4PA20CS094
94 Rashika 4PA20CS095
95 Razique Mundakundil 4PA20CS096
96 Rifah Sameen Ibrahim Sarang 4PA20CS097
97 Saanihaa Mariyam 4PA20CS098
98 Sanad Fazal Kota 4PA20CS100
99 Shabin Muneer 4PA20CS101
100 Shabnaz 4PA20CS102
101 Shakeel Ahammed Abdulla 4PA20CS103
102 Shamsear Kunhi Ebrayi Ramath 4PA20CS104
103 Shanid 4PA20CS105
104 Sheik Rifaz Ali 4PA20CS106
105 Shireen 4PA20CS108
106 Sumayya 4PA20CS110
107 Tauheed 4PA20CS112

You might also like