i
TO THE NEW
Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.
First round was coding test which was neither too difficult nor a piece of cake. There were three questions to do Java. One of them was to separate words in a given string which was a sentence.
Program to separate odd and even numbers from an array.
Loop through array and check if each number is odd or even
Create two separate arrays for odd and even numbers
Return both arrays
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
Verbal,maths and english
Arrays ,strings and hashmap
Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.
Java is platform-independent, while C++ is platform-dependent.
Java is object-oriented, while C++ supports both procedural and object-oriented programming.
Java has automatic memory management (garbage collection), while C++ requires manual memory management...
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
Basic aptitude way taken into account
Basic data structures and oops concept
A palindrome sentence is a sentence that reads the same forwards and backwards.
Check if the sentence is the same when read forwards and backwards, ignoring spaces and punctuation.
Examples: 'A man, a plan, a canal, Panama' is a palindrome sentence.
Examples: 'Hello world' is not a palindrome sentence.
TO THE NEW interview questions for designations
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
1-HR round, basic Aptitude questions
Inheritance in Java allows a class to inherit properties and behaviors from another class.
Inheritance is achieved using the 'extends' keyword in Java.
Subclasses can access the methods and fields of the superclass.
Java does not support multiple inheritance, but a class can implement multiple interfaces.
Java platform independence refers to the ability of Java code to run on any device or operating system without modification.
Java code is compiled into bytecode, which can be executed on any device with a Java Virtual Machine (JVM)
JVM acts as an abstraction layer between the Java code and the underlying hardware and operating system
This allows Java programs to be written once and run anywhere, making them platform indep
Use SQL query with subquery to find second highest salary
Use subquery to find the max salary first
Then use another subquery to find the max salary excluding the previously found max salary
Access modifiers control the visibility and accessibility of classes, methods, and variables in object-oriented programming.
Access modifiers include public, private, protected, and default (package-private)
Public: accessible from any other class
Private: only accessible within the same class
Protected: accessible within the same package and subclasses
Default: accessible within the same package
Get interview-ready with Top TO THE NEW Interview Questions
Hacker Earth Challenge to test problem solving
Overcoming challenges faced as a software engineer
Managing tight deadlines by prioritizing tasks and effectively managing time
Resolving complex technical issues by conducting thorough research and collaborating with team members
Adapting to new technologies and frameworks by continuously learning and upskilling
Working with cross-functional teams and effectively communicating to ensure smooth project execution
Handling mu...
I applied via campus placement at Shri Ramswaroop Memorial College of Engineering & Management, Lucknow and was interviewed before Sep 2023. There were 2 interview rounds.
Very easy objective question and 2 coding question
I was interviewed before Sep 2023.
Maximum sum of sub array
I am passionate about TTN's innovative projects and collaborative work environment.
Exciting projects at TTN attract me
I value collaborative work environment
I am impressed by TTN's reputation in the industry
Strength: Problem-solving skills, Weakness: Overthinking
Strength: I have strong problem-solving skills which allow me to efficiently analyze and solve complex issues.
Weakness: Sometimes I tend to overthink situations, which can lead to indecision or unnecessary stress.
Strength: I am able to think creatively and come up with innovative solutions to challenges.
Weakness: I can be overly critical of my own work, which may
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
LRU Cache is a data structure that stores the most recently used items, discarding the least recently used items when full.
Use a combination of a doubly linked list and a hashmap to efficiently implement LRU Cache.
When an item is accessed, move it to the front of the linked list to mark it as the most recently used.
When the cache is full, remove the least recently used item from the end of the linked list and the hashm
Design a database schema for a food delivery app
Create tables for users, restaurants, orders, and menu items
Use foreign keys to establish relationships between tables
Include columns for user details, restaurant details, order details, and menu item details
Consider adding tables for reviews, ratings, and payment information
I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.
It consists of three basic questions related to string and array.
I applied via Referral and was interviewed before Jan 2022. There were 4 interview rounds.
Top trending discussions
2 Interview rounds
based on 72 reviews
Rating in categories
Senior Software Engineer
590
salaries
| ₹9 L/yr - ₹27.5 L/yr |
Software Engineer
558
salaries
| ₹4 L/yr - ₹13.9 L/yr |
Associate Technical Leader
232
salaries
| ₹12.8 L/yr - ₹35.4 L/yr |
Senior Quality Engineer
164
salaries
| ₹7 L/yr - ₹22.5 L/yr |
Devops Engineer
154
salaries
| ₹4.5 L/yr - ₹14.5 L/yr |
TCS
Infosys
Wipro
HCLTech