Upload Button Icon Add office photos

Filter interviews by

AES Technologies Senior Software Engineer Interview Questions and Answers

Updated 4 May 2022

AES Technologies Senior Software Engineer Interview Experiences

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 2,3 Round technical
  • Q2. Basic .net ,MVC framework concepts,SQL logical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google for building dynamic single-page applications.

    • Angular is based on TypeScript, a superset of JavaScript.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides features like data binding, dependency injection, and routing.

    • It has a powerful CLI (Command Line Interface) for scaffolding and building projects.

    • Angular has a large ...

  • Answered by AI
  • Q2. What is directives and pipes
  • Ans. 

    Directives and pipes are features in Angular that allow developers to extend HTML functionality and transform data in templates.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Pipes are used to format data in a template. They take in data as input and transform it into the desired output for display.

    • Examples of di...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Have you worked on ttcn earlier? Mostly related to past projects worked on C storage classes and questions on pointers snips Linked list to find the middle number
  • Q2. Asked about my work if i clear
Round 3 - Technical 

(2 Questions)

  • Q1. Mostly ttcn questions but i dont have knowledge on this
  • Q2. Ttcn development testscripts, gui implementatio

Interview Preparation Tips

Interview preparation tips for other job seekers - During hr call they were told me to provide ttcn training but at the time of final round manager rejected due to no ttcn
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is threading
  • Ans. 

    Threading is a programming technique that allows multiple tasks to run concurrently within a single process.

    • Threading allows for parallel execution of tasks within a program.

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

    • Examples of threading in programming languages include Java's Thread class and Python's threading module.

  • Answered by AI
  • Q2. 7 layer of networking
  • Ans. 

    The 7 layers of networking refer to the OSI model, which is a conceptual framework used to understand how networks operate.

    • Physical layer: Deals with physical connections and hardware (e.g. cables, switches)

    • Data link layer: Manages data transfer between devices on the same network (e.g. Ethernet)

    • Network layer: Handles routing and forwarding of data packets (e.g. IP)

    • Transport layer: Ensures data is delivered reliably an...

  • Answered by AI
Round 2 - CTO round 

(2 Questions)

  • Q1. Prev salary and prev experience(even if you fake it you can pass interview, he is dumb about software development)
  • Q2. What is your expectation
  • Ans. 

    My expectation is to work in a challenging environment where I can utilize my skills to contribute to the success of the team and company.

    • Expectation to work on complex projects that require problem-solving skills

    • Desire to collaborate with talented team members to achieve common goals

    • Opportunity for continuous learning and professional growth

    • Expectation for clear communication and feedback from management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go for it if you are not able to crack good companies.
They don't ask any DSA problems as they don't know about any coding platform (all are dumb )
good for those who have good communication skills in telling a small change a big change in code.
if you can inflate a task, you are going to join best company. (they don't need good code writers and best mf)

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Apr 2021. There were 5 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. Basic core java questions
  • Q2. Prior financial experience
  • Ans. 

    Yes

    • Worked as a software engineer at a financial institution for 5 years

    • Developed and maintained financial software applications

    • Implemented complex financial algorithms and calculations

    • Collaborated with financial analysts and stakeholders to understand requirements

    • Ensured compliance with financial regulations and security standards

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Core java coding questions on strings, filereader, arrays
  • Q2. Questions on rest services methods and implementation
Round 4 - Behavioral 

(1 Question)

  • Q1. Previous experience questions
Round 5 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good for better exposure

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 applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and advanced Java

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through an organisation, there were 5 rounds of interview.
1. Aptitude test(written):30 MCQ. Quants, Logical reasoning and vocabulary.
2. Java written test: 20 MCQ and 2 codes.
Questions are about Oops, collection,
Exceptionn and Threads. (Medium level).
Programs are based on Strings and Arrays.
3. Technical Interview 1: Mainly they used to
ask based on your Resume. You should
have very good understanding of SQL, core Java and Advance Java concepts. If you know JavaScript it's then a bit advantageous.
You should have good coding skills, they might ask you write another logic of your program written in Java written test.

4. Technical round 2 : It's all about advanced Java concepts like Jdbc, servlets, JSP, Hibernate and Springs.
5. Managerial cum HR round: Technical questions based on your resume. Normal Hr questions.

It's my honest interview experience with JMR. Interview process took one week. I got offer letter.
Good luck...😊

AES Technologies Interview FAQs

How many rounds are there in AES Technologies Senior Software Engineer interview?
AES Technologies interview process usually has 2 rounds. The most common rounds in the AES Technologies interview process are Technical and HR.

Tell us how to improve this page.

AES Technologies Senior Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
AES Technologies Senior Software Engineer Salary
based on 20 salaries
₹2.1 L/yr - ₹9.2 L/yr
67% less than the average Senior Software Engineer Salary in India
View more details

AES Technologies Senior Software Engineer Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

2.8

Salary

3.1

Job security

3.2

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
39 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Developer
23 salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Application Support Engineer
12 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Associate Software Engineer
9 salaries
unlock blur

₹1 L/yr - ₹1.9 L/yr

Explore more salaries
Compare AES Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

PC Solutions

3.7
Compare

RNF Technologies

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