Upload Button Icon Add office photos
Premium Employer

i

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

One Trust Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

One Trust Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top One Trust Interview Questions and Answers

View all 6 questions

One Trust Interview Experiences

Popular Designations

15 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was good 20 mcqs 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa and core subjects like cn os
  • Q2. Dsa questions and core subjects
Round 3 - HR 

(1 Question)

  • Q1. Basic family discussion and salary details

Interview Preparation Tips

Interview preparation tips for other job seekers - it was overall a good experience

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

The assessment included a written test comprising multiple-choice questions (MCQs) based on technical knowledge and aptitude. Each correct answer was awarded 1 mark, while incorrect answers incurred a penalty of -0.25 marks. The subsequent section featured two coding questions and two SQL queries, for which candidates were required to write the complete code.

Round 2 - One-on-one 

(1 Question)

  • Q1. Diff between HTTP and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP does not encrypt data, while HTTPS encrypts data using SSL/TLS.

    • HTTPS provides authentication and data integrity, while HTTP does not.

    • Example: http://www.example.com vs htt

  • Answered by AI

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was a written tet with three sections one technical mcq second apti and three coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to solve problem in the written test
  • Q2. Project questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and luck matters

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regex related related programming question

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

One Trust interview questions for popular designations

 Associate Software Engineer

 (3)

 Senior Software Engineer

 (3)

 Software Engineer

 (2)

 Head Enterprise Business

 (1)

 Principal Software Engineer

 (1)

 Sdet

 (1)

 Senior Software Consultant

 (1)

 Software Architect

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. The interview panel is not worthy investing your time and energy there. It looks more like a startup with hiring managers having their own thought processes and hiring strategies. The interviewer was in a ...
  • Q2. Why do you use NodeJs?
  • Ans. 

    NodeJs is a popular choice for building scalable and efficient server-side applications.

    • NodeJs is known for its non-blocking, event-driven architecture which allows for handling a large number of concurrent connections efficiently.

    • It uses JavaScript, a widely-used language, which makes it easier for developers to work on both client and server-side code.

    • NodeJs has a large ecosystem of libraries and frameworks, such as ...

  • Answered by AI
  • Q3. Why do you use Kafka?

Interview Preparation Tips

Interview preparation tips for other job seekers - Probably, if you can read the interviewer's mind you will excel.

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. What do you do in your current job
  • Q2. Why do you want to join One trust
  • Q3. What are you salary aspirations?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Multi-threading implementation with Thread and Runner.

Round 2 - Case Study 

Draw architecture diagram from the given statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics not high-fundu.

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Problem solving (coding)
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. HR discussion, pay discussion

Interview Preparation Tips

Topics to prepare for One Trust Senior Software Engineer interview:
  • Java
  • Angularjs
Interview preparation tips for other job seekers - Less job security, be cautious while accepting the offer. Check for layoff happened on June 9th 2022. There was a mass layoff (removed 950 employees)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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 

(1 Question)

  • Q1. Angular, js basic questions and they ask you to open code snippet and ask js basic and DS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Hire and fire company, no job security, company is good in terms of management but it's always tough when it comes to job security

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 5 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 - Aptitude Test 

30 Questions Of Aptitude regarding Logical thinking etc

Round 3 - Coding Test 

2 Coding Questions regarding Programming in C language

Round 4 - Technical 

(1 Question)

  • Q1. Questions based on projects worked and skills mentioned in resume
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions on Projects worked and skills mentioned and some company questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself on coding questions and aptitude and logical and few about company products.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

One Trust Interview FAQs

How many rounds are there in One Trust interview?
One Trust interview process usually has 2-3 rounds. The most common rounds in the One Trust interview process are Technical, HR and Aptitude Test.
How to prepare for One Trust 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 One Trust. The most common topics and skills that interviewers at One Trust expect are Healthcare, Career Development, SQL, genetics and Javascript.
What are the top questions asked in One Trust interview?

Some of the top questions asked at the One Trust interview -

  1. How do you pass query params through a...read more
  2. Can you create set of data using ...read more
  3. How do you work on AP...read more
How long is the One Trust interview process?

The duration of One Trust interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

One Trust Interview Process

based on 11 interviews

Interview experience

3.5
  
Average
View more

Interview Questions from Similar Companies

Yes Bank Interview Questions
3.7
 • 429 Interviews
Innovaccer Interview Questions
3.4
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.2
 • 57 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
Acumen Interview Questions
3.6
 • 3 Interviews
View all

One Trust Reviews and Ratings

based on 117 reviews

2.9/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.1

Salary

2.1

Job security

2.9

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 117 Reviews and Ratings
Senior Software Engineer
193 salaries
unlock blur

₹17 L/yr - ₹40 L/yr

Devops Engineer
40 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Software Engineer
37 salaries
unlock blur

₹6.3 L/yr - ₹26 L/yr

Principal Software Engineer
33 salaries
unlock blur

₹25 L/yr - ₹51.8 L/yr

Quality Engineer
25 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare One Trust with

Aavishkaar Group

5.0
Compare

Acumen

3.6
Compare

Bharti Foundation

3.9
Compare

EdelGive Foundation

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