Write out the URIs for CRUD operations for a "/orders" API.
Engineer 1 Interview Questions
1,033 engineer 1 interview questions shared by candidates
What HTTP response codes do you know?
1. Take home assessment: fetch data from api, process it and post it to another API. 2. Coding: Leetcode easy to medium. Brush up on questions discussed in Glassdoor 3. System design: loop up questions in Glassdoor. They will expect you to justify your decisions. 4. Behavioral round: expect Amazon LP style questions and be ready to deep dive.
Tell about the projects you worked on ?
Behavioral questions like technical challenges we faced, challenges in life and how I tackled, basic java , Java streams, Java 8, Mysql, Git, CiCd, Frontend if mentioned in cv
C#/.NET concepts, basic software engineering concepts and patterns, questions about your experience. Mostly standard and straightforward if you know your stuff at all.
IP validation. oops on java
Oops concept, HTML, CSS SQL
Consider you are walking. The task is to drink juice and get the maximum possible power from juices. Juice stalls locations are given as an array x1 < x2 < ….. < xn-1 < xn, specifying position in metres measured from one end of the road. If you drink juice at position xi you receive power of pi > 0. There is a restriction that you cannot drink juice within t metres or less than it. M is the length of the road in metres. Input : M = 20 x = {6, 7, 12, 13, 16, 20} power = {5, 6, 5, 3, 1, 10} t = 5 Ans = 20 (Drink juice from 6, 12 and 20 location)
Create a nested comment widget with all the functionalities in vanilla JS. No other frameworks to be used.
Viewing 841 - 850 interview questions