Add office photos
Inlogic Technologies logo
Employer?
Claim Account for FREE

Inlogic Technologies

4.0
based on 38 Reviews
Filter interviews by
Designation
Fresher

Inlogic Technologies 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
right arrow

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
right arrow
Inlogic Technologies Interview Questions and Answers for Freshers
illustration image

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
right arrow

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
right arrow
Discover Inlogic Technologies 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
right arrow

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
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Inlogic Technologies

based on 10 interviews
Interview experience
3.9
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Microsoft Corporation Logo
4.0
 • 735 Interview Questions
IQVIA Logo
3.9
 • 257 Interview Questions
Zydus Lifesciences Logo
4.1
 • 210 Interview Questions
Hewlett Packard Enterprise Logo
4.2
 • 177 Interview Questions
Eviden Logo
3.6
 • 168 Interview Questions
MRF Tyres Logo
3.7
 • 139 Interview Questions
View all
Recently Viewed
LIST OF COMPANIES
Inlogic Technologies
Locations
SALARIES
Systenics Solutions
LIST OF COMPANIES
Stellar Organisation
Locations
SALARIES
Systenics Solutions
SALARIES
Systenics Solutions
INTERVIEWS
RBL Bank
No Interviews
JOBS
Aster Dm Healthcare
No Jobs
JOBS
Stellar Organisation
No Jobs
REVIEWS
Aster Dm Healthcare
No Reviews
JOBS
Rentokil Pest Control
No Jobs
Top Inlogic Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 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