Filter interviews by
Java is a high-level, object-oriented programming language designed for portability and ease of use across platforms.
Developed by Sun Microsystems in 1995, now owned by Oracle.
Java is platform-independent due to the Java Virtual Machine (JVM).
It follows the 'write once, run anywhere' (WORA) principle.
Commonly used for web applications, mobile apps (Android), and enterprise software.
Syntax is similar to C++, making...
Formatting a URL involves structuring it correctly for web access, ensuring it adheres to standards and is user-friendly.
Use 'https://' for secure connections. Example: 'https://www.example.com'.
Ensure proper encoding of special characters. Example: 'Hello World' becomes 'Hello%20World'.
Maintain a clear structure: scheme, host, path, and query parameters. Example: 'https://www.example.com/path?query=value'.
Avoid u...
Python functions can return multiple values using tuples, lists, or dictionaries, allowing flexibility in return types.
Python functions can return multiple values as a tuple: `def func(): return 1, 2`.
You can also return a list: `def func(): return [1, 2, 3]`.
Returning a dictionary allows named access: `def func(): return {'a': 1, 'b': 2}`.
Using `*args` and `**kwargs` allows for variable-length arguments and keywo...
Financial ratios are metrics used to evaluate a company's financial performance and stability.
Liquidity Ratios: Measure a company's ability to meet short-term obligations. Example: Current Ratio = Current Assets / Current Liabilities.
Profitability Ratios: Assess a company's ability to generate profit. Example: Net Profit Margin = Net Income / Revenue.
Leverage Ratios: Indicate the level of debt relative to equity. ...
Check code logic for limitations
Review code for potential edge cases
Test code with different inputs to identify any issues
Consider scalability and performance implications of code
Ensure error handling is robust and comprehensive
DHCP stands for Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network.
Automatically assigns IP addresses to devices on a network
Helps in managing and organizing IP addresses efficiently
Reduces the need for manual configuration
Prevents IP address conflicts
Example: When a device connects to a network, DHCP assigns it an IP address from a pool of available addresses
MAC address is a unique identifier assigned to network interfaces for communications on a network.
MAC address stands for Media Access Control address
It is a 12-digit hexadecimal number (e.g. 00:1A:2B:3C:4D:5E)
Used to identify devices on a network at the data link layer of the OSI model
REST APIs are a set of rules and conventions for building and interacting with web services using HTTP methods.
REST stands for Representational State Transfer
Uses standard HTTP methods like GET, POST, PUT, DELETE
Data is transferred in JSON or XML format
Stateless communication between client and server
Example: Twitter API allows developers to access and interact with Twitter data
A dangling pointer is a pointer that points to a memory location that has been deallocated or freed.
Dangling pointers can lead to crashes or unpredictable behavior in a program.
They can occur when a pointer is not updated after the memory it points to is freed.
Example: accessing a dangling pointer after freeing the memory it points to can result in a segmentation fault.
I approach problems systematically, breaking them down into manageable parts and analyzing each component for effective solutions.
Identify the problem clearly: For example, if a project is behind schedule, determine the specific reasons for the delay.
Gather relevant information: Research similar cases or consult with team members to understand different perspectives.
Break the problem into smaller parts: If facing ...
I appeared for an interview in Apr 2025, where I was asked the following questions.
Inheritance in Java enables code reusability and establishes class hierarchies.
Single Inheritance: Class Dog inherits from class Animal.
Multilevel Inheritance: Class Puppy inherits from Dog, which inherits from Animal.
Hierarchical Inheritance: Classes Dog and Cat both inherit from Animal.
Multiple Inheritance (through interfaces): Class implements interfaces Runnable and Comparable.
Hybrid Inheritance: A class inherits f...
Fifty multiple-choice questions on C programming, some networking topics, and role-related inquiries.
I applied via Job Portal and was interviewed in Dec 2024. There were 4 interview rounds.
Topics - mcq of algorithms, networking, dbms
I approach problems systematically, breaking them down into manageable parts and analyzing each component for effective solutions.
Identify the problem clearly: For example, if a project is behind schedule, determine the specific reasons for the delay.
Gather relevant information: Research similar cases or consult with team members to understand different perspectives.
Break the problem into smaller parts: If facing a com...
It is a very Easy Aptitude test, with only general questions
I appeared for an interview in Jan 2025.
I appeared for an interview in Aug 2024.
Online assessments consisting of Linked list , stacks , string manipulations with medium difficulty for string manipulation and easy traversal for linked lists.
Rate limiter code implementation in Python
Use a dictionary to store the timestamps of each request
Check the dictionary to see if the request should be allowed based on the rate limit
Update the dictionary with the current timestamp for each request
Check code logic for limitations
Review code for potential edge cases
Test code with different inputs to identify any issues
Consider scalability and performance implications of code
Ensure error handling is robust and comprehensive
I have experience working on full pipeline from code integration to deployment with security checks. Used Flask and other Python libraries for request and response handling.
Used Git for version control and continuous integration tools like Jenkins for automated builds
Utilized Docker for containerization and Kubernetes for orchestration
Implemented security checks using tools like SonarQube and OWASP ZAP
Used Flask for bu...
Write a code for Fibonacci series?
AWS is a cloud computing platform that offers a wide range of services for storage, computing, networking, databases, and more.
AWS stands for Amazon Web Services
I deployed my project on AWS using services like EC2 for virtual servers, S3 for storage, and RDS for databases
I used AWS Elastic Beanstalk for easy deployment and scaling of my application
I configured security groups and IAM roles to ensure secure access to my...
AI stands for Artificial Intelligence, it is the simulation of human intelligence processes by machines.
AI is used in various applications such as virtual assistants (e.g. Siri, Alexa), recommendation systems (e.g. Netflix, Amazon), autonomous vehicles, and facial recognition technology.
AI can be applied in healthcare for tasks like disease diagnosis, personalized treatment plans, and drug discovery.
AI is also used in ...
I applied via Instagram and was interviewed in Jul 2024. There were 3 interview rounds.
I am a highly motivated and detail-oriented individual with a strong background in project management and team leadership.
Experienced in project management and team leadership
Detail-oriented and highly motivated
Strong communication and interpersonal skills
I appeared for an interview in Aug 2024.
Code-with-cisco having coding questions and mcq
Different scheduling algorithms in OS determine how tasks are prioritized and executed.
First-Come, First-Served (FCFS)
Shortest Job Next (SJN)
Round Robin (RR)
Priority Scheduling
Multi-Level Queue Scheduling
Contact dictionary can be implemented using hash table for fast lookups with O(1) time complexity.
Use a hash table to store contacts with keys as names and values as contact information.
Example: { 'John Doe': '555-1234', 'Jane Smith': '555-5678' }
Time complexity for searching, inserting, and deleting contacts is O(1) with a hash table.
Cisco is a multinational technology conglomerate known for networking hardware, software, and services.
Cisco is a leading provider of networking equipment and solutions.
They offer a wide range of products including routers, switches, and security devices.
Cisco also provides software solutions for network management and security.
The company offers services such as consulting, technical support, and training.
Cisco is kno...
Top trending discussions
Some of the top questions asked at the Cisco interview -
The duration of Cisco interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 286 interview experiences
Difficulty level
Duration
5-10 Yrs
₹ 20-45 LPA
10-15 Yrs
₹ 25-42 LPA
12-20 Yrs
Not Disclosed
Software Engineer
2.8k
salaries
| ₹12 L/yr - ₹44 L/yr |
Technical Consulting Engineer
677
salaries
| ₹9.8 L/yr - ₹30 L/yr |
Senior Software Engineer
672
salaries
| ₹14 L/yr - ₹52 L/yr |
Network Engineer
404
salaries
| ₹3.8 L/yr - ₹13.1 L/yr |
Technical Lead
349
salaries
| ₹19 L/yr - ₹70 L/yr |
Microsoft Corporation
Sterlite Technologies
Nokia Networks