i
T P F Software
Filter interviews by
40 aptitude and 10 coding questions
Future of Artificial Intelligence
I applied via Referral and was interviewed before Feb 2020. There were 3 interview rounds.
Data structures are essential for efficient programming in C.
C provides built-in data structures like arrays, structs, and pointers.
Linked lists, stacks, queues, and trees can be implemented using C.
Choosing the right data structure is crucial for optimizing program performance.
C allows for manual memory management, which can be both a blessing and a curse.
Understanding data structures in C is fundamental for software
While loop executes the code block only if the condition is true. Do-while loop executes the code block at least once.
While loop checks the condition first before executing the code block.
Do-while loop executes the code block first before checking the condition.
While loop may not execute the code block at all if the condition is false.
Do-while loop always executes the code block at least once.
Example of while loop: whi...
C is a procedural language, C++ is an object-oriented language, and C# is a modern, multi-paradigm language.
C is a procedural language that focuses on structured programming and low-level memory manipulation.
C++ is an object-oriented language that adds features like classes, inheritance, and polymorphism to C.
C# is a modern, multi-paradigm language that combines elements of C++ and Java, and includes features like garb
If and Switch Case Statements are used for conditional execution in programming.
If statements are used for simple conditions.
Switch case statements are used for multiple conditions.
If statement example: if (x > 5) { do something }
Switch case example: switch (day) { case 1: do something; break; case 2: do something else; break; default: do something different; }
Break and Continue are used to control the flow of loops in C and Java.
Break is used to exit a loop prematurely
Continue is used to skip an iteration of a loop
Both are commonly used in for and while loops
Example: for(int i=0; i<10; i++){ if(i==5) break; System.out.println(i); }
Example: for(int i=0; i<10; i++){ if(i==5) continue; System.out.println(i); }
Top trending discussions
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 5 Oct 2023
I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.
Duration is around 1 hour
posted on 2 Jul 2024
Find the second largest number in an array of strings.
Convert the strings to numbers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Find pairs in an array that sum up to a given target value.
Use a hash set to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hash set.
Return the pairs that sum up to the target value.
posted on 2 Aug 2024
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
posted on 15 Feb 2022
I applied via Campus Placement
In this round you have to clear Aptitude and Basic Coding
It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)
posted on 18 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Softwaretest Engineer
91
salaries
| ₹4 L/yr - ₹7.5 L/yr |
Software Engineer
52
salaries
| ₹3.2 L/yr - ₹10.2 L/yr |
Senior Software Engineer
25
salaries
| ₹8.6 L/yr - ₹23.2 L/yr |
Associate Software Engineer
20
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Test Engineer
16
salaries
| ₹4.5 L/yr - ₹7.5 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler