Upload Button Icon Add office photos

Filter interviews by

JB Associate Backend Associate Interview Questions and Answers

Updated 23 Jul 2022

JB Associate Backend Associate Interview Experiences

1 interview found

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 

(3 Questions)

  • Q1. TELL US ABOUT YOURSELF...?
  • Ans. FRIST OF ALL I WANT TO THANKS FOR GIVING ME SUCH OPPORTUNITY. MY NAME IS HEMANT I AM FROME DELHI FROM INDIA.....MY QUALIFICATIPON IS GRADUATION PROG SIDE PRESENTLY I LIVE IN DELHI....... IN SHASTRI NAGAR I DID MY STUDY AT DELHI SUBUDRA COLONY I HAVE WORKED AT MY SELF IN COMPANY OF JB ASSOCIATE FROM LAST 3 YEAR. I'M FROM HINDU BACKGROUND THANK YOU....!
  • Answered Anonymously
  • Q2. WHAT DO YOU WANT TO WORK FOR US....?
  • Ans. AS A FRESHER I HAVE GREAT LEARNING POWER AND I AM EXCITING TO DO WORK IN THE COMPANY AND GIVING MY BEST EFFORT YOU'R COMPANY'S GROWTH....!
  • Answered Anonymously
  • Q3. CAN YOU WORK UNDER PRESSURE...?
  • Ans. YES...BECAUSE WHEN WORK UNDER PRESSURE IT HAPPEN QUICKLY AND CORRECT....!
  • Answered Anonymously
Round 3 - HR 

(8 Questions)

  • Q1. WHAT ARE YOUR GOALS...?
  • Ans. MY SHORT TERM GOAL IS TO BE IN THIS COMPANY AND MY LONG TERM GOLS IS TO GROW WITH THIS COMPANY...!
  • Answered Anonymously
  • Q2. GIVE ME AN EXPLANE OF YOU'R CREATIVITY...?
  • Ans. CREATIVITY MEANS IMAGINATION PATH OF SUCCESS AND CREATE NEW THINK...!
  • Answered Anonymously
  • Q3. WHAT ARE YOU'R CAREER OPTIONS RIGHT NOW...?
  • Ans. TO GET A JOB ANY REPUTED ORGANIZATION THAT'S MY CAREER OPTION..!
  • Answered Anonymously
  • Q4. WHAT MOTIVATES YOU TO DO GOOD JOB..?
  • Ans. MY FAILURES MAKE ME TO DO A GOOD JOB....!
  • Answered Anonymously
  • Q5. WHAT MAKES YOU ANGRY...?
  • Ans. WHEN SOMEONE JUDGE MY DECISION WITHOUT KNOWING THE CAUSE BEHIND THAT DECISION.IT MAKES ME ANGRY...!
  • Answered Anonymously
  • Q6. HOW DO YOU FEEL ABOUT WORKING NIGHT WEEKENDS...?
  • Ans. SIR..I HAVE NO PROBLEM IN WORKING ON WEEKENDS AND NIGHTS..IF I AM A PART OF YOUR COMPANY THEN IT'S MY DUTY TO BE THERE WHEN YOU NEED ME...!
  • Answered Anonymously
  • Q7. WHY SHOULD I HIRE YOU...?
  • Ans. YOU SHOULD HIRE ME BECAUSE I HAVE THE ABILITY TO PERFORM THE TASK..MY SKILLS ARE FULFILING YOURS REQUIREMENT WHICH IS BENEFICIAL FOR GROWTH OF ORGANIZATIN AS WELL MYSELF
  • Answered Anonymously
  • Q8. WHAT ARE YOUR STRENGTHS AND WEAKNESSES...?

Interview Preparation Tips

Interview preparation tips for other job seekers - LIES AND EXAGGERATION WILL BACK COME HAUNT YOU

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - No reply to my mails and massage 

(1 Question)

  • Q1. Tell me about your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.

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. Tell me your Introduction. Tell me your daily routine. Some other general questions about you
Round 3 - Technical 

(1 Question)

  • Q1. It is related to your field questions. From basic to moderate level.
Round 4 - HR 

(1 Question)

  • Q1. Finally all the technicalities are there ....from moderate to advance level....and this round decides your joining and salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepare well with yourself like about you, your hobbies, intrested area, crush, family, friends everything.
And then for technical round too.
Prepare all the basics of your course.

Interview Questionnaire 

1 Question

  • Q1. WHAT IS A CA ???!!!!
  • Ans. 

    A CA stands for Certificate Authority, which is a trusted entity that issues digital certificates.

    • A CA is responsible for verifying the identity of individuals, organizations, or devices requesting a digital certificate.

    • They ensure the security and integrity of the certificate issuance process.

    • CAs play a crucial role in establishing trust and enabling secure communication over the internet.

    • Examples of CAs include Let's

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: After the round was officially done we were asked about ourselves.
Tips: Be calm, don't panic because those who did didn't select, plus a pro advice, leave you overconfidence out of the room.
Duration: 15 minutes

