Upload Button Icon Add office photos

Filter interviews by

SQL Computech SQL Developer Interview Questions and Answers

Updated 22 Feb 2022

SQL Computech SQL Developer Interview Experiences

1 interview found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2022

Round 1 - Aptitude Test 
Round 2 - Aptitude Test 
Round 3 - Technical 

(1 Question)

  • Q1. What's sql server
  • Ans. 

    SQL Server is a relational database management system developed by Microsoft.

    • Developed by Microsoft

    • Relational database management system

    • Used for storing and retrieving data

    • Supports SQL language

    • Can be used for data analysis and business intelligence

    • Versions include Express, Standard, and Enterprise

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. What is join
  • Ans. 

    Join is a SQL operation that combines rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of join include inner join, left join, right join, and full outer join

    • Join conditions are specified using the ON keyword

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Xyz

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding not that much tough

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to your skills
  • Q2. Just basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why u want to join
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of Indexes
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered indexes physically reorder the data in the table based on the index key.

    • Non-clustered indexes create a separate structure for the index, pointing back to the original table data.

    • Unique indexes ensure that no two rows have the same values in the indexed columns.

    • Composite indexes are created on multiple columns to improve...

  • Answered by AI
  • Q2. Sceanrio based question
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Joining date and last working date
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Profit and loss,percentage

Round 2 - HR 

(2 Questions)

  • Q1. Why do you this job ?
  • Q2. How can i believe you are the best to our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never Give up
Round 1 - Aptitude Test 

Learn basics of aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Learn oops conceps and knowledge of coding in any language
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn only basic things and knowledge of any language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic SQL questions
  • Q2. Advanced PLSQL questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on C#, ref keyword, difference between abstract and interface, Pillars of OOPS, Inheritance, Filters in mvc, Tempdata, viewdata, viewbag
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. All the questions related to my resume
  • Q2. Questions on my project, my internships earlier
  • Q3. And my knowledge about Java and basic knowledge of web development

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Difference between delete, drop and truncate
  • Ans. 

    Delete removes rows from a table, drop removes the entire table, and truncate removes all rows from a table.

    • Delete is a DML operation and can be rolled back, but it is slower than truncate.

    • Drop is a DDL operation and cannot be rolled back. It removes the table and all associated objects.

    • Truncate is a DDL operation and cannot be rolled back. It removes all rows from the table but keeps the table structure.

    • Delete and tru...

  • Answered by AI
  • Q2. Difference between table and view
  • Ans. 

    Table stores data in a structured format while view is a virtual table created from a query.

    • Table is a physical object while view is a logical object.

    • Table can be modified while view cannot be modified directly.

    • Table can have indexes while view cannot have indexes.

    • Table can have constraints while view cannot have constraints.

    • View can be used to simplify complex queries by joining multiple tables.

    • View can be used to res...

  • Answered by AI
  • Q3. What type of cursors did you use
  • Ans. 

    I have used both implicit and explicit cursors in PL/SQL development.

    • Implicit cursors are used for single-row queries while explicit cursors are used for multi-row queries.

    • I have used explicit cursors with parameters to make the query more dynamic.

    • I have also used cursor variables to pass cursors as parameters to procedures and functions.

    • Examples of cursor types I have used include FOR LOOP, FETCH, and UPDATE cursors.

  • Answered by AI
  • Q4. What is primary key and unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column or set of columns.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Unique key ensures that a column or set of columns have unique values

    • Primary key cannot have null values, while unique key can have null values

    • A table can have only one primary key, but multiple unique keys

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the interview.
Frame your answer correctly.if you don't know any complex question ask the interviewer at the end

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding test was easy, there were 2 questions.

Round 3 - Technical 

(1 Question)

  • Q1. Square root of a number in log n time
  • Ans. 

    Using binary search, square root of a number can be found in log n time.

    • Choose a range for the square root

    • Use binary search to find the square root within the range

    • Adjust the range based on whether the guess is too high or too low

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Basic questions on leadership and some problem based.
  • Q2. Basics questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and try to give as many mock interviews as possible

Skills evaluated in this interview

SQL Computech Interview FAQs

How many rounds are there in SQL Computech SQL Developer interview?
SQL Computech interview process usually has 4 rounds. The most common rounds in the SQL Computech interview process are Aptitude Test, Technical and HR.
What are the top questions asked in SQL Computech SQL Developer interview?

Some of the top questions asked at the SQL Computech SQL Developer interview -

  1. What's sql serv...read more
  2. What is j...read more

Tell us how to improve this page.

SQL Computech SQL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Compare SQL Computech with

Cognizant

3.8
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

3.5
Compare

FIS

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview