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

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About training experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical knowledge of.the subject is.essential...

I applied via Naukri.com and was interviewed before Oct 2021. 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. About current job profile
  • Q2. About family , company, job profile
Round 3 - HR 

(1 Question)

  • Q1. About family and work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your current work knowledge strong , know about basic principles and problem solving approach

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Differents between opc and ppc...???
  • Q2. What is the use of white cement...???
Round 2 - HR 

(2 Questions)

  • Q1. Previous company anual ctoc
  • Q2. What you expecting now

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 c++ coding questions will be asked based on the STL and array operations

Round 2 - One-on-one 

(1 Question)

  • Q1. Project manager will ask you project related knowledge.
Round 3 - HR 

(1 Question)

  • Q1. Will discuss basic HR round questions and discuss salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ well as many questions will be based on that

I applied via Naukri.com and was interviewed in Oct 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 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

I was interviewed in May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Check Word Presence in String

    Given a string S and a list wordList containing N distinct words, determine if each word in wordList is present in S. Return a boolean array where the value at index 'i' indi...

  • Ans. 

    Given a string and a list of words, determine if each word in the list is present in the string and return a boolean array indicating their presence.

    • Iterate through each word in the word list and check if it is present in the string.

    • Use a boolean array to store the presence of each word in the string.

    • Consider case sensitivity when checking for word presence.

    • Do not use built-in string-matching methods.

    • Return the boolean

  • Answered by AI
Round 2 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria6.75+ CGPATata interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewSelected

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Ninja Coding Round Basic Coding questions available on youtube or sources online

Round 2 - Technical 

(1 Question)

  • Q1. Panel of 2 people will ask basic technical questions and it depends on what you have mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions about relocation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise basic coding and math aptitude questions. To crack TCS

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.
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
DMart Interview Questions
3.9
 • 401 Interviews
Walmart Interview Questions
3.8
 • 386 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 157 Interviews
Landmark Group Interview Questions
4.0
 • 147 Interviews
V-Mart Interview Questions
4.1
 • 146 Interviews
Lowe's Interview Questions
4.1
 • 127 Interviews
Shoppers Stop Interview Questions
4.1
 • 111 Interviews
View all

Fast track your campus placements

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

1.0

Job security

2.6

Company culture

2.0

Promotions

1.3

Work satisfaction

Explore 4 Reviews and Ratings
Analyst
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Pricing Analyst
10 salaries
unlock blur

₹0 L/yr - ₹0 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

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