Filter interviews by
I applied via campus placement at Jaypee University of Information Technology, Solan and was interviewed in May 2022. There were 4 interview rounds.
Test was on Hackerrank, 150 min duration, questions were easy to medium difficulty from topics such as Binary search, Doubly Linked list and Array manipulation.
An Enum is a data type that consists of a set of named values.
Enums are used to define a set of constants that can be used throughout the code.
Each value in an Enum is assigned an integer value by default, starting from 0.
Enums can also be assigned specific integer values or even string values.
Enums can be used in switch statements to handle different cases.
Example: enum Color { RED, GREEN, BLUE };
Example: enum Status
The most efficient way to reverse a String of characters is to use StringBuilder's reverse() method.
Create a StringBuilder object with the given String as parameter
Call the reverse() method on the StringBuilder object
Convert the StringBuilder object back to a String using toString() method
Find the odd occurring number from an array of numbers, including even occurring numbers.
Iterate through the array and count the frequency of each number using a hash map.
Iterate through the hash map and return the number with an odd frequency.
If no number has an odd frequency, return 'No odd occurring number found.'
The double XOR method is used to find two odd occurring numbers in an array.
Iterate through the array and perform XOR operation on all elements
The result will be the XOR of the two odd occurring numbers
Find the rightmost set bit in the result
Divide the array into two groups based on whether the corresponding bit is set or not
Perform XOR on each group separately to find the two odd occurring numbers
Top trending discussions
posted on 3 Jan 2023
Questions related to frontend developer
posted on 15 Sep 2021
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
To find leap year using single if condition
Check if year is divisible by 4 and not divisible by 100
Or check if year is divisible by 400
If either of the above conditions is true, then it's a leap year
To reverse a string of a particular order separated by dots, split the string into an array, reverse the array, and join it back into a string.
Split the string using the dot separator
Reverse the resulting array
Join the array back into a string using the dot separator
posted on 17 Oct 2024
I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.
2 coding questions medium to hard level
Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.
Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a cycle, the two pointers will eventually meet at some point.
If the fast pointer reaches the end of the list (null), then there is no cycle.
posted on 10 Sep 2024
I was interviewed in Aug 2024.
It was easy difficulty.
It's completely mathematical
Its completely mathematical
posted on 1 Aug 2024
I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Campus Placement
Dsa problems dp and tress problem
Some of the top questions asked at the Paxcom India Software Engineer Trainee interview -
based on 2 interviews
Interview experience
Software Engineer
77
salaries
| ₹5 L/yr - ₹13.2 L/yr |
Senior Software Engineer
35
salaries
| ₹8 L/yr - ₹20.5 L/yr |
E-Commerce Analyst
29
salaries
| ₹4 L/yr - ₹7 L/yr |
Business Analyst
18
salaries
| ₹2.5 L/yr - ₹10 L/yr |
QA Engineer
17
salaries
| ₹4 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech