Upload Button Icon Add office photos

Filter interviews by

Eureka D Soft SQL Developer Interview Questions, Process, and Tips

Updated 5 Jun 2020

Eureka D Soft SQL Developer Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. What is a Database?Basic SQL Concepts
  • Q2. What are types of command in Database ?
  • Ans. 

    There are three types of commands in a database: DDL, DML, and DCL.

    • DDL (Data Definition Language) commands are used to define the database structure, such as creating tables, altering tables, and dropping tables.

    • DML (Data Manipulation Language) commands are used to manipulate data in the database, such as inserting, updating, and deleting data.

    • DCL (Data Control Language) commands are used to control access to the datab...

  • Answered by AI
  • Q3. What is Syntax of procedure ?
  • Ans. 

    The syntax of a procedure in SQL is similar to that of a function, but it does not return a value.

    • CREATE PROCEDURE procedure_name

    • AS

    • BEGIN

    • -- SQL statements

    • END;

  • Answered by AI
  • Q4. What are Triggers ?
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events or changes in the database.

    • Triggers are used to enforce business rules, audit changes, and maintain data integrity.

    • They can be defined to execute before or after an INSERT, UPDATE, or DELETE operation.

    • Triggers can be used to perform complex actions such as sending emails or updating other tables.

    • They can be disabled or enabled as nee...

  • Answered by AI
  • Q5. What are Joins and what are there type ?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

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

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all row...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Profitability analysis in the credit cards business
  • Ans. 

    Profitability analysis in the credit cards business involves evaluating the financial performance and returns generated by credit card operations.

    • Profitability analysis helps assess the effectiveness of credit card strategies and identify areas for improvement.

    • Key metrics for profitability analysis include net interest margin, fee income, credit losses, and operating expenses.

    • Comparing profitability across different cu...

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 30 minutes
Total Questions: 35

Round: Case Study Interview
Experience: One mini calculative case interview and 2 major calculative

General Tips: Don’t relax too much and do prepare religiously inspite of whether or not your wingie or close friend is taking placements seriously. Also, do help out your wing mates once you are done with yours. There is no better joy than seeing a close friend landing up a dream job. Most importantly, never lose hope. This comes from a 7.1 who failed to make into the shortlists of every company for internships and still landed a job within the first 3 hours on the first day. Just keep believing you’ll do well and you would.
College Name: IIT Kanpur

Interview Preparation Tips

Round: Behavioural Interview
Experience: After the 4th round, they told me that they were making me an offer, and that was a big moment of relief for me.

General Tips: Prepare well for the GDs’ and interview because, a good CV only takes you to the interview and becomes irrelevant after that. Only preparation matters in selection. Also, prioritize your sectors based on your interest, and profile. Be realistic and practical while doing this. Also, If possible, keep one or two options ready beforehand (Ph.D., MBA, civil services, startup/family business) in case you are not able to crack a good job as it prevents you from getting panic. Also, if you are shortlisted in multiple companies in a single slot, do take a friend with you to manage everything. Never be overconfident if you have a very good CV. There have been various instances where many so-called high profile people have struggled with placements due to lack of preparation. Also, do not waste your time preparing for all the sectors, as you won’t be able to become a master in any of them.
Skills:
College Name: IIT Kanpur

Interview Questionnaire 

1 Question

  • Q1. What certifications should a software developer have?
  • Ans. 

    Certifications are not mandatory for software developers, but can add value to their resume.

    • Certifications in programming languages like Java, Python, C++

    • Certifications in software development methodologies like Agile, Scrum

    • Certifications in cloud computing platforms like AWS, Azure

    • Certifications in security like CISSP, CEH

    • Certifications in project management like PMP

    • Certifications in mobile app development like Androi

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2023.

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. Docker Basics:What is Docker, and how does it differ from traditional virtualization?Explain the purpose of Docker images and containers.Node.js Fundamentals:Describe the event-driven architecture of Node....
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Assignment 

Todo application javascript todo app creation needs to submit

Round 3 - HR 

(1 Question)

  • Q1. Expected salary, family, future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a quick learner
Interview experience
5
Excellent
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 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.

Eureka D Soft Interview FAQs

What are the top questions asked in Eureka D Soft SQL Developer interview?

Some of the top questions asked at the Eureka D Soft SQL Developer interview -

  1. What are types of command in Database...read more
  2. What are Joins and what are there typ...read more
  3. What is Syntax of procedur...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 150 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all
Eureka D Soft SQL Developer Salary
based on 5 salaries
₹1.8 L/yr - ₹4.1 L/yr
47% less than the average SQL Developer Salary in India
View more details

Eureka D Soft SQL Developer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
43 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Junior Software Developer
15 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Software Tester
14 salaries
unlock blur

₹2.6 L/yr - ₹4.6 L/yr

Senior Software Developer
7 salaries
unlock blur

₹6.3 L/yr - ₹9.6 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare Eureka D Soft with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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