Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gigabyte Technology (India) Pvt. Ltd. Team. If you also belong to the team, you can get access from here

Gigabyte Technology (India) Pvt. Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gigabyte Technology (India) Pvt. Ltd. Interview Questions and Answers for Experienced

Updated 19 Dec 2024

Gigabyte Technology (India) Pvt. Ltd. Interview Experiences for Experienced

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is an operating system?
  • Ans. 

    An operating system is the software that manages computer hardware and provides services for computer programs.

    • Manages computer hardware resources such as memory, CPU, and storage

    • Provides a user interface for interacting with the computer

    • Runs and manages computer programs

    • Examples include Windows, macOS, Linux, iOS, Android

  • Answered by AI
  • Q2. What are five types of processors?
  • Ans. 

    Five types of processors include Central Processing Unit (CPU), Graphics Processing Unit (GPU), Field-Programmable Gate Array (FPGA), Digital Signal Processor (DSP), and Application-Specific Integrated Circuit (ASIC).

    • Central Processing Unit (CPU)

    • Graphics Processing Unit (GPU)

    • Field-Programmable Gate Array (FPGA)

    • Digital Signal Processor (DSP)

    • Application-Specific Integrated Circuit (ASIC)

  • Answered by AI

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Knowledge of Computer Basic All Questions
  • Q2. Full form of IT Technology Process and Same Related Questions.

Information Technology Support Engineer Interview Questions asked at other Companies

Q1. What are the steps to troubleshoot BSOD? How to install the os and what are check list before installing os in pc? What are network types and describe them? What is cloud? What is the use of s3 bucket?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What your future plans
  • Ans. 

    My future plans include furthering my education in HR management, gaining more experience in administration, and eventually moving into a senior leadership role.

    • Pursuing advanced HR management certifications

    • Taking on more responsibilities in administration to broaden my skill set

    • Working towards a promotion to a senior leadership position

    • Attending leadership development programs

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Technical question related to my work.

Manager - HR & Administration Interview Questions asked at other Companies

Q1. How you deal with the situation of conflict among workers
View answer (1)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy as simple as that

Round 2 - Technical 

(3 Questions)

  • Q1. What is static keyword with example
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static classes cannot be instantiated and are used for grouping related methods together

  • Answered by AI
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access public and protected members of the base class

    • Example: Class Car can inherit from class Vehicle to reuse co

  • Answered by AI
  • Q3. What is method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and parameters as in its supe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with core java

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Oracle D2K related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - To be honest i wasn't ready for the interview (i was already working) and i give the interview when was taking tea at evening after coming back to home from my office. The HR already told me that my interview is scheduled today evening and i wasn't expecting the call from their side. And when their call arrives then i gave the interview very calmly. No nurvesness, No fear and honest. I express myself to them as i am. I wasn't faking. And next day HR called me that I'm selected. That's it. BTW HR was very nice and helpful to me also the people i met in the office deserves thunb up👍. Thanks.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself,
  • Q2. What are the projects have done
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Aptitude Test 

