Some technical interview questions asked in the Infosys process are as follows:
What is a frame in HTML?
HTML Frames help separate browser windows into many sections. Each can load an HTML document independently. A frameset is a group of frames in the browser window.
Authors can offer HTML documents from many perspectives, including subwindows or separate windows. While other views are changed or scrollable, several views help to keep certain information accessible.
What is DLL and EXE file extension?
The EXE file extension is used to identify executable files, which are also known as programmes. It’s completely self-contained. The memory and processing area of an EXE are established.
A dynamic link library (DLL) is a group of routines and procedures that can be used by other programmes. This DLL can be used by a wide range of apps. The memory and process space of the calling application will be shared.
What is the stored procedure?
A stored procedure is a logical group for statements that may be accessed by programs that use a relational database management system (RDBMS).