JTG Interview Experience for Software Developer Last Updated : 20 Oct, 2024 Comments Improve Suggest changes Like Article Like Report Hello everyone! Recently I was interviewed for JTG SD role in Gurgaon. Hence, I would like to share my experience with you. Round 1 (Online Test): Online MCQ test based on basic programming knowledge in C and C++. The test contained around 50 questions to be completed in 1 hour. No negative marking. Round 2 (Written Test): Out of 500+ students around 135 students were shortlisted for this round. Second round was the pen and paper coding round. The test contained 4 programming questions which were to be answered in around 1 hour. Round 3 (Technical Round): Around 31 students were shortlisted for third round. It was a technical interview. 2 questions were asked one based on tree and another based linked list. The interviewers give enough hints to help you out with your approach. Round 4 (Technical Round): Around 20 students were shortlisted for this round. It was a technical interview. 2-3 coding problems were given based on right view of binary tree, string manipulation and arrays. Round 5 (Technical Round): Around 10 students were shortlisted for this round. It was the 3rd technical interview with 2 hard coding problems. First problem was based on binary tree and second problem was based on arrays. The level of these coding problems increased with each successive technical round. Round 6 (HR Round): Around 6 students were shortlisted for this round. It was the final HR round. Following basic questions were asked: Tell me about yourself?How were your technical interviews?Tell me about your achievements?Why do you wish to join JTG?Where do your see yourself in next 5 years? Do you have any questions about our organization or any doubts? 5 students were finally selected and I was one out of those. :) Comment More infoAdvertise with us Next Article JTG Interview Experience for Software Developer Anonymous Improve Article Tags : Interview Experiences Experiences JTG Marketing Similar Reads Window Functions in SQL SQL window functions are essential for advanced data analysis and database management. They enable calculations across a specific set of rows, known as a "window," while retaining the individual rows in the dataset. Unlike traditional aggregate functions that summarize data for the entire group, win 7 min read Top HR Interview Questions and Answers (2025) HR interviews can be daunting but they donât have to be. The bottom line in most hiring processes entails testing the personality of a candidate for their communication traits and company culture fit. Being at the initial or experienced levels of your career being prepared for commonly asked fresher 15+ min read Top 30 Java 8 Interview Questions and Answers for 2025 Java 8 introduced a host of powerful features that have significantly enhanced the Java programming language. Introducing new features such as Lambda Expressions, Stream API, Functional Interfaces, the new Date and Time API, and more. As a result, Java 8 skills are highly sought after by employers i 15+ min read Selenium Interview Questions and Answers Selenium is an important part of Software Testing, and in Software Testing interviews, Selenium plays a very important role in testing knowledge related to the same.This article includes the Selenium Interview Questions, which include the basics to advanced related to Selenium Automation concepts. T 15+ min read What is Array? Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs where on each step is placed a value (let's say one of your friends). 2 min read 50+ Common Interview Questions and Answers Common Interview Questions: Preparing for a job interview can be daunting, but being well-prepared can significantly boost your confidence and chances of success. To help you ace your next interview, here is a list of the Top 50 common interview questions for freshers/college students or experienced 15+ min read Topic wise multiple choice questions in computer science We have covered multiple choice questions on several computer science topics like C programming, algorithms, data structures, computer networks, aptitude mock tests, etc. Practice for computer science topics by solving these practice mcq questions.This page specifically covers a lot of questions and 2 min read Cloud Computing Interview Questions and Answers Cloud computing has become an integral part of modern technology infrastructure, revolutionizing how businesses manage and deliver services over the Internet. Cloud computing refers to the delivery of computing servicesâincluding servers, storage, databases, networking, software, analytics, and inte 15+ min read TCS Ninja Final Interview (All India Campus) My TCS interview experience was fairly good. I got a positive vibe from my overall experience. The results are still awaited. FINGERS CROSSED. Mine was an online interview. Both the technical and HR interviewers were sitting on the other side of the computer screen, ready to shoot questions while I 3 min read SQL | DESCRIBE Statement Prerequisite: SQL Create Clause As the name suggests, DESCRIBE is used to describe something. Since in a database, we have tables, that's why do we use DESCRIBE or DESC(both are the same) commands to describe the structure of a table. Syntax: DESCRIBE one; OR DESC one; Note: We can use either DESCRI 2 min read Like