Filter interviews by
I applied via Referral and was interviewed in Mar 2023. There were 4 interview rounds.
Read and select answer
Discussion about last work and future challange
The designee is expected to meet billing targets, ensure accurate invoicing, resolve billing discrepancies, and maintain good relationships with clients.
Meet billing targets set by the company
Ensure accurate and timely invoicing
Resolve any billing discrepancies or issues
Maintain good relationships with clients to ensure prompt payment
Stay updated on billing regulations and procedures
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.
Explanation of final, finally and finalize in Java with examples
final is a keyword used to declare a constant value or to prevent method overriding or class inheritance
finally is a block of code that executes after try-catch block, regardless of exception occurrence
finalize is a method that gets called by garbage collector before destroying an object
final is used for declaring constant values, method parameters, and lo...
The different layers of Springboot application, webservers that come with Springboot, default webserver, changing default webserver, and configuring port on spring-boot.
The different layers of Springboot application are presentation layer, service layer, business layer, and data access layer.
The webservers that come with Springboot are Tomcat, Jetty, and Undertow.
The default webserver is Tomcat.
To change the default we...
Java has four types of references: strong, weak, soft, and phantom.
Strong references are the default and are used to refer to objects that are still in use.
Weak references are used to refer to objects that can be garbage collected when there are no strong references to them.
Soft references are used to refer to objects that should be garbage collected only when memory is low.
Phantom references are used to track when an ...
Answering questions related to Kubernetes deployment file, image pulling, and QoS for pods.
Fields in deployment file: apiVersion, kind, metadata, spec (replicas, selector, template)
Ways of pulling images: using imagePullPolicy (Always, IfNotPresent, Never), specifying image name and tag
QoS for pods: Guaranteed (requests and limits specified), Burstable (only requests specified), BestEffort (no requests or limits specif
Kafka is a distributed streaming platform that allows publishing and subscribing to streams of records.
Kafka works by having producers publish messages to topics, which are then stored in partitions on brokers.
Consumers subscribe to topics and read messages from partitions.
To debug if messages are not received, use the command-line tool kafka-console-consumer to check if messages are being produced and consumed.
Also ch...
Yes, reflection is a feature in Java that allows inspecting and modifying runtime behavior of a program.
Reflection allows accessing and modifying fields, methods, and constructors of a class at runtime.
It is useful for creating generic code, debugging, and testing.
Example: getting the class name of an object using getClass() method.
Example: accessing private fields of a class using reflection.
Example: creating an insta
Inversion of Control is a design pattern where control is inverted from the application to a framework.
In Springboot, a bean is created by annotating a class with @Component or its specialized annotations like @Service, @Repository, etc.
Beans are injected using @Autowired annotation or constructor injection.
Bean resolution is done by the Spring container which maintains a registry of all beans and their dependencies.
In...
Inner classes are used for encapsulation and code organization. Static inner classes are used for utility classes.
Inner classes are used to group related classes together and improve encapsulation.
Non-static inner classes have access to the outer class's fields and methods.
Static inner classes are used for utility classes that don't need access to the outer class's fields and methods.
Inner classes can also be used for
Implementing an iterator for a custom object
Create a custom class and implement the Iterable interface
Override the iterator() method to return a custom Iterator object
Implement the hasNext() and next() methods in the Iterator class
Use the for-each loop to iterate through the custom object
A controller class in Springboot is used to handle REST API requests and responses.
Annotate the class with @RestController
Define methods for each API endpoint with @RequestMapping annotation
Use appropriate HTTP methods like GET, POST, PUT, DELETE
Inject dependencies using @Autowired annotation
Return response using ResponseEntity class
StatefulSets are used for stateful applications that require stable network identities and persistent storage.
StatefulSets are used for applications that require ordered deployment, scaling, and termination.
They provide stable network identities and persistent storage for each pod in the set.
Storage mapping is done using PersistentVolumeClaims (PVCs) which are bound to PersistentVolumes (PVs).
Each pod in the StatefulSe...
Using Java 8 streams, search for a given string in a list of Strings.
Create a stream from the list of Strings
Use the filter() method to filter out the Strings that do not contain the given string
Collect the filtered Strings into a new list using the collect() method
I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.
It was good, and the questions were of moderate difficulty, so I passed and qualified for the next round.
Java is a high-level programming language known for its platform independence, object-oriented features, and robustness.
Platform independence - Java programs can run on any platform with the help of Java Virtual Machine (JVM)
Object-oriented - Java supports the concepts of classes, objects, inheritance, and polymorphism
Robustness - Java has strong memory management, exception handling, and type safety features
Rich API -...
Java does not use pointers because it was designed to be a simpler and safer language, with automatic memory management.
Java was designed to be a simpler and safer language compared to C/C++.
Java uses references instead of pointers to access objects in memory.
Pointers in C/C++ can lead to memory leaks and security vulnerabilities.
Example: In C/C++, you can directly manipulate memory addresses using pointers, while in J
I am a dedicated and detail-oriented individual with a strong background in technical services and a passion for problem-solving.
Bachelor's degree in Engineering
Experience in troubleshooting technical issues
Strong communication and interpersonal skills
Certified in relevant technical software/tools
Passionate about continuous learning and professional development
Fujitsu interview questions for popular designations
I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.
Was easy to crack aptitude test
Get interview-ready with Top Fujitsu Interview Questions
I applied via Internshala and was interviewed before Nov 2023. There were 3 interview rounds.
SQL query is used to retrieve data from a database.
SQL stands for Structured Query Language.
Queries can be used to retrieve specific data from one or multiple tables.
Examples of SQL queries include SELECT, INSERT, UPDATE, and DELETE.
Queries can also be used to join tables, filter data, and sort results.
ETL process involves extracting data from various sources, transforming it to fit business needs, and loading it into a target system.
Extract data from various sources such as databases, flat files, and web services
Transform data by cleaning, filtering, and aggregating it to fit business needs
Load transformed data into a target system such as a data warehouse or a database
ETL tools such as Informatica, Talend, and SSIS...
I applied via Referral and was interviewed in Jun 2022. There were 6 interview rounds.
I applied via Referral and was interviewed before Jul 2022. There were 4 interview rounds.
Top trending discussions
Some of the top questions asked at the Fujitsu interview -
The duration of Fujitsu interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 171 interviews
Interview experience
based on 2.2k reviews
Rating in categories
Technical Service Engineer
1.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Developer
995
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Application Developer
652
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Technical Service Engineer
582
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Application Developer
510
salaries
| ₹0 L/yr - ₹0 L/yr |
Accenture
TCS
HCLTech
Wipro