Upload Button Icon Add office photos

Filter interviews by

GI Technology Associate Software Engineer Interview Questions and Answers

Updated 9 Apr 2022

GI Technology Associate Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode style question on summing 2 numbers
Round 2 - Case Study 

Modify and explain code

Round 3 - System design 

(1 Question)

  • Q1. Popular system design question
Round 4 - Behavioral interview 

(1 Question)

  • Q1. Tell me about a time when...
  • Ans. 

    I successfully led a team project to develop a new feature for our company's website.

    • Assigned tasks to team members based on their strengths and skills

    • Held regular meetings to track progress and address any issues

    • Collaborated with other departments to gather requirements and feedback

    • Completed the project on time and within budget

  • Answered by AI
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
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
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
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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and projects
  • Q2. Collections, multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview on your skills and projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude Test - Data Interpretation and Logical Based

Round 2 - Coding Test 

Coding - Array and Trees

Round 3 - Technical 

(1 Question)

  • Q1. Design and Spring Based

Interview Preparation Tips

Topics to prepare for BharatPe Software Development Engineer interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Be Confident

GI Technology Interview FAQs

How many rounds are there in GI Technology Associate Software Engineer interview?
GI Technology interview process usually has 1 rounds. The most common rounds in the GI Technology interview process are Technical.

Tell us how to improve this page.

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