i
DXC Technology
Filter interviews by
30 minutes, EDI transactions
Top trending discussions
I applied via Company Website and was interviewed in Apr 2021. There were 9 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
Speed and distance, Time Duration, profit, blood Relation, clock, seasons
SQL, Java Programming, HTML and CSS
I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.
Time keeping
I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
String buffer is mutable while string builder is not. String builder is faster but not thread-safe.
String buffer is synchronized and thread-safe, while string builder is not.
String builder is faster than string buffer because it is not synchronized.
String buffer is mutable, meaning it can be changed after creation, while string builder is immutable.
Example: StringBuffer sb = new StringBuffer(); StringBuilder sb = new S
Use XOR operation to find the missing number in an array of integers.
Iterate through the array and XOR all the elements with their indices.
Then XOR the result with the indices from 0 to n.
The final result will be the missing number.
I applied via Approached by Company and was interviewed in Sep 2022. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.
HashMap uses an array to store the key-value pairs
The key is hashed to find the index in the array where the value is stored
If two keys hash to the same index, a linked list is used to store multiple values
HashMap uses load factor to determine when to resize the array
HashMap is not thread-safe, but ConcurrentHashMap is
Equals compares the content of two strings, while == compares their references.
Equals method checks if two strings have the same content.
== operator checks if two strings refer to the same object in memory.
Equals method is case-sensitive by default, but can be made case-insensitive.
Example: String str1 = "hello"; String str2 = "hello"; str1.equals(str2) returns true, str1 == str2 returns true because of string internin...
based on 1 interview
Interview experience
Associate Professional Software Engineer
2.2k
salaries
| ₹2.6 L/yr - ₹7.2 L/yr |
Software Engineer
2k
salaries
| ₹2.4 L/yr - ₹11.1 L/yr |
Associate Professional
1.4k
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹7.1 L/yr |
Professional 1
1.2k
salaries
| ₹3.2 L/yr - ₹12.9 L/yr |
Cognizant
Capgemini
TCS
Wipro