Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I appeared for an interview in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes, which is 2 fishes.
To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).
To find the number of fishes to be removed, divide the difference by 1% (2 fishes).
Therefore, 50 fishes have to be removed to make the red fishes 98%.
I appeared for an interview in Feb 2017.
I appeared for an interview in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find the number of red fishes.
Subtract the number of red fishes from 200 to find the number of non-red fishes.
Calculate 2% of the total number of fishes to find the desired number of red fishes.
Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.
posted on 3 May 2017
I appeared for an interview before May 2016.
posted on 28 Jun 2017
I appeared for an interview in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find out how many fishes represent 1%.
Multiply the result by 2 to find out how many fishes represent 2%.
Subtract the result from 200 to find out how many fishes represent 98%.
I appeared for an interview before May 2016.
I appeared for an interview before Jun 2016.
My dream is to create innovative software solutions that positively impact people's lives.
Developing cutting-edge technology
Solving complex problems
Improving user experience
Collaborating with talented individuals
Making a difference in society
I am excited to join this organization because of its reputation for innovation and commitment to employee growth.
I am impressed by the company's track record of developing cutting-edge software solutions.
I am excited about the opportunity to work with a team of talented and motivated engineers.
I appreciate the company's focus on employee development and growth.
I am drawn to the company's culture of innovation and coll...
I am willing to work full-time with this organization and put in extra hours if required.
I am committed to delivering quality work within deadlines
I am open to working overtime and on weekends if necessary
I am willing to take on additional responsibilities if needed
To attach one variable from one file to another, we can use import or require statements in programming languages.
In JavaScript, we can use the 'require' statement to import a variable from another file.
In Python, we can use the 'import' statement to import a variable from another file.
We can also use the 'export' statement in the source file to export the variable and then import it in the destination file.
The syntax ...
I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning