Upload Button Icon Add office photos

Filter interviews by

Trust Group Interview Questions and Answers

Updated 30 Oct 2023

Trust Group Interview Experiences

1 interview found

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

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

(4 Questions)

  • Q1. Reason for change
  • Q2. Details on compliance done
  • Q3. Brief on overall work exposure
  • Q4. Questions on work mentioned in Resume

Interview Preparation Tips

Topics to prepare for Trust Group Associate Vice President interview:
  • Work disclosed in resume
Interview preparation tips for other job seekers - Confidently answer the questions.

Associate Vice President Interview Questions asked at other Companies

Q1. Discuss a case study on a preferred topic or use sample problems to explain a difficult concept. First name the topic and then the concept/case study to be illustrated within 5 mins. CBSE Hot questions are preferred.
View answer (1)

Interview questions from similar companies

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 Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Previous employment history
  • Ans. 

    I have worked as a Business Analyst for the past 5 years in the finance industry.

    • Worked as a Business Analyst for 5 years

    • Experience in the finance industry

    • Analyzed business processes and data to provide insights and recommendations

    • Collaborated with stakeholders to gather requirements and define project scope

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Previous employment history
  • Ans. 

    I have 5 years of experience as a Business Analyst in the finance industry.

    • Worked at XYZ company for 3 years analyzing financial data and creating reports

    • Collaborated with cross-functional teams to improve business processes

    • Utilized data visualization tools such as Tableau to present findings

    • Conducted market research and competitor analysis to identify opportunities for growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It mostly hire for clients
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 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 - Technical 

(2 Questions)

  • Q1. Work experience
  • Q2. Field experience
Round 3 - Technical 

(2 Questions)

  • Q1. Work experience
  • Q2. Reinforcement checking, ply shuttering work.
Round 4 - Technical 

(2 Questions)

  • Q1. Work experience
  • Q2. Dorking experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

Genetic variants interpretation significance in diseases.

Round 3 - Technical 

(5 Questions)

  • Q1. Details discussion of genetic variants significance in the assessment risk development and their role in development of genetic disorders.
  • Q2. What is Mendelian disorders
  • Q3. Sickle cell anemia, Cruzfelt Jacob disease, Lung fibrosis
  • Q4. What is frame shift mutation, missense mutation
  • Q5. What are ACMG and AMP guidelines

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving answer to the question. Be more practical knowledge of genetic variants interpretation.
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 - One-on-one 

(2 Questions)

  • Q1. Guesstimate problem
  • Q2. Resume Discussion
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume Discussion
  • Q2. PORs Discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Guesstimate Problem
Round 5 - HR 

