Add office photos
Employer?
Claim Account for FREE

Fujitsu

3.8
based on 2.1k Reviews
Filter interviews by

20+ ITC Limited Foods Division Interview Questions and Answers

Updated 24 Aug 2024
Popular Designations

Q1. Reverse Linked List Problem Statement

Given a singly linked list of integers, return the head of the reversed linked list.

Example:

Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed linked list: 4 -> 3 -> 2...read more
Add your answer
Q2. How many types of memory areas are allocated by the JVM?
Add your answer
Q3. What are the basic annotations that Spring Boot offers?
Add your answer
Q4. What is the starter dependency of the Spring Boot module?
Add your answer
Discover ITC Limited Foods Division interview dos and don'ts from real experiences
Q5. How does ConcurrentHashMap work in Java?
Add your answer
Q6. What do you mean by data encapsulation?
Add your answer
Are these interview questions helpful?
Q7. What is dependency injection?
Add your answer
Q8. What are the different types of waits available in Selenium WebDriver?
Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. What does the @SpringBootApplication annotation do internally?
Add your answer
Q10. Can static methods be overridden?
Add your answer

Q11. Create a regular expression accepting 10-digit numeric characters starting with 1, 2, or 3.

Ans.

Regular expression for 10-digit numeric characters starting with 1, 2, or 3.

  • Use the pattern ^[1-3]\d{9}$ to match the criteria

  • The ^ symbol denotes the start of the string

  • The [1-3] specifies that the first digit must be 1, 2, or 3

  • \d{9} matches exactly 9 numeric digits

  • $ indicates the end of the string

Add your answer
Q12. Can you explain the @RestController annotation in Spring Boot?
Add your answer

Q13. what is a join in SQL? What are the types of joins?

Ans.

A join in SQL is used to combine rows from two or more tables based on a related column between them.

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

  • FULL JOIN returns rows when there is a match in one of t...read more

Add your answer
Q14. Can you differentiate between ArrayList and Vector in Java?
Add your answer
Q15. What is the difference between HashSet and HashMap in Java?
Add your answer
Q16. Explain the difference between findElement() and findElements() in Selenium.
Add your answer

Q17. What do you mean by OOPS?

Ans.

OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

  • OOPS focuses on creating objects that contain data in the form of fields (attributes) and code in the form of procedures (methods).

  • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

  • Encapsulation refers to the bundling of data and methods that operate on the data into a single unit (object).

  • Inheritance allows a class to inherit properties and b...read more

View 1 answer

Q18. what are the basic SQL skills?

Ans.

Basic SQL skills include querying databases, manipulating data, and understanding database structures.

  • Writing basic SQL queries to retrieve data from databases

  • Understanding and using SQL functions and operators

  • Creating and modifying database tables and relationships

  • Using SQL to filter, sort, and group data

  • Understanding basic SQL syntax and commands

Add your answer

Q19. Sql plsql data strucntire and differences

Ans.

SQL is a language used to manage and query databases, PL/SQL is an extension that adds procedural programming capabilities.

  • SQL is used for querying and manipulating data in databases.

  • PL/SQL is a procedural language extension for SQL, allowing for more complex logic and programming capabilities.

  • Data structures in SQL refer to the way data is organized and stored in tables.

  • PL/SQL allows for the creation of custom data structures using variables, arrays, and records.

  • Differences ...read more

Add your answer

Q20. Convert Hours into Seconds.

Ans.

To convert hours into seconds, multiply the number of hours by 3600.

  • Multiply the number of hours by 3600 to get the equivalent seconds.

  • For example, 2 hours = 2 * 3600 = 7200 seconds.

Add your answer

Q21. What language you haveused

Ans.

I have used a variety of programming languages including Java, Python, C++, and JavaScript.

  • Java

  • Python

  • C++

  • JavaScript

Add your answer

Q22. What is sql and plsql?

Ans.

SQL is a language used for managing and querying databases, while PL/SQL is an extension of SQL used for procedural programming.

  • SQL stands for Structured Query Language and is used for managing and querying relational databases.

  • PL/SQL stands for Procedural Language/SQL and is an extension of SQL that adds procedural programming capabilities.

  • SQL is used to retrieve and manipulate data in databases using queries like SELECT, INSERT, UPDATE, DELETE.

  • PL/SQL allows for the creation...read more

Add your answer

Q23. difference beyween fporms and reports

Ans.

Forms are used to input data while reports are used to display data.

  • Forms are used to collect and input data into a system.

  • Reports are used to display and present data in a structured format.

  • Forms are interactive and allow users to input data, while reports are static and provide information based on the data entered.

  • Examples: A registration form on a website vs. a sales report generated from a database.

Add your answer

Q24. Explain about Spring MVC architecture

Ans.

Spring MVC is a framework for building web applications in Java, following the Model-View-Controller design pattern.

  • Spring MVC follows the Model-View-Controller design pattern, where the model represents the data, the view represents the UI, and the controller handles the user input.

  • It provides components like DispatcherServlet, Controller, Model, and ViewResolver to handle requests and responses.

  • It supports the use of annotations like @Controller, @RequestMapping, and @Model...read more

Add your answer

Q25. Explain about Java Collections framework

Ans.

Java Collections framework is a set of classes and interfaces that provide various data structures and algorithms to store and manipulate collections of objects.

  • Provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating collections of objects

  • Includes utility classes like Collections for sorting, searching, and other operations on collections

  • Supports generics to ensure type safety and reduce the need for explicit type casting

  • Off...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at ITC Limited Foods Division

based on 22 interviews
3 Interview rounds
Technical Round - 1
Technical Round - 2
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Application Developer Interview Questions from Similar Companies

3.9
 • 223 Interview Questions
3.7
 • 87 Interview Questions
4.0
 • 43 Interview Questions
3.7
 • 28 Interview Questions
3.9
 • 14 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter