i
Exicom
Filter interviews by
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Feb 2021. There was 1 interview round.
Top trending discussions
MCQs on basics of digital design, comp arch and asic flow
Verilog code for D flip-flop (DFF) is a fundamental building block in digital design.
Use always block to describe the behavior of DFF
Use non-blocking assignment to update the output based on the input
Include a clock signal to trigger the update of the output
Example: always @(posedge clk) begin q <= d; end
posted on 14 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Difficulty level is 4/5
A null pointer is a pointer that does not point to any memory location.
Null pointers are used in programming languages to represent that a pointer does not point to a valid object or memory location.
Attempting to dereference a null pointer can result in a segmentation fault or other runtime error.
Example: int* ptr = nullptr; // ptr is a null pointer
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Aptitude questions and 2 coding questions
List is mutable, tuple is immutable in Python.
List is defined using square brackets [], tuple using parentheses ().
Elements in list can be changed, added, or removed. Tuple elements are fixed.
List is used for homogeneous data, tuple for heterogeneous data.
Example: list_example = [1, 2, 3], tuple_example = (1, 'a', True)
A decorator is a design pattern in object-oriented programming that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.
Decorators are used to modify the behavior of functions or methods.
They are commonly used in Python to add functionality to existing functions or classes.
Decorators are implemented using the @ symbol followed by the decor...
The get method is a function used to retrieve the value of a specified property from an object.
Used in JavaScript to access the value of a property in an object
Syntax: objectName.propertyName
Example: var person = {name: 'John', age: 30}; console.log(person.name); // Output: John
I come from a close-knit family of four, including my parents and younger sister.
My parents have always been supportive of my education and career choices.
I have a younger sister who is currently studying in college.
We enjoy spending quality time together on weekends, whether it's going for a hike or watching movies at home.
posted on 7 Dec 2024
I am a dedicated and hardworking individual with a passion for learning and helping others.
I have a background in marketing and have worked in the industry for 5 years.
I am currently pursuing a degree in psychology to further my understanding of human behavior.
In my free time, I volunteer at a local animal shelter and enjoy hiking and reading.
I am a dedicated and experienced professional with a proven track record of success in similar roles.
I have X years of experience in this field
I have successfully implemented similar projects in the past
I possess strong communication and problem-solving skills
I am highly motivated and eager to contribute to the team
I applied via campus placement at Oriental Institute of Science and Technology, Bhopal and was interviewed in Mar 2023. There were 3 interview rounds.
posted on 29 Mar 2022
I applied via Company Website and was interviewed in Oct 2021. There were 5 interview rounds.
posted on 20 Jan 2015
I applied via Naukri.com and was interviewed before May 2022. There were 2 interview rounds.
Virtual function is a function in C++ that can be overridden in a derived class.
Virtual functions are declared in a base class and defined in a derived class.
They allow polymorphism, where a derived class object can be treated as a base class object.
The virtual keyword is used to declare a function as virtual.
Example: virtual void display() = 0; // pure virtual function
Example: virtual void display() { cout << 'Base cl
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object of the class is created.
They can be used to set default values for object properties.
Constructors can be overloaded to accept different parameters.
Example: public class Car { public Car() { // constructor code here } }
A destructor is a member function of a class that is responsible for destroying objects of that class.
Destructors have the same name as the class preceded by a tilde (~).
They are called automatically when an object is destroyed or goes out of scope.
They are used to release resources allocated by the object during its lifetime.
Example: ~MyClass() { delete[] myArray; }
Destructors cannot be overloaded or inherited.
Friend class is a class that has access to the private and protected members of another class.
Friend class is declared using the 'friend' keyword.
It allows the friend class to access the private and protected members of the class it is friends with.
Friendship is not mutual, meaning the friend class does not grant access to its own private and protected members.
Friend functions can also be declared to have access to pri...
posted on 14 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Difficulty level is 4/5
A null pointer is a pointer that does not point to any memory location.
Null pointers are used in programming languages to represent that a pointer does not point to a valid object or memory location.
Attempting to dereference a null pointer can result in a segmentation fault or other runtime error.
Example: int* ptr = nullptr; // ptr is a null pointer
Engineer
153
salaries
| ₹2.5 L/yr - ₹7.8 L/yr |
Diploma Trainee Engineer
145
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Junior Engineer
131
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Senior Engineer
112
salaries
| ₹2.7 L/yr - ₹10.5 L/yr |
Assistant Manager
99
salaries
| ₹4.8 L/yr - ₹15.3 L/yr |
Su-Kam Power Systems
Luminous Power Technologies
Microtek International
Delta Electronics