You are on page 1of 2

Technical - Topics (Sql Concept, OOPs, Core Java & Networking)

 Different constraints - Primary key, Unique key foreign key, cluster.


 Create database in MySQL, MsSQL (Write the syntax)
 SQL Commands (DML, DCL, DDL, TCL) - Select, Alter, Update, Insert, Delete, Drop, Truncate, types of Joins &
its queries, Sub query.
 Default port numbers for MSSQL /MYSQL/Tomcat/FTP/HTTP/HTTPS.
 XML, XSL
 Different Back up method in Database.
 Indexes – Different types of indexing and why do we use Indexing
 Tomcat
 OOPS Concepts.
 OS
 Stored procedure, Database procedure.
 Normalization
 JDBC/ODBC.q
 Difference between 64 bit & 32 bit
 Procedure and trigger.
 Defragmentation.
 Page memory and Virtual memory
 JSP and Java script.
 Object Overloading – Java
 Aggregation.
 Inheritance.
 OSI model layers
 RAM/ Processor.
 DHCP, TCP/IP
 IPv4 & IPv6
 Proxy server
 Get & Post Method
 VPN, Network protocol, IP Configure, Putty, Ping Command, Traceroute command, Wireshark Command,
Subnet, telnet, Hubs, topologies, DNS, 3-Tier, etc.
 FTP, FTPs, HTTP, HTTPS, IP Address, MAC Address, Application server , Web server
 Router and Switches, LAN network.
 Firewall/ Antivirus

(Note: Refer “w3school.com” website for sql queries and gain some practical experience of database.)

Some Details:-
1. What is the default tomcat port?
Ans: 8080

2. What is default port for MYSQL?


Ans: 4928/3306
3. What is default port for MSSQL?
Ans: 1433

4. What is View in sql?


Ans: View is the logical representation of the any table in the database.

5. What is POSTGRESSQL?
Ans: It is an open source database.

6. What are the types of Joins in SQL?


Ans: Types of joins are
 Self-Join
 Left Outer Join
 Right Outer Join
 Full outer Join
 Inner Join or equijoin
 Cross Join or Cartesian product

7. What is sub query?


Ans: Query within query is sub query

8. What are the types of indexes?


Ans: Two types of indexes in SQL:- Cluster and Non Cluster

9. What are logical operator in SQL


Ans: AND, OR, Not are logical operator

You might also like