Upload Button Icon Add office photos

Filter interviews by

JTG E-Business Software Frontend Developer Intern Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top JTG E-Business Software Frontend Developer Intern Interview Questions and Answers

View all 6 questions

JTG E-Business Software Frontend Developer Intern Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - HTML, CSS , JS, DSA 

(2 Questions)

  • Q1. Event loop in JS
  • Ans. 

    Event loop in JS manages asynchronous operations by executing callback functions in a queue.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows non-blocking I/O operations by executing callback functions in a queue.

    • Event loop continuously checks the call stack and the callback queue to prioritize tasks.

  • Answered by AI
  • Q2. Type of JS modules
  • Ans. 

    There are two types of JS modules: CommonJS and ES6 modules.

    • CommonJS modules use 'require' and 'module.exports' to import and export modules.

    • ES6 modules use 'import' and 'export' statements to import and export modules.

    • ES6 modules are statically analyzable, while CommonJS modules are dynamically loaded at runtime.

  • Answered by AI
Round 2 - HTML,CSS,JS, DSA 

(2 Questions)

  • Q1. Sort the array using JS
  • Ans. 

    Use the sort() method in JavaScript to sort an array of strings.

    • Use the sort() method with a compare function to sort the array alphabetically.

    • For example, array.sort((a, b) => a.localeCompare(b)); will sort the array in ascending order.

    • To sort the array in descending order, you can use array.sort((a, b) => b.localeCompare(a));

  • Answered by AI
  • Q2. What is event bubbling
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up to its parent elements.

    • Events triggered on child elements will also trigger the same event on parent elements

    • Event bubbling allows for delegation of event handling to a parent element

    • Can be controlled using event.stopPropagation() method

  • Answered by AI
Round 3 - HTML,CSS,JS, DSA 

(2 Questions)

  • Q1. How does JS Work?
  • Ans. 

    JS is a scripting language that allows for dynamic content on websites.

    • JS is a client-side scripting language used to create interactive web pages.

    • It can manipulate HTML and CSS to dynamically update content without reloading the page.

    • JS can handle events like button clicks, form submissions, and mouse movements.

    • It can also make asynchronous requests to fetch data from servers using AJAX.

    • JS code is executed by the brow...

  • Answered by AI
  • Q2. Reverse an array in JS ?
  • Ans. 

    Use the reverse() method to reverse an array in JavaScript.

    • Use the reverse() method on the array to reverse its elements in place.

    • Example: const arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

2 DSA questions 1- in the frist question you have to print the length of maximum increasing sub array 2-in was related to stack, the question was to multiply string inside paranthesis for example if the input is "3(ab)" the output will be "ababab"

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask DSA questions even for frontend role

Frontend Developer Intern Interview Questions Asked at Other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stone ... read more
asked in Samsung
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Trell
Q3. Find the Second Largest Element Given an array or list of integer ... read more
asked in Samsung
Q4. Cousins of a Given Node in a Binary Tree Given a binary tree with ... read more
Q5. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Pass components
  • Q2. Route guards authentication purpose
  • Ans. 

    Route guards are used in frontend development to control access to certain routes based on authentication status.

    • Route guards are used to prevent unauthorized access to certain routes in a frontend application.

    • They can be used to check if a user is authenticated before allowing access to a specific route.

    • Common types of route guards include CanActivate, CanActivateChild, CanDeactivate, and CanLoad.

    • Example: A route guar...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Ages, odd numbers, number series, work and time, calendars.

Round 2 - Group Discussion 

Youth in politics and artificial intelligence.

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

60 mark 60 min practice more for this round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you choose react
  • Q2. Basic question in react like react hooks?

Interview Preparation Tips

Interview preparation tips for other job seekers - strong knowledge in react js and javascript
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The first round is coding test, it easy basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions
  • Q2. Little advanced queations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts in strong
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

We have sit in all the members and will discuss some topics

Round 2 - Communication 

(5 Questions)

  • Q1. What is communication skills what was use in that
  • Q2. Tell me about social media
  • Q3. What was good in social media
  • Q4. What was bad in social media
  • Q5. Just tell me about what bad and good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Not bad it was good.

Round 2 - Coding Test 

Easy and medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare leetcode
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Coding Test 

Basic question on dsa

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions of mathematics

Round 2 - Coding Test 

2 coding questions, 1 from arrays and 2nd from lists

Round 3 - HR 

(1 Question)

  • Q1. General questions about pay scale and company policies

JTG E-Business Software Interview FAQs

How many rounds are there in JTG E-Business Software Frontend Developer Intern interview?
JTG E-Business Software interview process usually has 2 rounds. The most common rounds in the JTG E-Business Software interview process are Coding Test.
What are the top questions asked in JTG E-Business Software Frontend Developer Intern interview?

Some of the top questions asked at the JTG E-Business Software Frontend Developer Intern interview -

  1. What is event bubbl...read more
  2. Reverse an array in J...read more
  3. How does JS Wo...read more

Tell us how to improve this page.

JTG E-Business Software Frontend Developer Intern Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Software Developer
4 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Technical Lead
4 salaries
unlock blur

₹28 L/yr - ₹32.4 L/yr

Software Quality Analyst
4 salaries
unlock blur

₹4.3 L/yr - ₹5.7 L/yr

Senior HR Executive
3 salaries
unlock blur

₹6.1 L/yr - ₹8.5 L/yr

Front end Developer
3 salaries
unlock blur

₹7.2 L/yr - ₹14.8 L/yr

Explore more salaries
Compare JTG E-Business Software with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview