Upload Button Icon Add office photos

HTC

Compare button icon Compare button icon Compare
3.2

based on 66 Reviews

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 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 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 ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

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 (34)

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

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

HTC interview questions for popular designations

 Customer Service Executive

 (1)

 Front end Developer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 6 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you walk us through your professional background?
  • Ans. 

    I have over 10 years of experience in graphic design, specializing in branding and digital marketing.

    • Started my career as a junior designer at a marketing agency

    • Managed a team of designers at a tech startup

    • Freelanced for various clients in the fashion industry

    • Currently working as a creative director at a design firm

  • Answered by AI
  • Q2. What are your expectations regarding this role?
Round 2 - One-on-one 

(3 Questions)

  • Q1. How do you approach the creative process for a new design project?
  • Q2. How do you handle feedback or criticism of your designs?
  • Q3. Can you describe a design project you’re particularly proud of and why?
Round 3 - Assignment 

This round involved a practical design task.
Task:
Create a mock design for a Xiaomi product promotion, ensuring the output aligns with the brand’s identity while showcasing creativity and innovation.

Round 4 - One-on-one 

(3 Questions)

  • Q1. What was your thought process while working on this design?
  • Q2. How did you ensure your work aligns with Xiaomi’s brand identity?
  • Ans. 

    I conducted thorough research on Xiaomi's brand guidelines and values to ensure my designs were in line with their identity.

    • Studied Xiaomi's brand guidelines and values

    • Incorporated Xiaomi's color palette and typography in my designs

    • Ensured consistency with Xiaomi's design language across all touchpoints

    • Sought feedback from Xiaomi's branding team to ensure alignment

  • Answered by AI
  • Q3. What challenges did you face while completing the assignment, and how did you address them?
Round 5 - One-on-one 

(2 Questions)

  • Q1. What’s a challenging design project you’ve worked on, and how did you overcome the obstacles?
  • Q2. How do you collaborate with cross-functional teams, like marketing or product, during a project?
Round 6 - HR 

(3 Questions)

  • Q1. Where are you from?
  • Q2. What does your father do?
  • Q3. Do you think you’re really suitable for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Key Takeaways

Overall, my experience interviewing at Xiaomi was overwhelmingly positive. Each round was thoughtfully structured, and the team made a real effort to evaluate not just my skills but also my fit within their culture. The minor issue in the Last round, while slightly unsettling, didn’t overshadow the incredible interactions I had throughout the process.

For anyone aspiring to work with Xiaomi, I’d suggest being prepared for meaningful conversations and ready to showcase not just your skills but also your passion for design as this position really want a designer who can think out of the box.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What are the maintenance procedures for a flow wrap machine?
  • Q2. Printer repair machine operator
  • Q3. Mechanical machine repair
  • Q4. Mini automation repair
  • Q5. Automation repair

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience in operating printer machines and maintaining flow wrap packing machines.

Assistant Engineer Interview Questions & Answers

Vivo user image Gajendra Singh Solanki

posted on 5 Nov 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

PPT working relatives

Round 2 - Assignment 

PPT as per working and feedback to team leader and manignent side.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Good Profomanc and and hard working and good leadership.
  • Q2. Team work all employees and detter results my senior.
  • Q3. Team Responcbality and achieved the target🎯
  • Q4. Good performance support with senior better results.
  • Q5. Without any issue achieved tha target.

Interview Preparation Tips

Topics to prepare for Vivo Assistant Engineer interview:
  • Vivo SMT mobile india PVT LTD la6years
  • Denso india PVT LTD
Interview preparation tips for other job seekers - Good learning

Key Account Delivery Manager Interview Questions & Answers

Lenovo user image Anonymous

posted on 9 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction, you should have knowledge about your field, Maximum questions from your CV
  • Q2. Family background, why do you want to leave your current org, what do you want to join Lenovo?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same questions, why do you want to join lenovo
  • Q2. More about your Family and work life balance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Who much seallry ?
  • Q2. Job location?
Round 2 - Technical 

(3 Questions)

  • Q1. Whats department?
  • Ans. 

    The department is Quality Assurance.

    • Quality Assurance department ensures products meet quality standards

    • Responsible for testing, inspecting, and auditing products

    • Works to identify and resolve defects or issues in products

  • Answered by AI
  • Q2. Job will on role or off role
  • Q3. Job location will di

Interview Preparation Tips

Interview preparation tips for other job seekers - , Quality Assurance Tools: 2.5D Machines, Micrometer, Vernier Caliper, colorimeter, tensile strength, X Ray, Pull strength, Gauge, BOM check, QR Code data verify and find grade, defect analysis, 2D Drawing knowledge.Testing Procedure: Abrasion Test, Pull strength, Stripping Test, product safety assessment. Process control:Control Plan, Machine parameter check, golden samples, FPA,ROHS, PPG 6S, 7QC,Poka Yoke, Kaizen, 5W1H,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Some basic questions related to java like final, finally, finalize and selenium related questions like how to select drop down in selenium and playwright
  • Q2. How to take screenshot in selenium and playwright and also related to agile methodologies
Round 2 - Technical 

(2 Questions)

  • Q1. Write a test script for a given scenario in any of your suitable framework
  • Ans. 

    Write a test script for a given scenario in any suitable framework

    • Identify the scenario to be tested

    • Create test data if needed

    • Write test steps using the chosen framework

    • Execute the test script and analyze results

  • Answered by AI
  • Q2. What is test strategies and test plans
  • Ans. 

    Test strategies and test plans are essential documents that outline the approach and scope of testing activities.

    • Test strategy defines the overall testing approach, including objectives, resources, and timelines.

    • Test plan details the specific tests to be conducted, including test cases, test data, and expected results.

    • Test strategy is high-level and focuses on the big picture, while test plan is more detailed and speci...

  • Answered by AI

Skills evaluated in this interview

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

Tell us how to improve this page.

People are getting interviews through

based on 1 HTC interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 550 Interviews
Nokia Interview Questions
4.2
 • 270 Interviews
OPPO Interview Questions
4.0
 • 204 Interviews
Vivo Interview Questions
4.1
 • 185 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Xiaomi Interview Questions
3.9
 • 84 Interviews
OnePlus Interview Questions
4.0
 • 31 Interviews
Realme Interview Questions
3.7
 • 21 Interviews
Motorola Interview Questions
4.2
 • 17 Interviews
ASUS Interview Questions
4.3
 • 12 Interviews
View all

HTC Reviews and Ratings

based on 66 reviews

3.2/5

Rating in categories

3.5

Skill development

3.4

Work-Life balance

3.4

Salary & Benefits

3.5

Job Security

3.5

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 66 Reviews and Ratings
Software Engineer
15 salaries
unlock blur

₹4.1 L/yr - ₹13 L/yr

Software Developer
11 salaries
unlock blur

₹20.1 L/yr - ₹40.2 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹10 L/yr - ₹29.8 L/yr

Technical Lead
9 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Devops Engineer
7 salaries
unlock blur

₹5.6 L/yr - ₹7 L/yr

Explore more salaries
Compare HTC with

Samsung

4.0
Compare

Apple

4.3
Compare

OnePlus

4.0
Compare

Xiaomi

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview