i
TO THE NEW
Filter interviews by
I appeared for an interview in Sep 2024.
This code snippet counts the frequency of each character in a string using a hash map (dictionary in Python).
Use a hash map (dictionary) to store character counts.
Iterate through each character in the string.
For each character, increment its count in the hash map.
Example: For the string 'hello', the output will be {'h': 1, 'e': 1, 'l': 2, 'o': 1}.
Spring Boot simplifies Spring application development, while microservices enhance scalability and maintainability.
Spring Boot offers auto-configuration, reducing boilerplate code. Example: Setting up a REST API with minimal configuration.
Microservices architecture allows independent deployment of services, enhancing scalability. Example: A user service and an order service can be deployed separately.
Spring provides a ...
Detects if a linked list has a cycle using Floyd's Tortoise and Hare algorithm.
Use two pointers: slow and fast. Slow moves one step, fast moves two steps.
If there's a loop, slow and fast will eventually meet.
If fast reaches the end (null), the list has no loop.
Example: For a list 1 -> 2 -> 3 -> 4 -> 2 (cycle), slow and fast meet at 2.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Return the kth element from the end of a linked list
Traverse the linked list to find the length of the list
Calculate the position of the kth element from the beginning
Traverse the list again to find the kth element from the end
Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: creating new classes based on existing classes
Polymorphism: the ability for objects to be treated as instances of their parent class
I applied via Naukri.com and was interviewed before Jan 2019. There were 4 interview rounds.
TO THE NEW interview questions for designations
I appeared for an interview before Jan 2024.
Using Java 8 Stream, find and print the name of the student with the second highest marks.
Sort the students based on marks in descending order
Skip the first student (highest marks) and find the second student
Print the name of the second student
Hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.
Hash map uses a hash function to map keys to indices in an array.
Collision handling is important in hash maps to deal with multiple keys hashing to the same index.
Common operations on hash maps include insertion, deletion, and lookup.
Example: HashMap<String, Integer> map = new HashMap<>(); map
Get interview-ready with Top TO THE NEW Interview Questions
I applied via Company Website and was interviewed in Dec 2022. There were 4 interview rounds.
A collection is a group of objects or data structures that are stored and manipulated together.
Collections can be used to store and manage multiple elements of the same type.
Examples of collections include arrays, lists, sets, and maps.
Collections provide methods for adding, removing, and accessing elements within the group.
Iterate and insert values into a hashSet in Java
Create a HashSet object
Use a for loop to iterate over the elements to be inserted
Call the add() method on the HashSet object to insert each element
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.
Convert a number to Roman numerals up to any number, including 1000.
I applied via Approached by Company and was interviewed in Sep 2022. There were 4 interview rounds.
Collection, multithreading, JVM, Chess LLD, Design pattern
OOPS concepts are fundamental to object-oriented programming. They include inheritance, encapsulation, abstraction, and polymorphism.
Inheritance allows a class to inherit properties and methods from another class.
Encapsulation is the practice of hiding data and methods within a class, so they can only be accessed through public methods.
Abstraction is the process of simplifying complex systems by breaking them down into...
I applied via LinkedIn and was interviewed before Feb 2022. There were 4 interview rounds.
Python intermediate to advanced
Django basics
SQL basics
I worked at XYZ Company as a Senior Software Engineer.
Developed and maintained software applications
Collaborated with cross-functional teams to gather requirements
Implemented new features and enhancements
Performed code reviews and provided technical guidance
Resolved bugs and issues reported by users
Optimized application performance and scalability
Top trending discussions
Some of the top questions asked at the TO THE NEW Senior Software Engineer interview -
The duration of TO THE NEW Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interviews
4 Interview rounds
based on 67 reviews
Rating in categories
Senior Software Engineer
614
salaries
| ₹9 L/yr - ₹27.5 L/yr |
Software Engineer
568
salaries
| ₹3.5 L/yr - ₹13.8 L/yr |
Associate Technical Leader
219
salaries
| ₹13.8 L/yr - ₹36 L/yr |
Senior Quality Engineer
178
salaries
| ₹7 L/yr - ₹22.5 L/yr |
Devops Engineer
161
salaries
| ₹4.5 L/yr - ₹14 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant