Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.
Program in C# demonstrating OOPs concepts
Use classes and objects to demonstrate encapsulation
Inheritance can be shown by creating a base class and derived classes
Polymorphism can be illustrated through method overriding or interfaces
Abstraction can be implemented by hiding internal details and showing only necessary information
Program to calculate diagonal and anti-diagonal sum of a matrix.
Iterate through the matrix to calculate diagonal and anti-diagonal sums separately.
For diagonal sum, add elements where row index equals column index.
For anti-diagonal sum, add elements where row index + column index equals matrix size - 1.
Example: For a 3x3 matrix, diagonal sum = matrix[0][0] + matrix[1][1] + matrix[2][2]
Example: For a 3x3 matrix, anti-di...
Top trending discussions
posted on 22 Jun 2022
I applied via Job Portal and was interviewed in Dec 2021. There were 4 interview rounds.
Online test conducted on SHL platform included aptitude as well as coding part. Aptitude was moderate and coding part involved two questions one is moderate and second hard level.
The OSI model has 7 layers. OSI or TCP/UDP depends on the application. OSI is used for theoretical understanding while TCP/UDP is used for practical implementation.
The 7 layers of OSI model are Physical, Data Link, Network, Transport, Session, Presentation, and Application.
OSI model is used for theoretical understanding of networking concepts.
TCP/UDP are used for practical implementation of networking protocols.
TCP is ...
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
SAML is a protocol used for exchanging authentication and authorization data between parties.
SAML stands for Security Assertion Markup Language.
It is used for single sign-on (SSO) authentication.
SAML has three main components: the identity provider (IDP), the service provider (SP), and the user.
The SAML process involves the user requesting access to a service, the SP redirecting the user to the IDP for authentication, ...
Single sign-on (SSO) is a process that allows users to access multiple applications with a single set of login credentials.
SSO eliminates the need for users to remember multiple usernames and passwords.
It improves security by reducing the risk of password-related security breaches.
SSO can be implemented using various protocols such as SAML, OAuth, and OpenID Connect.
Examples of SSO providers include Okta, OneLogin, and
I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.
Some of the top questions asked at the NCR Voyix Software Engineer III interview for experienced candidates -
based on 1 interview
Interview experience
based on 24 reviews
Rating in categories
Software Engineer
374
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
239
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
176
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
164
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer III
147
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech