Upload Button Icon Add office photos

Filter interviews by

Prabhat Agri Biotech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is pandas?
  • Ans. 

    pandas is a Python library used for data manipulation and analysis.

    • pandas provides data structures like DataFrame and Series for working with structured data

    • It offers tools for cleaning, transforming, and analyzing data

    • pandas can handle various data formats like CSV, Excel, SQL databases, and more

  • Answered by AI
  • Q2. While webscraping, do HTML tables also get extracted?
  • Ans. 

    Yes, HTML tables can be extracted while webscraping.

    • HTML tables can be extracted using libraries like BeautifulSoup in Python.

    • The data from the HTML tables can be converted into a structured format like CSV or Excel.

    • Webscraping tools like Octoparse and Import.io can also extract HTML tables.

    • Regular expressions can be used to extract specific data from HTML tables.

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions & Answers

Syngenta user image Prathamesh Prashant Lambe

posted on 1 Jan 2024

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General knowledge test about field

Round 2 - One-on-one 

(1 Question)

  • Q1. How will you contribute to organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best to company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain logistic regression
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is a type of regression analysis used when the dependent variable is categorical or binary.

    • It estimates the probability of the outcome using a logistic function.

    • The model calculates the odds of the outcome and transforms them into probabilities.

    • It uses a logit link ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the fundamentals of machine learning

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduce Yourself
  • Q2. What do you think about the role?
  • Q3. Your experience with any BI Tools

I applied via Recruitment Consulltant and was interviewed in Nov 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. How spring boot works internally?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and dependencies.

    • Spring Boot uses an embedded Tomcat server to run the application.

    • It provides auto-configuration for commonly used libraries and frameworks.

    • Spring Boot uses Spring Framework's Inversion of Control (IoC) to manage dependencies.

    • It also includes Spring Boot Actuator for monitoring and manag...

  • Answered by AI
  • Q2. What is Streaming api in java8?
  • Ans. 

    Streaming API in Java 8 is a feature that allows processing of large data sets in a functional and efficient manner.

    • Stream API provides a set of functional interfaces and methods to process data in a declarative way

    • It supports parallel processing of data

    • It can be used with collections, arrays, and I/O operations

    • Example: List names = Arrays.asList("John", "Mary", "Bob"); long count = names.stream().filter(name -> name.s...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Syngenta Senior Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - Interviewer was asking questions very rapidly. He is not even wait to listen for answers those questions. In each question he interrupted me, not even listening my answers. Very impatient person.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions about accounts payable

Round 2 - One-on-one 

(1 Question)

  • Q1. Same as question about your experience and what are the topics which was mentioned in the your Cv and cross questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared about ur cv and basic accounting and
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 

Accounts Payable related questions, Aptitude and Communication email writting

Round 3 - Technical 

(1 Question)

  • Q1. End to end Accounts Payable activities, how you will deal wiyh customers. Open items, GRIR analysis and KPI
  • Ans. 

    I will handle end to end Accounts Payable activities by effectively communicating with customers, conducting GRIR analysis, and monitoring KPIs.

    • Communicate with customers to resolve any issues or discrepancies in invoices or payments

    • Conduct regular GRIR (Goods Receipt/Invoice Receipt) analysis to ensure accuracy of accounts payable balances

    • Monitor key performance indicators (KPIs) such as invoice processing time, payme...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion with HR, You should be cautious offer letter read properly.

Interview Preparation Tips

Topics to prepare for Bayer Senior Associate interview:
  • Accounts Payable
  • KPI Analysis
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Phone 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Coding Test 

3 easy leetcode coding questions

Round 3 - Behavioral 

(1 Question)

  • Q1. Temperment questions

Data Analyst Interview Questions & Answers

Bayer user image Virendra Chavhan

posted on 23 Mar 2024

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Coding questions on python
  • Q2. Version control system GitHub questions
  • Q3. Web scraping questions
Round 2 - Technical 

(1 Question)

  • Q1. Behavioral questions on senarioy

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Create stack data structure with push pop and getmin
  • Ans. 

    Implement a stack with push, pop, and getmin operations.

    • Use an array to store the stack elements.

    • Keep track of the minimum element using another stack.

    • Push operation: add element to the top of the stack and update the minimum stack.

    • Pop operation: remove the top element from the stack and update the minimum stack.

    • Getmin operation: return the top element of the minimum stack.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very interview experience. They interviewed I cleared all rounds and offer was issued. Then they put my offer on hold saying opening has closed. Do not waste your time interviewing for bayer

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Syngenta Interview Questions
4.2
 • 67 Interviews
Bayer Interview Questions
4.1
 • 51 Interviews
Nuziveedu Seeds Interview Questions
4.0
 • 26 Interviews
RASI SEEDS Interview Questions
4.3
 • 7 Interviews
Advanta India Interview Questions
3.7
 • 2 Interviews
View all

Prabhat Agri Biotech Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

4.5

Job security

4.2

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 8 Reviews and Ratings
Sales Officer
4 salaries
unlock blur

₹3.8 L/yr - ₹4 L/yr

Area Sales Manager
4 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Marketing Development Officer
4 salaries
unlock blur

₹1.5 L/yr - ₹1.7 L/yr

Manager-F&A
4 salaries
unlock blur

₹9 L/yr - ₹10.3 L/yr

Head Marketing & Business Development
3 salaries
unlock blur

₹19 L/yr - ₹26 L/yr

Explore more salaries
Compare Prabhat Agri Biotech with

Nuziveedu Seeds

4.0
Compare

Advanta India

3.7
Compare

Kaveri Seed Company

4.2
Compare

JK Agri Genetics

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