i
Golden Eagle IT Technologies
Filter interviews by
I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.
Some tricky question based on data types
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
posted on 20 Oct 2024
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
Timea and work,time and distance
Mettl , easyrotate array , reverse strign
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.
It is easy to solve the Aptitude question and some identifying outputs of program.
A class is a blueprint for creating objects in object-oriented programming.
A class defines the properties and behaviors of objects.
An object is an instance of a class.
Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
Swap two numbers without using temp variable and reverse a string without using built-in functions.
To swap two numbers without using temp variable, use bitwise XOR operation.
To reverse a string without using built-in functions, use two pointers approach.
Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;
Example for reversing a string: use two pointers to swap characters from start and end of the string.
Now, I am preparing for the third round.
So, I don't know the Coding Question.
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.
Gather requirements from stakeholders
Create a design based on requirements
Write code to implement the design
Test the software for bugs and issues
Deploy the software for users to use
Iterate on feedback and make improvements
I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.
Coding related queries
I applied via Campus Placement
I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.
JUST BASIC APPTITUDE , IF YOU ARE GOOD WITH BASICS THEN ITS GOOD
YOU SHJOULD KNOW INTERMEDIATE CODING
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Medium
Coding Round:
Questions -3
Time- 90 min
Topic- DP, Array, String
Given an array of size N
and Q
queries, each query requires left rotating the original array by a specified number of elements. Return the modified array for each query.
The idea is to create a function which would rotate the array one element at a time. This can be done by shifting the array towards left by one element and copying the first element to the end of the array. For every query repeatedly call the above function, until the desired rotation is obtained.
If the number of rotations required, say ‘K’, is greater than the number of elements, ‘N’,...
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
Given a string (STR
) of length N
, you are tasked to create a new string through the following method:
Select the smallest character from the first K
characters of STR
, remov...
O(1)
Since we ar...
Tip1 : Practice at least 250 Questions based on DSA
Tip2 : Practice at least 50 Basic Javascript Questions
Tip3 : Practice at least 50 SQL query Questions
Tip4 : Do at least 2 projects ( full stack-based technology )
Tip 1 : Keep it short. Mention the academic and professional projects you've done.
Tip 2 : Add your educational details properly with the percentage or CGPA obtained.
Tip 3 : Have some projects on a resume.
Tip 4 : Do not put false things on your resume.
based on 1 interview
Interview experience
based on 2 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