i
AIT Global
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
Questions on OOP concepts, data structures, and multithreading.
OOPS stands for Object-Oriented Programming System.
HashMap and Map are both interfaces in Java. HashMap is a class that implements the Map interface.
String is immutable in Java because it enhances security, concurrency, and performance.
String is a sequence of characters, while StringBuilder is a mutable sequence of characters.
Arrays are fixed in size, while...
My family background is diverse and has influenced my values and perspectives.
My parents come from different cultural backgrounds, which has exposed me to different traditions and languages.
I have siblings who are pursuing careers in various fields, such as medicine and engineering.
My grandparents have been influential in shaping my work ethic and instilling values of perseverance and dedication.
My family has always em...
I expect a competitive salary based on my qualifications, experience, and the industry standards.
Research the average salary range for Associate Engineers in your industry and location.
Consider your qualifications, experience, and skills when determining your salary expectations.
Be prepared to negotiate and discuss your salary expectations during the interview process.
Provide a range rather than a specific number to al...
In 5 years, I see myself as a senior engineer leading a team and contributing to innovative projects.
Leading a team of engineers
Contributing to innovative projects
Continuing professional development
Building strong technical skills
Taking on more responsibilities
My strengths include problem-solving, attention to detail, and adaptability. My weaknesses include public speaking and time management.
Strength: Problem-solving - I enjoy analyzing complex problems and finding innovative solutions. For example, in my previous role, I developed a new algorithm that significantly improved the efficiency of a software system.
Strength: Attention to detail - I have a keen eye for detail and...
I am a dedicated and motivated Associate Engineer with a strong background in engineering and problem-solving skills.
Bachelor's degree in Engineering
Experience in designing and implementing engineering solutions
Proficient in using engineering software and tools
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
Top trending discussions
I applied via Internshala and was interviewed before Nov 2021. There were 3 interview rounds.
It was Easy to moderate. Questions were not that tough. Just basic aptitude
The docker command to list the containers is 'docker ps'.
The 'docker ps' command lists all the running containers.
To list all the containers (including the stopped ones), use 'docker ps -a'.
To display the container IDs in a short format, use 'docker ps -q'.
To display the container names instead of IDs, use 'docker ps --format '{{.Names}}'.'
The command used to grab text or work in Linux is 'grep'.
Grep stands for 'global regular expression print'.
It is used to search for a specific pattern or text in a file or output.
It can be used with various options to refine the search.
Example: 'grep hello file.txt' will search for the word 'hello' in the file 'file.txt'.
posted on 17 Dec 2024
There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.
posted on 19 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Basic Aptitude test and personality test, It's easy
Print diagonal elements in a 2D array and reverse a string without using an empty string.
Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.
Iterate through the characters of the string from the last index to the first index and append each character to a new string.
posted on 6 Aug 2024
I was interviewed before Aug 2023.
Dsa question like pattern or any other basic dsa
I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.
A modifier is a word, phrase, or clause that provides additional information about another word in a sentence.
Modifiers can be adjectives, adverbs, or phrases that describe or give more information about nouns or verbs.
Example: 'The quick brown fox' - 'quick' and 'brown' are modifiers describing the fox.
Misplaced modifiers can cause confusion in a sentence.
Example: 'I only ate pizza' - Does this mean the person only at
posted on 30 Sep 2022
I applied via Walk-in and was interviewed before Sep 2021. There were 5 interview rounds.
General Aptitude and logical reasoning
About programming and basic programs with advanced program
I applied via Internshala and was interviewed before Nov 2021. There were 3 interview rounds.
It was Easy to moderate. Questions were not that tough. Just basic aptitude
The docker command to list the containers is 'docker ps'.
The 'docker ps' command lists all the running containers.
To list all the containers (including the stopped ones), use 'docker ps -a'.
To display the container IDs in a short format, use 'docker ps -q'.
To display the container names instead of IDs, use 'docker ps --format '{{.Names}}'.'
The command used to grab text or work in Linux is 'grep'.
Grep stands for 'global regular expression print'.
It is used to search for a specific pattern or text in a file or output.
It can be used with various options to refine the search.
Example: 'grep hello file.txt' will search for the word 'hello' in the file 'file.txt'.
posted on 5 Oct 2023
I was interviewed in Apr 2023.
Numeric ability test, Verbal ability test, Reasoning ability test.
To clear coding test, just need to solve 1 question out of 5, difficulty level of question - most of the time appear as (3 easy 2 medium) .
A LinkedList is a linear data structure where each element is a separate object with a reference to the next element.
Create a Node class with data and next pointer
Initialize LinkedList with a head node pointing to null
Implement methods like insert, delete, search, and traverse
Example: Node class {int data; Node next;}
Example: Insert method to add a new node at the end of the list
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no swaps are needed
Time complexity: O(n^2)
Space complexity: O(1)
Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]
SQL query to find 2nd maximum salary from employee table
Use ORDER BY and LIMIT to get the second highest salary
SELECT salary FROM employee ORDER BY salary DESC LIMIT 1, 1
I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.
Some of the top questions asked at the AIT Global Associate Engineer interview -
Software Developer
32
salaries
| ₹2.2 L/yr - ₹7.4 L/yr |
Software Engineer
30
salaries
| ₹2 L/yr - ₹10 L/yr |
Associate Software Engineer
28
salaries
| ₹2.5 L/yr - ₹5 L/yr |
QA Engineer
27
salaries
| ₹4.1 L/yr - ₹11 L/yr |
Team Lead
21
salaries
| ₹4.9 L/yr - ₹17 L/yr |
TCS
Infosys
Wipro
HCLTech