Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Golden Eagle IT Technologies Team. If you also belong to the team, you can get access from here

Golden Eagle IT Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Golden Eagle IT Technologies Interview Questions and Answers for Experienced

Updated 5 Jun 2024

Golden Eagle IT Technologies Interview Experiences for Experienced

Popular Designations

2 interviews found

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA question, python basics, decorator

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the Middleware
  • Ans. 

    Middleware is a framework of hooks into Django's request/response processing.

    • Middleware is a Python code that processes requests and responses in Django.

    • It is a framework of hooks that can alter the input or output of the request/response cycle.

    • Middleware can be used for authentication, logging, error handling, etc.

    • Example: Django includes middleware for CSRF protection, session management, etc.

  • Answered by AI
  • Q2. What is the signal
  • Ans. 

    A signal is a notification mechanism used in Django to allow decoupled applications to get notified when certain actions occur.

    • Signals are used to allow decoupled applications to get notified when certain actions occur in Django.

    • Signals are defined by creating a receiver function that gets called when the signal is sent.

    • Signals are useful for implementing certain functionalities like sending email notifications after a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic python and django framework

Skills evaluated in this interview

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. 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. Some basic data structure questions.
  • Q2. Framework based questions
Round 3 - Coding Test 

Some tricky question based on data types

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basic level questions and some tricky question and framework based questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Golden Eagle IT Technologies

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
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 - Coding Test 

Its very good the give a scenario and according to that you have to develop a project

Round 3 - Technical 

(2 Questions)

  • Q1. What is inhertance and its type
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows the new class to inherit the properties and methods of the existing class.

    • There are 4 types of inheritance: Single, Multiple, Hierarchical, and Multilevel.

    • Example: A class 'Car' can inherit properties and methods from a class 'Vehicle'.

  • Answered by AI
  • Q2. What is Polymorpism and thier type
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. There are two types: compile-time and runtime polymorphism.

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Polymorphism allows for code reusability and flexibility in object-oriented programming.

    • Example of compile-time polymorphism...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and trust yourself, practice with coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Small application that perform crud operation

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Medium level coding questions

Round 3 - Group Discussion 

Topic related to the domain is the main focus, communication is checked.

Round 4 - Technical 

(1 Question)

  • Q1. Here the experts going to ask the questions and purely technical questions.
Round 5 - HR 

(1 Question)

  • Q1. The HR Round is the easiest one to tackle they would try to know your personality.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Coding Test 

Sorting algo , array question

Round 2 - Technical 

(1 Question)

  • Q1. Oops dbms coding basics

Golden Eagle IT Technologies Interview FAQs

How many rounds are there in Golden Eagle IT Technologies interview for experienced candidates?
Golden Eagle IT Technologies interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Golden Eagle IT Technologies interview process for experienced candidates are Coding Test, Technical and One-on-one Round.
How to prepare for Golden Eagle IT Technologies interview for experienced candidates?
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 Golden Eagle IT Technologies. The most common topics and skills that interviewers at Golden Eagle IT Technologies expect are Javascript, Python, MongoDB, HTML and SQL.
What are the top questions asked in Golden Eagle IT Technologies interview for experienced candidates?

Some of the top questions asked at the Golden Eagle IT Technologies interview for experienced candidates -

  1. What is the Middlew...read more
  2. What is the sig...read more
  3. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. ...read more

Tell us how to improve this page.

Golden Eagle IT Technologies Interview Process for Experienced

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Golden Eagle IT Technologies Reviews and Ratings

based on 16 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.1

Salary

4.0

Job security

4.5

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 16 Reviews and Ratings
Python Developer
11 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Software Developer
8 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

HR Manager
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Angular Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Golden Eagle IT Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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