i
Golden Eagle IT Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
DSA question, python basics, decorator
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.
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...
I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.
Some tricky question based on data types
I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.
Answers to interview questions for Software Developer Trainee position.
C is a procedural programming language while C++ is an object-oriented programming language.
A class is a blueprint for creating objects in object-oriented programming.
An object is an instance of a class that encapsulates data and behavior.
Polymorphism is the ability of an object to take on many forms. Example: a shape class with different subclasses...
I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.
Golden Eagle IT Technologies interview questions for popular designations
I primarily use Java, and am also proficient in Python and C++.
Proficient in Java, Python, and C++
Experience with object-oriented programming
Familiarity with data structures and algorithms
Top trending discussions
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
I was interviewed in Jan 2025.
Reasoning, English, Family Relation, etc.
Leetcode, GFG, HackerRank
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.
Coding based questions
posted on 26 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Experience in developing web applications
Good team player
posted on 16 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Reverse the words in a string without using built-in functions.
Split the string into an array of words using a space as the delimiter.
Create a new array and iterate over the words array in reverse order, adding each word to the new array.
Join the new array of words back into a single string with spaces between each word.
Path params are part of the URL path, while query params are appended to the URL after a '?'
Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results
Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin
Path params are typically used for required parameters, while query params...
Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.
Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}
Query parameters are used for filtering or sorting data, e.g. /users?status=active
Header parameters contain additional information for the request, e.g. Content-Type: application/json
Body parameters are used to send data in ...
To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.
Use given() method to set request parameters and body
Use post() method to send the request
Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")
based on 2 interviews
Interview experience
based on 16 reviews
Rating in categories
Python Developer
11
salaries
| ₹2.4 L/yr - ₹5.2 L/yr |
Software Developer
8
salaries
| ₹3 L/yr - ₹4.9 L/yr |
Software Engineer
4
salaries
| ₹4 L/yr - ₹7 L/yr |
HR Manager
4
salaries
| ₹5 L/yr - ₹6 L/yr |
Angular Developer
4
salaries
| ₹1.2 L/yr - ₹3.4 L/yr |
TCS
Infosys
Wipro
HCLTech