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 Interview Questions, Process, and Tips

Updated 29 Dec 2024

Top Terralogic Software Solutions Interview Questions and Answers

View all 12 questions

Terralogic Software Solutions Interview Experiences

Popular Designations

20 interviews found

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How does Angular work ?
  • Ans. 

    Angular is a front-end web application framework that allows developers to build dynamic single-page applications.

    • Angular uses TypeScript for building applications.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides two-way data binding, which means changes in the model are automatically reflected in the view and vice versa.

    • It uses directives to extend HTML with new attributes and tags.

    • Angular has ...

  • Answered by AI
  • Q2. Array based javascript question
  • Q3. What is hoisting ?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • In JavaScript, variable and function declarations are hoisted to the top of their scope.

    • This means that you can use a variable or function before it is declared.

    • However, only the declarations are hoisted, not the initializations.

  • Answered by AI
  • Q4. What is temporal dead zone ?
  • Ans. 

    Temporal dead zone is the period between entering scope and being able to access a variable.

    • Occurs when trying to access a variable before it has been declared

    • Caused by hoisting in JavaScript

    • Results in a ReferenceError

    • Example: const x = 10; console.log(x); // ReferenceError: Cannot access 'x' before initialization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
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

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Terralogic Software Solutions Interview Questions and Answers for Freshers
illustration image

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Window server and ccna basics
  • Q2. Hardware question
  • Q3. Router and switching
  • Q4. Active Directory
  • Q5. Personal question

NOC Engineer Interview Questions asked at other Companies

Q1. How to access others computer on our PC? Which tools is used to access within single network?
View answer (8)
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 Resume tips
Round 2 - Coding Test 

Syntax and basic on coding knowledge

Round 3 - Aptitude Test 

Online aptitude test was going on

Round 4 - HR 

(3 Questions)

  • Q1. Salary discussion will be held
  • Q2. What is your expectation
  • Q3. Why did you left previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn basic that you trying to get job and genuine to your skills

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Terralogic Software Solutions interview questions for popular designations

 Software Engineer

 (3)

 Software Developer

 (3)

 Security Consultant

 (2)

 Software Engineer Trainee

 (2)

 Software Engineer III

 (2)

 Engineer

 (1)

 Manager

 (1)

 Senior Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your roles and responsibilities in previous organisation?
  • Q2. Few network releated Questions
  • Q3. Few Security Related Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Face to Face with client

Security Consultant Interview Questions asked at other Companies

Q1. What are the security headers used in an application?
View answer (1)

Get interview-ready with Top Terralogic Software Solutions Interview Questions

Trainee Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Print prime numbers
  • Ans. 

    A program to print prime numbers

    • Iterate through numbers and check if they are prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • Print the number if it is prime

  • Answered by AI
  • Q2. Design a network
  • Ans. 

    Design a network for a small office with multiple departments

    • Identify the network requirements for each department

    • Consider the number of users in each department

    • Choose appropriate network devices such as routers, switches, and access points

    • Implement VLANs to separate department traffic

    • Ensure network security measures are in place

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Discussion was more on company policies and pay

Skills evaluated in this interview

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
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 Resume 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

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is React Js? Virtual Dom? d/ w state and props? Hooks? D/w class nd functional Components? Life Cycle Components? Mounting? Routing? And soo on
  • Ans. 

    React Js is a JavaScript library for building user interfaces.

    • Virtual DOM is a lightweight copy of the actual DOM used for faster rendering.

    • State and props are used to manage data in React components.

    • Hooks are functions that allow you to use state and other React features in functional components.

    • Class and functional components are two ways to create React components.

    • Life cycle components are methods that are called at...

  • Answered by AI
  • Q2.  What is JavaScript? ES6? Promise? Async await?
  • Ans. 

    JavaScript is a scripting language used for web development. ES6 is the latest version with new features. Promise and Async await are used for asynchronous programming.

    • JavaScript is a high-level, interpreted language used for web development.

    • ES6 is the latest version of JavaScript with new features like arrow functions, let and const keywords, and template literals.

    • Promise is a way to handle asynchronous operations in ...

  • Answered by AI
  • Q3. HTML CSS Jquery AJAX calls
  • Q4. Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with Self Introduction Be Confidence

Skills evaluated in this interview

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 (42)

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Based on previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - joined 4 months back but still no clarity on which project

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on C programming
  • Q2. Final year Project
  • Q3. Aptitude, English

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a fresh college graduate, went for a off campus drive.
1st round was written test.
2nd & 3rd round were Technical rounds
No HR round

Total 600 students came for the drive, a total of 60 cleared 1st round, I was one among the 60 people. Out of 60 finally 8 students were offered Job in Terralogic Software Solutions Bangalore. Aptitude & Technical rounds were really very tough.

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Terralogic Software Solutions Interview FAQs

How many rounds are there in Terralogic Software Solutions interview?
Terralogic Software Solutions interview process usually has 2-3 rounds. The most common rounds in the Terralogic Software Solutions interview process are Technical, Aptitude Test and HR.
How to prepare for Terralogic Software Solutions 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 PDF, Python, Javascript, Linux and Networking.
What are the top questions asked in Terralogic Software Solutions interview?

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

  1. What is React Js? Virtual Dom? d/ w state and props? Hooks? D/w class nd functi...read more
  2. What is JavaScript? ES6? Promise? Async awai...read more
  3. What is temporal dead zon...read more
How long is the Terralogic Software Solutions interview process?

The duration of Terralogic Software Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Terralogic Software Solutions

No Jobs

REVIEWS

Comcast India Engineering Center

No Reviews

SALARIES

Comcast India Engineering Center

SALARIES

Terralogic Software Solutions

SALARIES

Comcast India Engineering Center

No Salaries

REVIEWS

Subros

No Reviews

INTERVIEWS

Mr Cooper

No Interviews

INTERVIEWS

Capgemini Engineering

No Interviews

SALARIES

Terralogic Software Solutions

INTERVIEWS

Mr Cooper

No Interviews

Tell us how to improve this page.

Terralogic Software Solutions Interview Process

based on 20 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Fast track your campus placements

View all

Terralogic Software Solutions Reviews and Ratings

based on 176 reviews

3.0/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.6

Salary

2.9

Job security

2.7

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 176 Reviews and Ratings
Software Engineer
259 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
59 salaries
unlock blur

₹0 L/yr - ₹0 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