Upload Button Icon Add office photos

Gi Group

Compare button icon Compare button icon Compare

Filter interviews by

Gi Group IT Executive Interview Questions and Answers

Updated 11 Dec 2024

Gi Group IT Executive Interview Experiences

1 interview found

IT Executive Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

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

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical knowledge of LAN/WAN/OS/Server/Router/switch/printer/AV

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Gi Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About myself, technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and found out to be fine while joining

IT Executive Interview Questions Asked at Other Companies

Q1. How can you identify if a system has a hardware issue?
Q2. Did you ever used Sophos Firewall? Antivirus Server? What is IP-P ... read more
Q3. What is the difference between LAN and WiFi?
Q4. how to install os in a system what are steps you have before inst ... read more
Q5. What is the OSI model, how many layers does it have, and can you ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why should I hired you
  • Ans. 

    I have a proven track record of successfully leading IT teams and implementing innovative solutions to drive business growth.

    • Extensive experience in IT leadership roles

    • Strong track record of implementing successful IT projects

    • Proven ability to drive business growth through technology solutions

  • Answered by AI
  • Q2. How u want work here
  • Q3. What is your long time goals?
  • Q4. What is your favorite
  • Ans. 

    My favorite technology is cloud computing, as it enhances scalability, flexibility, and collaboration in IT environments.

    • Scalability: Cloud services like AWS allow businesses to scale resources up or down based on demand.

    • Cost Efficiency: Using cloud solutions can reduce infrastructure costs, as seen with companies migrating to platforms like Azure.

    • Collaboration: Tools like Google Workspace enable real-time collaboratio...

  • Answered by AI
Round 2 - Case Study 

Documentary questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Normally friendly interview only
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Logical question related to programming

Round 2 - Technical 

(1 Question)

  • Q1. Mixing, db migration, docker, file handling

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good test soo check

Round 2 - Group Discussion 

Failed in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Can do better and avoid this round for freshers

Interview Questionnaire 

4 Questions

  • Q1. SQL Server Joins?
  • Q2. Top 2 Salary from each department?
  • Ans. 

    Use SQL to retrieve the top 2 salaries from each department efficiently.

    • Use a Common Table Expression (CTE) or a subquery to rank salaries within each department.

    • Example SQL: WITH RankedSalaries AS (SELECT Department, Salary, ROW_NUMBER() OVER (PARTITION BY Department ORDER BY Salary DESC) AS Rank FROM Employees) SELECT Department, Salary FROM RankedSalaries WHERE Rank <= 2;

    • This method ensures you get the top salari...

  • Answered by AI
  • Q3. Delete 30000000+ records from the live system aprroach to delete these records?
  • Ans. 

    Use a combination of backup and delete approach to safely delete the records.

    • Take a backup of the live system before deleting any records.

    • Identify the records to be deleted using a query or script.

    • Delete the records in batches to avoid overwhelming the system.

    • Monitor the system during the deletion process for any issues.

    • Verify the deletion by checking the number of records before and after.

    • Consider archiving the delete...

  • Answered by AI
  • Q4. Performance Tuning?

Skills evaluated in this interview

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 - One-on-one 

(2 Questions)

  • Q1. What was your Targets, past experience,
  • Q2. What are the Latest trends
  • Ans. 

    The latest trends include AI, remote work, sustainability, and digital transformation.

    • Artificial Intelligence (AI) is being integrated into various industries and processes to improve efficiency and accuracy.

    • Remote work is becoming more popular due to advancements in technology and the COVID-19 pandemic.

    • Sustainability is a growing concern for businesses and individuals, leading to a shift towards eco-friendly practices...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be uptodate with current best practices, newest recruitment devices
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. React basic
  • Q2. Javascript ES6 features.
  • Q3. Redux work flow.
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Actions are dispatched to the store

    • Reducers update the state based on the action

    • Components subscribe to the store to get updated state

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Quick introduction, followed by previous work experience.
  • Q2. SQL joins, constraints, aggregate functions, analytic functions, stored procedures and functions, cursors, triggers, views, indexes, common table expression, temporary tables, materialized views.
  • Q3. Python datatypes, functions, simple programs to code, methods, exception handling.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and composed. Be confident in answering all questions. If you fail to answer some question, find out its answer later. Explain things clearly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Have you worked on angular
  • Q2. What is difference between temp data and view data
  • Ans. 

    Temp data is used to store data for a single request, while view data is used to pass data between controller and view.

    • Temp data is used to store data for a single request and is accessible only in the current request.

    • View data is used to pass data between controller and view and is accessible in the current request and the subsequent request.

    • Temp data is typically used for passing error messages or status messages bet...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. What is mvc architecture
  • Ans. 

    MVC architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model: Represents the data and business logic of the application

    • View: Represents the UI components of the application

    • Controller: Acts as an intermediary between Model and View, handling user input and updating the Model accordingly

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your strength
  • Q2. About your self
Round 4 - One-on-one 

(2 Questions)

  • Q1. How to handle team
  • Q2. What is project plan
  • Ans. 

    A project plan is a detailed document that outlines the scope, objectives, timeline, resources, and deliverables of a project.

    • Defines project scope and objectives

    • Outlines timeline and milestones

    • Identifies resources needed

    • Specifies deliverables and success criteria

    • Helps in tracking progress and managing risks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All are good

Skills evaluated in this interview

Gi Group Interview FAQs

How many rounds are there in Gi Group IT Executive interview?
Gi Group interview process usually has 1 rounds. The most common rounds in the Gi Group interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Randstad Interview Questions
3.7
 • 287 Interviews
First Advantage Interview Questions
3.7
 • 28 Interviews
Ven Consulting Interview Questions
3.5
 • 22 Interviews
Kelly Services Interview Questions
4.2
 • 17 Interviews
TELUS Health Interview Questions
4.0
 • 17 Interviews
E-Solutions Interview Questions
3.4
 • 13 Interviews
View all

Gi Group IT Executive Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.9

Skill development

5.0

Work-life balance

4.7

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Highway Engineer
100 salaries
unlock blur

₹12 L/yr - ₹19 L/yr

Consultant
22 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Branch Recruiter
18 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

HR Executive
16 salaries
unlock blur

₹2.3 L/yr - ₹4.8 L/yr

Operations Executive
15 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Gi Group with

Randstad

3.7
Compare

First Advantage

3.7
Compare

Pyramid IT Consulting

3.0
Compare

US Tech Solutions

3.7
Compare
write
Share an Interview