I applied for the ASDE Full Stack role through the Amber Keka Portal.
Hiring Process
Technical Interview Questions
The interview started with a short introduction, followed by direct technical questions.
JavaScript
Coding Questions
Input :
const data = {
userId: 101,
username: "Alex",
profile: {
age: 25,
verified: true,
location: {
city: "Bengaluru",
country: "India",
},
},
techStack: ["JavaScript", "React"],
};Output :
{
"userId": 101,
"username": "Alex",
"profile.age": 25,
"profile.verified": true,
"profile.location.city": "Bengaluru",
"profile.location.country": "India",
"techStack.0": "JavaScript",
"techStack.1": "React"
}Database Questions
Interview Expectation: Try to answer every question with proper reasoning. Explain your approach clearly and use a simple example whenever possible.
#Amber #InterviewExperience #ASDE #FullStack #JavaScript #Frontend #NodeJS #PostgreSQL #SQL #Recursion #InterviewPreparation