i
DXC
Technology
Filter interviews by
I have a strong understanding of accounting principles, including GAAP, financial reporting, and budgeting practices.
Familiar with Generally Accepted Accounting Principles (GAAP) which guide financial reporting.
Experience in preparing financial statements such as balance sheets and income statements.
Knowledge of budgeting processes and variance analysis to monitor financial performance.
Proficient in using accounti...
Accrual accounting and depreciation affect fixed asset valuation and expense recognition in the general ledger.
Accrual accounting recognizes expenses when incurred, not when paid, impacting financial statements.
Depreciation allocates the cost of a fixed asset over its useful life, reducing its book value.
For example, a $10,000 machine with a 5-year life depreciates $2,000 annually, affecting net income.
This proces...
JOIN queries combine rows from two or more tables based on related columns, enabling complex data retrieval.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;
RIGHT JOIN: Returns all records from the r...
Troubleshooting Wi-Fi issues involves checking connections, settings, and hardware to restore connectivity.
Check if Wi-Fi is enabled on the device. For example, ensure the Wi-Fi switch is turned on or the airplane mode is off.
Restart the device to refresh network settings and clear temporary glitches.
Verify the Wi-Fi network is operational by checking other devices. If they connect, the issue may be with the speci...
What people are saying about DXC Technology
Booting from BIOS involves configuring the system to start from a specific device, like HDD or USB, using BIOS settings.
Access BIOS by pressing a key (like F2, DEL) during startup.
Navigate to the Boot menu to change boot order.
Select the desired boot device (e.g., USB, HDD).
Save changes and exit BIOS to boot from the selected device.
Example: Booting from a USB drive to install an operating system.
Setting up a PC in Windows involves hardware connections, OS installation, and configuration for optimal performance.
Connect hardware components: Monitor, keyboard, mouse, and power supply.
Install Windows OS: Use a bootable USB or DVD to install Windows.
Configure system settings: Set up user accounts, language, and region.
Install drivers: Ensure all hardware components have the latest drivers installed.
Update Wind...
Recreating an Outlook profile involves removing the existing profile and creating a new one through the Control Panel.
Close Outlook and open Control Panel.
Navigate to 'Mail' and click on 'Show Profiles'.
Select the existing profile and click 'Remove'.
Click 'Add' to create a new profile and follow the prompts.
Configure your email account settings in the new profile.
Booting a PC using Windows Recovery involves accessing recovery options to troubleshoot and repair system issues.
Restart the PC and press F8 or Shift + F8 during boot to access recovery options.
Select 'Repair your computer' from the options presented.
Choose 'Troubleshoot' to access advanced options like System Restore or Command Prompt.
Use 'Startup Repair' to fix issues preventing Windows from loading.
If necessary...
Payment reversal involves canceling a transaction and returning funds to the original payer.
Identify the transaction to reverse, including date, amount, and transaction ID.
Check company policy for payment reversals, as procedures may vary.
Use accounting software to initiate the reversal, ensuring all details are accurate.
Document the reason for the reversal for future reference and auditing.
Notify the payer about ...
VLOOKUP is an Excel function used to search for a value in the first column of a range and return a value in the same row from a specified column.
Syntax: VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) looks for the value in A2 within the range B2:D10 and returns the corresponding value from the 3rd column.
The 'range_lookup' argument can be TRUE (approximate...
JVM memory consists of Young Generation, Old Generation, and Permanent Generation.
Young Generation: where new objects are allocated and aged before moving to Old Generation.
Old Generation: where long-lived objects are stored.
Permanent Generation: where metadata such as class definitions and method information are stored.
Interface is a contract with no implementation, while abstract class can have some implementation.
Interface cannot have any method implementation, while abstract class can have some method implementations.
A class can implement multiple interfaces, but can only extend one abstract class.
Interfaces are used to achieve multiple inheritance in Java.
Abstract classes can have constructors, while interfaces cannot.
Example: In...
Immutable classes in Java are classes whose objects cannot be modified once they are created.
Make the class final to prevent inheritance
Make all fields private and final
Do not provide setter methods for fields
Ensure that any mutable objects within the class are also immutable
Composition is a strong relationship where the child object cannot exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently.
Composition is a 'has-a' relationship, where the child object is a part of the parent object.
Aggregation is a 'has-a' relationship, where the child object is not a part of the parent object.
In composition, the child object is...
Comparable is an interface used for natural ordering of objects, while Comparator is an interface used for custom ordering of objects.
Comparable interface is implemented by the class whose objects are to be compared, while Comparator interface is implemented by a separate class.
Comparable interface has a single method compareTo() for comparing objects, while Comparator interface has a single method compare() for custom...
HashMap is not thread-safe while ConcurrentHashMap is thread-safe.
HashMap is not thread-safe and can lead to ConcurrentModificationException if modified during iteration.
ConcurrentHashMap allows concurrent read and write operations without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on different segments concurren...
Collections store data while streams process data in a functional way.
Collections are used to store and manage groups of objects, while streams are used to process collections of objects.
Collections are mutable, meaning you can add, remove, or modify elements, while streams are immutable and do not change the original data.
Streams use functional programming concepts like map, filter, and reduce to process data efficien...
Use @Primary to specify a primary bean when multiple beans of the same type are present. Use @Qualifier to specify a specific bean when multiple beans of the same type are present.
Use @Primary to indicate the primary bean to be used when multiple beans of the same type are present in the Spring application context.
Use @Qualifier along with @Autowired to specify a specific bean to be injected when multiple beans of the ...
I appeared for an interview in Jun 2025, where I was asked the following questions.
Gangster Disciples (GD) is a gang, while Graphical Display (GD) refers to a visual representation of data.
Aptitude tests are used to assess a person's ability to perform specific tasks, think critically, and solve problems. They are commonly used in job recruitments, college admissions, and competitive exams.
### **Types of Aptitude Tests**
1. **Numerical Aptitude** – Assesses mathematical skills, including arithmetic, algebra, ratios, percentages, and data interpretation.
2. **Logical Reasoning** – Evaluates pattern recognition, sequences, and logical deductions.
3. **Verbal Ability** – Tests grammar, comprehension, vocabulary, and sentence formation.
4. **Abstract Reasoning** – Measures the ability to identify patterns, trends, and relationships among shapes or figures.
5. **Spatial Reasoning** – Tests the ability to visualize and manipulate objects in space.
6. **Mechanical Reasoning** – Assesses understanding of mechanical and physical concepts, often for technical roles.
7. **Situational Judgment Test (SJT)** – Evaluates decision-making and problem-solving in workplace scenarios.
### **Common Exam Patterns**
- Multiple-choice questions (MCQs)
- Timed sections
- Increasing difficulty level
- Negative marking (in some tests)
### **Preparation Tips**
✔️ **Practice Regularly** – Solve sample questions and previous papers.
✔️ **Time Management** – Work on speed and accuracy.
✔️ **Learn Shortcuts** – Use mental math tricks and reasoning techniques.
✔️ **Improve Reading Skills** – Enhance vocabulary and comprehension for verbal sections.
✔️ **Use Online Mock Tests** – Simulate real test conditions.
Would you like sample questions or specific test details for a job or exam?
I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.
AI has the potential to revolutionize various industries by automating tasks, improving decision-making, and enhancing efficiency.
AI can automate repetitive tasks, saving time and reducing errors.
AI can analyze large amounts of data quickly and accurately, leading to better decision-making.
AI can improve efficiency by optimizing processes and workflows.
AI can enhance customer experiences through personalized recommenda...
Advanced Excel refers to the use of complex functions, formulas, and features to analyze and manipulate data efficiently.
Involves using advanced functions like VLOOKUP, INDEX-MATCH, and SUMIFS
Utilizes PivotTables and PivotCharts for data analysis and visualization
Incorporates macros and VBA programming for automation and customization
Includes data validation, conditional formatting, and what-if analysis
Advanced data mo...
Hardware installation refers to the physical installation of computer components such as processors, memory, storage devices, and peripherals.
Hardware installation involves physically connecting and securing components inside a computer system.
Components may include processors, memory modules, hard drives, graphics cards, and network cards.
Proper cable management and organization are important during hardware installat...
Software installation process involves planning, preparation, installation, configuration, and testing.
Plan the installation by determining software requirements and compatibility with the system
Prepare the system by ensuring it meets the software's prerequisites
Install the software using the appropriate installation method (e.g. setup wizard, command line)
Configure the software settings based on the requirements and b...
Software refers to programs and applications that run on a computer, while hardware refers to the physical components of a computer system.
Software is intangible and can be installed, updated, and removed easily.
Hardware is tangible and includes components like CPU, memory, and storage devices.
Examples of software include operating systems like Windows, applications like Microsoft Office, and games.
Examples of hardware...
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
While pursuing your Master's in Computer Applications (MCA), you can explore job opportunities in software development, web development, data analysis, IT consulting, and more.
Software development: Work as a software developer to create and maintain software applications.
Web development: Explore opportunities in designing and developing websites and web applications.
Data analysis: Analyze data to provide insights and s...
The salary package for an Office Clerk can vary depending on factors such as experience, location, and company size.
Salary packages for Office Clerks typically range from $25,000 to $45,000 per year.
Experience level, location, and company size can all impact the salary offered.
Additional benefits such as health insurance, retirement plans, and paid time off may also be included in the package.
Training schedules typically vary; please confirm with HR for specific timings upon joining.
Training usually starts on the first day of employment.
It may be conducted in the morning or afternoon, depending on the company.
Some companies offer online training modules that can be completed at your own pace.
Example: A company might have a week-long orientation program starting at 9 AM.
Design an Azure Data Factory pipeline to copy data with different delimiters.
Use a Copy Data activity in Azure Data Factory to copy data from source folder to destination folder.
Create a dataset for the source folder with multiple file formats to handle different delimiters.
Use a mapping data flow to transform the data if needed before copying to the destination folder.
A pyspark program to read multiple csv files and create a data frame with count of records against each file.
Use SparkSession to create a Spark application
Read multiple csv files using spark.read.csv() method
Use groupBy() and count() functions to get count of records for each file
Create a new column to store the file name
Join all data frames to create a final data frame with count of records against each file
I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.
Find largest and smallest from an array of strings.
Convert strings to numbers for comparison
Use a loop to iterate through the array and compare each element to find the largest and smallest
Initialize variables to store the largest and smallest values
Reverse an array of strings
Create a new array and iterate through the original array in reverse order, adding each element to the new array
Alternatively, you can use the reverse() method on the original array
Reverse your name when writing it out
Start by writing your last name first
Then write your first name
For example, if your name is John Doe, you would write it as 'eoD nhoJ'
I applied via Campus Placement
The test level is moderate
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
MCQ BASED - medium to difficult
Assignment based on your profile , scenario based must
I appeared for an interview in May 2025, where I was asked the following questions.
I possess a strong foundation in software development, problem-solving skills, and experience with various programming languages and frameworks.
Proficient in languages like Java, Python, and JavaScript, demonstrated through projects such as a web application for task management.
Experience with frameworks like React and Django, where I developed responsive user interfaces and RESTful APIs.
Strong understanding of algorit...
My expected CTC is based on industry standards, my skills, and experience, aiming for a fair compensation package.
Research industry standards for similar roles in my location.
Consider my years of experience and specialized skills, such as proficiency in specific programming languages.
Evaluate the total compensation package, including benefits, bonuses, and stock options.
Be open to negotiation based on the company's bud...
Phone calls in a job facilitate communication, collaboration, and relationship-building among team members and clients.
Enhances communication: Phone calls allow for real-time discussions, reducing misunderstandings.
Builds relationships: Personal interactions foster trust and rapport with clients and colleagues.
Quick problem-solving: Immediate feedback helps address issues faster than emails.
Clarifies complex topics: So...
My working hours are flexible, typically from 9 AM to 5 PM, but I can adjust based on project needs and team collaboration.
I usually start my day at 9 AM and wrap up by 5 PM.
I am open to working overtime during critical project phases.
I can adjust my hours for meetings with international teams.
I prioritize work-life balance but am flexible for urgent tasks.
I prioritize collaboration, respect, and adaptability in the workplace to foster a positive and productive environment.
Effective communication: I regularly hold stand-up meetings to ensure everyone is aligned on project goals.
Respect for diversity: I actively listen to different perspectives, which enhances team creativity and problem-solving.
Adaptability: During a project shift, I quickly adjusted my approach to accom...
Some of the top questions asked at the DXC Technology interview -
The duration of DXC Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 616 interview experiences
Difficulty level
Duration
based on 10.8k reviews
Rating in categories
Associate Professional Software Engineer
2.7k
salaries
| ₹3 L/yr - ₹8 L/yr |
Software Engineer
1.9k
salaries
| ₹4.6 L/yr - ₹10.4 L/yr |
Associate Professional
1.5k
salaries
| ₹3.5 L/yr - ₹7 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹7.3 L/yr |
Senior Software Engineer
1.2k
salaries
| ₹9.2 L/yr - ₹22.2 L/yr |
Cognizant
Capgemini
TCS
Wipro