HCLTech
PayM Interview Questions and Answers
Q1. Written: (Data structures) 1. write a c pgm to insert a node at the end, at the begning, in the middle of a linked list 2. write a c pgm to delete a node from the end, from the begining and from the middle of t...
read moreInterview questions for Senior Engineer position on data structures and memory management.
Write C programs to insert and delete nodes at the beginning, end, and middle of a linked list.
Understand the differences between singly and doubly linked lists.
Explain what segmentation fault is and how it occurs.
Differentiate between malloc and calloc functions.
Define memory leak and how it can be prevented.
Understand the XOR logic and its applications in linked lists.
Explain null and ...read more
Q2. what you will do if u are not able to GUI console
If unable to access GUI console, I would troubleshoot the issue by checking network connectivity, restarting the system, or using command-line interface.
Check network connectivity to ensure the GUI console is accessible
Restart the system to resolve any temporary issues
Use command-line interface as an alternative to GUI console
Verify if any firewall or security settings are blocking GUI access
Q3. what are the difficulties faced during the layout ?
Difficulties faced during layout include space constraints, equipment compatibility, and regulatory compliance.
Space constraints can limit the placement of equipment and affect workflow.
Ensuring equipment compatibility can be challenging when integrating new technologies with existing systems.
Meeting regulatory compliance standards adds complexity to the layout design process.
Q4. How to prevent the latch up in the actual layout?
Prevent latch up in layout by using guard rings, spacing between devices, and proper substrate connections.
Use guard rings around sensitive nodes to prevent latch up.
Ensure proper spacing between devices to avoid parasitic currents.
Connect substrate properly to prevent latch up.
Use well-taps to tie substrate to the most negative voltage in the circuit.
Avoid high substrate resistances that can lead to latch up.
Q5. what is IaaS SaaS PaaS?
IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.
IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.
SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.
PaaS (Platform as a Service) provides a platform for developing, testing, an...read more
Q6. what is AD dns dhcp?
AD DNS DHCP are Microsoft technologies used for network management and authentication.
Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.
Domain Name System (DNS) is used for name resolution of network resources.
Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.
AD, DNS, and DHCP are often used together to manage and secure a network.
For example, AD ca...read more
Q7. What is the semphore
A semaphore is a synchronization construct that allows multiple processes to access a shared resource or critical section in a mutually exclusive manner.
Semaphores can have two types: binary semaphore (mutex) and counting semaphore.
Binary semaphore has only two states: 0 (locked) and 1 (unlocked).
Counting semaphore can have multiple states and is used to control access to a resource with limited capacity.
Semaphores are commonly used in operating systems for process synchroniz...read more
Top Senior Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month