Upload Button Icon Add office photos

Filter interviews by

Ihsedu Agrochem Interview Questions and Answers

Updated 30 Oct 2021

Ihsedu Agrochem Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Share all your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all details

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the DAX formula for calculating a running total?
  • Q2. What is the DAX formula for replacing blank values with zero and vice versa?
  • Q3. SQL Queries for the above scenarios
Round 2 - HR 

(2 Questions)

  • Q1. What are your previous work experiences?
  • Q2. Salary negotiations etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Case Study 

What do I do, what do I know, What would I do if I were given the opportunity?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Test regarding knowledge about purchasing, my knowledge about communication, about computer
  • Q2. Basically the wanted to know how can I handle if I get any positive response from them
Round 3 - HR 

(2 Questions)

  • Q1. About sallary in previous company
  • Q2. Address, documents, other financial package

Interview Preparation Tips

Interview preparation tips for other job seekers - There's nothing to say in that sense, but you have to prepare well, because I was selected after 2 interviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The hardest round I have experienced during interviews was ultimately successful, as I was selected. Only a few questions were multiple-choice; the rest required one-word or numerical answers to be written manually. Pay special attention to the last portion, as it was a scoring section containing standard technical questions. However, as we begin the assessment, the majority of the time is consumed by reasoning, arithmetic, and similar topics. In summary, I can say that the initial part is the toughest.

Round 2 - Technical 

(2 Questions)

  • Q1. The interview consisted of questions related to thermodynamics, including the Rankine cycle, the laws of thermodynamics, and knowledge about boilers and boiler safety. Additionally, most questions focused ...
  • Q2. Whilcox and babcoc boiler
Round 3 - HR 

(2 Questions)

  • Q1. Asking about women empowerment
  • Q2. Friendly interview , if you crack technical then you will be 90% chances of selecting. Don't lag in english communication. You will be rejected if you don't have clear communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Effective communication is essential, along with a fundamental understanding of thermodynamics and the products manufactured at Thermax MNC. It is important to have detailed knowledge of all your projects, so do not miss the opportunity to begin your career at one of the best MNCs in the power plant and renewable energy sector.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. HTML, CSS fundamentals
  • Q2. Javascript event loop and array methods
  • Q3. Javascript coding for operation on object array
  • Ans. 

    Performing operations on an array of objects using JavaScript.

    • Use array methods like map, filter, reduce for operations on object array.

    • Access object properties using dot notation or bracket notation.

    • Iterate through the array using loops like for loop or forEach method.

    • Example: Calculate total sum of 'price' property in an array of products.

  • Answered by AI
  • Q4. React benefits and Redux implementations
  • Q5. How to create slice and combine reducers
  • Ans. 

    To create slice and combine reducers in React, use the createSlice and combineReducers functions from Redux toolkit.

    • Use createSlice function to define a slice of state with reducers and actions.

    • Example: const counterSlice = createSlice({ name: 'counter', initialState: 0, reducers: { increment: state => state + 1, decrement: state => state - 1 } })

    • Use combineReducers function to combine multiple slices into a sing...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions based on projects, role, responsibilities and initiative at work place
  • Q2. How to create and optimize a react application
  • Ans. 

    To create and optimize a React application, focus on efficient component structure, state management, code splitting, lazy loading, and performance monitoring.

    • Use functional components and hooks for better performance.

    • Implement state management with tools like Redux or Context API.

    • Split code into smaller chunks and lazy load components for faster initial load times.

    • Optimize performance by minimizing re-renders and usin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Day to day activity of workplace and salary negotiation
  • Ans. 

    Day to day activities involve coding, debugging, testing, collaborating with team members. Salary negotiation involves research, preparation, and effective communication.

    • Coding and developing new features

    • Debugging and fixing issues

    • Testing code for quality assurance

    • Collaborating with team members for project progress

    • Researching market rates for salary negotiation

    • Preparing a strong case for desired salary

    • Effectively comm

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

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join swiggy?
  • Q2. Sales pitch taking swiggy product in mind
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different types of interfaces?
  • Ans. 

    Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.

    • User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)

    • Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports

    • Software interfaces: define how software components interact with each other, such as appl...

  • Answered by AI
  • Q2. What is the output of the program when the expression is evaluated as 0 divided by 7?
  • Ans. 

    The output of the program when 0 is divided by 7 is 0.

    • Division of 0 by any number results in 0.

    • In programming languages, dividing by 0 usually results in an error or undefined behavior.

  • Answered by AI
  • Q3. What are coroutines, scope functions, and visibility modifiers?
  • Ans. 

    Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.

    • Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.

    • Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.

    • Visibility modifiers ...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is the MVVM (Model-View-ViewModel) architectural pattern?
  • Ans. 

    MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the UI elements and sending user interactions to the ViewModel.

    • ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.

    • MVVM helps in achieving se...

  • Answered by AI
  • Q2. What are the reasons for using that, and what are its pros and cons?
  • Ans. 

    Using dependency injection in Android development can improve code maintainability and testability.

    • Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing

    • Cons: initial setup can be complex, may introduce overhead in smaller projects

    • Example: Using Dagger 2 for dependency injection in an Android project

  • Answered by AI
  • Q3. Questions related Dependency injection dagger-hilt / koin
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good ssjjdd jdhd dhebd dhdjd dhdhe jsjs HD shhd

