i
CitiusTech
Filter interviews by
Hello tell me about yourself
I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.
HashMap in Java is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap uses hashing to store key-value pairs in an array of linked lists.
It allows null keys and values.
HashMap provides constant-time performance for basic operations like get and put.
Example: HashMap
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
Marker interface is an empty interface used to mark classes for special treatment.
Marker interface has no methods or fields, it is used to provide metadata about the class.
It is used by frameworks or APIs to identify classes that implement the interface.
Examples include Serializable interface in Java, which marks classes as serializable.
What people are saying about CitiusTech
I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.
CitiusTech interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.
posted on 2 Oct 2024
It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.
Functional interfaces provide a single abstract method for functional programming in Java.
Functional interfaces allow for lambda expressions and method references to be used as instances of the interface.
Interfaces with multiple abstract methods cannot be used for lambda expressions.
Example: java.util.function.Function is a functional interface with a single abstract method apply().
Java 8 introduced new features like lambda expressions, streams, functional interfaces, and default methods.
Lambda expressions: Allows writing concise code by enabling functional programming.
Streams: Provides a way to work with sequences of elements efficiently.
Functional interfaces: Interfaces with a single abstract method, used for lambda expressions.
Default methods: Allows adding new methods to interfaces without br
Yes, one functional interface can extend another interface in Java.
Functional interfaces can extend other functional interfaces in Java.
The child interface can have only one abstract method, but can inherit default methods from the parent interface.
Example: interface Parent { void method1(); } interface Child extends Parent { void method2(); }
posted on 28 Jun 2024
There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.
Identification Division: Contains program name, author, and date.
Environment Division: Specifies the hardware and software environment.
Data Division: Defines the data structures used in the program.
Procedure Division: Contains the actual program logic.
GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.
GDG is used in JCL to group related datasets together for easier management.
It allows for easy referencing of datasets within the group using relative generation numbers.
Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.
Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
posted on 3 Apr 2023
Commonly used functional interfaces include Predicate, Consumer, Supplier, and Function.
Predicate: used for boolean-valued functions of one argument.
Consumer: used for operations that take in one argument and return no result.
Supplier: used for operations that take no arguments and return a result.
Function: used for operations that take in one argument and return a result.
1 Interview rounds
based on 26 reviews
Rating in categories
Senior Software Engineer
2.6k
salaries
| ₹5.8 L/yr - ₹20 L/yr |
Technical Lead
2.1k
salaries
| ₹7.3 L/yr - ₹27.4 L/yr |
Software Engineer
1.2k
salaries
| ₹3.3 L/yr - ₹11.2 L/yr |
Technical Lead 1
361
salaries
| ₹7 L/yr - ₹25.4 L/yr |
Technical Lead 2
289
salaries
| ₹8.5 L/yr - ₹28 L/yr |
Accenture
Capgemini
TCS
Wipro