Filter interviews by
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for data hiding, which prevents outside code from directly accessing an object's internal data.
Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidden...
Java is a high-level, object-oriented programming language, while C is a low-level, procedural programming language.
Java is platform-independent, while C is platform-dependent.
Java uses automatic memory management (garbage collection), while C requires manual memory management.
Java is more secure due to its strong type system and runtime environment, while C allows for more direct memory manipulation.
Java is typically ...
I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.
Where clause is used to filter rows before grouping, while Having clause is used to filter groups after grouping.
Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition.
Having clause is used with GROUP BY clause to filter groups based on a condition.
Where clause is applied before grouping, Having clause is applied after grouping.
Example: SELECT * FROM table_name WHERE condition; ...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Triyam Information Technology interview questions for popular designations
The test went for half hr and they asked simple python coding questions
I applied via AmbitionBox and was interviewed in May 2022. There were 2 interview rounds.
HTML and CSS or javascript
About professional aptitude
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
Answers to common technical questions related to software development.
HTTPS is a secure version of HTTP protocol used for secure communication over the internet.
SMTP is a protocol used for sending and receiving email messages.
MCA stands for Master of Computer Applications, a postgraduate degree in computer science.
A web designer is a professional who designs and creates websites.
Coding is the process of writing instruc...
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows for code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class, and can also add its own unique properties...
Topology refers to the arrangement of nodes and connections in a network.
Topology determines how data flows through a network.
Common topologies include bus, star, ring, and mesh.
Topology can affect network performance, scalability, and fault tolerance.
Communication network refers to the infrastructure and technologies used to transmit information between devices and systems.
Communication network enables devices and systems to exchange information and data.
It includes technologies such as wired and wireless networks, routers, switches, and protocols.
Examples of communication networks include the internet, LAN, WAN, Bluetooth, and cellular networks.
What is a CSS and what is a HTML
I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.
A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.
Prime numbers are only divisible by 1 and themselves.
Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97.
The number 1 is not considered a prime number.
Program to determine if a number is even or odd.
Use the modulo operator (%) to check if the number is divisible by 2.
If the remainder is 0, the number is even. Otherwise, it is odd.
Example: int num = 5; if(num % 2 == 0) { printf("Even"); } else { printf("Odd"); }
I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.
Medium level aptitude questions
based on 9 interviews
Interview experience
based on 28 reviews
Rating in categories
ETL Developer
55
salaries
| ₹1.8 L/yr - ₹6.5 L/yr |
Team Lead
16
salaries
| ₹3 L/yr - ₹9.4 L/yr |
SQL Developer
14
salaries
| ₹3.5 L/yr - ₹5.5 L/yr |
Software Engineer
7
salaries
| ₹1.8 L/yr - ₹4.5 L/yr |
Software Developer
7
salaries
| ₹2.4 L/yr - ₹6 L/yr |
TCS
Accenture
Wipro
Cognizant