Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
Related to Civil work questions
Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.
Name mangling is used in C++ to support function overloading.
It is also used in Python to avoid naming conflicts in modules.
Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.
In C++, name mangling can be seen by using the 'nm' comman
C is a general-purpose programming language known for its efficiency and low-level memory manipulation capabilities.
C was developed by Dennis Ritchie at Bell Labs in 1972.
It is widely used for system programming, embedded systems, and developing operating systems.
C is a compiled language and is known for its speed and efficiency.
It has influenced many other programming languages, including C++, Java, and Python.
Some po...
Checking points in beam and column are critical for ensuring structural integrity.
Checking for cracks or deformations
Ensuring proper alignment and levelness
Verifying adequate reinforcement
Checking for proper bearing and connection details
Using non-destructive testing methods
Following applicable codes and standards
I applied via AmbitionBox and was interviewed in Nov 2021. There were 2 interview rounds.
Group discussion
I applied via Approached by Company and was interviewed before Jun 2022. There was 1 interview round.
VRRP (Virtual Router Redundancy Protocol) and HARP (High Availability Redundancy Protocol) are protocols used for providing redundancy in network routing.
VRRP is used to provide a virtual IP address that multiple routers can share, ensuring high availability in case of router failure.
HARP is a proprietary protocol developed by Cisco that also provides redundancy by allowing multiple routers to share a virtual IP addres...
A router is a networking device that forwards data packets between computer networks, while a firewall is a security system that monitors and controls incoming and outgoing network traffic.
Router directs traffic between different networks based on IP addresses.
Firewall filters network traffic based on predetermined security rules.
Routers operate at layer 3 (network layer) of the OSI model, while firewalls operate at la...
DWDM stands for Dense Wavelength Division Multiplexing, a technology used in fiber optic communications.
DWDM is a technology that allows multiple data signals to be transmitted simultaneously over a single fiber optic cable.
Components of DWDM include lasers, multiplexers, demultiplexers, optical amplifiers, and dispersion compensators.
DWDM systems use different wavelengths of light to carry multiple data streams, incre...
The OSI reference model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.
The OSI model stands for Open Systems Interconnection model.
It helps in understanding how different networking protocols work together.
Each layer has specific functions and communicates with adjacent layers.
Examples of layers include physical layer, data link layer, net
Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.
Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.
It provides an interface for creating objects of related classes without specifying their concrete classes.
It encapsulates a group of factories that have a common theme.
It promotes loose c...
Range based map iteration can be done using a for-each loop or iterators.
Use a for-each loop to iterate over the map elements.
Alternatively, use iterators to traverse the map.
The range-based for loop is preferred for its simplicity and readability.
Example: for(auto const& [key, value] : myMap) { //do something with key and value }
Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.
Detached threads are created using pthread_detach() function
Joined threads are created using pthread_join() function
Detached threads do not need to be explicitly terminated
Joined threads must be explicitly terminated using pthread_exit() or return statement
Detached thread...
Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.
Static code analysis tools scan code without executing it
They can detect issues such as security vulnerabilities, coding errors, and performance problems
Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle
Command to list currently running threads in linux
Use the 'ps' command with the 'H' option to display threads in a hierarchy
Use the 'top' command to display threads in real-time
Use the 'htop' command for an interactive display of threads
No, arithmetic operations cannot be performed on unique pointers.
Unique pointers are used to manage the lifetime of dynamically allocated objects.
They cannot be copied or assigned, only moved.
Arithmetic operations are not defined for pointers, including unique pointers.
PL/SQL exceptions handle errors and manage control flow in Oracle databases, ensuring robust application behavior.
PL/SQL has predefined exceptions like NO_DATA_FOUND and ZERO_DIVIDE.
Custom exceptions can be defined using the EXCEPTION keyword.
Use the RAISE statement to trigger an exception manually.
Example: BEGIN SELECT salary INTO v_salary FROM employees WHERE emp_id = 100; EXCEPTION WHEN NO_DATA_FOUND THEN DBMS_OUTPU...
PL/SQL triggers are special procedures that automatically execute in response to certain events on a database table or view.
1. DML Triggers: Execute on Data Manipulation Language events (INSERT, UPDATE, DELETE). Example: AFTER INSERT trigger to log changes.
2. INSTEAD OF Triggers: Used on views to perform actions instead of the triggering action. Example: INSTEAD OF DELETE on a view.
3. System Triggers: Triggered by syst...
based on 1 interview
Interview experience
Senior Engineer
9
salaries
| ₹4.8 L/yr - ₹6.2 L/yr |
Assistant Manager
7
salaries
| ₹6.5 L/yr - ₹10.5 L/yr |
Engineer
7
salaries
| ₹2.9 L/yr - ₹5.5 L/yr |
Technician
6
salaries
| ₹2.5 L/yr - ₹4.1 L/yr |
Field Engineer
5
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Flipkart
Amazon
Paytm
Reliance Retail