Upload Button Icon Add office photos

Filter interviews by

GT Nexus Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First Round was Coding Test On Codility Platform . 3 Questions were Asked On Medium to Hard Level Arrays and Strings Topics.

Round 2 - Technical 

(4 Questions)

  • Q1. Questions on the Approach of Solving the 1st Round Coding Problems.
  • Q2. Questions on String Methods , Questions on String Palindrome and Substrings Palindrome.
  • Q3. Sorting Techniques on Arrays , Questions on Two-Dimensional Arrays.
  • Q4. Questions on Writing Base and Different Test Cases as per the Mentioned Problem Statement Given.
Round 3 - Technical 

(8 Questions)

  • Q1. Pillars of Object Oriented Programming. Real Life Example of Pillars of OOPS.
  • Ans. 

    Pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism. Real life example: Vehicles.

    • Inheritance: Car and Bike classes inheriting from Vehicle class.

    • Encapsulation: Data hiding in a class to protect it from outside interference.

    • Abstraction: Using a remote control to operate a TV without knowing its internal workings.

    • Polymorphism: Overloading a method with different parameters in a class.

  • Answered by AI
  • Q2. Is Function Overloading the Only Example of Compile Time Polymorphism ?
  • Ans. 

    No, Function Overloading is not the only example of Compile Time Polymorphism.

    • Function Templates are another example of Compile Time Polymorphism where a single function can operate on different data types.

    • Operator Overloading is also an example of Compile Time Polymorphism where operators can be overloaded to work with different data types.

    • Static Polymorphism achieved through method overloading is another example of C

  • Answered by AI
  • Q3. Difference Between Arrays and LinkedLists. Cons and Pros of Using Them. Which Out of Both Would be Preferable in Different Situations ?
  • Ans. 

    Arrays store elements in contiguous memory locations, while LinkedLists store elements in nodes with pointers to the next element.

    • Arrays have constant time access to elements using index, while LinkedLists have O(n) access time as they need to traverse from the beginning.

    • Arrays have fixed size, while LinkedLists can dynamically grow and shrink in size.

    • Arrays are better for random access and search operations, while Lin...

  • Answered by AI
  • Q4. Creating LinkedList Class , Insertion and Deletion in a LinkedList , Reversing and Sorting a LinkedList , Questions on Circular Linked List.
  • Ans. 

    Answering questions related to LinkedList operations and Circular LinkedList.

    • LinkedList Class: Implement a class with nodes containing data and a reference to the next node.

    • Insertion: Add a new node at the beginning, end, or at a specific position in the LinkedList.

    • Deletion: Remove a node by updating references to skip over it.

    • Reversing: Traverse the LinkedList and reverse the links between nodes.

    • Sorting: Implement a s...

  • Answered by AI
  • Q5. Questions Based on Binary Trees , Binary Search Trees and Recursion.
  • Q6. Reverse a String without Using Any Loop or Using Any Other Data Structure.
  • Ans. 

    Use recursion to reverse the string without using loops or other data structures.

    • Create a recursive function that takes the string as input.

    • In the function, check if the string is empty or has only one character, return the string in that case.

    • Otherwise, call the function recursively with the substring excluding the first character and concatenate the first character at the end.

  • Answered by AI
  • Q7. Program to Find the Maximum Occurring Number in an Array. Which Data Structure can be Used for Making the Code More Efficient ?
  • Ans. 

    Use a hashmap to store frequency of each number in the array for efficient retrieval of maximum occurring number.

    • Use a hashmap to store the frequency of each number in the array.

    • Iterate through the array and update the frequency count in the hashmap.

    • Find the number with the highest frequency in the hashmap to get the maximum occurring number.

  • Answered by AI
  • Q8. What is Multi-Threading in Java ? What are Generics ?
  • Ans. 

    Multi-Threading in Java allows multiple threads to execute concurrently. Generics in Java enable type-safe collections and classes.

    • Multi-Threading in Java allows for concurrent execution of multiple threads.

    • Generics in Java enable type-safe collections and classes by allowing the use of parameterized types.

    • Example of Multi-Threading: creating a new thread using the Thread class and implementing the run() method.

    • Example...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Questions Based on Resume , Skills and Projects.
  • Q2. Why Bentley Systems ?
  • Ans. 

    Bentley Systems is a global leader in infrastructure engineering software, providing innovative solutions for sustainable development.

    • Bentley Systems offers cutting-edge technology and tools for infrastructure engineering projects.

    • The company has a strong reputation for innovation and sustainability in the industry.

    • Bentley Systems has a global presence, providing opportunities to work on diverse projects around the wor...

  • Answered by AI
  • Q3. Questions Based on Previous Employment and Internships.
  • Q4. How Soon You Can Join Us ?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic DBMS and c++ ,OOPS concept were asked.
  • Q2. Pattern printing and string reversal coding question and easy leetcode question were asked. Dbms- select,join operation related queries.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain OSI model and working of each layer?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • Layer 1 (Physical): Deals with physical connections and data transmission. Example: Ethernet cables.

    • Layer 2 (Data Link): Manages data transfer between devices on the same network. Example: MAC addresses.

    • Layer 3 (Network): Handles routing and forwarding of data packets. Example: IP address...

  • Answered by AI
  • Q2. What is the port used for HTTP?
  • Ans. 

    Port 80 is used for HTTP, which is the protocol used for transmitting web pages over the internet.

    • Port 80 is the default port for HTTP

    • HTTP stands for Hypertext Transfer Protocol

    • Other common ports include 8080 for alternative HTTP port

  • Answered by AI

