Upload Button Icon Add office photos

Filter interviews by

JTG E-Business Software Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top JTG E-Business Software Interview Questions and Answers

View all 7 questions

JTG E-Business Software Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the problem statement for the "Subsequence" question from LeetCode, which is categorized as medium to hard level and focuses on arrays?
  • Ans. 

    Find the length of the longest increasing subsequence in an array of integers.

    • The problem involves finding the length of the longest increasing subsequence in an array of integers.

    • The subsequence does not have to be contiguous, but the elements must be in increasing order.

    • Dynamic programming can be used to solve this problem efficiently.

    • Example: Input: [10, 9, 2, 5, 3, 7, 101, 18] Output: 4 (The longest increasing subs

  • Answered by AI
  • Q2. The question is about the DSA project mentioned in my resume and some questions based on circular linked list , treess and graphs medium to Hard level

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are preparing for JTG, you need to practice Data Structures and Algorithms, especially graphs and trees, as most questions are based on these topics.

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
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

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

Q1. What is event bubbling
View answer (1)

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Simple round in which 15 question are aptitude and 15 are communication

Round 2 - Coding Test 

In this round I am reject

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in data structure then you select

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
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

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

Q1. What is event bubbling
View answer (1)

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)

JTG E-Business Software interview questions for popular designations

 Frontend Developer Intern

 (2)

 Software Developer

 (1)

 Software Development Engineer Intern

 (1)

 SQA Engineer

 (1)

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

Assignment round consist of the combination of resasoning, code, aptitude test, case study etc.

Round 2 - Technical 

(1 Question)

  • Q1. Tell us about yourself including company project.
  • Ans. I have explained them about my project, my responsibility and role etc.
  • Answered Anonymously

SQA Engineer Interview Questions asked at other Companies

Q1. How you justify customer if any bug is reproduced in production?
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Example of Team work
  • Q3. Any Situation : Ex: One small island,only one person,island is full of dry grass and it is firing,then how he will escape
  • Ans. 

    The person can escape the island by creating a firebreak or finding a body of water.

    • Create a firebreak by clearing a path of grass around oneself to prevent the fire from spreading.

    • Look for a body of water such as a lake, river, or ocean to escape the fire.

    • If no water source is available, try to find a sheltered area with less dry grass to wait for the fire to pass.

    • Use any available tools or materials to help create a

  • Answered by AI
  • Q4. One situation people appreciated you

Interview Preparation Tips

Round: Test
Experience: APTITUDE: General questions about ages,interests,trains,percentages etc. VERBAL: Antonyms,synomys,two
passages,basic English grammar. REASONING: Blood relations,graphs,sillograms etc.
Total Questions: 85

Round: HR Interview
Experience: Written test is some what difficult ,interview is easy.

General Tips: Prepare well for written test. Only HR Interview is easy. ALL THE BEST
College Name: NIT WARANGAL

Interview Questions & Answers

TCS user image Anonymous

posted on 7 Jan 2015

Interview Questionnaire 

3 Questions

  • Q1. Where did you do the internship ?
  • Ans. 

    I did my internship at XYZ Corporation.

    • Interned at XYZ Corporation

    • Worked in the marketing department

    • Assisted in creating social media campaigns

    • Conducted market research

    • Attended meetings with clients

  • Answered by AI
  • Q2. What did you learn from your mistakes ?
  • Ans. 

    I learned to take responsibility for my actions and to use my mistakes as opportunities for growth.

    • I learned to admit my mistakes and apologize when necessary

    • I learned to reflect on my mistakes and identify areas for improvement

    • I learned to seek feedback from others and use it to make positive changes

    • I learned to not be afraid of failure and to view it as a learning experience

    • For example, when I made a mistake at work ...

  • Answered by AI
  • Q3. Why should we recruit you ?
  • Ans. 

    I have the skills, experience, and passion to contribute to the success of your company.

    • I have a proven track record of achieving targets and exceeding expectations.

    • I possess strong communication and interpersonal skills, which enable me to work effectively with colleagues and clients.

    • I am a quick learner and adaptable to new environments and technologies.

    • I am passionate about the industry and eager to contribute to th...

  • Answered by AI

Interview Preparation Tips

Round: knowledge assessment
Experience: The first round was an online assessment of your knowledge in any of the three languages (C , C++, Java ).
Tips: Although they specify the syllabus but don't just rely on that.

Round: Interview
Experience: Second round was a HR + Technical interview.
The HR was combined with Technical interview in which they asked about the basic HR questions. The technical interview included a few basic questions on C or C++ programming and a few questions relating to the technicalities of the projects we did in our internships and Hobbies club..
Tips: Be well prepared for HR questions. Listen to the PPT carefully .

Round: IQ test
Experience: The third round was a simple IQ test. Be well versed with the language of your choice.

General Tips: The online test can be tackled if you study the first year alloted assigned book for the language you prefer. Having chosen C++ I was asked many questions related to templates and data structures.
College Name: IIT Roorkee

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

JTG E-Business Software Interview FAQs

How many rounds are there in JTG E-Business Software interview?
JTG E-Business Software interview process usually has 1-2 rounds. The most common rounds in the JTG E-Business Software interview process are Technical, Coding Test and Aptitude Test.
How to prepare for JTG E-Business Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at JTG E-Business Software. The most common topics and skills that interviewers at JTG E-Business Software expect are Javascript, Project Management, Scrum Master, Software Development and API.
What are the top questions asked in JTG E-Business Software interview?

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

  1. What is the problem statement for the "Subsequence" question from LeetCode, whi...read more
  2. What is event bubbl...read more
  3. Reverse an array in J...read more

Tell us how to improve this page.

JTG E-Business Software Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

JTG E-Business Software Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.4

Skill development

2.7

Work-life balance

3.9

Salary

3.7

Job security

3.2

Company culture

3.8

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
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