Round 2 - One-on-one 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Strong communication and organizational skills

    • Experience in internships and extracurricular activities

  • Answered by AI
  • Q2. What is material use in road construction
  • Ans. 

    Materials used in road construction include asphalt, concrete, gravel, and crushed stone.

    • Asphalt is a common material used for road surfaces due to its durability and flexibility.

    • Concrete is often used for highways and major roads because of its strength and longevity.

    • Gravel is used for rural roads and driveways as a cost-effective option.

    • Crushed stone is used as a base layer for roads to provide stability and drainage...

  • Answered by AI
  • Q3. What is strength requiredfor constructionof bridge
  • Ans. 

    Strength required for construction of a bridge includes structural stability, load-bearing capacity, and durability.

    • Structural stability to withstand various forces such as wind, traffic, and seismic activity

    • Load-bearing capacity to support the weight of vehicles, pedestrians, and other loads

    • Durability to resist corrosion, weathering, and wear over time

    • Materials like steel, concrete, and composite materials are commonl

  • Answered by AI
  • Q4. What is general instructionsof building construction
  • Ans. 

    General instructions for building construction involve following safety regulations, using proper materials, and ensuring structural integrity.

    • Ensure compliance with building codes and regulations

    • Use quality materials to ensure durability and longevity

    • Follow proper construction techniques to ensure structural integrity

    • Ensure proper foundation and support for the building

    • Consider environmental factors and sustainability...

  • Answered by AI
  • Q5. What is height tallest
  • Ans. 

    The tallest height is the highest point above a given level or surface.

    • Height is a measurement of how tall something is

    • The tallest height on Earth is the summit of Mount Everest at 29,032 feet

    • Height can also refer to the highest point reached by something like a rocket or airplane

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence is very important
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What basic questions have you been asked regarding your accomplishments and achievements?
  • Q2. Technical regarding excel
Round 2 - HR 

(1 Question)

  • Q1. Why do you believe you are a good fit for this role?
  • Ans. 

    I have a proven track record of successfully managing key accounts and developing strong relationships with clients.

    • Extensive experience in key account management

    • Strong communication and negotiation skills

    • Ability to identify and capitalize on business opportunities

    • Track record of exceeding sales targets

    • Excellent relationship-building skills

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Excel questions about vlookup

Ninja Interview Questions & Answers

Zomato user image Anonymous

posted on 4 Jan 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about District
  • Q2. Solve pizza consumption in your area

Interview Preparation Tips

Interview preparation tips for other job seekers - Zomato only prefers internal references so do have friends & family if you wanna get selected . They comfirmed me and after that showing legality of not giving me the offer letter yet . So yeah be cautious . It was the worst experience ever had.

Tell us how to improve this page.

Interview Questions from Similar Companies

UPL Interview Questions
4.1
 • 166 Interviews
PI Industries Interview Questions
4.1
 • 101 Interviews
Syngenta Interview Questions
4.2
 • 65 Interviews
Godrej Agrovet Interview Questions
4.1
 • 47 Interviews
Rallis India Interview Questions
4.3
 • 38 Interviews
Nuziveedu Seeds Interview Questions
4.1
 • 25 Interviews
View all

Ihsedu Agrochem Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

3.5

Skill development

4.6

Work-Life balance

4.0

Salary & Benefits

3.7

Job Security

3.3

Company culture

3.9

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Head Operations
4 salaries
unlock blur

₹32 L/yr - ₹43 L/yr

ITI Electrician
4 salaries
unlock blur

₹0.9 L/yr - ₹2.5 L/yr

Junior Officer
3 salaries
unlock blur

₹3.2 L/yr - ₹3.8 L/yr

General Manager Supply Chain
3 salaries
unlock blur

₹46 L/yr - ₹46 L/yr

Senior Field Officer
3 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Ihsedu Agrochem with

Bayer Crop Science Vegetable Seeds

4.4
Compare

Syngenta

4.2
Compare

UPL

4.1
Compare

Coromandel International

4.1
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