Upload Button Icon Add office photos

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.

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is ReactQuery?
  • Ans. 

    ReactQuery is a library for managing server state in React applications.

    • Provides hooks for fetching, caching, and updating data from APIs

    • Automatically handles caching, background refetching, and stale data management

    • Improves performance by reducing unnecessary network requests

  • Answered by AI
  • Q2. Have you used useMemo, useCallback
  • Ans. 

    Yes, I have used useMemo and useCallback in React applications.

    • Used useMemo to memoize expensive calculations and prevent unnecessary re-renders.

    • Used useCallback to memoize functions and prevent unnecessary re-creations.

    • Example: const memoizedValue = useMemo(() => calculateValue(a, b), [a, b]);

    • Example: const memoizedFunction = useCallback(() => { doSomething(a, b); }, [a, b]);

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Data Structure and Algorithms
Round 1 - Coding Test 

Leet code easy/medium

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and negotiate well with HR. Discuss with hiring manager about the role
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 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 

(2 Questions)

  • Q1. Basic fundamentals of React, JS, HTML and CSS
  • Q2. Virtual DOM closure Hoisting spread and rest
Round 3 - Technical 

(2 Questions)

  • Q1. Sprint groom, Maximum story points in sprint, what is the role of scrum master, refresh token, Synthetic events, webpack, reduction, redux saga vs thunk, what pattern thunk follows, hooks
  • Ans. 

    Answering questions related to sprint grooming, Scrum Master role, refresh tokens, Synthetic events, webpack, redux saga vs thunk, and hooks for Senior Software Engineer position.

    • Sprint grooming involves prioritizing and estimating user stories for the upcoming sprint.

    • Scrum Master facilitates the Scrum process and ensures the team follows the Agile principles.

    • Refresh tokens are used to obtain new access tokens after th...

  • Answered by AI
  • Q2. Swagger vs postman
  • Ans. 

    Swagger is for API design and documentation, Postman is for API testing and collaboration.

    • Swagger is used for designing and documenting APIs

    • Postman is used for testing and collaborating on APIs

    • Swagger generates API documentation automatically

    • Postman allows for easy API testing and debugging

    • Both tools can be used together for a complete API workflow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have met worst interviewer in technical 2, his way of speaking is degradable.

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. Kotlin & Java + DSA
  • Q2. Resume related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Java and Kotlin + DSA
Round 4 - Behavioral 

(1 Question)

  • Q1. General discussion
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

I was interviewed before May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

They have asked to write Java programs for finding list of angrams present in an array nd some of api response codes nd there uses plus various rest methods nd their differences

  • Q1. Find all anagrams

    You have been given a string STR and a non-empty string PTR. Your task is to find all the starting indices of PTR’s anagram in STR.

    An anagram of a string is another string which contai...

  • Ans. 

    1-first I wrote a program to find whether two strings are anagram or not.
    2- then I moved to 2 nd steps ie: how to store as there can be many different anagrams.
    3-then I thought of map but first I stored single key value string in map in that case we can't capture the results 
    4-then I took map with string as key and value as list of string

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was dynamic programming round have been asked Java programs

  • Q1. Sum of Digits

    Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less than 10. Ninja wants to find what will be the...

  • Ans. 

    1-first I wrote program to add simple digit with any carry forward
    2-then I moved to calculate carry forward cases
    3-in that case I did mod if digit is more than 10
    4-problem was I was iterating from last digit and printing single digit post added Carrey forward
    5-but if it came to first digit we need to write it as it is ie:6+7=13 so have to print as complete 13 not as 3

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Have been asked to explain existing projects and what extraordinary you have done

  • Q1. Basic HR questions

    Wat extraordinary have you done is your current company

  • Ans. 

    Tip 1 : Explain anything has been done in your company which you think u know very well
    Tip 2 : if you don't have such get it from your colleagues
    Tip 3 : it is must and asked in most of the companies

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in BangaloreEligibility criteria2+ years of experience required on cutting edge technologiesWalmart interview preparation:Topics to prepare for the interview - DATA STRUCTURES, AWS, JENKINS, DYNAMIC PROGRAMMING, COLLECTIONS, ALGORITHMS, SQL, APITime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Java programs of the day site interview questions(that's all you need to practice) which is having 50+ questions
Tip 2 : read api methods and their differences nd various response codes mostly 4xx nd 5xx
Tip 3 : prepare SQL queries mostly joins

Application resume tips for other job seekers

Tip 1 : write summary overview nd highlights your key skills
Tip 2 : Should read AWS from Javat point nd mention atleast any cloud experience ie :gcp,AWS,azure

Final outcome of the interviewSelected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Given a unsorted integer array with multiple zeroes , sort the array but the position of zeroes should stay intact

Round 2 - Technical 

(2 Questions)

  • Q1. Coding cum technical interview
  • Q2. Simple coding test and technical question on huge volumes handling
Round 3 - Behavioral 

(1 Question)

  • Q1. Based on latest project

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

Interview Preparation Tips

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

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, HR and Resume Shortlist.
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.
What are the top questions asked in Giant Eagle Senior Software Engineer interview?

Some of the top questions asked at the Giant Eagle Senior Software Engineer interview -

  1. Director Round with an Indian guy sitting in US - How to do central logging in ...read more
  2. C# OOPS related questions, Design Patterns and simple coding questions such as ...read more
  3. Very Easy Technical round with a panel of 3 from US in which easy coding questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Walmart Interview Questions
3.8
 • 397 Interviews
DMart Interview Questions
4.0
 • 391 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Vishal Mega Mart Interview Questions
3.8
 • 153 Interviews
V-Mart Interview Questions
4.2
 • 141 Interviews
Landmark Group Interview Questions
4.0
 • 141 Interviews
Lowe's Interview Questions
4.2
 • 128 Interviews
Target Interview Questions
4.2
 • 115 Interviews
View all

Fast track your campus placements

View all
Giant Eagle Senior Software Engineer Salary
based on 15 salaries
₹19.5 L/yr - ₹29 L/yr
68% 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.3

Skill development

3.0

Work-Life balance

2.6

Salary & Benefits

1.0

Job Security

2.6

Company culture

2.0

Promotions/Appraisal

1.3

Work Satisfaction

Explore 4 Reviews and Ratings
Analyst
26 salaries
unlock blur

₹6.7 L/yr - ₹11 L/yr

Senior Analyst
23 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹15 L/yr - ₹29 L/yr

Lead Engineer
18 salaries
unlock blur

₹21 L/yr - ₹34.3 L/yr

Senior Pricing Analyst
10 salaries
unlock blur

₹6.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Giant Eagle with

Reliance Retail

3.9
Compare

Future Group

4.3
Compare

Spencer's Retail

3.8
Compare

DMart

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview