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. Information Technology Support Engineer Interview Questions and Answers

Updated 22 Sep 2024

Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer Interview Experiences

1 interview found

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.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

It had Coding (Leetcode Easy-Medium ) and Aptitude (Quant, Logical Reasoning, Data Interpretation and English)

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round 1 - MongoDb queries, HTTP protocols, Sorting algorithms, 2 pointer approaches. I was asked about HTTP protocols and REST APIs because I had internship experience in those fields.
Round 4 - Technical 

(1 Question)

  • Q1. Managerial Round - Preference of hybrid or work from home, discussion on cloud technologies and simple discussion on sports.

Interview Preparation Tips

Topics to prepare for Lexmark International Software Engineer interview:
  • Data Structures
  • Algorithms
  • Database management system
  • OOPS
  • REST API
  • HTTP
Interview preparation tips for other job seekers - Stay calm and be confident about your preparation. Lexmark interviews are not very difficult to crack. I feel they mainly judge the attitude of the person than their skills.
Overall, it is one of the highest paying companies in Kolkata so keep an eye out for them,

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

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Jul 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

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

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q2. Question on SQL joins?
  • Q3. What is Cursor and how is it important?
  • Ans. 

    A cursor is a database object used to retrieve and manipulate data in a result set.

    • A cursor allows sequential access to the rows in a result set.

    • It can be used to fetch and update data in a controlled manner.

    • Cursors are important for managing large result sets and performing complex data operations.

    • They provide a way to navigate through query results and perform operations on individual rows.

    • Examples of cursor types in...

  • Answered by AI
  • Q4. Do you know to work on oracle Forms and Reports?
  • Ans. 

    Yes, I have experience working with Oracle Forms and Reports.

    • I have worked on developing and maintaining Oracle Forms and Reports applications.

    • I am familiar with the Oracle Forms and Reports development environment.

    • I have experience in designing and implementing user interfaces using Oracle Forms.

    • I have used Oracle Reports to generate various types of reports.

    • I am proficient in writing PL/SQL code to interact with the ...

  • Answered by AI
  • Q5. Tell me something about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q6. What is your salary expectation?
  • Ans. 

    My salary expectation is in line with industry standards and based on my experience and skills.

    • Research industry standards for software engineer salaries in the specific location and company

    • Consider my years of experience and relevant skills when determining salary expectation

    • Be prepared to negotiate based on the job responsibilities and benefits package offered

  • Answered by AI
  • Q7. Are you willing to shift anywhere as per requirement of Job?
  • Ans. 

    Yes, I am willing to shift anywhere as per the requirement of the job.

    • I am open to relocating for the right opportunity

    • I understand that flexibility in location may be necessary for certain roles

    • I am willing to adapt to new environments and challenges

  • Answered by AI

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

8 Questions

  • Q1. Difference between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcursor.
  • Ans. 

    Explanation of differences between PK & UK, Case & Decode, Procedure & Function, Cursor & Refcursor.

    • PK (Primary Key) is a unique identifier for a record in a table, while UK (Unique Key) ensures uniqueness but allows null values.

    • Case and Decode are conditional statements used to manipulate data based on certain conditions.

    • Procedure and Function are both database objects used to perform a specific task, but Function ret...

  • Answered by AI
  • Q2. What is Dual in oracle DB?
  • Ans. 

    Dual is a special one-row, one-column table in Oracle DB.

    • Dual is used to perform calculations or execute functions without selecting from a table.

    • It is often used to generate a sequence of numbers or to concatenate strings.

    • For example, SELECT 1+1 FROM dual; will return 2.

    • Dual is automatically created by Oracle and is always available in every Oracle database.

  • Answered by AI
  • Q3. What is Collection in Oracle and Types?
  • Ans. 

    Collection in Oracle is a group of elements of the same data type. Types include VARRAY, Nested Table, and Associative Array.

    • VARRAY is a fixed-size array that can hold a varying number of elements up to the specified limit.

    • Nested Table is a dynamic array with no fixed size that can be stored in a database column.

    • Associative Array is a collection of key-value pairs where the key is unique and used to access the correspo

  • Answered by AI
  • Q4. What is DB block in oracle Forms?
  • Ans. 

    A DB block is a unit of data storage in Oracle Forms that contains multiple rows of data from a database table.

    • DB blocks are used to improve performance by reducing the number of times a form needs to access the database.

    • Each DB block contains a fixed number of rows, which can be configured in the form's block properties.

    • When a form needs to display data from a table, it reads one or more DB blocks into memory.

    • If a for...

  • Answered by AI
  • Q5. What is Call_Form?
  • Ans. 

    Call_Form is a built-in Oracle Forms procedure used to call another form from the current form.

    • Call_Form is used to open a new form while keeping the current form open.

    • It can be used to pass parameters between forms.

    • The called form can be modal or non-modal.

    • The called form can be in the same application or a different one.

    • Syntax: Call_Form('form_name', [mode], [hide], [no_replace], [query_only], [params])

  • Answered by AI
  • Q6. Types of Trigger in Oracle forms? how to sequence of Trigger fire in oracle Forms.
  • Ans. 

    Types of Trigger in Oracle forms and their sequence of firing.

    • Types of triggers include Key Triggers, Mouse Triggers, and Timer Triggers.

    • Key Triggers fire when a key is pressed or released.

    • Mouse Triggers fire when the mouse is clicked or moved.

    • Timer Triggers fire at a specified interval.

    • The sequence of trigger firing is Pre-Form, Pre-Block, Pre-Record, Post-Record, Post-Block, and Post-Form.

  • Answered by AI
  • Q7. What is Canavas,LOV,List button?
  • Ans. 

    Canvas, LOV, and List button are UI components used in Oracle Forms.

    • Canvas is a visual container used to display data or graphics.

    • LOV (List of Values) is a drop-down list used to select a value from a predefined list.

    • List button is a button used to display a list of values in a pop-up window.

    • These components are commonly used in Oracle Forms to create user-friendly interfaces.

  • Answered by AI
  • Q8. What is Place holder column in oracle reports?
  • Ans. 

    A placeholder column is a column that is used to reserve space for a future column in an Oracle report.

    • Placeholder columns are used to ensure that the layout of a report remains consistent even if data is missing.

    • They are typically used when a report is designed to display a fixed number of columns, but the data source may not always contain data for all of those columns.

    • Placeholder columns can be added to a report by ...

  • Answered by AI

Skills evaluated in this interview

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
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.

Gigabyte Technology (India) Pvt. Ltd. Interview FAQs

How many rounds are there in Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer interview?
Gigabyte Technology (India) Pvt. Ltd. interview process usually has 1 rounds. The most common rounds in the Gigabyte Technology (India) Pvt. Ltd. interview process are Technical.
What are the top questions asked in Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer interview?

Some of the top questions asked at the Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer interview -

  1. Full form of IT Technology Process and Same Related Questio...read more
  2. Knowledge of Computer Basic All Questi...read more

Tell us how to improve this page.

Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer Interview Process

based on 1 interview

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
56% less than the average Information Technology Support Engineer Salary in India
View more details

Gigabyte Technology (India) Pvt. Ltd. Information Technology Support Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

2.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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