Add office photos
Employer?
Claim Account for FREE

Fujitsu

3.8
based on 2k Reviews
Filter interviews by

20+ Interview Questions and Answers

Updated 24 Aug 2024
Popular Designations
Q1. Reverse Linked List

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked lis...read more
View 6 more answers
Q2. Java Question

How many types of memory areas are allocated by JVM?

Add your answer
Q3. Spring Boot Question

What Are the Basic Annotations that Spring Boot Offers?

Add your answer
Q4. Spring Boot Question

What is the starter dependency of the Spring boot module?

Add your answer
Discover null interview dos and don'ts from real experiences
Q5. Java Question

How ConcurrentHashMap works in Java

Add your answer
Q6. OOPS Question

What do you mean by data encapsulation?

Add your answer
Are these interview questions helpful?
Q7. Spring Boot Question

What is dependency Injection?

Add your answer
Q8. Selenium Question

What are the different types of waits available in WebDriver?

Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. Spring Boot Question

What does the @SpringBootApplication annotation do internally?

Add your answer
Q10. Selenium Question

Explain the difference between driver.close() and driver.quit() command in Selenium?

Add your answer
Q11. OOPS Question

Can the static methods be overridden?

Add your answer
Q12. Java Question

Explain the use of final keyword in variable, method and class.

Add your answer

Q13. 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
Q14. Spring Boot Question

Explain @RestController annotation in Sprint boot?

Add your answer

Q15. 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
Q16. Java Question

Differentiate between ArrayList and Vector in java.

Add your answer
Q17. Java Question

Differentiate between HashSet and HashMap.

Add your answer
Q18. Selenium Question

Explain the difference between findElement() and findElements() in Selenium.

Add your answer

Q19. 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

Q20. 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

Q21. 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

Q22. 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

Q23. 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

Q24. 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

Q25. 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

Q26. 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

Q27. 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 null

based on 9 interviews in the last 1 year
1 Interview rounds
Technical 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
 • 211 Interview Questions
3.7
 • 92 Interview Questions
4.1
 • 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
Get AmbitionBox app

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