Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Terralogic Software Solutions Team. If you also belong to the team, you can get access from here

Terralogic Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Terralogic Software Solutions Software Engineer Trainee Interview Questions and Answers

Updated 13 Aug 2024

Terralogic Software Solutions Software Engineer Trainee Interview Experiences

2 interviews found

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

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

Round 1 - Coding Test 

Duration of test was 30 minutes. i asked two programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Pattern program
  • Q2. Find the largest number
  • Ans. 

    Iterate through the array to find the largest number

    • Iterate through the array and compare each element with a variable to store the largest number

    • Update the variable if a larger number is found

    • Return the largest number at the end

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Terralogic Software Solutions Software Engineer Trainee interview:
  • Python
  • mysql
  • HTML
  • CSS
  • Java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 5 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 - Aptitude Test 

First round was written includes:- C programming & Aptitude

Round 3 - Coding Test 

Coding plus Technical discussion.

Round 4 - Technical 

(2 Questions)

  • Q1. Technical Discussion
  • Q2. Remove duplicate elements from an array
  • Ans. 

    Remove duplicate elements from an array of strings

    • Create a new empty array to store unique elements

    • Iterate through the original array and check if element already exists in the new array

    • If not, add the element to the new array

    • Return the new array with unique elements

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Common HR round questions.

Skills evaluated in this interview

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ's and speech assesment,DSA ,C,Git,Dbms, everything was included and last part u will be able to choose language of your choice i chose java

Round 2 - Technical 

(2 Questions)

  • Q1. For core Java if u have to develop a music app for ex Spotify which concepts can be implemented in java .
  • Q2. AWS,cloud computing autoscaling ,IAM etc

Interview Preparation Tips

Topics to prepare for Nagravision Software Engineer Trainee interview:
  • Github
  • C++
  • Cloud Computing
  • DBMS
  • C
  • Javascript Frameworks
Interview preparation tips for other job seekers - Be thorough with your resumeb
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

General Aptitude Test followed Technical Aptittude

Round 2 - Technical 

(1 Question)

  • Q1. Question from resume
Round 3 - HR 

(1 Question)

  • Q1. Managerial Round
Round 4 - HR 

(1 Question)

  • Q1. HR Question on Personal Interest
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objec...

  • Answered by AI
  • Q2. Write a code on simple one.
  • Ans. 

    Code a simple one

    • Use a basic programming language like Python or JavaScript

    • Create an array of strings

    • Print the array elements

  • Answered by AI
  • Q3. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.

    • Developed a web application using React.js for tracking inventory levels and generating reports

    • Created a mobile app using Flutter for managing tasks and setting reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Why msg global solutions
  • Ans. 

    I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.

    • I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.

    • I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.

    • I value the emphasis msg global solutions places on professional de...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Different between OLAP and OLTP
  • Ans. 

    OLAP is used for analyzing historical data while OLTP is used for managing real-time transactional data.

    • OLAP stands for Online Analytical Processing, used for data analysis and reporting.

    • OLTP stands for Online Transactional Processing, used for managing real-time transactional data.

    • OLAP databases are optimized for read-heavy workloads and complex queries.

    • OLTP databases are optimized for write-heavy workloads and simple...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture

Terralogic Software Solutions Interview FAQs

How many rounds are there in Terralogic Software Solutions Software Engineer Trainee interview?
Terralogic Software Solutions interview process usually has 3-4 rounds. The most common rounds in the Terralogic Software Solutions interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Terralogic Software Solutions Software Engineer Trainee 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 Terralogic Software Solutions. The most common topics and skills that interviewers at Terralogic Software Solutions expect are Accounts Receivable, Analytical, Bonds, C++ and Line Inspection.
What are the top questions asked in Terralogic Software Solutions Software Engineer Trainee interview?

Some of the top questions asked at the Terralogic Software Solutions Software Engineer Trainee interview -

  1. Remove duplicate elements from an ar...read more
  2. Find the largest num...read more
  3. Pattern prog...read more

Tell us how to improve this page.

Terralogic Software Solutions Software Engineer Trainee Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Terralogic Software Solutions Software Engineer Trainee Salary
based on 25 salaries
₹2.5 L/yr - ₹3.5 L/yr
31% less than the average Software Engineer Trainee Salary in India
View more details

Terralogic Software Solutions Software Engineer Trainee Reviews and Ratings

based on 3 reviews

2.2/5

Rating in categories

1.7

Skill development

1.6

Work-life balance

1.6

Salary

2.3

Job security

1.7

Company culture

2.3

Promotions

2.2

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
275 salaries
unlock blur

₹2.6 L/yr - ₹10 L/yr

Software Engineer2
110 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Software Engineer Level 1
83 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Software Engineer III
74 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Software Engineer II
59 salaries
unlock blur

₹3.6 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Terralogic Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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