Upload Button Icon Add office photos

Filter interviews by

SEED Infotech Interview Questions, Process, and Tips for Freshers

Updated 25 Jun 2024

Top SEED Infotech Interview Questions and Answers for Freshers

SEED Infotech Interview Experiences for Freshers

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself What is SQL What is Manual Testing
Round 3 - One-on-one 

(1 Question)

  • Q1. What is Java What is memory allocation in C
  • Ans. 

    Java is a high-level programming language known for its portability and versatility. Memory allocation in C involves reserving memory space for variables.

    • Java is an object-oriented language with automatic memory management.

    • Memory allocation in C is done using functions like malloc() and calloc().

    • Java programs run on a Java Virtual Machine (JVM) which handles memory allocation and garbage collection.

    • In C, memory allocat...

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

(1 Question)

  • Q1. What are the diffrent locators in Selenium
  • Ans. 

    Different locators in Selenium help identify web elements for automation testing.

    • ID: Unique identifier for an element

    • Name: Name attribute of an element

    • Class Name: Class attribute of an element

    • Tag Name: HTML tag of an element

    • Link Text: Text of a link element

    • Partial Link Text: Partial text of a link element

    • XPath: XML Path language to locate elements

    • CSS Selector: CSS syntax to locate elements

  • Answered by AI

Skills evaluated in this interview

Programming Trainer Interview Questions asked at other Companies

Q1. What are the diffrent locators in Selenium
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Number series
Number system
Ratio and proportion
Directions

Round 3 - Group Discussion 

About. Our society
About English
About knowledge of technology

Round 4 - HR 

(3 Questions)

  • Q1. Why do you join this company
  • Q2. What is the expected salary
  • Q3. What is shift u preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give up untill u get the ur goal true it the best way to achieve the goals

Senior Researcher Interview Questions asked at other Companies

Q1. What Is method Validation and how much types of it ?
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me more about yourself?
  • Ans. Just a quick review of your resume that you sent vocally.
  • Answered Anonymously
  • Q2. Have you had any experience in coding?
  • Ans. 

    Yes, I have experience in coding for over 5 years.

    • I have been coding for over 5 years in various programming languages such as Java, Python, and C++.

    • I have worked on multiple projects involving web development, data analysis, and automation.

    • I have experience with version control systems like Git and collaborative coding platforms like GitHub.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Usually in seedtech company in cebu, most of the developers they hire is interns/juniors. They hire trainees from zuitt or their own training programs. The way they select the candidates for hiring is through the top students of the training programs.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Round 1 - Technical 

(3 Questions)

  • Q1. How to apply seed program
  • Ans. 

    Seed program can be applied by following certain steps and guidelines.

    • Select the appropriate seed variety based on the soil and climate conditions

    • Prepare the land for sowing by plowing and leveling

    • Sow the seeds at the recommended depth and spacing

    • Provide adequate water and nutrients for germination and growth

    • Monitor the crop regularly for pests and diseases

    • Harvest the crop at the right time and store the seeds properly

  • Answered by AI
  • Q2. Changes from seed germination
  • Ans. 

    Seed germination leads to various changes in the plant's growth and development.

    • The seed coat breaks open and the root emerges

    • The shoot emerges and starts to grow towards the light

    • The cotyledons provide nutrients to the growing plant until it can photosynthesize

    • The plant develops leaves and stems

    • The root system grows and develops

    • The plant becomes capable of photosynthesis

  • Answered by AI
  • Q3. Seed to plants environmental change

Interview Preparation Tips

Interview preparation tips for other job seekers - Please find my question ?? Help

Agriculture Officer Interview Questions asked at other Companies

Q1. DIFFERENT BETWEEN FIELD AND HORTICULTURE CROP
View answer (5)

SEED Infotech interview questions for popular designations

 Agriculture Officer

 (1)

 Placement Executive

 (1)

 Software Engineer

 (1)

 Senior Researcher

 (1)

 Company Secretary and Compliance Officer

 (1)

 IT Trainer Freelance

 (1)

 Assistant Plant Breeder

 (1)

 Rm Executive

 (1)

Jobs at SEED Infotech

View all

Interview questions from similar companies

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

Round 1 - Group Discussion 

Usually a group of 8 will be there for GD and very common topics will be given.

Round 2 - Technical 

(1 Question)

  • Q1. Technical skills will be checked and aptitude will also be checked.
Round 3 - HR 

(1 Question)

  • Q1. Usually this is will be salary discussion round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key to land your job at Evosys.

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Online test of 90 minutes at 5:30 pm

  • Q1. What are the basic concepts of Object-Oriented Programming, and how do they relate to data structures and algorithms?
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.

    • Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().

    • Inheritance: Allowing a class to inherit properties and meth...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Online coding interview of 45 minutes at 6:10PM.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.

  • Answered by AI
  • Q2. Can you explain queries related to insert, selection, and joins in a database management system?
  • Ans. 

    Explanation of insert, select, and join queries in a database management system.

    • Insert query is used to add new records to a table.

    • Select query is used to retrieve data from a table based on specified criteria.

    • Join query is used to combine rows from two or more tables based on a related column between them.

    • Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round of 30 minutes at 6pm

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in NoidaEligibility criteriaAbove 7 cgpaNewgen Software interview preparation:Topics to prepare for the interview - Data Structures and algorithms(arrays,strings,linked list,graphs,trees,recursion,backtrack),OOPS,Relational Database Management System, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach 
Tip 3 : Do practice of quality questions not only quantity.

Application resume tips for other job seekers

Tip 1 : One page resume 
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Java collections, program to remove duplicate from array, cursor, indexes in database,stream api's , some questions of hibernate and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Atleast prepare core java fully along with some basic db concepts and all keys and prepare spring boot

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Monitoring tools , basic Linux commands , daily operations.
  • Q2. Network monitoring ,change management.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy and can be cracked with Little efforts.

SEED Infotech Interview FAQs

How many rounds are there in SEED Infotech interview for freshers?
SEED Infotech interview process for freshers usually has 2-3 rounds. The most common rounds in the SEED Infotech interview process for freshers are One-on-one Round, Resume Shortlist and Technical.
How to prepare for SEED Infotech interview for freshers?
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 SEED Infotech. The most common topics and skills that interviewers at SEED Infotech expect are Accounts and Finance, Biochemistry, CSR Activities, Customer Handling and Seminars.
What are the top questions asked in SEED Infotech interview for freshers?

Some of the top questions asked at the SEED Infotech interview for freshers -

  1. What are the diffrent locators in Selen...read more
  2. Have you had any experience in codi...read more
  3. What is Java What is memory allocation i...read more

Tell us how to improve this page.

SEED Infotech Interview Process for Freshers

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
NSE.IT Interview Questions
3.6
 • 127 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
Sonata Software Interview Questions
3.4
 • 117 Interviews
View all

SEED Infotech Reviews and Ratings

based on 160 reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.6

Salary

3.7

Job security

3.8

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 160 Reviews and Ratings
Counselor

Thane,

Pune

2-5 Yrs

Not Disclosed

Counselor

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
SME
18 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Senior Subject Matter Expert
17 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Trainer
9 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Java Trainer
9 salaries
unlock blur

₹0.6 L/yr - ₹4 L/yr

Software Developer
8 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare SEED Infotech with

3i Infotech

3.5
Compare

Microland

3.4
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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