(1 Question)

  • Q1. Conversational and Expectations.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. How much was your previous in hand salary?
  • Q2. How far do you stay from the office, during nights if needed can you come on your own during any critical situation (Note: I'm a woman)?
  • Q3. Are you ok with 40% less in-hand pay from your previous job in Banglore, since you're getting to stay in your hometown and your expenses will be less here?
  • Q4. Are you married? Do you have children? What does your husband do? How long are you planning to stay in Bhubaneswar?
  • Q5. Are you ok with an employment bond of 24 months with a probation period of 12 months
Round 2 - Technical 

(6 Questions)

  • Q1. What are different modules of node js?
  • Ans. 

    Node.js has several core modules that provide essential functionality for building applications.

    • HTTP: Allows Node.js to transfer data over the Hyper Text Transfer Protocol (HTTP)

    • FS: Provides file system operations like reading and writing files

    • OS: Gives information about the operating system on which Node.js is running

    • Path: Helps in working with file and directory paths

    • Events: Allows to handle events in Node.js applica

  • Answered by AI
  • Q2. Difference between angular and node js
  • Ans. 

    Angular is a front-end framework for building client-side applications, while Node.js is a back-end runtime environment for running server-side applications.

    • Angular is used for building dynamic web applications with HTML, CSS, and TypeScript.

    • Node.js is used for server-side scripting and building scalable network applications.

    • Angular is a front-end framework developed and maintained by Google.

    • Node.js is a back-end runti...

  • Answered by AI
  • Q3. Difference between process.nextTick( ) and setImmediate( )
  • Ans. 

    process.nextTick() is called before any I/O events, while setImmediate() is called after I/O events.

    • process.nextTick() is called at the end of the current event loop cycle, before any I/O events.

    • setImmediate() is called at the beginning of the next event loop cycle, after I/O events.

    • Use process.nextTick() for executing code asynchronously but as soon as possible.

    • Use setImmediate() for executing code asynchronously afte

  • Answered by AI
  • Q4. How to implement async in node js
  • Ans. 

    Async in Node.js can be implemented using callbacks, promises, or async/await.

    • Use callbacks to handle asynchronous operations in Node.js

    • Promises can be used for cleaner asynchronous code

    • Async/await provides a more synchronous way to write asynchronous code

  • Answered by AI
  • Q5. General operations of Casendra CQL
  • Ans. 

    Casendra CQL is a query language used for general operations in Casendra database.

    • Casendra CQL is similar to SQL but optimized for Cassandra database

    • It supports CRUD operations (Create, Read, Update, Delete)

    • It allows for filtering, sorting, and aggregating data

    • Example: SELECT * FROM table_name WHERE column_name = value;

  • Answered by AI
  • Q6. Characteristics of column family
  • Ans. 

    Column family is a data model used in NoSQL databases to store related data together.

    • Used in NoSQL databases like Apache Cassandra

    • Consists of rows and columns

    • Columns are grouped together and stored on disk sequentially

    • Supports wide rows and dynamic columns

    • Example: In a social media application, a column family could store user profiles with columns for name, age, and location

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

(1 Question)

  • Q1. CEO asked to turn on camera. Asked if i'm married (i'm a woman), the interview was scheduled for 10;30pm in the night. Asked me not to be so formal and treat him like a friend and be casual. I suspect he w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't interview with such creeps and stay away from them. Really malicious intended people.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 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 

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. Previous And Current Salary Related Question
  • Q2. Current Designation in the company
  • Q3. Notice period for the company
  • Q4. Work and Documentation related question
Round 3 - Technical 

(6 Questions)

  • Q1. Job Resposibilities related question
  • Q2. Projects done related questions
  • Q3. Technical backgroud related question
  • Ans. Plc, scada, hmi, vfd, sensors, wiring related topics
  • Answered Anonymously
  • Q4. Whatever I have done in my current company related questions
  • Q5. Some Technical questions related to automation and maintenance.
  • Q6. How much salary I am expecting for current position

Interview Preparation Tips

Interview preparation tips for other job seekers - Work Experience Related Questions and Questions asked from your Education Background.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Projects done so far

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work culture
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Basic questions about current profile
  • Q2. Current salary, expected, notice period
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview with Gm-Hr and VP-HR
  • Q2. Current salary, past expereience

Trust Group Interview FAQs

How many rounds are there in Trust Group interview?
Trust Group interview process usually has 2 rounds. The most common rounds in the Trust Group interview process are Resume Shortlist.
How to prepare for Trust Group 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 Trust Group. The most common topics and skills that interviewers at Trust Group expect are Sales, Banking, B2B Sales, Bfsi Sales and CFA.

Tell us how to improve this page.

Trust Group Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Group Interview Questions
4.2
 • 357 Interviews
Adani Group Interview Questions
3.9
 • 176 Interviews
Essar Group Interview Questions
3.8
 • 28 Interviews
Hinduja Group Interview Questions
4.0
 • 22 Interviews
Bajaj Group Interview Questions
3.8
 • 3 Interviews
View all

Trust Group Reviews and Ratings

based on 20 reviews

3.7/5

Rating in categories

3.2

Skill development

4.3

Work-life balance

3.6

Salary

4.4

Job security

3.6

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 20 Reviews and Ratings
Senior Manager
8 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Associate Vice President
8 salaries
unlock blur

₹25 L/yr - ₹34.5 L/yr

Manager
7 salaries
unlock blur

₹9.5 L/yr - ₹13 L/yr

Deputy Vice President
7 salaries
unlock blur

₹21.6 L/yr - ₹40 L/yr

Vice President
6 salaries
unlock blur

₹33 L/yr - ₹52 L/yr

Explore more salaries
Compare Trust Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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