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

Clear (1)

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

 SQL

 (1)

 Senior SQL Developer

 (1)

 SQL Database Developer

 (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

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

REVIEWS

L&T Construction

No Reviews

REVIEWS

Mantra Labs

No Reviews

INTERVIEWS

IBM

No Interviews

REVIEWS

Cerium Systems

No Reviews

REVIEWS

HCLTech

No Reviews

INTERVIEWS

DE Shaw

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

HCLTech

INTERVIEWS

Walking Tree

No Interviews

INTERVIEWS

Silicon Labs

No Interviews

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 107 salaries
₹2.4 L/yr - ₹9 L/yr
7% 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.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent