Premium Employer

Accion Labs

3.4
based on 433 Reviews
Filter interviews by

DXC Technology Interview Questions and Answers

Updated 22 Oct 2024
Popular Designations

Q1. .net core example . Singleton design patterns example

Ans.

.NET Core Singleton Design Pattern Example

  • Singleton pattern ensures only one instance of a class is created

  • In .NET Core, Singleton can be implemented using Dependency Injection

  • Example: services.AddSingleton();

  • This ensures only one instance of MyService is created and shared across the application

Add your answer

Q2. what are delegates what are anonyms methods solid principle

Ans.

Delegates are reference types that hold a reference to a method. Anonymous methods are methods without a name. SOLID is a set of principles for software design.

  • Delegates allow methods to be passed as parameters or returned as values.

  • Anonymous methods are often used for event handlers or to define a method inline.

  • SOLID stands for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.

  • SOLID principles help create maintainable, s...read more

Add your answer

Q3. How to apply profile permissions in apex

Ans.

Applying profile permissions in Apex

  • Use the Schema class to retrieve the profile object

  • Use the Profile object to access and modify the profile permissions

  • Use the Metadata API to deploy the updated profile permissions

View 1 answer

Q4. Performance tuning of Data Warehouse

Ans.

Performance tuning of Data Warehouse involves optimizing queries, indexing, partitioning, and hardware configurations.

  • Identify and optimize slow-running queries by analyzing execution plans and indexing strategies.

  • Implement proper indexing on tables to improve query performance.

  • Partition large tables to distribute data and queries across multiple physical storage units.

  • Optimize hardware configurations such as memory, CPU, and storage to handle large data volumes efficiently.

Add your answer
Discover DXC Technology interview dos and don'ts from real experiences

Q5. Data Warehouse design and build

Ans.

Data Warehouse design involves structuring data for efficient querying and analysis.

  • Identify business requirements and data sources

  • Design dimensional model with facts and dimensions

  • Implement ETL processes to load data into the warehouse

  • Optimize queries for performance

  • Consider scalability and data governance

Add your answer

Q6. What is SOLID Principal

Ans.

SOLID is a set of five principles for designing object-oriented software to make it more maintainable, flexible, and scalable.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the functionality.

  • I - Interface Segrega...read more

Add your answer

Q7. Aura component implementation

Ans.

Aura components are reusable UI elements in Salesforce. They are built using JavaScript and can be used in Lightning Experience and Communities.

  • Aura components are built using JavaScript and can be used in Lightning Experience and Communities.

  • They are reusable UI elements that can be easily customized and extended.

  • Aura components use a component-based architecture and can communicate with each other using events.

  • They can be created using the Aura framework or the Lightning We...read more

View 1 answer

Q8. Delete duplicates from a table

Ans.

Use a SQL query with DISTINCT keyword to delete duplicates from a table.

  • Use a SELECT statement with DISTINCT keyword to identify unique rows

  • Create a temporary table with the unique rows

  • Delete all rows from the original table

  • Insert the unique rows back into the original table

Add your answer

Q9. Explain Spring MVC

Ans.

Spring MVC is a framework for building web applications in Java.

  • Model-View-Controller architecture

  • Central DispatcherServlet for handling requests

  • Support for RESTful web services

  • Annotation-based configuration

  • Integration with other Spring modules like Spring Security

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at DXC Technology

based on 9 interviews
2 Interview rounds
Technical Round - 1
Technical Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.3
 • 39 Interview Questions
4.0
 • 17 Interview Questions
3.6
 • 14 Interview Questions
4.3
 • 12 Interview Questions
3.7
 • 10 Interview Questions
3.9
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter