i
DXC Technology
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.
My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.
Analyze requirements provided by stakeholders
Design solutions based on requirements
Code the application using appropriate programming languages
Test the application for bugs and errors
Deploy the application to production environment
I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.
Dynamic allocation of memory to 2D array is done using double pointer and malloc function.
Declare a double pointer to hold the 2D array.
Allocate memory to the first dimension using malloc function.
Allocate memory to the second dimension using a loop and malloc function.
Free the memory after use to avoid memory leaks.
Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));
Example: for(int i=0; i
Waterfall model is a linear sequential approach to software development.
It follows a sequential process where each phase must be completed before moving to the next one.
It is a rigid model and changes cannot be made easily once a phase is completed.
It is suitable for projects with well-defined requirements and a clear understanding of the end product.
Phases include requirements gathering, design, implementation, testin...
I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.
FI to SD integration refers to the integration between SAP Financials (FI) and Sales and Distribution (SD) modules.
FI and SD are two important modules in SAP ERP system
FI module deals with financial transactions and accounting
SD module deals with sales and distribution processes
Integration between FI and SD modules ensures that financial transactions are accurately recorded for sales and distribution activities
Examples...
Tickets are a means of tracking and managing tasks or issues within a system.
Tickets can be created by users or automatically generated by the system.
They typically include information such as a title, description, priority level, and status.
Tickets can be assigned to specific individuals or teams for resolution.
They are commonly used in software development, customer support, and project management.
Examples of ticketi...
What people are saying about DXC Technology
I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.
As a team lead, address the issue by identifying the root cause and providing support and guidance to improve performance.
Have a one-on-one meeting with the developer to discuss their challenges and identify the root cause of their performance issues.
Provide support and guidance to help the developer improve their skills and knowledge.
Set clear expectations and goals for the developer, and monitor their progress regula...
DXC Technology interview questions for designations
Get interview-ready with Top DXC Technology Interview Questions
posted on 10 Nov 2015
Function overloading is when multiple functions have the same name but different parameters. Polymorphism is the ability of an object to take on many forms.
Function overloading allows multiple functions with the same name but different parameters to be defined.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Function overloading is resolved at compile-time, while polymorp
A simple C program to accept and print a name.
Use scanf() function to accept the name from the user.
Use printf() function to print the name on the screen.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Check if a string is Palindrome or not.
Create a function to compare the original string with its reverse
Ignore spaces and punctuation when checking for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not
Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.
Ansible control machine: where playbooks are written and executed
Managed nodes: machines that are being managed by Ansible
Inventory: list of managed nodes
Playbooks: automation scripts written in YAML format
Modules: reusable units of code that perform specific tasks on managed nodes
Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.
Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.
Cmd is used to provide default arguments for the entry point command.
Example: CMD ["python", "app.py"] - specifies the default command to run the ...
To stop a container, use the 'docker stop' command followed by the container ID or name.
Use 'docker ps' command to list all running containers
Identify the container ID or name of the container you want to stop
Run 'docker stop
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
based on 42 reviews
Rating in categories
Associate Professional Software Engineer
2.2k
salaries
| ₹2.6 L/yr - ₹7 L/yr |
Software Engineer
2k
salaries
| ₹2.4 L/yr - ₹11.7 L/yr |
Associate Professional
1.6k
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹6.7 L/yr |
Professional 1
1.2k
salaries
| ₹3.4 L/yr - ₹13.6 L/yr |
Cognizant
Capgemini
TCS
Wipro