Upload Button Icon Add office photos

Filter interviews by

GI Technology Interview Questions and Answers

Updated 8 Nov 2024

GI Technology Interview Experiences

Popular Designations

3 interviews found

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your previous role and what you have done
  • Q2. What do your know about their company and product information

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Software Engineer Interview Questions & Answers

user image venkataraman Sampath

posted on 9 Apr 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 

(1 Question)

  • Q1. Interview based on SQL stored Procedures , View and Function

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview with more Knowledge

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

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

Round 1 - Technical 

(1 Question)

  • Q1. Create procedures , tables and Views in SQL
  • Ans. 

    To create procedures, tables, and views in SQL, follow these pointers:

    • Use CREATE PROCEDURE statement to create a stored procedure

    • Use CREATE TABLE statement to create a table

    • Use CREATE VIEW statement to create a view

    • Specify column names, data types, and constraints while creating tables

    • Use SELECT statement to create views

    • Use ALTER TABLE statement to modify tables

    • Use DROP statement to delete procedures, tables, and views

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good one this was Learning Curve

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Class and object . explain hierarchial inheritence.
  • Q2. Difference bertween deep copy and shallow copy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction to about your self
  • Q2. Experience and product knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Not joining the company low ticket size but High rate of interest Bm to cluster head don't know about the policy
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc

GI Technology Interview FAQs

How many rounds are there in GI Technology interview?
GI Technology interview process usually has 1-2 rounds. The most common rounds in the GI Technology interview process are Technical, Resume Shortlist and HR.
How to prepare for GI Technology 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 GI Technology. The most common topics and skills that interviewers at GI Technology expect are .Net, ASP, Ajax, Angularjs and C#.
What are the top questions asked in GI Technology interview?

Some of the top questions asked at the GI Technology interview -

  1. Create procedures , tables and Views in ...read more
  2. Interview based on SQL stored Procedures , View and Funct...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

GI Technology Reviews and Ratings

based on 44 reviews

3.0/5

Rating in categories

2.9

Skill development

2.7

Work-life balance

2.6

Salary

2.9

Job security

2.9

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 44 Reviews and Ratings
Software Engineer
46 salaries
unlock blur

₹3 L/yr - ₹9.9 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹5.5 L/yr - ₹9.6 L/yr

Operations Executive
14 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Team Lead
13 salaries
unlock blur

₹7.9 L/yr - ₹15.4 L/yr

Technical Support Engineer
10 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Explore more salaries
Compare GI Technology with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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