Skills evaluated in this interview

Global service specialist - payroll 1 Interview Questions & Answers

Paychex IT Solutions India user image Anonymous

posted on 16 Mar 2024

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

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you ready to work in rotational shifts?
  • Q2. What is your salary expectation?
Round 2 - HR 

(3 Questions)

  • Q1. Why you left your previous company so early?
  • Q2. Why you didn't apply based on your previous experience?
  • Q3. Why do you want to work for Paychex?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about company basics, founder, establishment year, current CEO, company products and strong reason for working for this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you handle a last minute change in requirements?
  • Q2. Answer from your experience. If you are a PO/BA, this is a very common scenario. Normally, one would look at the effort and capacity, and based on that decide whether to include last minute change in relea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for scenarios based questions such as how did you deal with a challenging project.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. The director of Cornerstone got confused between my 2 pages of cv, after arranging it in correct manner instead of asking the question about my work responsibilities he has started asking the question abou...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Study aspects of BA role
  • Ans. 

    The Business Analyst role involves studying various aspects of business operations and processes.

    • Analyzing business requirements and translating them into functional specifications

    • Conducting stakeholder interviews to gather information and understand business needs

    • Identifying and documenting business processes and workflows

    • Performing data analysis to identify trends and patterns

    • Creating and maintaining project document...

  • Answered by AI
  • Q2. What are the roles in scrum?
  • Ans. 

    The roles in Scrum include Product Owner, Scrum Master, and Development Team.

    • Product Owner: Represents the stakeholders and ensures the product backlog is prioritized.

    • Scrum Master: Facilitates the Scrum process, removes obstacles, and ensures adherence to Scrum principles.

    • Development Team: Self-organizing group responsible for delivering the product increment.

    • Examples: Product Owner - Defines product vision and backlog...

  • Answered by AI
  • Q3. What are different types of testing?
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or units of software to ensure they function correctly.

    • Integration testing: Testing the interaction between different components or modules to ensure they work together.

    • System testing: Testing the entire system to verify that it meets the specified requirements.

    • Accepta...

  • Answered by AI

Skills evaluated in this interview

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

Online Exam - 10 MCQ and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Project Discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Coding questions about Anagram
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Fitment Discussion 

(1 Question)

  • Q1. The discussion was more about whether i suited the profile. Round1 was good and had discussed various topics with the interviewer
Round 2 - Coding Test 

This round was really bad. The interviewer didnt have patience to give 5 mins to my coding problem. He seems to be always in a hurry to ask next question and move on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get ready for topics which are not in the JD.

Tell us how to improve this page.

Interview Questions from Similar Companies

Mobileum Interview Questions
3.3
 • 36 Interviews
Entrata Interview Questions
4.4
 • 34 Interviews
CommVault Interview Questions
3.9
 • 27 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
SOTI Interview Questions
3.3
 • 22 Interviews
View all

GT Nexus Software Reviews and Ratings

based on 17 reviews

4.2/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.4

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹4.8 L/yr - ₹10.7 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹10 L/yr - ₹17.6 L/yr

Senior QA Engineer
7 salaries
unlock blur

₹5.2 L/yr - ₹14.2 L/yr

System Consultant
6 salaries
unlock blur

₹9 L/yr - ₹13 L/yr

Quality Analyst
6 salaries
unlock blur

₹4.3 L/yr - ₹9.2 L/yr

Explore more salaries
Compare GT Nexus Software with

Duck Creek Technologies

4.4
Compare

Entrata

4.4
Compare

FinThrive

3.7
Compare

Mobileum

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