Upload Button Icon Add office photos
Engaged Employer

i

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

Greenovative Energy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Greenovative Energy Full Stack Software Developer Interview Questions, Process, and Tips

Updated 12 Sep 2023

Greenovative Energy Full Stack Software Developer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There was a machine test organised as the 1st round of the interview process. The machine test was on Angular

Round 3 - Technical 

(6 Questions)

  • Q1. Throw some light on the new angular feature that doesn't use @NgModule
  • Ans. 

    The new Angular feature that doesn't use @NgModule is called Ivy.

    • Ivy is the new rendering engine in Angular that doesn't rely on @NgModule for compilation.

    • It allows for faster compilation times and smaller bundle sizes.

    • Ivy enables features like improved tree shaking and better debugging capabilities.

    • Example: Angular 9 introduced Ivy as the default rendering engine.

  • Answered by AI
  • Q2. How would the application work without @NgModule
  • Ans. 

    The application would not work properly without @NgModule as it is required to bootstrap the application and configure dependencies.

    • Without @NgModule, the application would not be able to bootstrap and start properly.

    • NgModule is used to configure dependencies, such as components, directives, and services.

    • NgModule also helps in organizing the application into modules for better maintainability and reusability.

  • Answered by AI
  • Q3. Mid level Angular interview questions
  • Q4. What are types of directives in angular
  • Ans. 

    Types of directives in Angular include structural directives, attribute directives, and component directives.

    • Structural directives are used to add or remove elements from the DOM based on conditions (e.g. *ngIf, *ngFor)

    • Attribute directives are used to change the appearance or behavior of an element (e.g. ngStyle, ngClass)

    • Component directives are custom directives that are components themselves (e.g. @Component)

  • Answered by AI
  • Q5. Can a service file have more than one instance? If yes how?
  • Ans. 

    Yes, a service file can have more than one instance by creating multiple instances of the service class.

    • Multiple instances of a service class can be created by instantiating the class multiple times.

    • Each instance will have its own state and can be used independently.

    • This can be useful for scenarios where multiple instances of the same service are needed to handle different tasks.

  • Answered by AI
  • Q6. What are pipes in angular?
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. How to make an application scalable?
  • Ans. 

    To make an application scalable, consider using cloud services, optimizing database queries, caching frequently accessed data, and using microservices architecture.

    • Utilize cloud services like AWS or Azure for scalability on demand

    • Optimize database queries to improve performance

    • Implement caching mechanisms for frequently accessed data to reduce load on servers

    • Use microservices architecture to break down the application ...

  • Answered by AI
  • Q2. Interview questions based on architecture of project and less of technical aspects
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation, polices discussion, company norms and some basic HR questions.

Interview Preparation Tips

Topics to prepare for Greenovative Energy Full Stack Software Developer interview:
  • Angular
  • HTML
  • CSS
  • Angular Material

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Happened on coderbyte

Round 2 - One-on-one 

(1 Question)

  • Q1. General English and aptitude questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion with TL and developing small application F2F
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.

Round 2 - English and Logical Test 

(2 Questions)

  • Q1. English test consist of 3 questions, 1. write a reply mail 2. correct the casual mail 3. why you are fit for this role. The test duration was 30 mins and during the test, The screen will be shared and v...
  • Q2. Logical test consist of 28 questions in 30 mins, All questions were based on general maths, aptitude and basic general knowledge.
Round 3 - Technical 

(1 Question)

  • Q1. This round was 2 hr long, They started with a basic introduction and gave me a react component based question that I had to implement from stratch by screen sharing, they will also discuss your code later.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Practice the implementation of react components from stratch.
- Practice CURD operations
- Api Calling and handling
- Implementation of Redux Store
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. How Many years of experience you have
  • Q2. 12 years of experience on the same field
Round 3 - HR 

(1 Question)

  • Q1. My Expectation and my notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - You must join for better working and learning experiance

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 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 - Coding Test 

Coding on python programming, any language is used in in coding.

Round 3 - Technical 

(2 Questions)

  • Q1. Good ask simple question and simple program
  • Q2. Python programming string reverse the string
  • Ans. 

    Python provides a simple way to reverse a string using slicing.

    • Use slicing to reverse the string: string[::-1]

    • Assign the reversed string to a new variable or print it directly

    • Alternatively, use the reversed() function to create a reversed iterator and join it back into a string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study oops concepts, algorithm , logical questions , -----

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 4 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 - Aptitude Test 

English maths reasoning and IT cybersecurity related mcq

Round 3 - Group Discussion 

Focus on the topic, think and speak

Round 4 - Technical 

(1 Question)

  • Q1. Basics should be clear

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics of cybersecurity and c python and Linux.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Digital vs non digital

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Ask some networking question?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning 20 character

Interview Preparation Tips

Topics to prepare for Anywhere Data Analyst interview:
  • Advanced Excel SQL
Interview preparation tips for other job seekers - Aptitude test
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Frontend development with react

Greenovative Energy Interview FAQs

How many rounds are there in Greenovative Energy Full Stack Software Developer interview?
Greenovative Energy interview process usually has 5 rounds. The most common rounds in the Greenovative Energy interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Greenovative Energy Full Stack Software Developer interview?

Some of the top questions asked at the Greenovative Energy Full Stack Software Developer interview -

  1. Can a service file have more than one instance? If yes h...read more
  2. Throw some light on the new angular feature that doesn't use @NgMod...read more
  3. How would the application work without @NgMod...read more

Tell us how to improve this page.

Greenovative Energy Full Stack Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Odoo Interview Questions
3.2
 • 28 Interviews
Anywhere Interview Questions
4.5
 • 14 Interviews
Seceon Inc. Interview Questions
4.6
 • 13 Interviews
Acviss Interview Questions
4.3
 • 8 Interviews
View all
Business Development Manager
5 salaries
unlock blur

₹5.3 L/yr - ₹10.5 L/yr

Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Applications Engineer
4 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Software Developer
3 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Greenovative Energy with

Bhash Software Labs

4.0
Compare

QR Crypher

4.2
Compare

HirePro Consulting

3.8
Compare

Apptunix

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