Add office photos
Employer?
Claim Account for FREE

Inlogic Technologies

4.0
based on 38 Reviews
Filter interviews by

Idfy Interview Questions and Answers

Updated 25 Jan 2025

Q1. What is the SQL query to retrieve the maximum salary from a database?

Ans.

SQL query to retrieve the maximum salary from a database

  • Use the SELECT statement with the MAX function to retrieve the maximum salary

  • Specify the column name for the salary field in the table

  • Example: SELECT MAX(salary) FROM employees

Add your answer

Q2. What are the key concepts of Object-Oriented Programming (OOP)?

Ans.

Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class with private fields and public methods.

  • Inheritance: Creating new classes based on existing classes, inheriting their attributes and behaviors. Example: Subclass extending a superclass.

  • Polymorphism: Objects of different classes can be treated as objects of a common superclass. Example:...read more

Add your answer

Q3. What are the available access modifiers in programming?

Ans.

Access modifiers control the visibility and accessibility of classes, methods, and variables in programming.

  • Public - accessible from anywhere

  • Private - accessible only within the same class

  • Protected - accessible within the same class and its subclasses

  • Internal - accessible within the same assembly

  • Protected Internal - accessible within the same assembly or subclasses

Add your answer

Q4. What is your understanding of normalization in SQL?

Ans.

Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalization is a technique used to eliminate redundant data and ensure data integrity.

  • It involves breaking down a table into smaller tables and defining relationships between them.

  • There are different normal forms such as 1NF, 2NF, 3NF, and BCNF.

  • For example, in a database of students and courses, instead of storing student details in the course table, a separa...read more

Add your answer
Discover Idfy interview dos and don'ts from real experiences

Q5. What is the difference between procedures and functions?

Ans.

Procedures do not return a value, while functions return a value.

  • Procedures are used to perform an action, while functions are used to calculate and return a value.

  • Functions have a return type specified, while procedures do not.

  • Example: Procedure to display a message on the screen vs Function to calculate the sum of two numbers.

Add your answer

Q6. Difference between substr() and charindex()?

Ans.

substr() extracts a substring from a string based on start and length, while charindex() finds the position of a character or substring within a string.

  • substr() is used in SQL Server to extract a portion of a string based on the starting position and length.

  • charindex() is used in SQL Server to find the position of a specific character or substring within a string.

  • Example: SELECT SUBSTRING('Hello World', 1, 5) will return 'Hello'.

  • Example: SELECT CHARINDEX('o', 'Hello World') w...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Idfy

based on 9 interviews
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 235 Interview Questions
4.1
 • 229 Interview Questions
3.9
 • 196 Interview Questions
3.6
 • 170 Interview Questions
4.0
 • 163 Interview Questions
4.3
 • 135 Interview Questions
View all
Top Inlogic Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter