Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Coding and decoding,error detection,water images
1hr,arrsays and strings,gfg
Generate a star pattern using a desired language.
Use nested loops to print the desired number of rows and columns.
In each iteration, print a '*' character to form the pattern.
Adjust the loop conditions and print statements to create different patterns.
Consider using variables to control the number of rows and columns.
Experiment with different loop structures to create more complex patterns.
I applied via campus placement at P E S College of Engineering, Mandya and was interviewed in Sep 2021. There were 4 interview rounds.
To get 8 equal pieces from a cake, you need a minimum of 3 cuts.
The first cut divides the cake into two equal halves.
The second cut divides one of the halves into two equal quarters.
The third cut divides one of the quarters into two equal eighths.
return 0 in int main() indicates successful termination of program execution.
return 0 is used to indicate that the program has executed successfully.
It is not mandatory to use return 0, but it is a good programming practice.
If return 0 is not used, the program may return garbage values to the operating system.
Other values can also be used instead of 0 to indicate different types of program termination.
For example, retu...
I worked on a project to design and implement a new software system for managing inventory in a manufacturing company.
Developed a user-friendly interface for employees to input and track inventory data
Implemented a database to store and organize inventory information
Created automated reports to provide real-time updates on inventory levels
Collaborated with cross-functional teams to gather requirements and ensure system
We need to use parsing or casting to convert string to numerical.
Use parseInt() or parseFloat() for converting string to integer or float respectively.
Use Number() constructor to convert string to number.
Use unary plus (+) operator to convert string to number.
Ensure that the string contains only numerical characters, else it will result in NaN (Not a Number).
I applied via Recruitment Consulltant
I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.
I applied via campus placement at Prasad Institute F Technology, Jaunpur and was interviewed in Dec 2021. There was 1 interview round.
posted on 3 Jul 2024
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
Contains 3 test - logical , mathematical, coding round
Array is a collection of elements of same data type. Linked list is a data structure consisting of a group of nodes.
Arrays are used to store and access a fixed number of elements in memory.
Linked lists are used to store and access a variable number of elements in memory.
Arrays have a fixed size, while linked lists can grow or shrink dynamically.
Arrays are accessed using an index, while linked lists are accessed using p...
OOPs concepts are the fundamental principles of object-oriented programming.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together in a single unit.
Inheritance: Acquiring properties and behavior of a parent class by a child class.
Polymorphism: Ability of an object to take many forms.
Example: A car is an object that has properties like color, ...
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant