Engineer – Web Apps Interview Questions
Integer type answers must be written for the online test
The test can taken in any of the teo languages java and python. I took python test. It had python mcqs and few sql mcqs
CODING round contains of 3 questions of easy and medium level questions. I solved all of the 3 questions in this round . the duration was around 1 hour and most of the questions were on Arrays only
Maven Wave Partners Interview Rounds and Process
Some companies take high level aptitude test , but normal they are normal, if you cant clear aptitude then you need to work hard , they are based on problem solving and with time limit so practice practice practice.
Questions are based on job applied for , if you are freshers then dont wory if you are serious to your studies and practice of coding , questions are basic that are easy to solve the main thing in coding round is you should know what you are writing , what I used to do was try to remember the code without understanding it like a parrot , you should never do that , understand the basic concepts , like if you are using loop how that loop is working and running that code you should know that , in coding round the first question interviewer will ask is explain your code .. if you dont know the code the best thing you can do is try to write the code with explanation so that at least interviewer will know that he is trying and know the basics
2 What do you mean by Entity Relationship Diagram and DFD?
Ans. The entity Relationship Diagram is the graphical description of the object relationship pair. It is primarily used in database applications.
DFD stands for Data Flow Diagram. Data Flow Diagram depicts the data flow and the transforms which are applied to the data as it moves from input to output.