Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys SQL Developer Interview Questions and Answers

Updated 7 Feb 2025

Infosys SQL Developer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Coding skill is very knowledgeable skill

Round 2 - Coding Test 

Solving the problem of code assessment with proper logic.

Round 3 - Group Discussion 

Discuss a topic with many people to identify both positive and negative points

Round 4 - Aptitude Test 

Aptitudes require strong logical thinking skills.

Round 5 - Coding Test 

What about codding is telling for code rount

Interview Preparation Tips

Interview preparation tips for other job seekers - Job searching can be challenging, but with the right approach, you can improve your chances of landing a great opportunity.

key tips for job seekers:

1. Define Your GoalsIdentify what type of job you want and what industries interest you.Set clear, realistic goals for your job search.
2. Update Your Resume & LinkedInTailor your resume to highlight relevant skills and experience.Use keywords from the job description to get past applicant tracking systems (ATS).Keep your LinkedIn profile updated and engaging.
3. Build & Use Your Network.
4.Customize Your ApplicationsAvoid sending generic resumes—personalize each application.

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Sql
ddl
dml
tcl
dql
joins
view
date commit

Round 2 - Coding Test 

Date commit
joins
view
sum
max
avg
count
min

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?

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical questions written

Round 2 - Coding Test 

Write a query in sql

Round 3 - HR 

(1 Question)

  • Q1. Self introduction and project review

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 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 - Coding Test 

Creating, delete, SQL intention, query.

Round 3 - HR 

(2 Questions)

  • Q1. Sort introduction, and hobbies, normal subjects questions.
  • Q2. What do are this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Hii
SQL is best database store DBMS .
I think SQL all queries solved.

Infosys interview questions for designations

 Senior SQL Developer

 (1)

 SQL Database Developer

 (1)

 SQL

 (1)

 SQL Database Administrator

 (2)

 MS SQL DBA

 (2)

 SQL Server Database Administrator

 (4)

 Oracle SQL and PLSQL Developer

 (2)

 Developer

 (22)

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Abouut your self ?

Interview Preparation Tips

Interview preparation tips for other job seekers - none

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain sql commands
  • Ans. 

    SQL commands are instructions used to interact with a database to perform tasks such as querying, updating, and managing data.

    • SQL commands are used to interact with databases to perform tasks like querying data, updating data, and managing database structures.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

    • Examples: SELECT * FROM table_name; INSERT INTO table_name (column1, column2) VALUES ...

  • Answered by AI
  • Q2. Explain normalization in sql
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • Normalization ensures data integrity by minimizing the chances of inconsistencies.

    • There are different normal forms like 1NF, 2NF, 3NF, etc. to guid

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql , index , stored proc , triggers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins in sql server
  • Q2. Set operator in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy and anyone can tackle it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Interested Technology
Round 2 - Technical 

(2 Questions)

  • Q1. What is SQL where it use
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables

    • Examples of SQL commands include SELECT, INSERT, UPDATE, DELETE

  • Answered by AI
  • Q2. What is Join and Procedure
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column, while Procedure is a set of SQL statements that perform a specific task.

    • Join is used to retrieve data from multiple tables based on a related column

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

    • Procedure is a set of SQL statements stored in the database and executed when called

    • Procedures can accept input parameters

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about SSIS Architecture
  • Ans. 

    SSIS Architecture is a platform for data integration and workflow applications.

    • SSIS stands for SQL Server Integration Services

    • It includes a data flow engine, control flow engine, and event handling

    • SSIS packages can be created using SQL Server Data Tools (SSDT)

    • SSIS packages can be scheduled and executed using SQL Server Agent

  • Answered by AI
  • Q2. How to implement transactions in ssis
  • Ans. 

    Transactions in SSIS can be implemented using the TransactionOption property in Control Flow tasks.

    • Set the TransactionOption property to Required on the Control Flow tasks that need to be included in the transaction.

    • Use the TransactionOption property to specify the level of transaction support needed for each task.

    • Transactions can be managed using the Distributed Transaction Coordinator (DTC) service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. All the best

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys SQL Developer interview?
Infosys interview process usually has 3-4 rounds. The most common rounds in the Infosys interview process are Coding Test, Aptitude Test and HR.
How to prepare for Infosys SQL Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are SDLC, PLSQL, Performance Engineering, SQL and Postgresql.

Tell us how to improve this page.

Infosys SQL Developer Interview Process

based on 4 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys SQL Developer Salary
based on 103 salaries
₹2.8 L/yr - ₹9 L/yr
12% more than the average SQL Developer Salary in India
View more details

Infosys SQL Developer Reviews and Ratings

based on 8 reviews

3.0/5

Rating in categories

3.4

Skill development

4.5

Work-life balance

1.9

Salary

4.5

Job security

3.8

Company culture

2.0

Promotions

3.6

Work satisfaction

Explore 8 Reviews and Ratings
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.5k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.3 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.1 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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