Upload Button Icon Add office photos

Filter interviews by

MindCraft Software Plsql Developer Interview Questions and Answers

Updated 28 Dec 2022

MindCraft Software Plsql Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is query optimization ?
  • Ans. 

    Query optimization is the process of improving the performance of a database query.

    • It involves analyzing and modifying the query to reduce the execution time and resource usage.

    • Techniques include indexing, rewriting the query, and using query hints.

    • Example: Adding an index to a frequently used column can significantly improve query performance.

    • Example: Rewriting a complex query to use simpler subqueries can also improv...

  • Answered by AI
  • Q2. What is GTT ? CURSOR VC REF_SURSOR WHAT IS DYNAMIC SQL ? DML VS DDL WHAT IS OVERLOOKING?
  • Ans. 

    GTT stands for Global Temporary Table, which is a temporary table used to store data temporarily during a session.

    • GTT is a temporary table that is created and used within a session

    • Data in GTT is visible only to the session that created it

    • GTT is automatically dropped at the end of the session or when the transaction is committed or rolled back

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basic chapters of oracle plsql .
Say clearly .
Be confident on your answer.

Skills evaluated in this interview

Interview questions from similar companies

Plsql Developer Interview Questions & Answers

JK Tech user image Ponkarthick kumar

posted on 30 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write SQL query fetch record start letter s

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of Java ,MySQL
  • Q2. For java do all object oriented programming (oops) concept very deeply
  • Q3. For mysql do all basics commands and query

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic theoretical and practical knowledge required

I applied via Recruitment Consulltant and was interviewed in May 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 - Technical 

(3 Questions)

  • Q1. 2 Technical rounds with HR round that's good
  • Q2. Basic tech questions first 2nd round go little bit inside of code linked list
  • Q3. Django total process
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion, previous companies discussion
  • Q2. Tell me about your company and roles responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to worry big some time they need particular tech

I applied via Referral and was interviewed in Sep 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 

(2 Questions)

  • Q1. Oops concept and the basic programming language knowledge
  • Q2. Database queries and the database types
  • Ans. 

    Database queries are used to retrieve data from databases. There are different types of databases such as relational, NoSQL, and graph databases.

    • Relational databases use SQL for querying data

    • NoSQL databases use different query languages such as MongoDB's query language

    • Graph databases use graph traversal languages such as Cypher

    • Queries can be used to retrieve specific data or perform complex operations such as joins and

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about the project
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and dreams

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and basic knowledge is necessary . resume should be proper
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test in which verbal logic coding part include

Round 2 - Technical 

(1 Question)

  • Q1. Most on resume ,pattern.project
Round 3 - HR 

(1 Question)

  • Q1. Hr questions,yourself , strength , weakness ,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics of computer subjects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude aptitude aptitude, coding, apti

Round 3 - Technical 

(1 Question)

  • Q1. Technical coding in c cpp java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Pagination based react question
  • Q2. JavaScript core concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that’s enough
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. 1.Tell me about your self 2.Where do you se yourself after 5 years 3.About projects and intership 4.one coding question in python
Round 3 - Technical 

(2 Questions)

  • Q1. Binary search implementation
  • Ans. 

    Binary search is a fast search algorithm that finds the position of a target value within a sorted array.

    • Binary search works by repeatedly dividing the search interval in half.

    • It compares the target value with the middle element of the array.

    • If the target value is equal to the middle element, the position is found.

    • If the target value is less than the middle element, the search continues on the lower half of the array.

    • I...

  • Answered by AI
  • Q2. Quick sort code implementation
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI

Skills evaluated in this interview

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

I applied via Hirest and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular lifecycle hooks, directives, modules
  • Q2. Angular forms module, application bootstrap process
Round 2 - Aptitude Test 

Given JavaScript's complex logic on array and list

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental for face to face interview. Strong Technical for coding round

MindCraft Software Interview FAQs

How many rounds are there in MindCraft Software Plsql Developer interview?
MindCraft Software interview process usually has 2 rounds. The most common rounds in the MindCraft Software interview process are Resume Shortlist and Technical.
How to prepare for MindCraft Software Plsql 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 MindCraft Software. The most common topics and skills that interviewers at MindCraft Software expect are PLSQL, SQL Queries, PL, Oracle 10G and Oracle Database.
What are the top questions asked in MindCraft Software Plsql Developer interview?

Some of the top questions asked at the MindCraft Software Plsql Developer interview -

  1. What is GTT ? CURSOR VC REF_SURSOR WHAT IS DYNAMIC SQL ? DML VS DDL WHAT IS OV...read more
  2. What is query optimizatio...read more

Tell us how to improve this page.

MindCraft Software Plsql Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webkul Software Interview Questions
3.9
 • 59 Interviews
Softenger Interview Questions
4.1
 • 52 Interviews
JK Tech Interview Questions
3.6
 • 36 Interviews
Godrej Infotech Interview Questions
4.0
 • 28 Interviews
View all
MindCraft Software Plsql Developer Salary
based on 8 salaries
₹5.2 L/yr - ₹5.5 L/yr
14% less than the average Plsql Developer Salary in India
View more details

MindCraft Software Plsql Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
280 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Consultant
232 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Associate Consultant
56 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Software Developer
43 salaries
unlock blur

₹2.1 L/yr - ₹10.8 L/yr

Technical Lead
31 salaries
unlock blur

₹7.8 L/yr - ₹21 L/yr

Explore more salaries
Compare MindCraft Software with

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

JK Tech

3.5
Compare

DesignTech Systems

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