Infosys Commonly Asked Questions
Infosys Commonly Asked Questions
Databases (52-62):
52. What is DBMS?
53. What is Normalization?
54. Explain how to fetch all records from a table in a database using SQL.
55. What is the Primary and Foreign Key in SQL?
56. Types of join.
57. What are DDL and DML commands in SQL?
58. What is the difference between a char and a varchar?
59. What is a View?
60. Define a DSN (Data Source Name).
61. How is a Clustered index different from a Non-Clustered index?
62. When we perform a Cartesian product on two relations, what will be the number of tuples
and attributes in the result?
81. Approach to solving a problem: Sorting students based on the number of codes done.
82. Write a program to find whether a number is prime or not.
83. Write a program to replace a substring in a string in Python.
84. Write a program to swap two strings.
85. Write a program to sort an array of integers.
86. Write a program to check if a number is even or odd.
87. Write a program to convert a decimal number to binary.