Round: Test
Experience: NORMAL TEST
Duration: 1 hour
Total Questions: 1

Round: Technical Interview
Experience: WHO ASKS IN THE MODERN WORLD WHO OR WHAT IS A CA. I FORGOT TO CATCH HIS NAME, I WAS LITERALLY TRYING TO EXPLAIN HIM THE MEANING OF A CA. AT FIRST I THOUGH HE WAS CROSS QUESTIONING ME, BUT UNFORTUNATELY, HE DIDN'T WHAT A CA IS. I WAS REJECTED IN THIS 2nd LAST ROUND JUST BECAUSE 'HE' DIDN'T KNEW WHO A CA IS.
THIS CAME AS A SURPRISE THOUGH BECAUSE WE WERE ONLY DISCUSSING ABOUT THE CA!!!

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Why did you choose the flask over the django and fastapi?
  • Ans. 

    I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.

    • Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.

    • Flask allows for more flexibility in terms of project structure and customization compared to Django.

    • Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.

    • Django, on the other ha...

  • Answered by AI
  • Q2. Write the code for flask request and response block?
  • Ans. 

    Flask request and response block code snippet

    • Use Flask's request object to access incoming request data

    • Use Flask's jsonify function to create a JSON response

    • Handle different HTTP methods like GET, POST, etc. in the route function

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is ORM? which ORM tool, have you used?
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM is used to map objects from an application to tables in a relational database.

    • It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.

    • Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq

  • Answered by AI
  • Q2. Write ORM code for select item from table?
  • Ans. 

    Use ORM code to select item from a table in database.

    • Use ORM query methods like find(), findOne(), or where() to select items from a table.

    • Specify the table name and any conditions for the selection.

    • Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just conduct the interviews
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is Node Js
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications and APIs.

    • It has a large ecosystem of open-source libraries and frameworks, such as Express.js.

  • Answered by AI
  • Q2. What is middleware
  • Ans. 

    Middleware is a software component that acts as a bridge between an application's request and response.

    • Middleware functions have access to the request and response objects

    • They can modify the request and response objects

    • Middleware can be used for tasks like authentication, logging, error handling, etc.

  • Answered by AI
  • Q3. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });

  • Answered by AI
  • Q4. What is promise.all
  • Ans. 

    promise.all is a method in JavaScript that takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.

    • Used to handle multiple asynchronous operations at once

    • Returns a single promise that resolves when all input promises have resolved

    • If any of the input promises is rejected, the returned promise is rejected with the reason of the first rejected promise

  • Answered by AI
  • Q5. What is callback
  • Ans. 

    A callback is a function passed as an argument to another function to be executed later.

    • Callbacks are commonly used in asynchronous programming to handle tasks that take time to complete.

    • They are often used in event handling, timers, and AJAX requests.

    • Callbacks can be synchronous or asynchronous, depending on when they are executed.

    • Example: setTimeout(callback, 1000) will execute the callback function after 1 second.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array,Tree, Behaviour questions 2 hr duration easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. Array Traversal using topological sort algorithm
  • Ans. 

    Topological sort can be used to traverse an array of strings in a specific order.

    • Topological sort is used to order elements based on their dependencies.

    • In the context of array traversal, we can use topological sort to determine the order in which strings should be processed.

    • For example, if strings represent tasks and their dependencies, we can use topological sort to ensure tasks are executed in the correct order.

  • Answered by AI
  • Q2. Right most node in almost complete bst
  • Ans. 

    The rightmost node in an almost complete binary search tree is the last node in the last level of the tree.

    • In an almost complete binary search tree, all levels are completely filled except possibly for the last level, which is filled from left to right.

    • To find the rightmost node, start at the root and traverse the tree by always going to the right child until reaching the last level.

    • The rightmost node will be the last

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate Backend Developer with 5 years of experience in building scalable and efficient web applications.

    • 5 years of experience in backend development

    • Proficient in programming languages like Java, Python, and Node.js

    • Strong understanding of database management systems such as MySQL and MongoDB

    • Experience in developing RESTful APIs and microservices

    • Familiar with cloud technologies like AWS and Azure

  • Answered by AI
  • Q2. Some python programs
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React questions
  • Q2. Nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - coding is must
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Find pairs from list whose is equals to target
  • Ans. 

    Find pairs from list whose sum is equal to target

    • Iterate through the list and for each element, check if the target minus the element exists in a hashmap

    • If it exists, add the pair to the result list

    • If it doesn't exist, add the current element to the hashmap

  • Answered by AI
  • Q2. Multiple iNheritance

Skills evaluated in this interview

JB Associate Interview FAQs

How many rounds are there in JB Associate Backend Associate interview?
JB Associate interview process usually has 3 rounds. The most common rounds in the JB Associate interview process are HR and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Senior Accountant
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.1 L/yr - ₹4.7 L/yr

Explore more salaries
Compare JB Associate with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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