Add office photos
Engaged Employer

Inceptive Technologies

4.2
based on 5 Reviews
Filter interviews by

GlowTouch Technologies Interview Questions and Answers

Updated 27 Jun 2024

Q1. Joins like what is join and what are their types

Ans.

Joins are used to combine rows from two or more tables based on a related column between them.

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

  • FULL JOIN returns rows when there is a match in one of the tabl...read more

Add your answer

Q2. Query to find second highest salary from employee table

Ans.

Use SQL query with ORDER BY and LIMIT to find second highest salary from employee table.

  • Use ORDER BY clause to sort salaries in descending order

  • Use LIMIT 1,1 to get the second highest salary

  • Example: SELECT salary FROM employee ORDER BY salary DESC LIMIT 1,1

Add your answer

Q3. How you can handle runtime exception?

Ans.

Handle runtime exceptions by using try-catch blocks and logging the exception details.

  • Use try-catch blocks to catch exceptions at runtime.

  • Handle specific exceptions separately for better error handling.

  • Log the exception details for debugging purposes.

  • Use finally block to clean up resources after exception handling.

Add your answer

Q4. How to give null value to int variable

Ans.

You can give a null value to an int variable by using nullable types in C#.

  • Use nullable types like int? to declare an int variable that can hold null values.

  • Initialize the int variable with null by assigning 'null' to it.

  • Example: int? nullableInt = null;

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

Q5. What is difference between DDL and DML

Ans.

DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

  • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

  • DML is used to insert, update, delete, and retrieve data from database tables.

  • Examples of DDL statements include CREATE TABLE, ALTER TABLE, and DROP TABLE.

  • Examples of DML statements include INSERT...read more

Add your answer

Q6. what is delegate in C#

Ans.

Delegate in C# is a type that represents references to methods with a specific parameter list and return type.

  • Delegates allow methods to be passed as parameters.

  • Delegates can be used to define callback methods.

  • Delegates can be used to implement events and event handling in C#.

  • Delegates are type-safe function pointers.

Add your answer

Q7. what is work process

Ans.

Work process refers to the series of steps or tasks that need to be completed in order to achieve a specific goal or outcome.

  • Work process involves defining the objectives and goals of a project

  • Breaking down the tasks into smaller, manageable steps

  • Assigning responsibilities to team members

  • Monitoring progress and making adjustments as needed

  • Evaluating the results and outcomes of the work process

Add your answer

Q8. Code to find string reversal..

Ans.

Code to reverse a string in an array of strings.

  • Iterate through each string in the array

  • Use a StringBuilder to reverse each string

  • Store the reversed strings back in the array

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

Interview Process at GlowTouch Technologies

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

Top Interview Questions from Similar Companies

3.8
 • 4k Interview Questions
4.1
 • 274 Interview Questions
4.0
 • 195 Interview Questions
4.2
 • 177 Interview Questions
3.4
 • 172 Interview Questions
3.8
 • 157 Interview Questions
View all
Top Inceptive 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
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