Upload Button Icon Add office photos
Engaged Employer

i

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

TerraTern Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TerraTern Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sell me an ice tea in a cold hill station.
  • Ans. 

    Refreshing ice tea is the perfect drink to enjoy in the cool hill station weather.

    • Highlight the refreshing and cooling properties of ice tea

    • Emphasize the versatility of ice tea - can be enjoyed hot or cold

    • Mention the variety of flavors available, such as lemon, peach, or mint

    • Suggest pairing the ice tea with local snacks or pastries for a complete experience

  • Answered by AI
  • Q2. Sell me an branded car.
  • Ans. 

    Experience luxury and performance like never before with our top-of-the-line branded car.

    • Our branded car offers cutting-edge technology for a seamless driving experience.

    • Experience unparalleled comfort with premium leather seats and state-of-the-art amenities.

    • Enjoy powerful performance with a high-performance engine that delivers top-notch speed and acceleration.

    • Stand out on the road with a sleek and stylish design tha

  • Answered by AI
  • Q3. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be creative
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale the ear buds
  • Ans. 

    Ear buds are high-quality, wireless headphones perfect for on-the-go music lovers.

    • Highlight the convenience of wireless technology

    • Emphasize the high sound quality

    • Mention the comfort and portability of ear buds

  • Answered by AI
  • Q2. Frame the sentences
  • Ans. 

    I have successfully exceeded sales targets by building strong relationships with clients and providing tailored solutions.

    • Built strong relationships with clients to understand their needs

    • Provided tailored solutions to meet client's specific requirements

    • Consistently exceeded sales targets through effective communication and negotiation

    • Utilized market research to identify new opportunities for growth

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About previous company,why we left
  • Q2. Explain role and responsibilities
  • Ans. 

    Sales Executives are responsible for generating leads, closing sales, and building relationships with clients.

    • Generate leads through cold calling, networking, and referrals

    • Close sales by understanding customer needs and presenting solutions

    • Build and maintain relationships with clients to ensure repeat business

    • Meet sales targets and KPIs set by the company

    • Provide excellent customer service and support

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing, quite tough if you you are sales person then you need to show them how to sell.
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 - One-on-one 

(1 Question)

  • Q1. How will you sell ice cream in winters
  • Ans. 

    By offering warm toppings and promoting it as a cozy treat, we can sell ice cream in winters.

    • Offer warm toppings like hot fudge, caramel, or toasted nuts

    • Promote it as a cozy treat to enjoy indoors

    • Create seasonal flavors like peppermint or gingerbread

    • Offer discounts or bundle deals to incentivize purchases

    • Partner with local businesses to cross-promote winter activities and ice cream

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stay positive and ready to work hard . the company has ultimate growth structure but what matters is your performance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About basic info tech
  • Q2. Database,sql,oracle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. I got refral from a friend so i was directly interviewed
  • Q2. What have you done in react js ?
  • Ans. 

    I have developed multiple single-page applications using React JS.

    • Created reusable components to improve code reusability

    • Implemented state management using Redux for better data flow

    • Utilized React Router for navigation between different pages

    • Integrated APIs to fetch and display data dynamically

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Node.js.

  • Answered by AI
  • Q4. Showyour projects
  • Q5. What loibraries you used
  • Ans. 

    I have used a variety of libraries in my projects, including React, Redux, Axios, and Material-UI.

    • React

    • Redux

    • Axios

    • Material-UI

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on key concepts , focus on dsa concepts and prepare for web development if you are working for developer intern

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Projects you have done
  • Q2. Scenario based questions
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ☺️
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

3 coding questions any programming language

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Interview based on your programming skills
  • Q2. 1.Find the possible permutation of the given string 2. Remove 3 from the given input (Number) and input should be taken from the user 3. Check whether the given string is Anagram without using map DATA s...
  • Ans. 

    Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.

    • To find permutations of a string, use recursion to swap characters at each position.

    • To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.

    • To check for anagrams without using a map data structure, sort both strings and

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and are you willing to relocate And salary discussion. That's it

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. SQL queries , python pandas and numpy , power bi related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience, skills and expertise

Interview Questionnaire 

2 Questions

  • Q1. What is your strength
  • Ans. 

    My strength is my ability to analyze complex data sets and derive meaningful insights.

    • Strong analytical skills

    • Ability to work with large data sets

    • Proficiency in data visualization tools

    • Experience in statistical analysis

    • Problem-solving mindset

  • Answered by AI
  • Q2. What is yout weakness
  • Ans. 

    I tend to be overly critical of my own work, which can sometimes slow down my progress.

    • I have a tendency to overanalyze my work, which can lead to delays in completing tasks.

    • I often spend too much time double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks due to my perfectionist nature.

    • I am working on improving my time management skills to overcome this weakness.

  • Answered by AI

TerraTern Interview FAQs

How to prepare for TerraTern 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 TerraTern. The most common topics and skills that interviewers at TerraTern expect are Digital Marketing, Lead Generation, Salesforce, Campaign Management and Inside Sales.

Tell us how to improve this page.

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.2
 • 30 Interviews
Airblack Interview Questions
4.2
 • 17 Interviews
Prepca Eduserv Interview Questions
4.1
 • 16 Interviews
Talview Interview Questions
3.1
 • 10 Interviews
Playto Labs Interview Questions
4.2
 • 10 Interviews
AccioJob Interview Questions
3.6
 • 10 Interviews
CareerLabs Interview Questions
3.1
 • 9 Interviews
ENTRI SOFTWARE Interview Questions
3.7
 • 9 Interviews
View all

TerraTern Reviews and Ratings

based on 34 reviews

4.8/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.8

Company culture

4.6

Promotions

4.7

Work satisfaction

Explore 34 Reviews and Ratings
Compare TerraTern with

Adda 247

3.2
Compare

Futurense Technologies

3.4
Compare

Prepca Eduserv

4.1
Compare

Airblack

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