Upload Button Icon Add office photos

Filter interviews by

CredenTek Software & Consultancy SQL Developer Interview Questions and Answers

Updated 6 May 2023

CredenTek Software & Consultancy SQL Developer Interview Experiences

1 interview found

SQL Developer Interview Questions & Answers

user image Dipak Pawar

posted on 6 May 2023

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

I applied via Referral and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Third highest salary in emp table?
  • Ans. 

    To find the third highest salary in emp table, we need to use the ORDER BY and LIMIT clauses.

    • Use ORDER BY to sort the salaries in descending order.

    • Use LIMIT to select the third highest salary.

    • Example query: SELECT salary FROM emp ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
  • Q2. What is join and write down one example?
  • Ans. 

    Join is used to combine 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.

    • There are different types of joins like inner join, left join, right join, and full outer join.

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

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

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

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my projects
  • Q2. My previous internship experience and what i have learned there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its both HR and technical interview. But they didn't asked much.

CredenTek Software & Consultancy Interview FAQs

How many rounds are there in CredenTek Software & Consultancy SQL Developer interview?
CredenTek Software & Consultancy interview process usually has 2 rounds. The most common rounds in the CredenTek Software & Consultancy interview process are Resume Shortlist and One-on-one Round.
How to prepare for CredenTek Software & Consultancy 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 CredenTek Software & Consultancy. The most common topics and skills that interviewers at CredenTek Software & Consultancy expect are Agile Development, Analytical skills, Coding, Interpersonal Skills and Oracle Database.
What are the top questions asked in CredenTek Software & Consultancy SQL Developer interview?

Some of the top questions asked at the CredenTek Software & Consultancy SQL Developer interview -

  1. What is join and write down one examp...read more
  2. Third highest salary in emp tab...read more

Tell us how to improve this page.

CredenTek Software & Consultancy SQL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

SQL Developer Interview Questions from Similar Companies

View all
Software Engineer
103 salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Software Developer
45 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Application Support Engineer
26 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Project Lead
15 salaries
unlock blur

₹7.8 L/yr - ₹17.5 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Explore more salaries
Compare CredenTek Software & Consultancy with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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