Upload Button Icon Add office photos

Filter interviews by

Dreamwares Interview Questions and Answers

Updated 7 Jan 2025
Popular Designations

Dreamwares Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Group Anagrams
Write a function to group anagrams from a list of strings.
Example:
Input: strs = ["eat", "tea", "tan", "ate", "nat", "bat"]
Output: [["eat","tea","ate"], ["tan","nat"], ["bat"]]

2. Count Primes
Write a function to count the number of prime numbers less than a non-negative number, n.
Example:
Input: n = 10
Output: 4
Explanation: The prime numbers less than 10 are 2, 3, 5, and 7.

3. Given an encoded string, return its decoded string.
Input: s = "3[a]2[bc]"
Output: "aaabcbc"
Explanation: The string "3[a]2[bc]" is decoded to "aaabcbc".

4. Given a string and a list of words, highlight the words in the string with bold tags.
Input: s = "abcxyz123", words = ["abc","123"]
Output: "abcxyz123"
Explanation: The words "abc" and "123" are highlighted in the input string.

5. Write a function to reverse only the vowels of a given string.
Input: "hello"
Output: "holle"
Explanation: The vowels "e" and "o" are reversed in the string "hello".

6. Write a function to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Input: "Let's take LeetCode contest"
Output: "s'teL ekat edoCteeL tsetnoc"
Explanation: Each word in the sentence is reversed.

Interview Preparation Tips

Interview preparation tips for other job seekers - They provided a single link via Google Meet and allotted one hour to complete six coding questions. We can use any programming language of our choice to solve these problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Coding Test 

There will be a 1-hour coding test. The test mainly focuses on the candidate's logical ability to solve the problem. You can use any programming language to solve a problem. Pseudo-code will also work. Programs mostly related to String operations such as contamination, traversing, reversing, etc. but without standard functions and on Array.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain your recent/academic project. What's your role in the project?
  • Q2. Programming Concepts
  • Q3. JavaScript basics and advanced

Interview Preparation Tips

Topics to prepare for Dreamwares Salesforce Developer interview:
  • Javascript
  • Core Java
  • Advanced Java
  • HTML
  • CSS
  • Salesforce
  • Apex
  • Triggers
  • Async Processing in Salesforce
  • Cloud Computing
Interview preparation tips for other job seekers - If you're fresher and want to build a strong career, this company is the best to kick-start your career journey. You will learn a lot of things here.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Dreamwares?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
  • Ans. 

    Runtime refers to the period when a program is executing, affecting performance and resource usage.

    • Runtime is when code is executed, as opposed to compile time.

    • Performance can vary based on algorithms used; e.g., O(n) vs O(n^2).

    • Memory usage is crucial; e.g., using arrays vs linked lists can impact runtime.

    • Dynamic typing in languages like Python can lead to slower runtime compared to statically typed languages like C++.

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

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduced Yourself
  • Q2. About knowledge in Software Development

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

They given some topic on gd

Round 2 - Group Discussion 

They gave some gd questions

Round 3 - HR 

(1 Question)

  • Q1. Asking some technical questions
Round 4 - Technical 

(3 Questions)

  • Q1. Asking person data qnd techicql questions also
  • Q2. Personal data of school and other things
  • Q3. Some techinql questions on before worked Project
  • Ans. 

    Discussed technical aspects of previous projects, focusing on technologies used and challenges faced.

    • Utilized React for front-end development, enhancing user experience with dynamic components.

    • Implemented RESTful APIs for seamless data communication between front-end and back-end.

    • Faced challenges with database optimization, leading to a 30% increase in query performance after indexing.

    • Collaborated with cross-functional...

  • Answered by AI
Are these interview questions helpful?
Round 1 - Technical 

(2 Questions)

  • Q1. What is struct keyword
  • Ans. 

    The struct keyword is used in programming languages to define a user-defined data type that contains multiple variables of different types.

    • Structs are used to group related data together.

    • They can have different types of variables, including other structs.

    • Structs can be used to create complex data structures.

    • They are commonly used in object-oriented programming languages.

  • Answered by AI
  • Q2. What is Class keyword
  • Ans. 

    The class keyword is used in object-oriented programming to define a blueprint for creating objects.

    • The class keyword is used in languages like Java, C++, and Python.

    • It allows the programmer to define the properties and behaviors of an object.

    • Objects created from a class are called instances.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit properties and behaviors fr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is a test message to test platform. Best of luck.

Skills evaluated in this interview

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

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

  • Q1. Tell me about a time when you worked in a team
  • Q2. How do you handle stress or pressure in the workplace
  • Ans. 

    I manage stress by prioritizing tasks, maintaining open communication, and practicing mindfulness techniques to stay focused and calm.

    • Prioritize tasks: I create a to-do list to focus on high-impact tasks first, ensuring I meet deadlines without feeling overwhelmed.

    • Open communication: I discuss challenges with my team or manager, which helps in finding solutions and reduces feelings of isolation.

    • Mindfulness techniques: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy

I applied via Company Website and was interviewed in Jan 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam Now Working in Flipkart Whole sale

Dreamwares Interview FAQs

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

Some of the top questions asked at the Dreamwares interview -

  1. JavaScript basics and advan...read more
  2. Programming Conce...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 88 Interviews
Wayfair Interview Questions
3.6
 • 60 Interviews
Tradeshala Interview Questions
4.5
 • 47 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
Apptunix Interview Questions
4.0
 • 34 Interviews
View all

Dreamwares Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.6

Skill development

4.2

Work-life balance

3.4

Salary

4.6

Job security

3.8

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Compare Dreamwares with

Amazon Sellers Services

4.0
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Magneti Marelli Motherson Auto System

3.8
Compare
write
Share an Interview