Filter interviews by
BGP attributes are characteristics used to influence routing decisions in Border Gateway Protocol.
BGP attributes are used to determine the best path for routing traffic.
Some common BGP attributes include AS Path, Next Hop, Local Preference, and MED.
AS Path attribute shows the path of autonomous systems that the route has traversed.
Next Hop attribute indicates the IP address to reach the next hop for the route.
Local Pre...
RB stands for Routing and Bridging. It refers to the process of forwarding data packets between networks.
RB is a fundamental concept in networking.
It involves the routing of data packets between different networks.
Bridging refers to the process of connecting two or more network segments together.
RB helps in efficient data transmission and network connectivity.
Example: RB is used in routers to determine the best path fo
RIP version 1 is a classful routing protocol while RIP version 2 is a classless routing protocol.
RIP version 1 does not support VLSM (Variable Length Subnet Masking) while RIP version 2 does.
RIP version 1 does not support authentication while RIP version 2 does.
RIP version 1 broadcasts routing updates using the destination IP address 255.255.255.255 while RIP version 2 uses multicast address 224.0.0.9.
RIP version 1 sen...
STP (Spanning Tree Protocol) is a network protocol that prevents loops in Ethernet networks by creating a loop-free logical topology.
STP is used to prevent broadcast storms and network congestion caused by loops.
It works by electing a root bridge and calculating the shortest path to the root bridge for each network segment.
STP uses Bridge Protocol Data Units (BPDU) to exchange information between switches.
It employs a ...
I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
posted on 22 Jul 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.
posted on 14 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
Online test of 90 minutes at 5:30 pm
Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.
Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().
Inheritance: Allowing a class to inherit properties and meth...
Round duration - 45 minutes
Round difficulty - Medium
Online coding interview of 45 minutes at 6:10PM.
Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...
Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.
Iterate through the string and keep track of consecutive characters and their counts.
Replace consecutive duplicates with the count of repetitions.
Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.
Explanation of insert, select, and join queries in a database management system.
Insert query is used to add new records to a table.
Select query is used to retrieve data from a table based on specified criteria.
Join query is used to combine rows from two or more tables based on a related column between them.
Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...
Round duration - 30 minutes
Round difficulty - Easy
HR round of 30 minutes at 6pm
Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach
Tip 3 : Do practice of quality questions not only quantity.
Tip 1 : One page resume
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.
posted on 14 Mar 2015
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
Aggregation functions are used to perform calculations on groups of data in a database.
Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.
They are used with the GROUP BY clause to group data based on a specific column.
COUNT function returns the number of rows in a table or the number of non-null values in a column.
SUM function returns the sum of values in a column.
AVG function returns the average of values in ...
Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.
Use the reverse() method of the String class to reverse the sentence
Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached
Example: 'Hello World' becomes 'dlroW olleH'
Static is used in public static void main to allow the method to be called without creating an instance of the class.
Static methods belong to the class and not to any instance of the class.
The main method is the entry point of a Java program and needs to be called without creating an object of the class.
The static keyword allows the main method to be called directly from the class, without creating an instance of the c...
Abstract classes, interfaces, and enums provide abstraction and modularity in Java.
Abstract classes provide a partial implementation of a class and cannot be instantiated.
Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.
Enums provide a set of named constants.
All three are used for abstraction and modularity in Java.
Abstract classes and interfaces are used for polym...
Object-oriented software engineering is a framework for designing and developing software using objects.
Object-oriented software engineering is a methodology for designing and developing software using objects.
It involves creating classes and objects that encapsulate data and behavior.
Frameworks are pre-built structures that provide a foundation for building software applications.
Frameworks can include libraries, APIs,...
Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.
Inheritance allows classes to inherit properties and methods from other classes.
Encapsulation hides the implementation details of a class from other classes.
Polymorphism allows objects to take on multiple forms or behaviors.
Java also supports abstraction, interfaces, and exception handling.
Example: class Car extends Vehi...
Normalization is a process of organizing data in a database to reduce redundancy and dependency.
Normalization is used to eliminate data redundancy and improve data integrity.
It involves dividing a database into two or more tables and defining relationships between them.
There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.
Normalization helps in efficient data ...
ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.
ADBMS has advanced features like data mining, data warehousing, and online analytical processing.
ADBMS is used for handling large and complex data sets.
DBMS is a basic system for managing data and is used for small and simple data sets.
DBMS does not have advanced features like ADBMS.
Examples of ADBMS are Oracle, ...
I am a software engineer with 5 years of experience in developing web applications.
Proficient in programming languages such as Java, Python, and JavaScript
Experience in developing RESTful APIs and microservices
Familiarity with front-end technologies such as HTML, CSS, and React
Strong understanding of database management systems like MySQL and MongoDB
Experience in Agile development methodologies
I want to gain practical experience and contribute to the industry while also learning on the job.
I believe that hands-on experience is invaluable in the software engineering field
I am eager to apply my skills and knowledge to real-world projects
I am excited to work with a team and learn from experienced professionals
I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan
Senior Consultant
411
salaries
| ₹12 L/yr - ₹39 L/yr |
Consultant
363
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Business Consultant
277
salaries
| ₹14 L/yr - ₹25 L/yr |
Management Consultant
142
salaries
| ₹16 L/yr - ₹25.5 L/yr |
Associate Consultant
140
salaries
| ₹6 L/yr - ₹13.2 L/yr |
ITC Infotech
CMS IT Services
KocharTech
3i Infotech