[ROUND-1] After the initial introduction about my experiences and this particular job role, the interviewer pivoted to DSA questions. Q1: You are given an array having two numbers, 0 & 1, say [0,1, 1, 0, 1, 0, 0]. How will you sort this? Q2: What would be the case if the array has these numbers 0,1 & 2? Both questions were meant to be solved through live code. The total duration of the interview was approximately 27 minutes.
Engineer Developer Interview Questions
3,851 engineer developer interview questions shared by candidates
What is your experience in software engineering
The web form should allow the user to enter one or more IP addresses. On submission, it should look up these IP addresses in the GeoLite2 City database and display the following for each IP address: ○ Country Code ○ Postal Code ○ City Name ○ Time Zone ○ Accuracy Radius You may implement this in the language of your choice. Our developer site contains links to database reader libraries in numerous languages. Feel free to use either an official library or a third-party one. Please use one of the libraries linked from this page. The pages may either be generated server side or you may dynamically load the content using JavaScript. To get access to the GeoLite2 City database, you must sign up on our website. Do NOT use the GeoLite2 web service.
Augmented Reality and game engine specific questions/code/implementation. Heavy 3D and 2D math questions. Classic Computer Science algorithms and problems.
It consist of 2 rounds. First round was for an online assessment of an hour which had questions based on java, oops, data structures, java libraries, exception handling etc. Second round was personal Interview , which started with an introduction along with explaining projects and skills. Then they put basic questions on java, Oops, SQL along with basics on html and javascript. Finally they asked me 2 coding questuons , first to find the 3rd maximum number in an array without using inbuilt library and Second to write any sorting algorithm that takes O(nlogn) time.
Experience with specific tools they use
Model binding, Validations and calls from model-view-controller
Correct the code: (Similar to this) const x = 12; x = 11; console.log(x);
how long did you work in ALU
1. Recent projects you worked on 2. Indi/grp project and what role you had in it 3. What methodology you used to work on with the project 4. One OOP concept (may ask to demonstrate the concept in code) 5. Code to arrange an array list in descending order using sorting algorithm. 6. Code to draw a shape(triangle) and to turn it upside down 7. SQL questions and coding for a scenario 8. Types of UML diagrams and explain ER diagram or use case diagram should draw and demonstrate 9. May ask experience in networking(not a problem if you dont have knowledge about it)
Viewing 551 - 560 interview questions