Upload Button Icon Add office photos

Filter interviews by

Protechsoft Technologies SQL Developer Interview Questions and Answers

Updated 19 Jul 2024

Protechsoft Technologies SQL Developer Interview Experiences

2 interviews found

SQL Developer Interview Questions & Answers

user image Divya Bharathi M

posted on 19 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Profit & loss, Distance & Time & Speed, S.I, C.I,...

Round 2 - Technical 

(2 Questions)

  • Q1. 3rd Maximum salary
  • Q2. Subquery & joins related Questions
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Normalization, subquery, joins, Dml, ddl

Interview Preparation Tips

Topics to prepare for Protechsoft Technologies SQL Developer interview:
  • SQL
Interview preparation tips for other job seekers - Its a good Experience for everyone and use this every opportunities.

SQL Developer Interview Questions & Answers

user image Hari Prasath P

posted on 16 Jul 2024

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

(2 Questions)

  • Q1. Subqueries, joins, operators
  • Q2. Correlated subqueries

SQL Developer Interview Questions Asked at Other Companies

asked in BNP Paribas
Q1. How is a change request in application serviced by development te ... read more
asked in BNP Paribas
Q2. Write down a procedure to return a certain series (99, 96, 93, .. ... read more
asked in BNP Paribas
Q3. Given sample data on two tables, write down the result sets of al ... read more
asked in Capgemini
Q4. 2. Query optimization techniques? 3. Types of schemas and differe ... read more
asked in Accenture
Q5. What is Database Management System?

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

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.

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 

(1 Question)

  • Q1. Basic core java questions, spring boot and spring mvc questions and other project related questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions and infrastructure of application
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, company policy explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics and know your project and what task you did

I applied via Approached by Company and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. If a application is running slow what process would you follow to find root cause of this? Specify for database , backend api and frontend side.
  • Ans. 

    Process to find root cause of slow application for database, backend api and frontend side.

    • Check server logs for errors and warnings

    • Use profiling tools to identify bottlenecks

    • Optimize database queries and indexes

    • Minimize network requests and optimize API responses

    • Reduce image and file sizes for faster loading

    • Use caching to reduce server load

    • Check for memory leaks and optimize memory usage

  • Answered by AI
  • Q2. Basic API questions- DI, Ef querying databs Angular basics
  • Q3. Basic sql queries, joins

Interview Preparation Tips

Topics to prepare for UST Full Stack Software Developer interview:
  • C#
  • API
  • ASP.Net
  • Angular
  • Rxjs
Interview preparation tips for other job seekers - Have a good understanding of API and angular basics , lazt loading, Rxjs

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

First Round-It was 90 minutes round and basically contains aptitude question which you need to solve quickly.

  • Q1. MCQs

    Normal aptitude and English and reasoning questions.

Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

My interview started and the interviewer asked me to introduce myself. Also he asked me some questions related to my hobbies like the last movie I saw in theatre (these questions are asked to make you comfortable and familiarise you with the interview) .

After this he asked me about my projects.
In which technology did I work. What is my project all about , what are its features and how is it useful in the real world.

After this, since I made my project in native Android using Java he asked me some conceptual questions in Java.He asked me about Collection framework.
After this he asked me about OOPs.What is OOPs, then he asked me about polymorphism and told me to explain it.

Finally, he gave me a question and asked me to code it.
Q. Find the second largest element in the given array (don't use sorting ).
Eg. arr={6,7,8,9,0}
Then, output=8

Interview took around 35-40 min .
At last he asked me if I had any questions for him to which I replied in what technologies do I get to work on if I get selected.

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    first calculate the largest no. then again run the loop for entire array and find the no. just less then that largest no. but greater than other nos.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology, Raipur. I applied for the job as SDE - Intern in BangaloreEligibility criteria7+ CGPA, No Active backlogsOptum interview preparation:Topics to prepare for the interview - Arrays, Linked Lists , Stacks & Queues ,Trees and Graphs, OOPs, AlgorithmsTime required to prepare for the interview - 5 monthInterview preparation tips for other job seekers

Tip 1 : Consistency-Solving problems daily 
Tip 2 : Quality over quantity
Tip 3 : build confidence by solving problems till you confident about any topic (don't go over number of questions)

Application resume tips for other job seekers

Tip 1 : Be Precise 
Tip 2 : mention only important tech related things like projects and experiences

Final outcome of the interviewSelected

Protechsoft Technologies Interview FAQs

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

Some of the top questions asked at the Protechsoft Technologies SQL Developer interview -

  1. Normalization, subquery, joins, Dml, ...read more
  2. Subquery & joins related Questi...read more
  3. 3rd Maximum sal...read more

Tell us how to improve this page.

Protechsoft Technologies SQL Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Software Developer
13 salaries
unlock blur

₹2.6 L/yr - ₹8 L/yr

Test Engineer
13 salaries
unlock blur

₹2.6 L/yr - ₹6.7 L/yr

HR Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Protechsoft Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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