Upload Button Icon Add office photos

Giant Eagle

Compare button icon Compare button icon Compare

Filter interviews by

Giant Eagle Senior Software Engineer Interview Questions and Answers

Updated 26 Oct 2022

Giant Eagle Senior Software Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. C# OOPS related questions, Design Patterns and simple coding questions such as Fizz Buzz and Palindrome for which I had to share my screen code and run the solution and explain the Time & Space complexity ...
Round 3 - Technical 

(1 Question)

  • Q1. Very Easy Technical round with a panel of 3 from US in which easy coding questions on List etc were asked to program and run on an online compiler
Round 4 - Technical 

(1 Question)

  • Q1. Director Round with an Indian guy sitting in US - How to do central logging in a multi server setup? I answered by saying we can use AWS Cloudwatch to achieve this for monitoring analysis & logging or we c...
Round 5 - HR 

(1 Question)

  • Q1. Had two HR rounds - They said that they cannot give the salary which I had initially shared with them as my expected salary. If that was the case then why waste someone's time, they could have told me this...

Interview Preparation Tips

Interview preparation tips for other job seekers - Better clear up the expected salary before itself, so that you don't end up getting your time wasted.

Top trending discussions

View All
Interview Tips & Stories
4d (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 Giant Eagle?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. How to generate an unique id for a massive parallel system?
  • Ans. 

    An unique id for a massive parallel system can be generated using a combination of timestamp, machine id and a random number.

    • Use a timestamp to ensure uniqueness

    • Include a machine id to avoid collisions in a distributed system

    • Add a random number to further increase uniqueness

    • Consider using a UUID (Universally Unique Identifier) for simplicity

    • Ensure the id generation algorithm is thread-safe

  • Answered by AI
  • Q2. Design a parking lot system?
  • Ans. 

    A parking lot system that manages parking spots and vehicles.

    • Create a class for parking lot with attributes like total number of spots, available spots, etc.

    • Create a class for vehicle with attributes like license plate number, type, etc.

    • Implement methods for parking a vehicle, removing a vehicle, and checking availability of spots.

    • Use data structures like arrays and maps to store and retrieve information.

    • Consider imple...

  • Answered by AI
  • Q3. Singleton ,Factory design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for design questions as well

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

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 - Coding Test 

Will be asked for basic python competency

Round 3 - One-on-one 

(2 Questions)

  • Q1. How does the internet work end to end
  • Ans. 

    The internet is a global network of interconnected devices that communicate using standardized protocols.

    • Data is sent in packets using the TCP/IP protocol

    • Devices are identified using unique IP addresses

    • DNS translates domain names to IP addresses

    • Routers direct traffic between networks

    • Firewalls protect against unauthorized access

    • Encryption ensures secure communication

  • Answered by AI
  • Q2. What is the stack overflow error
  • Ans. 

    Stack overflow error occurs when the call stack exceeds its limit due to infinite or too many recursive function calls.

    • Occurs when the call stack is full

    • Caused by infinite or too many recursive function calls

    • Can lead to program crashes or unexpected behavior

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Closures, Projecr structure in react Why use redux What frameworks are available
Round 2 - Technical 

(1 Question)

  • Q1. Web performance Currying LLD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 6 interview rounds.

Round 1 - Coding Test 

Simple link to solve problems mostly from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa quesions on stack
  • Q2. Dsa question on linkedlist
Round 3 - Coding Test 

Test on java mostly covered multithreading

Round 4 - Technical 

(1 Question)

  • Q1. Design round asked to design a cache
  • Ans. 

    Design a cache system to improve data retrieval speed and efficiency.

    • Define cache types: LRU (Least Recently Used), LFU (Least Frequently Used), etc.

    • Implement a data structure: Use a hashmap for O(1) access and a linked list for order.

    • Set cache size limits to prevent memory overflow.

    • Consider cache eviction policies to manage space effectively.

    • Example: In-memory cache for web applications to store user sessions.

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round mostly dependent on experiences
Round 6 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - it an easy process to crack interview in walmart just need to work on medium level dsa , and skilled in existing technology
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement infinite scroll
  • Ans. 

    Implementing infinite scroll for a web application

    • Use a front-end framework like React or Angular to handle the scrolling functionality

    • Fetch additional data from the server as the user scrolls down the page

    • Update the UI with the new data without reloading the entire page

  • Answered by AI
  • Q2. Intersection observer API

Skills evaluated in this interview

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

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Questions on ALgo & DS.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Technical
  • Q2. Questions on Algo
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Algo
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT JOIN this COMPANY
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most questions were based on array, string and few on backtracking and trees.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your concepts well, DSA is important but Core Java concepts are also important. good weightage was given to Spring Boot too. System Design was last round, very deep understanding was required. But since this was for SE-3 position (Mid level engineer), I think it is expected. LLD was not asked much apart from Design Principles and Patterns I have used in actual work.

Interview Questionnaire 

4 Questions

  • Q1. Sort algorithm , programming
  • Q2. Dot net basics
  • Q3. Top3rd highest salary using linq
  • Q4. How do you manage your team if 1 person out of team is not performing well
  • Ans. 

    Addressing underperformance involves communication, support, and clear expectations to foster improvement.

    • 1. Conduct a one-on-one meeting to understand the root cause of underperformance. For example, ask about any challenges they are facing.

    • 2. Set clear, achievable goals and expectations. For instance, outline specific tasks and deadlines to help them focus.

    • 3. Provide necessary resources and support, such as training ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practice around data structure programming.
Round 1 - Technical 

(1 Question)

  • Q1. DSA question mostly coding

Interview Preparation Tips

Interview preparation tips for other job seekers - worst interview experience.
I went through 2 rounds, and believe I did well but I didn't hear back from the HR,
I tried to reach out to the hr to get the feedback but they are not gonna reply back,I tried to mail and call her but she just didn't reply

Giant Eagle Interview FAQs

How many rounds are there in Giant Eagle Senior Software Engineer interview?
Giant Eagle interview process usually has 5 rounds. The most common rounds in the Giant Eagle interview process are Technical, Resume Shortlist and HR.
How to prepare for Giant Eagle Senior Software Engineer 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 Giant Eagle. The most common topics and skills that interviewers at Giant Eagle expect are Automation, Oracle Financials, SQL, Application Support and Bi Publisher.

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
DMart Interview Questions
3.9
 • 452 Interviews
Walmart Interview Questions
3.5
 • 410 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 175 Interviews
Titan Company Interview Questions
4.3
 • 166 Interviews
Best Sellers Interview Questions
4.1
 • 30 Interviews
J. C. Penney Interview Questions
3.9
 • 19 Interviews
Sears Holdings Interview Questions
2.9
 • 12 Interviews
View all
Giant Eagle Senior Software Engineer Salary
based on 20 salaries
₹18 L/yr - ₹30 L/yr
40% more than the average Senior Software Engineer Salary in India
View more details

Giant Eagle Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.1/5

Rating in categories

1.2

Skill development

3.1

Work-life balance

2.5

Salary

1.0

Job security

2.5

Company culture

2.1

Promotions

1.2

Work satisfaction

Explore 4 Reviews and Ratings
Analyst
29 salaries
unlock blur

₹6.7 L/yr - ₹12 L/yr

Senior Analyst
25 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Lead Engineer
19 salaries
unlock blur

₹25 L/yr - ₹38 L/yr

Associate Analyst
11 salaries
unlock blur

₹5.6 L/yr - ₹9.8 L/yr

Explore more salaries
Compare Giant Eagle with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Vishal Mega Mart

3.7
Compare

Future Group

4.2
Compare
write
Share an Interview