Upload Button Icon Add office photos

Filter interviews by

Dharaksha Ecosolutions Interview Questions, Process, and Tips

Updated 9 Jun 2023

Dharaksha Ecosolutions Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Difference between Two stroke and four stroke engine .
  • Ans. 

    Two stroke engines have a power stroke every revolution, while four stroke engines have a power stroke every two revolutions.

    • Two stroke engines have a simpler design with fewer moving parts.

    • Four stroke engines are more fuel efficient and produce less pollution.

    • Examples: Two stroke engines are commonly used in chainsaws and motorcycles, while four stroke engines are found in cars and trucks.

  • Answered by AI
  • Q2. Difference between SI and CI engine.
  • Ans. 

    SI engines use spark plugs for ignition, while CI engines use compression for ignition.

    • SI engines have spark plugs to ignite the air-fuel mixture, while CI engines rely on compression to ignite the fuel.

    • SI engines are commonly used in gasoline vehicles, while CI engines are typically found in diesel vehicles.

    • SI engines have a higher power output compared to CI engines due to the higher compression ratio.

    • SI engines are ...

  • Answered by AI
  • Q3. What is a heat engine?
  • Ans. 

    A heat engine is a device that converts heat energy into mechanical work.

    • Heat engines operate on the principle of thermodynamics.

    • They typically involve a working fluid that undergoes a thermodynamic cycle.

    • Examples include steam engines, internal combustion engines, and gas turbines.

  • Answered by AI
  • Q4. Which engine is advantageous two stroke or four stroke
  • Ans. 

    Four stroke engines are generally more advantageous due to better fuel efficiency, lower emissions, and longer lifespan.

    • Four stroke engines have better fuel efficiency compared to two stroke engines.

    • Four stroke engines produce lower emissions, making them more environmentally friendly.

    • Four stroke engines typically have a longer lifespan and require less maintenance.

    • Two stroke engines are simpler in design and lighter, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They require a good knowledge of mechanical engineering subjects like strength of materials, IC engine, etc. Softwares like solidworks knowledge will add an advantage.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Interview Questionnaire 

1 Question

  • Q1. Who is the most important person have to transform you in your life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak your mind you will be selected.

I applied via Approached by Company and was interviewed before Oct 2021. 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically
Contribute & help others!
anonymous
You can choose to be anonymous

Dharaksha Ecosolutions Interview FAQs

How many rounds are there in Dharaksha Ecosolutions interview?
Dharaksha Ecosolutions interview process usually has 2 rounds. The most common rounds in the Dharaksha Ecosolutions interview process are Resume Shortlist and Technical.
How to prepare for Dharaksha Ecosolutions 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 Dharaksha Ecosolutions. The most common topics and skills that interviewers at Dharaksha Ecosolutions expect are Production Planning, Production Scheduling, Material Planning, Mechanical Engineering and Mitigation.
What are the top questions asked in Dharaksha Ecosolutions interview?

Some of the top questions asked at the Dharaksha Ecosolutions interview -

  1. Which engine is advantageous two stroke or four stro...read more
  2. Difference between Two stroke and four stroke engin...read more
  3. What is a heat engin...read more

Recently Viewed

INTERVIEWS

Brillo Technologies

No Interviews

INTERVIEWS

Winjit Technologies

No Interviews

INTERVIEWS

Winjit Technologies

No Interviews

INTERVIEWS

Delta Electronics

No Interviews

INTERVIEWS

Bharat Dynamics

No Interviews

INTERVIEWS

ICICI Securities

No Interviews

INTERVIEWS

Vedanta Resources

No Interviews

INTERVIEWS

ICICI Securities

No Interviews

INTERVIEWS

Stanley Black & Decker

No Interviews

INTERVIEWS

Data Patterns

No Interviews

Tell us how to improve this page.

Dharaksha Ecosolutions Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Greenko Group Interview Questions
3.8
 • 47 Interviews
Avant Garde Interview Questions
4.3
 • 2 Interviews
View all

Dharaksha Ecosolutions Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

5.0

Salary

4.5

Job security

4.5

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Dharaksha Ecosolutions with

Ecozen Solutions

4.1
Compare

Avant Garde

4.3
Compare

Biomax Fuels

4.1
Compare

Ecolibrium Energy

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent