Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wasserstoff Team. If you also belong to the team, you can get access from here

Wasserstoff Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wasserstoff Interview Questions and Answers

Updated 6 Sep 2024

Wasserstoff Interview Experiences

Popular Designations

4 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Weather dashboard app

Round 2 - Coding Test 

Js coding test on array and loops

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your assignment by yourself

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone WeightWe have a collection of 'N' stones, each stone has a positive integer weight. On each turn, we choose the two heaviest stones and smash them together. Suppose the stones have weights 'x' and 'y' with 'x' <= 'y'. The resu... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I was interviewed in Mar 2024.

Round 1 - Assignment 

You will get an assignment with an unrealistic deadline of 3 days within workdays only. github.com/wasserstoff-india Vision Mark Annotation suite repository

Round 2 - One-on-one 

(1 Question)

  • Q1. Set up an express app with Typescript.
  • Ans. 

    Setting up an express app with Typescript

    • Install necessary dependencies: npm install express @types/express typescript @types/node

    • Create a tsconfig.json file with necessary configurations

    • Set up your express app in a TypeScript file

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no HR in the company. Out of nowhere, you will get an email after applying for the assignment. If you submit it then after 2 weeks you will again get a direct email for an interview with the date and time. The interviewer was rude.
No proper/structured processes and no best practices are being followed within the company. I could easily judge this because on asking the interviewer, he told me that there aren't any starter kits/boilerplates and you will be asked to set up a new one for each project within 5 minutes. From this, you can judge how things are being handled within the company and what will be your career growth graph.
You can attempt the assignment but my advice would be never join this company.

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

RAG Based Chatbot response based on various Wordpress sites and blogs content

Round 2 - Coding Test 

Leetcode Hard label problem .

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Assignment 

Assignment to code a load balancer in node.js

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on assignment

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 (180)

Wasserstoff interview questions for popular designations

 Ai Ml Engineer

 (1)

 Backend Developer

 (1)

 Frontend Developer Intern

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

All the assignment to improve our self

Round 2 - Case Study 

Case study all knowledge edias

Round 3 - Group Discussion 

Share the thought process inorpove our self

Round 4 - Coding Test 

Html and other project

Round 5 - Technical 

(5 Questions)

  • Q1. All thrcnical kholwleghe
  • Q2. All types of design
  • Ans. 

    Design encompasses various disciplines such as UI, UX, and graphic design.

    • UI design focuses on the user interface and interactions of a digital product.

    • UX design focuses on the overall user experience and usability of a product.

    • Graphic design involves creating visual content for both digital and print media.

    • Each type of design plays a crucial role in creating a cohesive and user-friendly product.

    • Examples: UI design for...

  • Answered by AI
  • Q3. All graphics design idiaas
  • Q4. All types of the assessment
  • Q5. And cultural activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Thought process is good 😊

Cloud Data Engineer II Interview Questions & Answers

MathCo user image ABHISHEK JHA

posted on 27 Nov 2024

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. End to end architecture of current project
  • Q2. Basic spark code to read & write files
  • Q3. How to upsert data in table in spark
  • Q4. How do you handle sudden increase in data volume
  • Q5. Discussion on delta tables & ACID transactions
  • Q6. Explain autoloader and use case in Databricks
  • Q7. SQL question using window functions Lead, row number
  • Q8. Python question using hashmap & String
Round 2 - One-on-one 

(4 Questions)

  • Q1. Current project understanding end to end
  • Q2. Data pipeline design for a ride sharing company, ask bunch of follow up questions on the conclude a particular design.
  • Q3. Explain how you follow SDLC(Agile, waterfall) ?
  • Q4. Why are you looking for a change now
Round 3 - HR 

(4 Questions)

  • Q1. Basic introductions
  • Q2. What kind of work are you looking for? what do you know about the company
  • Q3. Willing to relocate?
  • Q4. Personal hobbies and aspirations

