Upload Button Icon Add office photos

Filter interviews by

JJ Associates Full Stack Developer Interview Questions and Answers

Updated 27 Nov 2024

JJ Associates Full Stack Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Monster and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array, tree map hash set

Round 2 - Aptitude Test 

Prepeare wll and have confidence ok

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and have confidence

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask questions related to CSS, Javascript, React, Node and Cloud stuff
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Regarding To My Full Stack

Round 2 - Aptitude Test 

Regarding To My Full Stack

Round 3 - HR 

(2 Questions)

  • Q1. What Is Python And Discuss With Some Questions
  • Q2. In that Case Studies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic intro with work experience and skillset
Round 3 - Technical 

(4 Questions)

  • Q1. After a quick intro jumped into coding - it was an easy DSA question which unfortunately i wasn't able to solve in best time complexity. - find 2nd max element in an array (this was in JS language) you ca...
  • Q2. Alot of questions on vanilla JS
  • Q3. Asked if i know mongoDB as its a full stack dev role - which i didnt knew so i said not prepared as of now
  • Q4. Asked React questions - higher order component, hooks, useeffect, prepare lifecycle methods thouroughly

Interview Preparation Tips

Topics to prepare for Ernst & Young Full Stack Developer interview:
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - I have learned alot of advanced topics and got confused - i would say prepare basics as much as you can - no rocket science
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain architecture of project
  • Ans. 

    The project architecture follows a microservices design pattern with separate front-end and back-end components.

    • Utilizes microservices architecture for scalability and flexibility

    • Separate front-end and back-end components for modularity

    • May include technologies like Docker for containerization and Kubernetes for orchestration

  • Answered by AI
  • Q2. Async and await difference
  • Ans. 

    Async and await are keywords in JavaScript used for handling asynchronous operations.

    • Async is used to define a function as asynchronous, allowing it to use the await keyword.

    • Await is used to pause the execution of an async function until a Promise is settled.

    • Async functions always return a Promise, which resolves with the value returned by the function.

    • Using async/await makes asynchronous code easier to read and write

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding question and some aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts and basic coding programs
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics Javascript

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was at 9 am in the morning

  • Q1. Add two number as linked lists

    You have been given two singly Linked Lists, where each of them represents a positive number without any leading zeros.

    Your task is to add these two numbers and print the ...

  • Ans. Naive Method

    We will use the naive method to add two linked lists. While adding two numbers, we always add digits in the right to left manner. So first, we will reverse both linked lists so that we can easily process the number in this manner.

     

    We will be storing the result of the addition in a different linked list. We will start adding the nodes of both linked lists and use another variable ‘carry’ to keep track o...

  • Answered by CodingNinjas
  • Q2. Cycle Detection In Undirected Graph

    You have been given an undirected graph with 'N' vertices and 'M' edges. The vertices are labelled from 1 to 'N'.

    Your task is to find if the g...

  • Ans. DFS Approach (Slow)

    There is a cycle in the graph only if there is a back edge (back edge is an edge that connects a vertex to another vertex that is discovered before it's parent) present in the graph. To detect a back edge, we will keep track of vertices that have been already visited. If we reach a vertex that is already visited and is not the parent vertex of the current vertex, then there is a cycle in the graph.&n...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Hard

  • Q1. Technical Questions

    What is OOPS . Tell the different OOps features. Implement method overloading in c++

    What is Synchronisation. How can we implement synchronisation in C++

    What is Normalisation? Also implem...

  • Q2. Maximum Subarray Sum

    You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious) of this array.

    Note: An array C is a subar...

  • Ans. Brute Force

    We will iterate through all possible boundaries of the subarrays in the given array with the help of two nested loops. 

     

    Then, we will iterate through each subarray with the help of another loop and find the sum of the subarray. We will maintain the maximum subarray sum through our iterations and finally return it.

    Space Complexity: O(1)Explanation:

    O(1), constant space is used.

    Time Complexity: O(n^3...
  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Hard

Happened on teams

  • Q1. Basic HR Questions

    Explain yourself. How will you manage a team of 10 employees

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteria6.5 GPAPublicis Sapient interview preparation:Topics to prepare for the interview - Data Structures, DBMS, Algorithms, DP, Operating Systems , RecursiomTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Leetcode
Tip 2 : Solve COdeforces A,B,C

Application resume tips for other job seekers

Tip 1 : Make a clear resume with normal style
Tip 2 : Use overleaf for templates

Final outcome of the interviewRejected

Skills evaluated in this interview

JJ Associates Interview FAQs

How many rounds are there in JJ Associates Full Stack Developer interview?
JJ Associates interview process usually has 2 rounds. The most common rounds in the JJ Associates interview process are Coding Test and Aptitude Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 JJ Associates interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Manager
5 salaries
unlock blur

₹1 L/yr - ₹8.5 L/yr

Accountant
5 salaries
unlock blur

₹2.3 L/yr - ₹4.8 L/yr

HHP Engineer
5 salaries
unlock blur

₹18.3 L/yr - ₹40 L/yr

Team Lead
5 salaries
unlock blur

₹3.6 L/yr - ₹22.2 L/yr

Project Manager
4 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Explore more salaries
Compare JJ Associates with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

Reliance Retail

3.9
Compare

iEnergizer

4.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview