Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 2 interview rounds.
I have experience with various FA products such as oscilloscopes, spectrum analyzers, and power supplies.
Experience with oscilloscopes
Knowledge of spectrum analyzers
Familiarity with power supplies
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Experienced Senior Engineer with a strong background in software development and project management.
Over 10 years of experience in software engineering
Expertise in project management and leading cross-functional teams
Proficient in multiple programming languages such as Java, Python, and C++
Strong problem-solving skills and ability to deliver high-quality solutions under tight deadlines
I started my career as a junior engineer at a tech startup, where I gained hands-on experience in software development. I then moved on to larger companies, taking on more challenging projects and eventually reaching a senior engineer position.
Started as junior engineer at tech startup
Gained hands-on experience in software development
Moved on to larger companies for more challenging projects
Progressed to senior enginee
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
SQL test on Select query, insert, create
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
Os, cloud computing, DBMS, networks, ai and ml mcq questions were asked
I applied via Campus Placement and was interviewed in Feb 2021. There were 4 interview rounds.
To find the middle of a linked list in one iteration, use two pointers with different speeds.
Initialize two pointers, one slow and one fast, both pointing to the head of the linked list.
Move the slow pointer one step at a time and the fast pointer two steps at a time.
When the fast pointer reaches the end of the linked list, the slow pointer will be at the middle node.
A binary tree is a data structure consisting of nodes, where each node has at most two children.
Binary tree is used to represent hierarchical relationships between nodes
Traversal of binary tree can be done in three ways: inorder, preorder, postorder
Binary search tree is a type of binary tree where left child is smaller and right child is greater than parent
Balanced binary tree has height difference of at most 1 between...
Applications Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Service Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Field Service Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Finance Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Keyence
Omron Automation
Rockwell Automation
Hexagon AB