Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
VLAN stands for Virtual Local Area Network, used to segment a network into multiple isolated networks for security and performance purposes.
VLANs allow for logical segmentation of a network, improving security and performance.
Devices within the same VLAN can communicate with each other as if they were on the same physical network.
VLANs are commonly used in enterprise networks to separate different departments or functi...
The ISO model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.
The ISO model stands for International Organization for Standardization model.
It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has specific functions and communicates with the adjacent layers for data transmission.
For ...
Switching is the process of forwarding data packets between devices on the same network, while routing is the process of forwarding data packets between different networks.
Switching operates at Layer 2 of the OSI model, using MAC addresses to forward packets within a network.
Routing operates at Layer 3 of the OSI model, using IP addresses to forward packets between networks.
Switches create broadcast domains, while rout...
Proxy is an intermediary server that separates end users from the websites they browse. DHCP is a network protocol that assigns IP addresses to devices.
Proxy server acts as a middleman between a user and the internet, providing anonymity and security.
DHCP dynamically assigns IP addresses to devices on a network, simplifying network administration.
Proxy servers can be used to bypass content restrictions or improve netwo...
BGP stands for Border Gateway Protocol, used for routing between different autonomous systems on the internet.
BGP is a standardized exterior gateway protocol used to exchange routing information between different autonomous systems (AS).
It helps in determining the best path for data packets to travel between networks.
BGP is crucial for ensuring efficient and reliable internet connectivity.
It allows network administrato...
Routing protocols determine how data packets are forwarded across a network, while routed protocols define the format of the packets.
Routing protocols are used by routers to determine the best path for forwarding data packets.
Examples of routing protocols include RIP, OSPF, and BGP.
Routed protocols are used to format the data packets themselves, such as IP or IPv6.
Examples of routed protocols include TCP/IP, UDP, and I
OSPF, RIP, IGRP, and EIGRP are routing protocols used in networking to determine the best path for data packets to travel.
OSPF (Open Shortest Path First) is a link-state routing protocol that uses Dijkstra's algorithm to calculate the shortest path.
RIP (Routing Information Protocol) is a distance-vector routing protocol that uses hop count as a metric to determine the best path.
IGRP (Interior Gateway Routing Protocol) ...
VLAN types include default, data, voice, management, and native VLANs.
Default VLAN: VLAN 1 is the default VLAN on Cisco switches.
Data VLAN: Used for data traffic.
Voice VLAN: Used for voice traffic.
Management VLAN: Used for managing network devices.
Native VLAN: Untagged VLAN used for trunking.
Router commands are used to configure and manage routers in a network.
show ip interface brief - displays a summary of the router's interfaces and their IP addresses
show running-config - displays the current configuration of the router
interface [interface name] - enters interface configuration mode for a specific interface
ip route [destination network] [subnet mask] [next hop IP] - adds a static route to the routing tab
Subnet mask is a 32-bit number used to divide an IP address into network and host portions.
Subnet mask is used to determine which part of an IP address is the network portion and which part is the host portion.
There are different types of subnet masks such as Classful subnet masks, Classless subnet masks, and Variable Length Subnet Masks (VLSM).
Examples of subnet masks include 255.255.255.0 (Class C), 255.255.0.0 (Clas
Top trending discussions
I appeared for an interview in Aug 2017.
I lack experience in a specific technology required for the role.
I may not have experience with a specific programming language or framework mentioned in the job description.
I may not have worked on projects similar to what your company is working on.
I may not have experience with certain tools or technologies that are crucial for the role.
posted on 7 May 2017
I appeared for an interview in Feb 2017.
malloc is a function in C that dynamically allocates memory on the heap. It is used to allocate memory for variables or data structures.
malloc is used in C programming language.
It is used to allocate memory on the heap.
malloc is different from 'new' in C++ as it does not call constructors for objects.
C++ is a general-purpose programming language while Objective C is a superset of C used for iOS and macOS development.
C++ is widely used for developing applications, games, and system software.
Objective C is mainly used for iOS and macOS development.
C++ supports both procedural and object-oriented programming paradigms.
Objective C is an object-oriented language with dynamic runtime features.
C++ has a larger community a...
Class container is a class that holds objects of other classes, while class composition is a way to combine multiple classes to create a new class.
Class container holds objects of other classes, acting as a collection or container.
Class composition combines multiple classes to create a new class with its own behavior and attributes.
In class container, the objects are typically stored in a data structure like an array o...
Divide the horses into groups of 5 and race them. Take the top 2 from each race and race them again. Finally, race the top 2 horses to determine the top 3.
Divide the horses into 3 groups of 5 and race them.
Take the top 2 horses from each race and race them again.
Finally, race the top 2 horses to determine the top 3.
Developing a real-time data processing system for a high-traffic e-commerce website
Implemented a distributed system architecture to handle large volumes of data
Optimized algorithms for efficient data processing and storage
Utilized caching mechanisms to improve system performance
Worked closely with cross-functional teams to troubleshoot and resolve issues
Example: Successfully reduced data processing time by 50% by imple
Seeking new challenges and opportunities for growth.
Looking for a more challenging role to further develop my skills
Interested in exploring new technologies and industries
Seeking better career advancement opportunities
Want to work in a more collaborative team environment
The width of a tree is the maximum number of nodes at any level in the tree.
To calculate the width of a tree, we can perform a level order traversal and keep track of the maximum number of nodes at any level.
We can use a queue data structure to perform the level order traversal.
At each level, we count the number of nodes in the queue and update the maximum width if necessary.
I appeared for an interview before May 2016.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Design logical circuits for arithmetic circuits in a blackbox.
Understand the functionality of the arithmetic circuits in the blackbox.
Identify the inputs and outputs of the blackbox.
Design logical circuits using logic gates to replicate the arithmetic operations.
Test the logical circuits to ensure they produce the same outputs as the arithmetic circuits.
Recursion in embedded C-code allows a function to call itself, useful for repetitive tasks or complex algorithms.
Ensure proper base case to avoid infinite recursion
Use stack space efficiently as embedded systems have limited resources
Avoid recursive functions with deep call stacks to prevent stack overflow
Example: Recursive function to calculate factorial of a number
I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and project management tools like Jira
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Semaphore is a synchronization tool used to control access to a shared resource.
Semaphore maintains a count of available resources.
A process can request access to a resource by decrementing the semaphore count.
If the count is zero, the process is blocked until a resource becomes available.
When a process is done with a resource, it increments the semaphore count.
If there are blocked processes waiting for a resource, one
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
I am passionate about technology and innovation, and I believe Intel is at the forefront of cutting-edge advancements in the field.
I have always been fascinated by the latest advancements in technology and Intel's reputation for innovation drew me to the company.
I admire Intel's commitment to pushing the boundaries of what is possible in the tech industry.
I am excited about the opportunity to work with a team of talent...
I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.
Senior Engineer
26
salaries
| ₹3.9 L/yr - ₹10.2 L/yr |
Production Assistant
21
salaries
| ₹1.8 L/yr - ₹3.5 L/yr |
Senior Design Engineer
18
salaries
| ₹5.6 L/yr - ₹9.5 L/yr |
Design Engineer
15
salaries
| ₹2.2 L/yr - ₹7.8 L/yr |
Junior Engineer
15
salaries
| ₹1.6 L/yr - ₹3.2 L/yr |
Qualcomm
Intel
TDK India Private Limited
Molex