Upload Button Icon Add office photos

Filter interviews by

MindCraft Software SQL and PL SQL Developer Interview Questions and Answers

Updated 3 Oct 2024

MindCraft Software SQL and PL SQL Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain sql joins
  • Ans. 

    SQL joins 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

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOI...

  • Answered by AI
  • Q2. Trigger function procedures

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where do you see yourself in five years?
  • Q3. Tell me about your family?
  • Q4. Do you plan on Higher education?
Round 3 - Technical 

(6 Questions)

  • Q1. Questions on OOPs concept
  • Q2. Sort the array by parity
  • Q3. Write SQL queries
  • Q4. Who wrote the book discovery of the nation
  • Q5. What is the official language of kashmir
  • Q6. Which city is called city of lakes
Round 4 - Technical 

(6 Questions)

  • Q1. Find the length of the longest word in the length
  • Q2. Push the zeroes in the arrays to the end
  • Q3. When was python launched
  • Q4. What is name of ai from meta/google/amazon
  • Q5. What do you do in your free time
  • Q6. Tell me your pros and cons

Interview Preparation Tips

Topics to prepare for Winjit Technologies Software Developer interview:
  • OOPS
  • C++
  • SQL
Interview preparation tips for other job seekers - The Recruitment process is extremely slow and even weird like asking non-technical questions in technical rounds. The interviews were often rescheduled and mismanaged. The last round was in their office we reached before time and they had no clue that they had an interview scheduled. It began after two hours. Lastly they picked those candidates who had 0 technical knowledge in fact most of them had pretty bad interview experience since then could not answer any technical questions yet they were selected on the other hand those who could answer technical questions and had good interview experience were left out also the results came after a month leading me to believe there was something fishy
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell Me about Yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Question From OOPS Consept
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask About Web Form
  • Q2. SQL Question like Relation

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Very basic aptitude questions along with few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. A problem statement was given and we had to provide an optimal approach to design and handle that problem
  • Q2. Oops concepts, SQL queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fundamental of javaScript
  • Q2. Fundamentals of React
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows developers to create reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React uses JSX, a syntax extension that allows mixing HTML with JavaScript.

    • State and props are used to manage data and pass information between components.

  • Answered by AI
Round 2 - Coding Test 

App was given to create

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Project details currently I am working
  • Q2. Also fundamental question regarding Outsystems.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What is React and react native
  • Ans. 

    React is a JavaScript library for building user interfaces, while React Native is a framework for building mobile applications using React.

    • React is a JavaScript library developed by Facebook for building interactive user interfaces.

    • React Native is a framework that allows developers to build mobile applications using React.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • React Na...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions regarding Python e.g. magic functions, constructor in python, list, tuple
  • Q2. Basic questions regarding FastAPI e.g. what is pydantic, ORM usage, BaseModel etc.
  • Q3. Basic questions regarding SQL e.g. No-SQL vs SQL, Indexing,

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst Experience. They were not looking for any person to join it was just a interview that I guess they had to do. Never got any feedback from HR even after answering all the questions of interviewer and writing programs as well.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Hoisting and scope
  • Q2. Map, reduce, filter
  • Q3. Const, let and var difference
  • Ans. 

    const, let, and var are used to declare variables in JavaScript with different scoping and mutability.

    • const: declares a variable with a constant value that cannot be reassigned

    • let: declares a block-scoped variable that can be reassigned

    • var: declares a function-scoped variable that can be reassigned

  • Answered by AI
Round 2 - Coding Test 

Create a small UI in 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply practice JS questions and basic DS Algo

Skills evaluated in this interview

MindCraft Software Interview FAQs

How many rounds are there in MindCraft Software SQL and PL SQL Developer interview?
MindCraft Software interview process usually has 1 rounds. The most common rounds in the MindCraft Software interview process are Technical.
What are the top questions asked in MindCraft Software SQL and PL SQL Developer interview?

Some of the top questions asked at the MindCraft Software SQL and PL SQL Developer interview -

  1. Explain sql jo...read more
  2. Trigger function procedu...read more

Tell us how to improve this page.

MindCraft Software SQL and PL SQL Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all
Senior Consultant
278 salaries
unlock blur

₹5 L/yr - ₹15.6 L/yr

Consultant
206 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Associate Consultant
55 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Software Developer
41 salaries
unlock blur

₹2.1 L/yr - ₹10.4 L/yr

Technical Lead
31 salaries
unlock blur

₹7.8 L/yr - ₹21 L/yr

Explore more salaries
Compare MindCraft Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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