Upload Button Icon Add office photos

Filter interviews by

Dreamztech Solutions Interview Questions and Answers

Updated 26 Mar 2024

Dreamztech Solutions Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. Android Components

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

11 Questions

  • Q1. 1.Returns results in MVC
  • Ans. 

    Results are returned through Views in MVC architecture.

    • In MVC, the Controller receives input and processes it, then sends data to the View for display.

    • The View then renders the data and returns it as a response to the user.

    • The Model contains the data and business logic, but does not directly return results in MVC.

    • Examples of returning results in MVC include returning a list of products or a user profile page.

  • Answered by AI
  • Q2. Union all and union difference
  • Ans. 

    Union all combines the results of two or more SELECT statements, while union difference returns only the distinct rows from the first SELECT statement that are not in the second SELECT statement.

    • Union all is used to combine the results of two or more SELECT statements into a single result set.

    • Union difference is used to return only the distinct rows from the first SELECT statement that are not in the second SELECT stat...

  • Answered by AI
  • Q3. Retun result for json
  • Ans. 

    Return JSON result

    • Create a JSON object with key-value pairs

    • Use JSON.stringify() to convert the object to a string

    • Return the string as the result

  • Answered by AI
  • Q4. Partial view and view difference
  • Ans. 

    Partial view is a reusable piece of a view, while view is the complete page.

    • Partial view can be used in multiple views, while view is unique

    • Partial view is a smaller component of a view

    • View is the complete HTML page, while partial view is a part of it

  • Answered by AI
  • Q5. Area in mvc
  • Ans. 

    MVC stands for Model-View-Controller and is a software design pattern used in web development.

    • Model represents the data and business logic

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

  • Answered by AI
  • Q6. Cross join
  • Q7. Left join
  • Q8. Left outer join
  • Q9. Difference between stored procedure and sql function
  • Ans. 

    Stored procedures are used to perform a set of operations, while SQL functions return a single value.

    • Stored procedures can have input and output parameters, while SQL functions only have input parameters.

    • Stored procedures can modify data in the database, while SQL functions cannot.

    • Stored procedures are precompiled and stored in the database, while SQL functions are compiled every time they are called.

    • Examples of stored...

  • Answered by AI
  • Q10. What is index in SQL
  • Ans. 

    Index in SQL is a database object that improves the speed of data retrieval operations.

    • Index is used to quickly locate data without having to search every row in a database table.

    • It is created on one or more columns of a table.

    • Indexes can be clustered or non-clustered.

    • Clustered index determines the physical order of data in a table.

    • Non-clustered index is a separate structure that contains a copy of the indexed columns ...

  • Answered by AI
  • Q11. Error handel in stored procedure
  • Ans. 

    Error handling in stored procedures involves catching and handling exceptions that may occur during execution.

    • Use TRY-CATCH blocks to handle errors

    • Use RAISERROR to raise custom error messages

    • Use SET XACT_ABORT ON to roll back transactions on error

    • Log errors to a table for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you don't know the answer please accept that you don't know

Skills evaluated in this interview

Top Dreamztech Solutions Associate Software Engineer Interview Questions and Answers

Q1. difference between stored procedure and sql function
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview Questionnaire 

2 Questions

  • Q1. Open source CMS packages such as Wordpress, Drupal, Retail packages such as Magento, Opensource MVC such as Laravel, Code-ignighter, cake-php. Compiled CSS, HTML5, AngularJS, ReactJS. have yourself well eq...
  • Q2. If you know about Docker that is a plus. Mysql / MSSQL are few DB that are used in the organisation. So get prepared with some hands on with DB queries and engine structures.
  • Ans. 

    Knowledge of Docker and experience with MySQL/MSSQL is preferred for the Technical Leader role.

    • Familiarity with Docker and containerization

    • Proficiency in writing and executing SQL queries

    • Understanding of database engine structures and optimization

    • Experience with MySQL/MSSQL or similar relational databases

    • Ability to troubleshoot and resolve database issues

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

I applied via LinkedIn and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic ios Questions No DS questions
  • Q2. Basic swift quesions
  • Q3. In App Purchase
  • Q4. Hardware Device connectivity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Test with 5 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Approach towards solving the SQL Queries from the test
  • Q2. Past Experiences
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume related Questions
  • Q2. Power BI and SQL related questions. How to approach in a dashboard building process

Dreamztech Solutions Interview FAQs

How many rounds are there in Dreamztech Solutions interview?
Dreamztech Solutions interview process usually has 1 rounds. The most common rounds in the Dreamztech Solutions interview process are Technical.
How to prepare for Dreamztech Solutions 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 Dreamztech Solutions. The most common topics and skills that interviewers at Dreamztech Solutions expect are Angularjs, JQuery, PHP, C# and Javascript.
What are the top questions asked in Dreamztech Solutions interview?

Some of the top questions asked at the Dreamztech Solutions interview -

  1. If you know about Docker that is a plus. Mysql / MSSQL are few DB that are used...read more
  2. difference between stored procedure and sql funct...read more
  3. partial view and view differe...read more

Tell us how to improve this page.

Dreamztech Solutions Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.9
 • 18 Interviews
View all

Dreamztech Solutions Reviews and Ratings

based on 41 reviews

3.8/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

4.3

Job security

3.2

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Associate Software Engineer
37 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Application Developer
20 salaries
unlock blur

₹2.2 L/yr - ₹10.4 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Software Developer
11 salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Dreamztech Solutions with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

Apex CoVantage

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