Interview Preparation Tips

Topics to prepare for MathCo Cloud Data Engineer II interview:
  • Spark
  • Python
  • SQL
  • System Design
  • Data Architecture
  • Streaming
Interview preparation tips for other job seekers - I had a brilliant experience interviewing at MathCo, Had awesome interviewers who push you thinking capabilities. Also given that I was at the end of my notice period, following rounds were scheduled quickly.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find a number in array which is greater than left and right element
  • Ans. 

    Iterate through array and check if element is greater than its adjacent elements

    • Iterate through array and check if current element is greater than element at index-1 and index+1

    • Return the first element found that satisfies the condition

    • Handle edge cases where element is at the beginning or end of array

  • Answered by AI
  • Q2. Find the number in the string and return the sum of numbers
  • Ans. 

    Find and sum numbers in a string

    • Iterate through each character in the string

    • Check if the character is a digit

    • If digit, convert to integer and add to sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I solved all the DSA question with more optimised way , but interviewer was so immature to understand he joined two month back and only 2 yoe , he was not so skill full , I am pass out from tier-1 colg of India . Such a bad experiance . I was so confident that They are not going to hire me because my current CTC was too high , still they scheduled my interview. They pay very less , and I checked everyone going through interview process facing same what I faced . I will advice not go through the interview process . I have funny story , recruiter called me after seeing my resume , and he thought my name is BITS pilani . Which is my colg.

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your experience in sales?
  • Q2. What was your target, and how frequently did you achieve it?
  • Q3. What are your expectations for working here at the company?
Round 2 - Assignment 

The assignment round consisted of two parts: the first part involved researching their company, writing a pitch, and identifying the appropriate personas, while the second part required me to pitch a product from my previous company and record the presentation.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How was your interview so far?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is straightforward, much like any other sales interview. You just need a fundamental understanding of the role, and you'll be well-prepared.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mintu Babu lives in a smaller house than her brother and in a larger house than her parents. Her children reside with her, and she has no other relatives. If Mintu Babu's relative U lives in a larger house than her relative S, then all the following may be true except: \n\n1) S is U's father \n\n2) S is U's mother \n\n3) U is younger than S \n\n4) S is younger than U

Round 2 - Technical 

(2 Questions)

  • Q1. 1. merge two linked list
  • Q2. 2. reverse a linked list.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It included mcqs and multiple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Yours technical skillls related questions
  • Q2. Managerial questions

Interview Preparation Tips

Topics to prepare for Aptos Software Developer interview:
  • Full Stack
Interview preparation tips for other job seekers - It was an on campus opportunity. Technical and managerial round happened together. The process was very smooth. The interviewers were professional yet friendly and made everything very comfortable. You should know the basics at least.

Wasserstoff Interview FAQs

How many rounds are there in Wasserstoff interview?
Wasserstoff interview process usually has 1-2 rounds. The most common rounds in the Wasserstoff interview process are Assignment, Coding Test and One-on-one Round.
How to prepare for Wasserstoff 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 Wasserstoff. The most common topics and skills that interviewers at Wasserstoff expect are Javascript, Artificial Intelligence, Full Stack, Machine Learning and MongoDB.

Tell us how to improve this page.

Wasserstoff Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Tata Power Interview Questions
3.9
 • 161 Interviews
NTPC Interview Questions
4.2
 • 159 Interviews
Bharat Petroleum Interview Questions
4.2
 • 155 Interviews
Suzlon Group Interview Questions
4.1
 • 128 Interviews
BHEL Interview Questions
4.1
 • 109 Interviews
View all

Wasserstoff Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
3 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

Ai Ml Engineer
3 salaries
unlock blur

₹7 L/yr - ₹16.2 L/yr

Mern Full Stack Developer
3 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Wasserstoff with

Adani Green Energy

4.1
Compare

Tata Power

3.9
Compare

Suzlon Group

4.1
Compare

BHEL

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