Filter interviews by
I applied via Hirist and was interviewed in Nov 2024. There was 1 interview round.
The default value of an ArrayList in Java is an empty ArrayList.
Default value is an empty ArrayList, which means it has a size of 0.
The ArrayList will not have any elements stored in it by default.
Example: ArrayList<String> list = new ArrayList<>(); // Default value is an empty list.
Operations for adding and removing elements in an ArrayList in Java
To add an element to an ArrayList, use the add() method with the index where you want to insert the element
To remove an element from an ArrayList, use the remove() method with the index of the element you want to remove
Example: ArrayList<String> list = new ArrayList<>(); list.add("Apple"); list.add("Banana"); list.remove(0); // Removes Apple
ConcurrentHashMap is a thread-safe version of HashMap in Java.
ConcurrentHashMap allows multiple threads to read and write to the map concurrently without the need for external synchronization.
It achieves this by dividing the map into segments, each of which can be locked independently for better performance.
ConcurrentHashMap is part of the java.util.concurrent package and was introduced in Java 5.
Example: ConcurrentHas...
Session start and end in programming refers to the beginning and termination of a user's session on a website or application.
Session start occurs when a user logs in or visits a website, creating a unique session ID.
Session end happens when the user logs out or closes the browser, terminating the session.
Example: In Java servlets, HttpSession object is used to manage session start and end.
Use synchronizedList() method to synchronize an ArrayList in Java.
Create a synchronized list using Collections.synchronizedList() method.
Example: List<String> synchronizedList = Collections.synchronizedList(new ArrayList<>());
Access and modify the synchronized list using synchronized blocks to ensure thread safety.
A synchronous call in JavaScript is a function call that blocks the execution of the code until it completes.
Synchronous calls wait for the function to finish before moving on to the next line of code.
They can cause the program to become unresponsive if the function takes a long time to complete.
Example: Using the 'fetch' API to make a synchronous call to a server.
To call multiple APIs and fetch data sequentially, use asynchronous calls and handle responses in order.
Use asynchronous calls to make API requests in parallel
Handle responses in order to ensure data is fetched sequentially
Use promises or callbacks to manage the flow of data retrieval
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
I have worked on various openings including IT, finance, marketing, and administrative roles.
IT positions such as software developers, system administrators, and network engineers
Finance roles like financial analysts, accountants, and auditors
Marketing positions including digital marketing specialists, brand managers, and market researchers
Administrative openings such as executive assistants, office managers, and recep
I was interviewed in Nov 2023.
I have worked with various technologies and portals in my role as a Talent Acquisition Specialist.
I have experience working with applicant tracking systems (ATS) such as Greenhouse and Workday.
I am proficient in using job boards like LinkedIn, Indeed, and Glassdoor to source and attract candidates.
I have utilized HRIS (Human Resources Information System) platforms like BambooHR and ADP for managing employee data.
I have...
Top trending discussions
I know multiple programming languages including Java, Python, and C++.
Proficient in Java with experience in developing web applications using Spring framework
Familiar with Python for data analysis and machine learning
Experience in C++ for developing high-performance applications
Also familiar with HTML, CSS, and JavaScript for front-end development
Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.
Class is a template or blueprint that defines the properties and behaviors of an object.
Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.
Other features of OOP include inheritance, polymorphism, and abstraction.
Inheritance a...
Program to find the sum of squares of each term of Fibonacci series
Generate Fibonacci series using loop or recursion
Calculate square of each term
Add all squares to get the sum
I would like to join Cognizant because of its reputation as a leading global technology and consulting company.
Cognizant has a strong presence in the industry and is known for its innovative solutions.
I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.
The company offers excellent career growth opportunities and a supportive work environment.
Cognizant's diverse...
Interview experience
5-10 Yrs
Not Disclosed
4-8 Yrs
Not Disclosed
3-7 Yrs
Not Disclosed
Software Engineer
7
salaries
| ₹4.2 L/yr - ₹11.5 L/yr |
Data Scientist
6
salaries
| ₹6.5 L/yr - ₹8.5 L/yr |
Senior Software Engineer
5
salaries
| ₹14 L/yr - ₹18 L/yr |
Senior Data Engineer
5
salaries
| ₹9 L/yr - ₹10 L/yr |
QA Engineer
4
salaries
| ₹5.5 L/yr - ₹7 L/yr |
Infosys
TCS
Wipro
HCLTech