Upload Button Icon Add office photos

Filter interviews by

Ushva Clean Technology Software Engineer Interview Questions and Answers

Updated 17 Feb 2023

Ushva Clean Technology Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in 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 - Coding Test 

Very Easy test even 10th Class guy can pass

Round 3 - Technical 

(2 Questions)

  • Q1. Very Easy questions asked Fraud interview process
  • Q2. Fraud interview process

Interview Preparation Tips

Interview preparation tips for other job seekers - Fraud Company never even try for Job here , didn't waste your time

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Passionate about creating innovative web applications

  • Answered by AI
  • Q2. Tell me about your internship experience
  • Ans. 

    I completed a software engineering internship at a tech company, where I worked on developing new features for their mobile app.

    • Developed new features for mobile app

    • Collaborated with team members on coding tasks

    • Participated in code reviews and testing

    • Learned about agile development practices

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Just half hour interview Oops concept
  • Q2. . Net and angular basics
  • Q3. Project in details
Round 2 - Behavior 

(3 Questions)

  • Q1. What if team is not supporting you
  • Q2. Manager is not agree
  • Q3. 5 year your goals

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Work experience in previous organization
  • Q2. 2. Practical example of how did you use STL in previous work experience
  • Q3. 3. Practical example of how did you use OOPS in previous work experience
  • Q4. 4. Practical example of how did you use Multithreading in previous work experience
  • Q5. 5. All other questions were to check GK of software engineering like Can Java program have memory leaks? What do you prefer efficiency or performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and only answer things that you know. If you are not aware of a particular topic just be honest and let them know. Even if you are not technically sound but show a good potential to learn and obey they may hire you.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is node js?
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It has a large ecosystem of open-source libraries and frameworks like Express.js.

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows a program to efficiently handle multiple events or tasks concurrently.

    • Event loop is commonly used in asynchronous programming to manage tasks that may take varying amounts of time to complete.

    • It continuously checks for events or tasks in a queue and executes them one by one.

    • Event loop helps prevent blocking of the main thread by allowing non-blocking execution of tasks.

    • Popular exam...

  • Answered by AI
  • Q3. Difference between callback and promise?
  • Ans. 

    Callback is a function passed as an argument to another function to be executed later, while a promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Callback is used in traditional asynchronous programming, while promises are used in modern asynchronous programming.

    • Callbacks can lead to callback hell or pyramid of doom, while promises provide better readability and error hand...

  • Answered by AI
  • Q4. What is middlewares in node js?
  • Ans. 

    Middlewares in Node.js are functions that have access to the request and response objects, and can modify or terminate the request-response cycle.

    • Middlewares are functions that are executed in the middle of the request-response cycle.

    • They can perform tasks like parsing request data, logging, authentication, etc.

    • Middlewares can be added using app.use() method in Express framework.

    • Example: app.use(bodyParser.json()) to p

  • Answered by AI
  • Q5. What is event emitter?
  • Ans. 

    Event emitter is a pattern used to handle and respond to events in software development.

    • Event emitter is a design pattern commonly used in Node.js for handling events.

    • It allows objects to subscribe to events and be notified when those events occur.

    • Event emitter is often used for asynchronous programming and decoupling components.

    • Example: EventEmitter class in Node.js can be used to create custom events and handle them.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

20 min - 20 questions

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 Sep 2022. There were 2 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. What is the difference between .net and .net core?
  • Ans. 

    The main difference between .NET and .NET Core is that .NET Core is a cross-platform, open-source framework while .NET is a Windows-only framework.

    • NET Core is cross-platform, meaning it can run on Windows, macOS, and Linux, while .NET is limited to Windows.

    • .NET Core is open-source, allowing for community contributions and faster updates, while .NET is primarily developed by Microsoft.

    • .NET Core is modular, allowing deve...

  • Answered by AI
  • Q2. What is the difference between function and stored procedure?
  • Ans. 

    Functions return a single value, while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value, while stored procedures can return multiple values.

    • Functions are called in SQL statements, while stored procedures are called using the EXECUTE command.

    • Functions cannot modify the database state, while stored procedures can.

    • Functions are precompiled and stored in the datab...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Passionate about creating innovative web applications

  • Answered by AI
  • Q2. Tell me about your internship experience
  • Ans. 

    I completed a software engineering internship at a tech company, where I worked on developing new features for their mobile app.

    • Developed new features for mobile app

    • Collaborated with team members on coding tasks

    • Participated in code reviews and testing

    • Learned about agile development practices

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Qualifications and current status
Round 2 - Technical 

(3 Questions)

  • Q1. Core and Advance Java questions
  • Q2. Situational questions
  • Q3. Questions related to spring and different frameworks

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Method Overloading and Method Overriding
  • Q2. Excel Presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with business team and on excel presentation.

Ushva Clean Technology Interview FAQs

How many rounds are there in Ushva Clean Technology Software Engineer interview?
Ushva Clean Technology interview process usually has 3 rounds. The most common rounds in the Ushva Clean Technology interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Ushva Clean Technology Software Engineer interview?

Some of the top questions asked at the Ushva Clean Technology Software Engineer interview -

  1. Very Easy questions asked Fraud interview proc...read more
  2. Fraud interview proc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Adani Power Interview Questions
3.9
 • 199 Interviews
Adani Group Interview Questions
3.9
 • 175 Interviews
NTPC Interview Questions
4.2
 • 157 Interviews
Tata Power Interview Questions
4.0
 • 156 Interviews
Suzlon Group Interview Questions
4.1
 • 122 Interviews
Torrent Power Interview Questions
3.8
 • 121 Interviews
Eaton Corporation Interview Questions
4.0
 • 114 Interviews
Vestas Interview Questions
4.3
 • 81 Interviews
ReNew Interview Questions
4.2
 • 81 Interviews
View all

Ushva Clean Technology Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Compare Ushva Clean Technology with

Suzlon Group

4.1
Compare

Adani Power

3.9
Compare

NTPC

4.2
Compare

Adani Group

3.9
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