Faster and better experience!
i
Kyzer Software
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
A table with 3-4 columns is created to store and organize data in a structured manner.
Columns represent different attributes or properties of the data.
Each row in the table represents a unique record or entry.
Columns can have different data types such as text, numbers, dates, etc.
Primary key column can be used to uniquely identify each record.
Foreign key columns can establish relationships between tables.
Example: A tab...
To add a column without using create, you can use the ALTER TABLE statement.
Use the ALTER TABLE statement to add a new column to an existing table
Specify the table name and the new column name, data type, and any other constraints
Example: ALTER TABLE table_name ADD column_name data_type;
Tomcat server is a Java-based web server that is used to serve Java Servlets and JSP pages.
Tomcat is an open-source web server and servlet container
It is used to deploy Java web applications
It supports Java Servlet, JavaServer Pages (JSP), Java Expression Language (EL), and WebSocket technologies
It can be used as a standalone server or integrated with other web servers like Apache
It provides a web management interface
Views are virtual tables that are based on the result of a query. They provide a way to simplify complex queries and restrict access to data.
Views are created by selecting columns from one or more tables and can include joins, filters, and calculations.
Unlike tables, views do not store data physically, but rather retrieve it dynamically from the underlying tables.
Views can be used to present a subset of data to users, ...
Indices are values that point to specific data within a data structure. They are used to access and manipulate data efficiently.
Indices are commonly used in arrays to access specific elements.
They can also be used in databases to improve search performance.
Indices can be created on columns in a table to speed up queries.
In programming, indices are often used in loops to iterate over data structures.
Indices can also be ...
Left outer join is used to combine all rows from the left table with matching rows from the right table.
Use the LEFT JOIN keyword to perform a left outer join
The syntax is: SELECT column_name(s) FROM table1 LEFT JOIN table2 ON table1.column_name = table2.column_name
If there is no match in the right table, NULL values are returned
Example: SELECT customers.name, orders.order_id FROM customers LEFT JOIN orders ON customer
OOP stands for Object-Oriented Programming, a programming paradigm that focuses on objects and their interactions.
OOP is based on the concept of classes and objects
It emphasizes encapsulation, inheritance, and polymorphism
Examples of OOP languages include Java, C++, and Python
Top trending discussions
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
Simple aptitude test
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
It was a basic aptitude test.
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
based on 1 interview
Interview experience
based on 29 reviews
Rating in categories
Software Developer
23
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Tester
7
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech