i
HTC Global
Services
Filter interviews by
Java is a popular programming language used for developing various applications. Maven is a build automation tool used for managing dependencies and building projects.
Java is an object-oriented programming language known for its portability and versatility.
Maven is a build automation tool that simplifies the build process by managing project dependencies and providing a uniform build system.
In my project, we used ...
OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().
Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from ...
AWS is a cloud computing platform by Amazon. EC2 is a virtual server in AWS. S3 is a storage service. Route 53 is a DNS service.
AWS is a cloud computing platform provided by Amazon.
EC2 (Elastic Compute Cloud) is a web service that provides resizable compute capacity in the cloud.
S3 (Simple Storage Service) is an object storage service that offers scalability, data availability, security, and performance.
Route 53 i...
Asset Accounting involves managing fixed assets, APP-Payment Methods are used for automatic payments, BRS-Configuration is for bank reconciliation, and FI-MM, FI-SD Configurations are integrations with MM and SD modules.
Asset Accounting is used to manage fixed assets such as buildings, machinery, and vehicles.
APP-Payment Methods are used to define how payments are processed automatically in SAP.
BRS-Configuration i...
APP-Payment Methods, Asset Accounting, BRS Configuration steps
APP (Automatic Payment Program) in SAP FICO allows for automatic payment processing based on predefined criteria
Asset Accounting in SAP FICO is used to manage and control assets within an organization
BRS (Bank Reconciliation Statement) configuration involves setting up bank accounts, defining posting rules, and reconciling bank statements
BITS stands for Background Intelligent Transfer Service, RDC stands for Remote Differential Compression, and schema refers to the structure of a database or system.
BITS is a Windows service that transfers files in the background, optimizing bandwidth usage and allowing for resumable transfers.
RDC is a feature in Windows that enables efficient synchronization of files by only transferring the differences between fi...
Hash map is an internal data structure that maps keys to values. Comparator is used to compare objects for sorting.
Hash map uses a hash function to map keys to indices in an array
Comparator is used to compare objects for sorting in collections like TreeSet or TreeMap
Example of hash map implementation in Java: HashMap
Example of using a comparator in Java: Collections.sort(list, comparator)
A pointer is a variable that stores the memory address of another variable. An array is a collection of similar data types.
Pointers allow for dynamic memory allocation and manipulation.
Arrays can be one-dimensional or multi-dimensional.
Example of pointer: int *ptr = # where num is an integer variable.
Example of array: char str[10] = {'H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd'};
A transaction in Java is a unit of work that is performed as a single, indivisible operation.
Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.
Transactions are typically used in database operations to ensure consistency.
In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.
Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down a table into smaller tables and establishing relationships between them.
There are different levels of normalization, with each level having specific rules to follow.
Normalization helps to prevent data inconsistencies and anomalies.
Examples of normalization include convert...
I appeared for an interview in Feb 2025.
Java is a popular programming language used for developing various applications. Maven is a build automation tool used for managing dependencies and building projects.
Java is an object-oriented programming language known for its portability and versatility.
Maven is a build automation tool that simplifies the build process by managing project dependencies and providing a uniform build system.
In my project, we used Maven...
Managing conflicting priorities and tight deadlines
Balancing multiple tasks and deadlines
Dealing with changing requirements
Collaborating with different teams and stakeholders
Troubleshooting scenarios on CI/CD pipeline
Check for any failed builds or deployments in the pipeline
Review the logs and error messages to identify the root cause
Verify the configuration settings for the CI/CD tools and integrations
Ensure proper permissions and access controls are set up correctly
Test the pipeline with a simple change to see if the issue persists
Based on the past assignments and questions on same platforms.
I applied via Approached by Company and was interviewed in Mar 2025. There was 0 interview round.
Selecting a candidate involves assessing skills, experience, and cultural fit for the project and organization.
Relevant Experience: The candidate has a proven track record in managing similar projects, such as leading a software development team.
Technical Skills: They possess the necessary technical skills, like proficiency in Agile methodologies, which are crucial for project success.
Cultural Fit: The candidate aligns...
A positive candidate experience is crucial for attracting top talent globally, ensuring fairness, communication, and support throughout the process.
Clear Communication: Provide timely updates on application status, interview schedules, and feedback. For example, sending an email after each interview.
Personalized Interaction: Tailor the experience to each candidate by addressing them by name and acknowledging their uniq...
The responsibility for maintaining business income growth typically falls on multiple roles, including leadership and project managers.
Leadership teams set strategic goals and allocate resources to drive growth.
Sales and marketing departments are crucial for generating revenue through customer acquisition.
Project managers ensure that projects align with business objectives and deliver value, impacting income positively...
In 1910, many countries had monarchies or emerging democracies, with varying degrees of political structure and governance.
In the United States, the government was a federal republic with a President, Congress, and Supreme Court.
In the United Kingdom, it was a constitutional monarchy with a Parliament and a Prime Minister.
Many European countries were still under monarchies, such as Germany and Austria-Hungary.
Colonial ...
Growth of business income refers to the increase in revenue over time, indicating financial health and expansion potential.
Increased sales: A company may launch new products, leading to higher sales figures.
Market expansion: Entering new markets can significantly boost income, e.g., a local restaurant opening a second location.
Improved pricing strategies: Adjusting prices based on demand can enhance revenue, like premi...
A marketing executive drives brand awareness, develops strategies, and manages campaigns to promote products and engage customers.
Develops marketing strategies to increase brand visibility and market share.
Conducts market research to understand customer needs and preferences.
Creates and manages marketing campaigns across various channels, such as social media and email.
Analyzes campaign performance metrics to optimize ...
I appeared for an interview before Jun 2024, where I was asked the following questions.
Extracting columns from two files can be done using various methods like command-line tools, programming languages, or data manipulation libraries.
Use command-line tools like 'cut' or 'awk' in Unix/Linux. Example: 'cut -d, -f1 file1.csv' extracts the first column from a CSV file.
In Python, use pandas library: 'import pandas as pd; df1 = pd.read_csv('file1.csv'); df2 = pd.read_csv('file2.csv'); result = pd.concat([df1['...
Data can be passed from JCL to COBOL programs using parameters, DD statements, and environment variables.
1. Using JCL parameters: Pass data as positional or keyword parameters in the EXEC statement. Example: //STEP1 EXEC PGM=MYPROG,PARM='DATA1 DATA2'
2. Using DD statements: Define datasets in JCL that the COBOL program can read. Example: //INPUT DD DSN=MY.INPUT.DATA, DISP=SHR
3. Using SYSIN: Pass data directly to the pro...
Pre-compilation is the process of preparing code for compilation, optimizing it before the actual compilation phase.
Pre-compilation involves parsing source code to check for syntax errors.
It may include macro expansion, where macros are replaced with their definitions.
Pre-compilation can optimize code by removing unused variables or functions.
In languages like C/C++, precompiled headers can speed up compilation by stor...
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
I contributed by developing new features and fixing bugs. Faced challenges with integrating third-party APIs.
Developed new features such as user authentication and data visualization
Fixed bugs related to database queries and UI responsiveness
Challenges faced with integrating third-party APIs like payment gateways and social media platforms
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
After 1 year, the data conversion specialist will have gained valuable experience and expertise in handling various data conversion projects.
Increased proficiency in data conversion tools and software
Improved understanding of data formats and structures
Enhanced problem-solving skills in resolving data conversion issues
Expanded knowledge of data quality and integrity standards
Possibly advanced to more complex data conve...
I applied via Walk-in and was interviewed in Aug 2024. There were 5 interview rounds.
Maths grammar & communication
Typing speed is crucial for data entry roles, ensuring efficiency and accuracy in handling information.
Average typing speed is around 40-60 words per minute (WPM).
Professional typists can achieve speeds of 80 WPM or more.
Accuracy is as important as speed; aim for 95% accuracy or higher.
Practice with typing software or online tests to improve speed.
Familiarity with keyboard shortcuts can enhance efficiency.
You're like this job opportunity
I appeared for an interview in May 2025, where I was asked the following questions.
KPIs in customer service measure performance and effectiveness in meeting customer needs and enhancing satisfaction.
Customer Satisfaction Score (CSAT): Measures customer satisfaction through surveys post-interaction.
Net Promoter Score (NPS): Gauges customer loyalty by asking how likely they are to recommend the service.
First Response Time (FRT): The average time taken to respond to a customer's initial inquiry.
Resoluti...
There are various types of chat and mail processes in customer service, each serving unique communication needs.
1. Live Chat: Real-time interaction with customers, e.g., website chat support.
2. Email Support: Asynchronous communication, e.g., responding to customer inquiries via email.
3. Chatbots: Automated responses for common queries, e.g., FAQ bots on websites.
4. Social Media Messaging: Engaging customers through pl...
I appeared for an interview before Jun 2024, where I was asked the following questions.
Top trending discussions
Some of the top questions asked at the HTC Global Services interview -
The duration of HTC Global Services interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 133 interview experiences
Difficulty level
Duration
based on 1.6k reviews
Rating in categories
Hyderabad / Secunderabad
1-4 Yrs
₹ 3.5-5 LPA
Senior Software Engineer
767
salaries
| ₹7.8 L/yr - ₹30 L/yr |
Senior Engineer
579
salaries
| ₹8 L/yr - ₹26.8 L/yr |
Software Engineer
551
salaries
| ₹3.7 L/yr - ₹13.6 L/yr |
Software Developer
346
salaries
| ₹9.2 L/yr - ₹18 L/yr |
Engineer
301
salaries
| ₹3 L/yr - ₹12 L/yr |
Accenture
Synechron
Movate
Sopra Steria