i
Nexgile
Technologies
Filter interviews by
I appeared for an interview in Nov 2024, where I was asked the following questions.
This program identifies even and odd numbers using simple arithmetic operations in Java.
Input: The program takes an integer input from the user to check if it's even or odd.
Even Check: An even number is divisible by 2 (e.g., 4 % 2 == 0).
Odd Check: An odd number is not divisible by 2 (e.g., 5 % 2 != 0).
Output: The program outputs whether the number is 'Even' or 'Odd'.
Example Code: 'if (number % 2 == 0) { System.out.prin...
A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.
Definition: A prime number is only divisible by 1 and itself. For example, 2, 3, 5, and 7 are prime numbers.
Basic Algorithm: To check if a number n is prime, test divisibility from 2 to √n. If n is divisible by any of these, it's not prime.
Example Code: In Java, you can use a loop to check for factors. If ...
I applied via Walk-in and was interviewed in Oct 2022. There were 3 interview rounds.
Asing coding questions on Strings and Arrays in Java or Python
Collections are Java classes that group multiple objects into a single unit.
Collections provide a way to manage and manipulate groups of objects.
They are used to store, retrieve, and manipulate data efficiently.
Some examples of collections are ArrayList, LinkedList, HashSet, and TreeMap.
Top trending discussions
posted on 22 Apr 2024
I applied via Job Portal
30 question - 15 aptitude and 15 - technical question
posted on 24 May 2024
I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.
Aptitude, logical, verbal , technical - java, spring, hibernate, sql - MCQS.
posted on 14 May 2023
I applied via Naukri.com and was interviewed before May 2022. There were 5 interview rounds.
Very Very Hard. All logical and programming questions
posted on 7 Jul 2024
posted on 27 Jul 2022
I appeared for an interview in Jan 2022.
It was moderate. Can clear easily.
posted on 7 Jul 2024
I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.
18 non technical MCQ question with Aptitude, English
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
The codinds questions were too easy.
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
We can easily pass the test cases
Exceptions are unexpected events that disrupt the normal flow of a program. Exception handling is the process of dealing with these events.
Exceptions are objects that represent an abnormal condition or error in a program.
Exception handling allows developers to gracefully handle errors and prevent the program from crashing.
Java provides try-catch blocks for handling exceptions. The try block contains the code that may t...
Arrays are a collection of elements of the same data type, while Strings are a sequence of characters.
Arrays can store multiple values of the same data type, accessed by index.
Strings are immutable sequences of characters, can be manipulated using various methods.
Example: int[] numbers = {1, 2, 3}; String name = "John";
based on 2 interview experiences
Difficulty level
Duration
Software Developer
12
salaries
| ₹2 L/yr - ₹7.5 L/yr |
Associate Software Engineer
12
salaries
| ₹1.8 L/yr - ₹3.4 L/yr |
Software Engineer
7
salaries
| ₹2 L/yr - ₹2.7 L/yr |
Associate Software Developer
7
salaries
| ₹2.5 L/yr - ₹3 L/yr |
Business Development Executive
4
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Cyfuture
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems