i
Netcracker Technology
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
Alias in webpack allows you to create shortcuts for module paths.
Aliases are defined in the webpack configuration file using the 'resolve.alias' property.
They help in avoiding long relative paths and make the code more readable.
Example: resolve: { alias: { '@': path.resolve(__dirname, 'src/') } }
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Pods communicate with each other through network communication within the same Kubernetes cluster.
Pods can communicate using localhost or loopback address.
Pods can communicate using services which act as stable endpoints for pods.
Pods can communicate using environment variables to pass information.
Pods can communicate using shared volumes to exchange data.
Pods can communicate using Kubernetes networking model like DNS
Kube-proxy is a network proxy that runs on each node in a Kubernetes cluster.
Responsible for routing traffic to the appropriate pods based on IP and port
Implements load balancing for services within the cluster
Supports different proxy modes like userspace, iptables, and IPVS
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
The public static void main(String arv[]) method is the entry point of a Java program, where execution begins.
The 'public' keyword allows the method to be accessed from outside the class.
The 'static' keyword allows the method to be called without creating an instance of the class.
The 'void' keyword indicates that the method does not return any value.
The 'main' method is the starting point of execution for a Java progra...
Separate alphabets and digits from a given string input.
Iterate through each character in the input string
Check if the character is a letter or a digit using built-in functions like isalpha() and isdigit()
Create separate arrays for alphabets and digits and store the characters accordingly
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors of objects.
An object is a specific instance of a class.
Classes can be used to create multiple objects with similar characteristics.
Objects can interact with each other by calling methods defined in their class.
Example: Class 'Car' defines properties like 'color' and behaviors like 'drive'....
Netcracker Technology interview questions for popular designations
I applied via Job Portal
Golang developer
Basic DSA questions
Some core concepts of Golang like make, GoRoutines, defer, sync package, etc
I am interested in joining your company because of its innovative projects and collaborative work environment.
Innovative projects that challenge me to grow as a software engineer
Collaborative work environment where I can learn from and contribute to a talented team
Company's reputation for valuing employee development and career growth
Get interview-ready with Top Netcracker Technology Interview Questions
Scope resolution refers to the process of specifying which scope a particular variable or function belongs to in a programming language.
Scope resolution is typically denoted by the double colon (::) operator in languages like C++ and PHP.
It is used to access static members, constants, and overridden methods in a class.
Example: ClassName::staticMember
Example: Namespace::functionName
V table is a table of function pointers used in object-oriented programming, while V pointer is a pointer to the V table.
V table is a table of function pointers used for dynamic dispatch in object-oriented programming.
V pointer is a pointer to the V table, allowing objects to call the correct functions at runtime.
Example: In C++ virtual functions are implemented using V tables and V pointers.
Oops concepts in C Language include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: struct in C.
Inheritance: Allowing a class to inherit properties and behavior from another class. Example: using struct to mimic inheritance.
Polymorphism: Ability to present the same interface for different data types. Example: functi...
File handling classes are used in programming to read, write, and manipulate files.
File handling classes provide methods to open, read, write, and close files.
Examples include FileInputStream, FileOutputStream, FileReader, FileWriter in Java.
These classes help in managing file operations efficiently and securely.
Friend function is a function that is not a member of a class but has access to its private and protected members.
Friend functions are declared inside a class with the 'friend' keyword.
They can access private and protected members of the class.
They are not member functions of the class.
Example: class MyClass { private: int x; friend void myFriendFunction(MyClass obj); };
RDBMS stands for Relational Database Management System. It is a type of database management system that stores data in a structured format using rows and columns.
RDBMS organizes data into tables with rows and columns.
It uses SQL (Structured Query Language) for querying and managing the data.
Examples of RDBMS include MySQL, Oracle, SQL Server, and PostgreSQL.
Query to fetch all details from a table
Use SELECT * FROM table_name to fetch all details
Make sure to replace 'table_name' with the actual name of the table
Ensure proper permissions to access the table
DML is used to manipulate data in a database, while DDL is used to define the structure of the database.
DML stands for Data Manipulation Language and is used for inserting, updating, deleting, and retrieving data in a database.
DDL stands for Data Definition Language and is used for defining the structure of the database such as creating tables, indexes, and constraints.
Examples of DML statements include INSERT, UPDATE,...
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
I have 5 years of experience at my previous company working on various software projects.
Led a team of developers to successfully launch a new mobile app
Implemented new features and enhancements to existing software systems
Collaborated with cross-functional teams to ensure project success
Medium DSA question in 60 minutes
Top trending discussions
Some of the top questions asked at the Netcracker Technology interview -
The duration of Netcracker Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 101 interviews
Interview experience
based on 808 reviews
Rating in categories
Senior Software Engineer
968
salaries
| ₹10.9 L/yr - ₹40 L/yr |
Software Engineer
786
salaries
| ₹5.8 L/yr - ₹22 L/yr |
Technical Lead
365
salaries
| ₹12.6 L/yr - ₹42 L/yr |
Business Analyst
362
salaries
| ₹8.6 L/yr - ₹35 L/yr |
QA Engineer
341
salaries
| ₹4.1 L/yr - ₹10 L/yr |
ITC Infotech
CitiusTech
HTC Global Services
Xoriant