Premium Employer

Infinite Computer Solutions

3.4
based on 1.5k Reviews
Filter interviews by

Karunya University Interview Questions and Answers

Updated 24 Feb 2025
Popular Designations

Q1. Diff bw union and union all Diff bw sp and functions Diff primary key and forgion key Temp table

Ans.

Explanation of differences between union and union all, stored procedures and functions, primary key and foreign key, and temp tables.

  • Union combines and removes duplicates, while union all combines without removing duplicates.

  • Stored procedures are precompiled and can return multiple result sets, while functions are not precompiled and can only return a single value.

  • Primary key uniquely identifies a record, while foreign key references a primary key in another table.

  • Temp table...read more

Add your answer

Q2. Reverse a string - Python

Ans.

Reverse a string in Python using slicing

  • Use string slicing with a step of -1 to reverse the string

  • Example: 'hello'[::-1] will return 'olleh'

Add your answer

Q3. What are the differences and similarities between Java and Python, and which one is considered the best?

Ans.

Java and Python are both popular programming languages, with Java being statically typed and Python being dynamically typed.

  • Java is statically typed, while Python is dynamically typed

  • Java requires explicit declaration of data types, while Python does not

  • Java is compiled into bytecode which runs on the Java Virtual Machine, while Python is interpreted at runtime

  • Java is commonly used for enterprise applications and Android development, while Python is popular for web developmen...read more

Add your answer

Q4. What is testing, and what do you know about it?

Ans.

Testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

  • Testing involves executing the software with the intent of finding bugs or errors.

  • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Testing can be manual or automated, with automated testing using tools like Selenium or JUnit.

  • Regression testing ensures that new code changes do not adversely affect existi...read more

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

Q5. write SQL joins queries

Ans.

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

  • Use INNER JOIN to return rows when there is at least one match in both tables

  • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

  • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

  • Use FULL JOIN to return rows when there is a match in one of the tables

Add your answer

Q6. Can you describe a cooking disaster you experienced?

Ans.

I once tried to bake a cake but accidentally used salt instead of sugar.

  • Confused salt with sugar while baking

  • Realized mistake after tasting batter

  • Had to start over with new ingredients

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

Interview Process at Karunya University

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

Top Software Developer Interview Questions from Similar Companies

3.7
 • 115 Interview Questions
4.3
 • 31 Interview Questions
3.7
 • 30 Interview Questions
3.6
 • 20 Interview Questions
3.3
 • 14 Interview Questions
3.8
 • 12 Interview Questions
View all
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