Upload Button Icon Add office photos

Filter interviews by

TransSys Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Assignment 

Given an input dataset, develop an ETL pipeline and create a view to extract information from it.

Round 2 - Technical 

(1 Question)

  • Q1. Fully based on the submitted assignment and my past experiences in data engineering.
Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about a time you worked in a dysfunctional team
  • Ans. 

    I worked in a dysfunctional team during a project where communication breakdowns and conflicting priorities led to missed deadlines and tension among team members.

    • Lack of clear communication and direction from team leaders

    • Different team members working on conflicting priorities

    • Missed deadlines and tension among team members

    • Lack of accountability and responsibility among team members

  • Answered by AI

Automation Pega Developer Interview Questions & Answers

Billennium user image Anonymous

posted on 24 Dec 2024

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

I applied via Referral

Round 1 - HR 

(3 Questions)

  • Q1. Overall & Relevant experience in Pega
  • Ans. 

    I have 5 years of experience working with Pega, including designing and implementing automation solutions.

    • Designed and implemented automation solutions using Pega platform

    • Worked with various Pega tools and technologies

    • 5 years of experience in Pega development

  • Answered by AI
  • Q2. Current & expected salary
  • Ans. 

    I am currently earning $80,000 and expecting a salary of $90,000.

    • Current salary: $80,000

    • Expected salary: $90,000

  • Answered by AI
  • Q3. Basic questions about Pega
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, basic discussion about projects, Roles & responsibilities
  • Q2. Case Management, Reporting, Integrations, Security, Deployments, UI with COSMOS
Round 3 - Technical 

(2 Questions)

  • Q1. Introduction & basic discussion about previous projects & experiences
  • Q2. In depth questions about advanced PEGA topics related to Case Management, Reporting, Integrations, Security, UI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL basic window function
  • Q2. Python pandas question easy
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

Was online and topics ranged from coding,gk,dilr,aptitued,quant,etc

Round 2 - Group Discussion 

The topic given was should and health care be made free and if so will people take health casually

Round 3 - One-on-one 

(4 Questions)

  • Q1. Tell me something that is not mentioned in your resume
  • Q2. What have you observed since today during interview process
  • Q3. What are your hobbies
  • Q4. Explain to me in a scenario how would you approach testing an application

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is very long started in morning around 11 and went till 11 in the night.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Core java , spring interview questions
  • Q2. Spring, basic logical interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly behaviour questions and check the communication skills
  • Q2. Basic questions likes collections and project etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is your name and Walk through your cv
  • Ans. 

    My name is John Smith. I have a Bachelor's degree in Business Administration and 5 years of experience in financial analysis.

    • Bachelor's degree in Business Administration

    • 5 years of experience in financial analysis

  • Answered by AI
  • Q2. Standard answer, share your experience,Job and responsibilities in current role,

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr round basics details
Technical round.
Manager discussed.
Then appointment
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the Previous project from the resume
  • Ans. 

    Developed a real-time data processing system for analyzing customer behavior on an e-commerce platform.

    • Designed and implemented data pipelines using Apache Kafka for streaming data ingestion.

    • Utilized Apache Spark for data processing and analysis to generate insights for business decisions.

    • Implemented machine learning models for customer segmentation and personalized recommendations.

    • Collaborated with cross-functional te...

  • Answered by AI
  • Q2. SQL window function
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between springboot and spring
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...

  • Answered by AI
  • Q2. Explaing springboot annotation
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts for common configurations and functionalities.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.

    • Annotations help in reducing boilerplate code and configuring various aspects of the application.

    • For example, @SpringBootApplication is used to mark the ...

  • Answered by AI
  • Q3. How do you use JPA in your project write it
  • Ans. 

    I use JPA in my project by defining entity classes, annotating them with JPA annotations, creating repositories, and using JPQL queries.

    • Define entity classes with @Entity annotation

    • Annotate fields with @Column, @Id, @GeneratedValue, etc.

    • Create repositories by extending JpaRepository interface

    • Use JPQL queries for custom database operations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How microservices communicate in your project
  • Ans. 

    Microservices communicate through REST APIs and messaging queues in our project.

    • Microservices communicate with each other using REST APIs for synchronous communication.

    • Messaging queues like Kafka or RabbitMQ are used for asynchronous communication between microservices.

    • Service discovery tools like Eureka or Consul are used to locate and communicate with other microservices.

    • Microservices may also use gRPC for communicat

  • Answered by AI
  • Q2. Which design pattern used in your last project
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked about all projects
  • Q2. Team size and agile methodology
Round 4 - HR 

(2 Questions)

  • Q1. Why are you leaving current organization
  • Q2. What do you know about Emtec
  • Ans. 

    Emtec is a global IT consultancy that provides technology solutions and services to help organizations drive digital transformation.

    • Provides IT consultancy services

    • Specializes in technology solutions

    • Helps organizations with digital transformation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waist time , just take interviews and won't release offer after clearing all round and HR discussion. Just HR discussed salary and tried to negotiate even though I was ready for attend the hybrid mode and negotiated salary and all things ,still offer not released and didn't hear back from HR

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding commercial vehicle systems and operations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was an easy round

Round 2 - Group Discussion 

It was an easy round

Round 3 - Technical 

(2 Questions)

  • Q1. Easy array questions
  • Q2. Maximum subarray sum

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare calmly

TransSys Solutions Interview FAQs

How to prepare for TransSys 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 TransSys Solutions. The most common topics and skills that interviewers at TransSys Solutions expect are Architecture, Communication Skills, SQL, Data Modeling and Oracle.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 783 Interviews
KPIT Technologies Interview Questions
3.5
 • 284 Interviews
View all

TransSys Solutions Reviews and Ratings

based on 38 reviews

3.8/5

Rating in categories

4.4

Skill development

3.4

Work-Life balance

3.3

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.8

Promotions/Appraisal

3.6

Work Satisfaction

Explore 38 Reviews and Ratings
Software Engineer
59 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Consultant
17 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Associate Consultant
12 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

System Analyst
11 salaries
unlock blur

₹8 L/yr - ₹13.1 L/yr

Explore more salaries
Compare TransSys Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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