Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by EnergyTech Global Team. If you also belong to the team, you can get access from here

EnergyTech Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EnergyTech Global Interview Questions and Answers

Updated 23 Mar 2025

EnergyTech Global Interview Experiences

Popular Designations

8 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions realated to python
  • Q2. Python list dictionary
Round 2 - One-on-one 

(1 Question)

  • Q1. General logical questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Software Analyst Interview Questions asked at other Companies

Q1. D/f b/w Put and Patch method in API?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Energy market functioning and knowhow
  • Ans. 

    Understanding of energy market operations and processes is essential for the role of Senior Process Lead.

    • Knowledge of energy market structures, participants, and regulations

    • Understanding of energy trading, pricing mechanisms, and risk management

    • Experience in analyzing market trends and forecasting demand

    • Ability to optimize processes to improve efficiency and reduce costs

    • Examples: familiarity with energy market platform

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go care free and be honest in your answers

Senior Process Lead Interview Questions asked at other Companies

Q1. What types of motor dealer you are Handling in your location
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. About Experience Email, Essay, and other writing test
  • Q2. About Experience Non Voice test

Interview Preparation Tips

Interview preparation tips for other job seekers - The company closed due to business losses, yet it was a very good company.

Process Specialist Interview Questions asked at other Companies

Q1. What do you understand in KYC, KYC documents? In your previous organisation what did you learn? Can you tel something about what solution have you solve and what are the outcomes? Questions based on process improvement or implementation?
View answer (2)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitude and then simple codes

Round 2 - Technical 

(1 Question)

  • Q1. Simple questions on project, resume etc
Round 3 - Coding Test 

Simple codes and aptitude questions, all are on basic topics only

Interview Preparation Tips

Interview preparation tips for other job seekers - i joined as a fresher, be good at basics and what you mentioned in resume

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

EnergyTech Global interview questions for popular designations

 Senior Software Analyst

 (2)

 Devops Engineer

 (1)

 Senior Process Lead

 (1)

 Associate Software Analyst

 (1)

 Data Engineer

 (1)

 Senior Software Consultant

 (1)

 Process Specialist

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. CI/Cd and how to automate aws infrastructure
  • Ans. 

    CI/CD is a practice of automating the software delivery process, while automating AWS infrastructure involves using tools like Terraform or CloudFormation.

    • Use tools like Terraform or CloudFormation to define infrastructure as code

    • Integrate CI/CD pipelines with AWS services like CodePipeline for automated deployments

    • Leverage AWS SDKs and APIs for automating infrastructure provisioning and management

  • Answered by AI
  • Q2. Docker , jenkins scripts
Round 2 - Coding Test 

Ask you to write terraform, jenkins , gitlab scripts

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Python Questions related to DS in Python, List Comprehension, and Mapping two lists.
  • Q2. Few Aptitude questions

Senior Software Analyst Interview Questions asked at other Companies

Q1. D/f b/w Put and Patch method in API?
View answer (1)

Jobs at EnergyTech Global

View all
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 

(1 Question)

  • Q1. About Linux , resume
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 4 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn programming Java python c c++ php Linux html apptitude

Associate Software Analyst Interview Questions asked at other Companies

Q1. Tell me something about agilysys and its products.
View answer (1)

I applied via Referral and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Any specific reason for decrease in percentage?
  • Q3. What do you know about the company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident on basics. Must have programming skills.
You can be asked on any topic across your domain.

Senior Software Consultant Interview Questions asked at other Companies

Q1. How to decide Preference between Functional components and class components in reactjs?
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

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

EnergyTech Global Interview FAQs

How many rounds are there in EnergyTech Global interview?
EnergyTech Global interview process usually has 2-3 rounds. The most common rounds in the EnergyTech Global interview process are Technical, Coding Test and One-on-one Round.
How to prepare for EnergyTech Global interview?
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 EnergyTech Global . The most common topics and skills that interviewers at EnergyTech Global expect are Python, Information Technology, Linux, Postgresql and Computer science.
What are the top questions asked in EnergyTech Global interview?

Some of the top questions asked at the EnergyTech Global interview -

  1. CI/Cd and how to automate aws infrastruct...read more
  2. Energy market functioning and know...read more
  3. Basic Python Questions related to DS in Python, List Comprehension, and Mapping...read more

Tell us how to improve this page.

EnergyTech Global Interview Process

based on 7 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

EnergyTech Global Reviews and Ratings

based on 46 reviews

4.0/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.8

Salary

3.3

Job security

4.2

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 46 Reviews and Ratings
Senior Software Consultant - Infra & DevOps

Hyderabad / Secunderabad

8-10 Yrs

₹ 19-25 LPA

Senior Software Consultant (Full Stack)

Hyderabad / Secunderabad

8-10 Yrs

₹ 19-25 LPA

Explore more jobs
Senior Software Analyst
61 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Software Analyst
41 salaries
unlock blur

₹5.4 L/yr - ₹8.4 L/yr

Process Specialist
21 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Software Consultant
19 salaries
unlock blur

₹7.7 L/yr - ₹18 L/yr

Senior Software Consultant
10 salaries
unlock blur

₹19 L/yr - ₹27 L/yr

Explore more salaries
Compare EnergyTech Global with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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