Upload Button Icon Add office photos

Filter interviews by

Dreamwarez Software Headquarters Interview Questions and Answers

Updated 23 Dec 2022

Dreamwarez Software Headquarters Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Coding Test 

Programs based on oops concepts like string operations and patterns

Round 3 - Technical 

(4 Questions)

  • Q1. All oops concepts along with real time examples
  • Ans. 

    Object-oriented programming concepts with real-time examples

    • Encapsulation - hiding internal details of an object, e.g. a car's engine

    • Inheritance - creating a new class from an existing one, e.g. a sports car from a car

    • Polymorphism - using a single interface to represent multiple entities, e.g. a shape interface for circle, square, etc.

    • Abstraction - focusing on essential features while hiding implementation details, e.g...

  • Answered by AI
  • Q2. What's is oops concepts?
  • Ans. 

    OOPs concepts are the fundamental principles of Object-Oriented Programming.

    • Encapsulation - binding data and functions together

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details

    • Examples: class, object, inheritance, encapsulation, polymorphism, abstraction

  • Answered by AI
  • Q3. What's is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in coding.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique...

  • Answered by AI
  • Q4. Some basic python concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with programming knowledge instead of theory. Programs like start pattern and string operations

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear, they can ask you to write programs

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Q2. What is the difference between scan vip & node vip?
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Q2. How to identify the master switch in Exadata?
  • Q3. What is spine switch & leaf switch in exadata?
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.

Round 2 - Technical 

(4 Questions)

  • Q1. Technical interview questions at Automatic Data Processing (ADP) may cover topics such as programming, databases, and software development.
  • Q2. They may also ask about problem-solving and how you approach challenging tasks.
  • Q3. Emphasize a structured method that involves clearly defining the issue, gathering relevant information, brainstorming potential solutions, evaluating options carefully, implementing the chosen solution, an...
  • Q4. Data structures, algorithms, SQL querying, object-oriented programming principles, software development lifecycle, database concepts (relational vs. NoSQL), coding challenges in relevant languages (like Py...
Round 3 - HR 

(2 Questions)

  • Q1. May ask about your background, skills, and how you handle challenges
  • Q2. Background questions Tell me about yourself, What are your career goals, What are your strengths and weaknesses, What do you know about ADP, and Why do you want to work at ADP.

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on tailoring your resume and cover letter to each role, thoroughly researching companies and potential interview questions, actively networking, attending career fairs, practicing your interview skills, following up after interviews, and maintaining a strong online presence on platforms like LinkedIn.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Related to current Job and work
  • Q2. Related to current CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Docker questions
  • Q2. Kubernetes questions
  • Q3. Terraform questions
  • Q4. AWS account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Docker kubernetes AWS terraform
  • Q2. Personal questions related to how I work and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do you homework

Sde1 Interview Questions & Answers

Google user image Anonymous

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It occurred on HackerRank.

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions related to strings , graphs , array
  • Q2. CS fundamentals ....OOPS , DBMS , CN (little)
  • Q3. Projects discussion
Round 3 - HR 

(2 Questions)

  • Q1. About hobbies , interest in comp. about hacakthons
  • Q2. Why i want to become SDE

Interview Preparation Tips

Topics to prepare for Google Sde1 interview:
  • DSA
  • OOPS
  • DBMS
  • SQL
Interview preparation tips for other job seekers - Focus on DSA , CS fundamentals , projects .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Assignment 

Basic self evaluation test.

Round 2 - Technical 

(3 Questions)

  • Q1. What project I have completed and follow-up questions on that?
  • Q2. How to handle class imbalance.
  • Ans. 

    Handling class imbalance involves techniques like resampling, using different algorithms, and adjusting class weights.

    • Use resampling techniques like oversampling or undersampling to balance the classes.

    • Utilize algorithms that are robust to class imbalance, such as Random Forest, XGBoost, or SVM.

    • Adjust class weights in the model to give more importance to minority class.

    • Use evaluation metrics like F1 score, precision, r...

  • Answered by AI
  • Q3. Basic Python coding questions.
Round 3 - Technical 

(2 Questions)

  • Q1. Data-related questions.
  • Q2. ML Ops questions.

Interview Preparation Tips

Topics to prepare for Amdocs Data Scientist interview:
  • Python
  • MLOPS
Interview preparation tips for other job seekers - Prepare your projects well. And be ready for basic python coding questions. Prepare MlOps roles as well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, roles and responsibilities
  • Q2. Deep copy shallow copy
  • Q3. Method Overloading overriding
  • Q4. Constuctor and its types
  • Q5. Varags (variable length arguments)
  • Q6. Find element find elements return types of it if no elements found
  • Q7. Webdriver what is it
  • Q8. Find duplicate numbers and its count from given list explain logic
  • Q9. Factorial using recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - For me Mostly 90% they asked java related questions.
Introduction, roles responsibilities.
Deep copy shallow copy
Method Overloading overriding
Constuctor
Varags
Find element & find elements difference and return types(if elements present and if not)
2 coding questions
1 repeatetive numbers/duplicates and its count from the given list eg output 4,2(4 is number and found 2 times)
2 factorial of a number using recursion.

I don't want to fil this form all that's why including all questions asked in the feedback.

This was my first round and no response till now.
Interview taken on 10 Oct.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. PLM configurations and SAP systems landscapes
Round 2 - Technical 

(1 Question)

  • Q1. What types of problem-solving skill test questions are typically asked in a managerial round?
Round 3 - HR 

(1 Question)

  • Q1. Why have you chosen to pursue a career in SAP, and what does that career path look like to you?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between rank and dense rank?
  • Q2. What is RLS in Power Bi?
Round 2 - Behavioral 

(1 Question)

  • Q1. How would you identify time for any project?

Dreamwarez Software Headquarters Interview FAQs

How many rounds are there in Dreamwarez Software Headquarters interview?
Dreamwarez Software Headquarters interview process usually has 3 rounds. The most common rounds in the Dreamwarez Software Headquarters interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Dreamwarez Software Headquarters interview?

Some of the top questions asked at the Dreamwarez Software Headquarters interview -

  1. All oops concepts along with real time examp...read more
  2. What's is oops concep...read more
  3. What's is inheritan...read more

Tell us how to improve this page.

Dreamwarez Software Headquarters Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 870 Interviews
Amdocs Interview Questions
3.8
 • 531 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.1
 • 271 Interviews
Adobe Interview Questions
4.0
 • 249 Interviews
View all

Dreamwarez Software Headquarters Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Software Developer
6 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Dreamwarez Software Headquarters with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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