Basic aptitude test with 10 questions of maths and 10 questions of English and 10 questions of reasoning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company as it is highly unprofessional and you won't learn anything except some oracle d2k and mostly data entry and correction. You will regret joining it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain mvvm architecture
  • Ans. 

    MVVM is an architectural pattern used in software development that separates the user interface from the business logic.

    • Model represents the data and business logic

    • View displays the data and interacts with the user

    • ViewModel acts as a mediator between the Model and View, handling user input and updating the Model

  • Answered by AI
  • Q2. Discuss about design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Examples of design patterns include Singleton, Factory, Observer, and Strategy.

    • Design patterns are categorized into three groups: creational, structural, and behavioral patterns.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Benefits of swift programming
  • Ans. 

    Swift programming offers fast performance, safety, and interoperability with Objective-C.

    • Fast performance due to being compiled language

    • Safety features like optionals and type interference

    • Interoperability with Objective-C for using existing code and libraries

  • Answered by AI
  • Q2. How to post data to server using url session
  • Ans. 

    Use URLSession to post data to a server

    • Create a URL request with the server URL

    • Set the request method to POST

    • Add the data to the request body using Data or JSONSerialization

    • Create a URLSessionDataTask with the request and resume it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Relayed to salary negociation

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is Apex?
  • Ans. 

    Apex is a strongly typed, object-oriented programming language used for Salesforce development.

    • Apex is similar to Java, with a syntax that is easy to understand for Java developers.

    • It is used to write custom business logic and automate processes in Salesforce applications.

    • Apex runs on the Salesforce servers, ensuring efficient execution and scalability.

    • Developers can create triggers, classes, and web services using Ape...

  • Answered by AI
  • Q2. What are the main functionalities of artificial intelligence (AI)?
  • Ans. 

    AI enables machines to perform tasks that typically require human intelligence, enhancing efficiency and decision-making.

    • Machine Learning: Algorithms that improve through experience, like recommendation systems on Netflix.

    • Natural Language Processing: Understanding and generating human language, as seen in chatbots like Siri or Alexa.

    • Computer Vision: Analyzing and interpreting visual data, used in facial recognition sys...

  • Answered by AI
  • Q3. What is Guardrails?
  • Ans. 

    Guardrails are safety measures or guidelines that help ensure systems operate within defined parameters.

    • Guardrails provide boundaries for acceptable behavior in software development.

    • They help prevent errors by enforcing coding standards and best practices.

    • For example, in CI/CD pipelines, guardrails can prevent deployments to production without passing tests.

    • In API development, guardrails can limit the types of requests

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is CSS Sprite
  • Ans. 

    CSS Sprite is a technique used to combine multiple images into a single image to reduce the number of server requests.

    • CSS Sprite helps in reducing loading time by reducing the number of HTTP requests.

    • It involves combining multiple images into one larger image and then using CSS to display only the portion of the image needed.

    • This technique is commonly used for icons, buttons, and other small images on websites.

    • By using...

  • Answered by AI
  • Q2. Object Oriented Programming

Skills evaluated in this interview

Gigabyte Technology (India) Pvt. Ltd. Interview FAQs

How many rounds are there in Gigabyte Technology (India) Pvt. Ltd. interview for experienced candidates?
Gigabyte Technology (India) Pvt. Ltd. interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Gigabyte Technology (India) Pvt. Ltd. interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Gigabyte Technology (India) Pvt. Ltd. interview for experienced candidates?
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 Gigabyte Technology (India) Pvt. Ltd.. The most common topics and skills that interviewers at Gigabyte Technology (India) Pvt. Ltd. expect are API, Analytical skills, Angular, C++ and Codeigniter.
What are the top questions asked in Gigabyte Technology (India) Pvt. Ltd. interview for experienced candidates?

Some of the top questions asked at the Gigabyte Technology (India) Pvt. Ltd. interview for experienced candidates -

  1. What are five types of processo...read more
  2. What is an operating syst...read more
  3. Full form of IT Technology Process and Same Related Questio...read more

Tell us how to improve this page.

Gigabyte Technology (India) Pvt. Ltd. Interview Process for Experienced

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
CGS Interview Questions
3.5
 • 25 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
EFKON INDIA Interview Questions
3.9
 • 10 Interviews
View all

Gigabyte Technology (India) Pvt. Ltd. Reviews and Ratings

based on 42 reviews

4.1/5

Rating in categories

4.3

Skill development

4.1

Work-life balance

3.8

Salary

4.1

Job security

3.9

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 42 Reviews and Ratings
Repair Engineer
9 salaries
unlock blur

₹1.3 L/yr - ₹3.6 L/yr

Inventory Executive
5 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Information Technology Support Engineer
5 salaries
unlock blur

₹1.3 L/yr - ₹2 L/yr

Product Associate
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Quality Test Engineer
4 salaries
unlock blur

₹2 L/yr - ₹2.7 L/yr

Explore more salaries
Compare Gigabyte Technology (India) Pvt. Ltd. with

HCL Infosystems

3.9
Compare

Pitney Bowes

3.7
Compare

Dahua Technology India Pvt.Ltd.

3.5
Compare

Arvato

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