Upload Button Icon Add office photos

Filter interviews by

Trellissoft Engineering Services Data Engineer Interview Questions and Answers

Updated 13 Sep 2023

Trellissoft Engineering Services Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. About Sql queries and index’s
  • Q2. About data warehouse and data model

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Queue question - create queue from array

Round 2 - HR 

(3 Questions)

  • Q1. Working structure preference
  • Q2. Salary preference
  • Q3. No more questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

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

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

Round 1 - Coding Test 

DSA on trees, duration 2hrs

Round 2 - Group Discussion 

Trees DSA duration 20mins

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 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 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

Trellissoft Engineering Services Interview FAQs

How many rounds are there in Trellissoft Engineering Services Data Engineer interview?
Trellissoft Engineering Services interview process usually has 2 rounds. The most common rounds in the Trellissoft Engineering Services interview process are Resume Shortlist and Technical.
How to prepare for Trellissoft Engineering Services Data 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 Trellissoft Engineering Services. The most common topics and skills that interviewers at Trellissoft Engineering Services expect are ETL Tool and SQL.
What are the top questions asked in Trellissoft Engineering Services Data Engineer interview?

Some of the top questions asked at the Trellissoft Engineering Services Data Engineer interview -

  1. About data warehouse and data mo...read more
  2. About Sql queries and index�...read more

Tell us how to improve this page.

Trellissoft Engineering Services Data Engineer Salary
based on 4 salaries
₹6 L/yr - ₹10 L/yr
32% less than the average Data Engineer Salary in India
View more details

Trellissoft Engineering Services Data Engineer Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

3.5

Skill development

4.7

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
46 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Software Developer
6 salaries
unlock blur

₹4.2 L/yr - ₹12.5 L/yr

Junior Software Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

QA Engineer
5 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Vice President Operations
4 salaries
unlock blur

₹42 L/yr - ₹50 L/yr

Explore more salaries
Compare Trellissoft Engineering Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview