Upload Button Icon Add office photos

HTC

Compare button icon Compare button icon Compare

Filter interviews by

HTC Interview Questions, Process, and Tips

Updated 24 Jan 2023

Top HTC Interview Questions and Answers

View all 15 questions

HTC Interview Experiences

Popular Designations

4 interviews found

Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2015

Interview Questionnaire 

11 Questions

  • Q1. Write a program to compute the subsequent 1+4+9+16++100 Like this (1^2+2^2) Hint use function pow(a,b)
  • Ans. 

    Program to compute the sum of squares of numbers from 1 to 10.

    • Use a loop to iterate from 1 to 10

    • Use pow(a,b) function to calculate the square of each number

    • Add the squares to a variable to get the sum

  • Answered by AI
  • Q2. In a college library fines are issued according to the subsequent condition If return books exceeds the due date Up to five days 20rs fine 6-10 days 50rs ...
  • Q3. Get a n0. From user and display it s prime factor Example 24 is 2,2,2,3 and 55 is 5,11
  • Q4. Write a function to get a string and reverse it and display the string
  • Ans. 

    Function to reverse and display a string

    • Create a function that takes a string as input

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters in the array

    • Use the join() method to convert the array back into a string

    • Return the reversed string

  • Answered by AI
  • Q5. A function to book online examination Online examination (string examination name, int feespaid, string location) Ocp 5000 Scjp 5500 Linux 10000 Jcp 6000 Location Chennai, Bangalore Write a fn. ...
  • Q6. Write any data structure program (stack implementation)
  • Ans. 

    Program to implement stack data structure using array of strings

    • Declare an array of strings and a variable to keep track of top element

    • Implement push function to add element to top of stack

    • Implement pop function to remove top element from stack

    • Implement peek function to return top element without removing it

  • Answered by AI
  • Q7. A financial company have the data in the database 1st column no. 2nd column no. of employees 3rd column annual turn over every row is a separate unit 1 22 250000 2 23 260000 3 32 30000...
  • Q8. Write a program to get the user name and age Condition: The name should be more than 6 characters and it shouldn’t contain any other characters than alphabet(like !,@,#,$,^,& these are not to be prese...
  • Ans. 

    A program to get user name and age with specific conditions.

    • Use input() function to get user name and age.

    • Use isalpha() function to check if name contains only alphabets.

    • Use len() function to check if name is more than 6 characters.

    • Use if-else statements to check age range.

    • Print the name and age if all conditions are met.

  • Answered by AI
  • Q9. Fibonacci series
  • Q10. Write a program to get a string and change with the mentioned string Example provided string “dinesh” change with “rame” and display it as “ramesh”
  • Q11. Data structure(stack implementation)

Interview Preparation Tips

College Name: n/a

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2022.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Lazy loading in react?
  • Ans. 

    Lazy loading is a technique to load components or resources only when needed.

    • It improves performance by reducing initial load time.

    • React.lazy() and Suspense can be used for lazy loading components.

    • Code splitting can be used for lazy loading resources like images and scripts.

  • Answered by AI
  • Q2. What is suspense in react ?
  • Ans. 

    Suspense is a React feature that allows components to wait for data before rendering.

    • Suspense is used to handle asynchronous data fetching in React.

    • It allows components to render a fallback UI while waiting for data to load.

    • Suspense is often used with the new React.lazy() function to lazily load components.

    • It was introduced in React 16.6.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your resume, and be strong in basics. Most of the interview are video calls.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

I applied via Walk-in and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How you handle people who are bluntly emotional while dealing ?

Interview Preparation Tips

Interview preparation tips for other job seekers - The answer I gave to the above question was"observe the opponent on why he is the doing the way he is, more than what he is doing " ie perceive the person from their mirror.

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2015

Interview Questionnaire 

14 Questions

  • Q1. He asked me to introduce myself in brief
  • Q2. In DB2 a long time discussion on bind and package
  • Q3. He asked me about error -811 and how will I resolve it
  • Q4. He came on COBOL
  • Q5. Asked me to explain all available PIC level
  • Q6. Diff between COMP1 and COMP2
  • Ans. 

    COMP1 and COMP2 are two different components with distinct features and functionalities.

    • COMP1 is designed for X while COMP2 is designed for Y

    • COMP1 has a higher processing speed than COMP2

    • COMP2 has a larger storage capacity than COMP1

    • COMP1 is more expensive than COMP2

    • COMP2 is more energy-efficient than COMP1

  • Answered by AI
  • Q7. Where do we define file structure and where do we declare it
  • Ans. 

    File structure is defined in code and declared in the file system.

    • File structure is defined in the code of the program that creates or uses the file.

    • The file structure is declared in the file system when the file is created or saved.

    • The file structure defines the organization of data within the file, such as headers, tables, or records.

    • Examples of file structures include CSV, XML, JSON, and binary formats.

    • The file stru...

  • Answered by AI
  • Q8. Tell me some of the control blocks and explain
  • Ans. 

    Control blocks are used in programming to control the flow of execution. Examples include if-else, for, while, and switch.

    • if-else block is used to execute a certain block of code if a condition is true, and another block of code if the condition is false

    • for loop is used to execute a block of code a specific number of times

    • while loop is used to execute a block of code repeatedly as long as a certain condition is true

    • swi...

  • Answered by AI
  • Q9. Diff between dynamic call and static call
  • Ans. 

    Dynamic call is resolved at runtime while static call is resolved at compile time.

    • Dynamic call is used for polymorphism and late binding.

    • Static call is faster and more efficient.

    • Dynamic call is resolved using virtual tables while static call is resolved using function pointers.

    • Example of dynamic call: virtual functions in C++.

    • Example of static call: non-virtual functions in C++.

  • Answered by AI
  • Q10. Tell me some control tables
  • Ans. 

    Control tables are used to manage and control data in a database.

    • User access control table

    • Audit trail control table

    • Configuration control table

    • Error log control table

  • Answered by AI
  • Q11. What is FCT and DCT
  • Ans. 

    FCT stands for Forward Cosine Transform and DCT stands for Discrete Cosine Transform.

    • Both are mathematical techniques used in signal processing and image compression.

    • FCT is used in audio signal processing while DCT is used in image and video compression.

    • DCT is widely used in JPEG image compression.

    • Both transforms convert a signal from the time domain to the frequency domain.

  • Answered by AI
  • Q12. Diff between TDQ and TSQ
  • Ans. 

    TDQ and TSQ are both IBM mainframe data structures, but TDQ is used for temporary storage while TSQ is used for message queuing.

    • TDQ stands for Temporary Data Queue and is used for temporary storage of data.

    • TSQ stands for Temporary Storage Queue and is used for message queuing.

    • TDQ is typically used for short-term storage of data that will be processed immediately.

    • TSQ is typically used for longer-term storage of data tha...

  • Answered by AI
  • Q13. Which one is faster among TDQ and TSQ
  • Ans. 

    TDQ and TSQ are both IBM mainframe data structures, but their speed depends on the specific use case.

    • TDQ (Transient Data Queue) is faster for small amounts of data and when the data is being processed by a single program.

    • TSQ (Temporary Storage Queue) is faster for larger amounts of data and when the data is being shared between multiple programs.

    • The speed of both TDQ and TSQ can also be affected by factors such as syst...

  • Answered by AI
  • Q14. Relation between TDQ and DCT
  • Ans. 

    TDQ and DCT are both data management tools used in different stages of data processing.

    • TDQ stands for Test Data Quality and is used to ensure the accuracy and completeness of data before it is loaded into a system.

    • DCT stands for Data Conversion Tool and is used to convert data from one format to another.

    • TDQ is used in the data validation stage, while DCT is used in the data transformation stage.

    • Both tools are important...

  • Answered by AI

Interview Preparation Tips

College Name: n/a

Skills evaluated in this interview

HTC interview questions for popular designations

 Front end Developer

 (1)

 Customer Service Executive

 (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Multiple
  • Q2. Multiple.

Interview Preparation Tips

Round: Test
Experience: Graph problem.
First step was to formulate the question into graph problem.

Then solve using standard graph algo (Dijkstra, bellmen ford, e.tc).
Tips: Practice writing whole code without using standard library.
Duration: 3 hours
Total Questions: 1

Round: Technical Interview
Experience: Question related to dfs.
Asked about networking, OS and integers.

One puzzle.(available on geeksforgeeks)
Tips: Prepare for puzzle. Generally they go for standard puzzle.

Round: Technical Interview
Experience: It was mostly related to technical project and internship.

General discussion on machine learning.
Tips: Prepare for the projects mentioned on the resume

Round: HR Interview
Experience: He was testing me regarding how I will explain a technical project to a non-technical guy.. And also general HR questions like why u want to join Samsung and other similar questions.
Tips: Nothing new.

Skills: Basic programming stuff. , Algorithm, Graph Theory, Machine Learning, Problem Solving Skills
College Name: IIT Kharagpur

Software Developer Interview Questions & Answers

Samsung user image Gaurav Srikant Mokhasi

posted on 3 Dec 2015

Interview Preparation Tips

Round: PRE PLACEMENT OFFER
Experience: Interns (both CS and IT) were selected in my third year. Pre-placement offers were rolled out to 16 of us which was roughly a conversion ratio of 1:3. A couple of ECE hires were added when SRI-B visited campus later.

General Tips: If you're in CS or IT, this is the only format your resume should be in: -----
Take your internship seriously. Have fun and all but also get your project done. It's not the end of the world if you don't get a PPO. Campus placements are tension-filled, no doubt, but a lot of people get equally good if not better jobs after missing out on PPOs.
Make sure you talk to your manager about the PPO process. She will be the one giving you your final review. So ensure that she knows you want the job. Prepare a fancy presentation for the HR. By fancy, I mean slick and professional. Think Apple, not flashy Microsofty graphics and stupid word art.
Skill Tips: Google GSAT (Global Samsung Aptitude Test) a week before the test and make sure you practice some similar CAT type questions. Questions are of medium difficulty and time management is a real issue (most of us were unable to finish properly). - I didn't have to use these but I've heard good things about codechef/topCoder and books such as Cracking the Coding Interview by Gayle Laakmann McDowell.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Test
Experience: The first consisted of an online test which had an aptitude section which was pretty simply and then a programming section consisting of three different programs. The programs were logical required basic knowledge of array, sorting and a little bit of data structures.

Round: Technical Interview
Experience: Around 13 of us were shortlisted for the interview round, B.Tech and M.Tech included. The interview round was mostly interactive, where we had to mention about the various interns that we went through. A few programming questions were asked based on topics which we were comfortable with.
Tips: Just get used to coding, data structures and basic aptitude. GRE preparation as such helped me.

Round: HR Interview
Experience: Finally there was a HR round in which I was asked as to why I would like to work in Samsung R&D and general things about interests and future plans. On the whole Samsung took 3 B.Tech students and 2 M.Tech students when they came for placements apart from PPOs.

General Tips: Personally I feel that one should apply in only those companies in which they are sure of having job satisfaction. So don't apply to companies which you are not interested in just for the sake of having a backup because once you are placed you do not have a second chance.
Do not get dejected if you do not get through in the first few tries. Keep your hopes up and be confident when ever you get to interview rounds. Try to be assertive when giving answers. It is some times exhausting to go through placements but the moment you get placed you will have the best feeling ever.
Skill Tips: Just chill and take the test. Once you clear the online test, irrespective of your pointer if you have a good profile you can convince the interviewers.
Skills:
College Name: NIT Surathkal

Software Engineer Interview Questions & Answers

Samsung user image Shubham Srivastava

posted on 5 Feb 2016

Interview Preparation Tips

Round: Test
Experience: Written round: One programming question of 3 hours duration.All test cases were to passed.
Duration: 3 hours minutes
Total Questions: 1

Round: Technical Interview
Experience:
There were two rounds : tech PI and HR round.
A.Tech. PI: Firstly,interviewer went through my whole resume.He started asking questions from project done during summer internship.Questions were:
1.What is he project about?
2.Difference between 3G and 4G.
3.What is the aim of this research internship?
4.How much was i able to complete in two months?(I told that i am continuing as major project,since in two months time i could not get desired result).

Then, he went onto programming language i was comfortable. I answered C.
1.sizeof("shubham")
strlen("shubham")
I was asked to write output.Output would be 8 and 7. He asked why. Basic concepts should be clear.
2.Storage Classes in C-asked me concept and gave some questions to write output.
3.Constant pointers and pointers to constant. Asked to write output of snippets he gave.
4.malloc,caloc,realloc,free-syntax
5.Questions on pointers.

Basic concepts of let us C were asked mostly,that book is enough . Also see, GEEKSFORGEEKS, C section.

Operating System: Mutex and Semaphore,critical Section, Scheduling algorithms, Producer-Consumer Problem.
(Data Structures was not asked to me but others.)

Puzzles:
1. Maximum run a batsman can make in 50 overs.
2.There are 10 coins. 5 face head side and 5 as tail. You are blind folded.Make two piles of equal number of coins such that number of head in equal in both the piles.
Assumption:You can flip coin any number of times.

Question: Why do you want to join Samsung ,though placed in other company?

Questions: Any plans of future studies. I answered 'NO' only job.

Last question: Any question I would like to ask them. I asked what work would be doing in R&D. He explained me a lot of things.
Tips: 1.Be thorough with your project(done during internship or training) . You should be able to answer almost all the questions.
2.Study operating system very well if you plan to sit in samsung R&D.
3.Data structures and any one programming language.
4.Prepare puzzles as it can be asked by anyone. See programmerinterview.com etc.
5.Refer samsung archives of GEEKSFORGEEKS . Interview questions were mostly covering those.

Round: HR Interview
Experience: 1.Introduce yourself.
2.How would your friends describe you?
3.Tell the recent experiences of which makes you initiative.(i told that i am initiative,then he asked that question. So be ready with the examples,when u say any of your qualities.)
4.What is your weakness?
5.Puzzles.He asked me to fill the numbers from 1 to 8 in these 8 boxes, one number exactly once, such that no two consecutive elements are
adjacent(diagonally, horizontally or vertically) to each other.

-----/
6.Which places in India have you been?


Skills: Solving Logic Puzzles, Basic C/C++, Data Structures, Operating Systems
College Name: NIT Raipur

Interview Preparation Tips

Round: Test
Experience: Test for internship:1 aptitude test on quant and C. Around 50 were selected for internship. Next was PPO after the internship. Around 15 were selected.

General Tips: Work very hard during internship. Don't worry whether they will take you in or not.
Amazing experience it was be strong with aptitude, coding.
Skill Tips: Prepare quantitative Aptitude by R.S. Aggarwal.
Prefer Indiabix for C aptitude.
Skills:
College Name: NIT Surathkal

Interview Questionnaire 

1 Question

  • Q1. What do you know about our company and why do you join it ?
  • Ans. 

    I know that your company is a leading provider of innovative sales solutions in the industry. I am joining because of your strong reputation and commitment to excellence.

    • Your company has a proven track record of success in delivering top-notch sales solutions.

    • I am impressed by the innovative approach your company takes in the sales industry.

    • Your company's commitment to excellence and customer satisfaction aligns with m...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was told to tell me about my self. They checked my communication skills and my confidence level.
Tips: Be confident in this round about your self. And represent yourself in good professional way.

Round: HR Interview
Experience: In this round they were checking our knowledge and our homework that what we knew about them and their products. They were also checking that are we ready for learning and do we have potential or not.
Tips: Don't show that you know everything. Just talk point to point. So much Pre-requisite knowledge can be bad for you.

College Name: Galgotias University
Contribute & help others!
anonymous
You can choose to be anonymous

HTC Interview FAQs

How many rounds are there in HTC interview?
HTC interview process usually has 2 rounds. The most common rounds in the HTC interview process are Resume Shortlist and Technical.
How to prepare for HTC interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HTC. The most common topics and skills that interviewers at HTC expect are Calling, Data Collection, Dispatch Scheduling, Enquiry Management and Excel Sheet.
What are the top questions asked in HTC interview?

Some of the top questions asked at the HTC interview -

  1. Write a program to get the user name and age Condition: The name should be mo...read more
  2. Write a program to compute the subsequent 1+4+9+16++100 Like this (1^2+2^2) ...read more
  3. Write a function to get a string and reverse it and display the str...read more

Recently Viewed

INTERVIEWS

OnePlus

No Interviews

INTERVIEWS

OnePlus

No Interviews

REVIEWS

AVASOFT

No Reviews

SALARIES

AVASOFT

INTERVIEWS

OnePlus

No Interviews

INTERVIEWS

OnePlus

10 top interview questions

SALARIES

AVASOFT

INTERVIEWS

HTC

10 top interview questions

JOBS

Nokia

No Jobs

Tell us how to improve this page.

HTC Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 545 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
Vivo Interview Questions
4.1
 • 193 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Xiaomi Interview Questions
3.8
 • 86 Interviews
OnePlus Interview Questions
4.0
 • 32 Interviews
Realme Interview Questions
3.7
 • 21 Interviews
Motorola Interview Questions
4.2
 • 17 Interviews
ASUS Interview Questions
4.3
 • 13 Interviews
View all

HTC Reviews and Ratings

based on 69 reviews

3.2/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 69 Reviews and Ratings
Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HTC with

Samsung

3.9
Compare

Apple

4.3
Compare

OnePlus

4.0
Compare

Xiaomi

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview