Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HTC Global Services Team. If you also belong to the team, you can get access from here

HTC Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HTC Global Services Senior Application Developer Interview Questions and Answers

Updated 20 Jun 2025

HTC Global Services Senior Application Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. How do you extract columns form two files
  • Ans. 

    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['...

  • Answered by AI
  • Q2. In how many ways you can pass data from JCL to cobol program
  • Ans. 

    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...

  • Answered by AI
  • Q3. Explain pre-compilation process
  • Ans. 

    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...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about HTC Global Services?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q6. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python. I am passionate about coding and always eager to learn new technologies.

    • Experienced in Java and Python

    • Passionate about coding

    • Eager to learn new technologies

  • Answered by AI
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

Senior Application Developer Interview Questions Asked at Other Companies

asked in Oracle
Q1. LRU Cache Design Question Design a data structure for a Least Rec ... read more
asked in Oracle
Q2. Convert a Binary Tree to its Sum Tree Given a binary tree of inte ... read more
asked in Fujitsu
Q3. What do you understand by autowiring in Spring Boot, and can you ... read more
asked in Oracle
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Fujitsu
Q5. Why is Java considered platform independent, while the Java Virtu ... read more

Interview Questionnaire 

3 Questions

  • Q1. Technically discussed about my previous roles and domain
  • Q2. HR got selected me once cleared Technically
  • Q3. Also HR Selected me once agreed package

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume shortlisted based on my previous experience

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were two round of technical Interview followed by HR discussion
  • Q2. Questions were from OOPs, .Net Framework, Current Project, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident even if you don't know the answer, Prepare well with basics

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

They will ask you simple programs to check your logical abilities.

Round 3 - HR 

(2 Questions)

  • Q1. Normal Salary discussion round
  • Q2. Questions about family and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume and be confident about it.

I applied via Approached by Company and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of servicenow Client side server side code Workflows

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions will test your servicenow basics as well as your coding skills.
Most of the questions will be scenario based which will test your concepts.

Senior Software Engineer Interview Questions & Answers

Movate user image NamaGuru Bhagya Mounika

posted on 15 Nov 2021

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Panel shared one shell script and asked me to explain the script How do you handle exception in shell scripting Prior work experience with Mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical cum manager round. It lasted for about 40 min. The interviewer helped me with comfortable zone. Most of the questions were asked on my past work experience.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Question are based on Project and the skills which I mention in my CV.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up with your Basic Concept of the skills that you have.

Interview Questionnaire 

2 Questions

  • Q1. Question just to know your skills. You have to believe in yourself first before any interview then it will always easy for you.
  • Q2. Just focus on the basics and latest technology trends. It will work for you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with a positive mindset and attempt.you definitely gonna crack it.

Good Luck!

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Brief me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead online videos learn through books and trusted sites. Interview questions keeps on changing so clear your funda.

HTC Global Services Interview FAQs

What are the top questions asked in HTC Global Services Senior Application Developer interview?

Some of the top questions asked at the HTC Global Services Senior Application Developer interview -

  1. in how many ways you can pass data from JCL to cobol prog...read more
  2. How do you extract columns form two fi...read more
  3. Explain pre-compilation proc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 569 Interviews
Synechron Interview Questions
3.5
 • 376 Interviews
Movate Interview Questions
3.3
 • 269 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 182 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
Luxoft Interview Questions
3.7
 • 128 Interviews
TEKsystems Interview Questions
3.3
 • 123 Interviews
View all
Senior Software Engineer
767 salaries
unlock blur

₹7.8 L/yr - ₹30 L/yr

Senior Engineer
579 salaries
unlock blur

₹8 L/yr - ₹26.8 L/yr

Software Engineer
551 salaries
unlock blur

₹3.7 L/yr - ₹13.6 L/yr

Software Developer
346 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Engineer
301 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare HTC Global Services with

Accenture

3.8
Compare

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare
write
Share an Interview