Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.
Use streams to find and output the code of the second most frequent character in a string.
Use Java streams to convert the string to a character array
Use Collectors.groupingBy to group characters by count
Sort the map by value to find the second most frequent character
Return the code of the second most frequent character
Utilize streams to filter and map elements in an array of strings
Use stream.filter() to filter elements based on a condition
Use stream.map() to transform elements into a new form
Example: List
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on the creation of objects that interact with each other to solve a problem.
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.
Example: Inheritance allows a class to inherit properties and behavior
Swapping two numbers without using a third variable in Java.
Use bitwise XOR operation to swap two numbers without using a third variable.
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
Questions on quant and math aptitude
I am a dedicated Technical Specialist with 5 years of experience in IT infrastructure management and troubleshooting.
5 years of experience in IT infrastructure management
Skilled in troubleshooting technical issues
Strong knowledge of network systems and protocols
Certified in Cisco networking technologies
I like programming languages such as Python, Java, and C++.
Python
Java
C++
I applied via Walk-in and was interviewed in Mar 2024. There were 3 interview rounds.
Test communication skill,teamwork and leadership, problem-solving decision making, knowledge and awareness,time management, convincing and persuasive skills,handling pressure.
I am most familiar with Java. I follow a systematic troubleshooting process, use debugging tools, and constantly seek to expand my expertise.
Identify the error message or symptoms of the crashing program
Review the code for any obvious mistakes or bugs
Use debugging tools like breakpoints and print statements to pinpoint the issue
Continuously test and monitor the program while making changes
Seek to expand expertise in Ja...
The biggest hike I have ever been on was a challenging 10-mile trek up a steep mountain.
The biggest hike I have done was a 10-mile trek
It was challenging and involved steep terrain
The hike took several hours to complete
Data structure, LIFO,stack,FIFO
I applied via Job Portal
Some basic mathematics
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
I am a dedicated and detail-oriented Product Specialist with a passion for technology and innovation.
I have a strong background in product management and development.
I excel at conducting market research and analyzing customer feedback.
I am skilled in creating product roadmaps and collaborating with cross-functional teams.
I have experience in launching successful products and driving sales growth.
I am constantly learni...
I thrive under pressure by staying organized, prioritizing tasks, and maintaining a positive attitude.
I stay organized by creating to-do lists and breaking down tasks into manageable steps
I prioritize tasks based on deadlines and importance
I maintain a positive attitude by taking breaks, practicing mindfulness, and seeking support from colleagues
Example: During a product launch with tight deadlines, I stayed calm and f...
posted on 6 Nov 2024
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Managed end-to-end recruitment process, conducted interviews, sourced candidates, and collaborated with hiring managers.
Managed full-cycle recruitment process
Conducted interviews with candidates
Sourced candidates through various channels
Collaborated with hiring managers to understand hiring needs
Utilized applicant tracking system to manage candidate pipeline
Quantitative, logical reasoning , Communication
There were 3 coding questions based on dp and graph
TCS
Accenture
Wipro
Cognizant