Upload Button Icon Add office photos

Filter interviews by

AES Technologies Interview Questions and Answers for Experienced

Updated 24 Apr 2022

AES Technologies Interview Experiences for Experienced

Popular Designations

1 interview found

I applied via Naukri.com and was interviewed in Mar 2022. There were 10 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Review resumes and select suitable CV for
Round 2 - Technical 

(1 Question)

  • Q1. Review the CV from available data shortlisted CV send to HR for inform candidates for interview.
Round 3 - Aptitude Test 
Round 4 - Technical 

(1 Question)

  • Q1. After aptitude test check the technical capabilities
Round 5 - Group Discussion 

After interview do group digit finalize the candidates

Round 6 - HR 

(1 Question)

  • Q1. Inform HR for discuss company facilities and other benefits
Round 7 - Assignment 
Round 8 - HR 

(1 Question)

  • Q1. Arrangements for initial training
  • Ans. 

    Initial training will be provided to all team members to ensure they have the necessary skills and knowledge to perform their roles effectively.

    • All team members will receive training on the company's maintenance policies and procedures.

    • Training will cover the use of equipment and tools, safety procedures, and troubleshooting techniques.

    • Training will be conducted by experienced maintenance personnel and may include clas...

  • Answered by AI
Round 9 - Technical 

(1 Question)

  • Q1. Technical training and probation period
Round 10 - One-on-one 

(1 Question)

  • Q1. Review probation period performance and sign job contract

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the sequence before go for interview

Team Leader Maintenance Interview Questions asked at other Companies

Q1. Arrangements for initial training
View answer (1)

Jobs at AES Technologies

View all

Interview questions from similar companies

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    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.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    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...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    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 ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    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")

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple map question basically it was frequency based sorting

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about oops
  • Ans. 

    Object-oriented programming paradigm where data and behavior are encapsulated within objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: ability for a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects of different classes to respond to the same method call

  • Answered by AI
  • Q2. Tell me about the threads in Operating system
  • Ans. 

    Threads in operating system are lightweight processes that share the same memory space and resources.

    • Threads allow for concurrent execution within a single process

    • Threads share the same memory space, allowing for efficient communication and data sharing

    • Threads can be created and managed by the operating system or by the application itself

    • Examples of threading models include user-level threads and kernel-level threads

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions asked
  • Q2. System design
Round 3 - Ghosted 

(1 Question)

  • Q1. Ghosted by recuriter
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Debugging Techniques, Types of Logs
  • Ans. 

    Debugging techniques involve using logs to identify and fix issues in code.

    • Types of logs include console logs, file logs, event logs, and trace logs.

    • Debugging techniques include using breakpoints, stepping through code, and analyzing error messages.

    • Logging frameworks like log4net and NLog can be used to generate logs for debugging purposes.

  • Answered by AI
  • Q2. Aptitude type questions
  • Q3. Basic sql queries, sql injection
  • Q4. Sessions and cookies

Interview Preparation Tips

Topics to prepare for ClaySys DOT NET Developer interview:
  • MySQL
  • .Net
  • Debugging
  • aptitude
Interview preparation tips for other job seekers - I was a 1 yr experienced candidate interviewed for dot net developer position. Practise your sql skills and overall the interviwer was very friendly and it was good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(5 Questions)

  • Q1. Ques -> Can you define difference b/w Azure data lake and Delta lake.
  • Ans. 

    Azure Data Lake is a cloud-based storage and analytics service, while Delta Lake is an open-source storage layer that adds reliability to data lakes.

    • Azure Data Lake is a service provided by Microsoft Azure for storing and analyzing large amounts of data.

    • Delta Lake is an open-source storage layer that adds ACID transactions and schema enforcement to data lakes.

    • Azure Data Lake is a cloud-based solution, while Delta Lake ...

  • Answered by AI
  • Q2. How to implemented Primary key and foreign key in delta tables.
  • Ans. 

    Primary keys and foreign keys can be implemented in delta tables using constraints and references.

    • Primary keys can be implemented using the PRIMARY KEY constraint, which ensures that each record in the table has a unique identifier.

    • Foreign keys can be implemented using the FOREIGN KEY constraint, which establishes a link between two tables based on a common column.

    • The referenced table must have a primary key defined, a...

  • Answered by AI
  • Q3. How to handle exception in python?
  • Ans. 

    Exception handling in Python allows for the graceful handling of errors and prevents program crashes.

    • Use try-except blocks to catch and handle exceptions.

    • Multiple except blocks can be used to handle different types of exceptions.

    • The finally block is executed regardless of whether an exception occurred or not.

    • Exceptions can be raised using the 'raise' keyword.

    • Custom exceptions can be defined by creating a new class that

  • Answered by AI
  • Q4. What is star schema and snowflake schema
  • Ans. 

    Star schema is a data modeling technique where a central fact table is connected to multiple dimension tables. Snowflake schema is an extension of star schema with normalized dimension tables.

    • Star schema is a simple and denormalized structure

    • It consists of a central fact table connected to multiple dimension tables

    • Dimension tables contain descriptive attributes

    • Star schema is easy to understand and query, but can lead t...

  • Answered by AI
  • Q5. Which are the most frequently change
  • Ans. 

    The most frequently changing data

    • Customer preferences

    • Market trends

    • Weather data

    • Stock prices

    • Social media trends

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 section
MCQ + CODING(intermediate level)

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to JS, ANGULAR, Node JS, and some Coding questions
Round 3 - Assignment 

Todo application was the assignment task to complete in one day.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile which you have applied for,
Basics of profile stack you should know atleast,
Good to have DSA atleast intermediate level
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Your experience and expertise
  • Q2. Experience and understanding of tech

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals sorted with a decent understanding of Technology and B2B Sales and marketing.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Fizz buzz question and array related

Round 2 - Technical 

(1 Question)

  • Q1. Basic react, javascript and one question to find duplicate.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

AES Technologies Interview FAQs

How many rounds are there in AES Technologies interview for experienced candidates?
AES Technologies interview process for experienced candidates usually has 10 rounds. The most common rounds in the AES Technologies interview process for experienced candidates are HR, Technical and One-on-one Round.
How to prepare for AES 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 AES Technologies. The most common topics and skills that interviewers at AES Technologies expect are Web Development, IT Services, Outsourcing, Business Solutions and Javascript.
What are the top questions asked in AES Technologies interview for experienced candidates?

Some of the top questions asked at the AES Technologies interview for experienced candidates -

  1. Arrangements for initial train...read more
  2. Review the CV from available data shortlisted CV send to HR for inform candidat...read more
  3. After aptitude test check the technical capabilit...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 AES Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

AES Technologies Reviews and Ratings

based on 37 reviews

3.5/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.1

Salary & Benefits

3.5

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.7

Work Satisfaction

Explore 37 Reviews and Ratings
PHP Developer [Front End | Back End]

Coimbatore

1-3 Yrs

Not Disclosed

AWS Data Engineer

Coimbatore

3-8 Yrs

Not Disclosed

HR Coordinator (Operation+Admin+Audit) Hot

Coimbatore

1-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
42 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Software Developer
21 salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹1 L/yr - ₹1.9 L/yr

Application Support Engineer
9 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare AES Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview