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

Clear (1)

Terralogic Software Solutions Software Engineer Interview Questions and Answers

Updated 29 Dec 2024

Terralogic Software Solutions Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image Akshay Pravin Ambure

posted on 29 Dec 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.

Software Engineer Interview Questions & Answers

user image HUSTLER'S LIFE

posted on 17 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Nice and easy you can crack

Round 2 - Coding Test 

Not that easy and not that much hard

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 Jobs at Terralogic Software Solutions

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming questions such as Fibonacci, Armstrong and about recursion
  • Q2. I gave all answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Your communication skill takes priority more than your technical skill.
If you are little bit weak in programming, Don't worry too much, only you have to focus on your communication skill and basic fundamental program and their concepts too.

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

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack
Contribute & help others!
anonymous
You can choose to be anonymous

Terralogic Software Solutions Interview FAQs

How many rounds are there in Terralogic Software Solutions Software Engineer interview?
Terralogic Software Solutions interview process usually has 2-3 rounds. The most common rounds in the Terralogic Software Solutions interview process are Technical, HR and Aptitude Test.
How to prepare for Terralogic Software Solutions Software Engineer 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 Machine Learning, Artificial Intelligence, Computer Networking, Consulting and Digital Transformation.
What are the top questions asked in Terralogic Software Solutions Software Engineer interview?

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

  1. What is temporal dead zon...read more
  2. How does Angular wor...read more
  3. What is hoistin...read more

Recently Viewed

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

30 top interview questions

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Comcast India Engineering Center

No Interviews

INTERVIEWS

Publicis Sapient

No Interviews

INTERVIEWS

Hyundai Mobis

No Interviews

SALARIES

Comcast India Engineering Center

SALARIES

Comcast India Engineering Center

INTERVIEWS

Comcast India Engineering Center

No Interviews

Tell us how to improve this page.

Terralogic Software Solutions Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Fast track your campus placements

View all
Terralogic Software Solutions Software Engineer Salary
based on 277 salaries
₹2.5 L/yr - ₹11.3 L/yr
24% less than the average Software Engineer Salary in India
View more details

Terralogic Software Solutions Software Engineer Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.9

Salary

3.3

Job security

3.1

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer - AIML QA

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
277 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
83 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