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 and Answers

Updated 24 May 2025
Popular Designations

6 Interview questions

An Associate Software Engineer was asked 6mo ago
Q. What is the difference 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 v...

View all Associate Software Engineer interview questions
A Software Architect was asked
Q. 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, suc...

View all Software Architect interview questions
A Senior Software Engineer was asked
Q. What is Obser?
Ans. 

Obser is not a known term in software engineering.

  • Obser is not a known term in software engineering.

  • It is possible that the interviewer misspoke or meant to ask a different question.

  • It is important to clarify any unclear or confusing questions during an interview.

View all Senior Software Engineer interview questions
A Software Tester was asked
Q. Can you create a set of data using an API?
Ans. 

Yes, I can create a set of data using API.

  • I can use API endpoints to create data in the system.

  • I can use tools like Postman or cURL to send API requests.

  • I can also write scripts in programming languages like Python to automate the process.

  • Examples include creating new users, adding products to a catalog, or updating customer information.

View all Software Tester interview questions
A Software Tester was asked
Q. How do you work with APIs?
Ans. 

I work on APIs by understanding their functionality and testing them using various tools and techniques.

  • I review API documentation to understand its functionality

  • I use tools like Postman to test API endpoints

  • I verify API responses against expected results

  • I perform load testing to ensure API can handle expected traffic

  • I collaborate with developers to resolve any issues found during testing

View all Software Tester interview questions
A Software Tester was asked
Q. How do you pass query parameters through an API?
Ans. 

Query params can be passed through API by appending them to the URL after a '?' symbol.

  • Add '?' symbol after the endpoint URL

  • Add the parameter name followed by '=' and the value

  • Separate multiple parameters with '&' symbol

  • Example: https://api.example.com/users?id=123&name=John

View all Software Tester interview questions

One Trust Interview Experiences

16 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
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
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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is the process for applying for a government teaching position?
  • Q2. What qualifications are required for this position, and what is the expected salary?
  • Q3. When does the exam open?

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
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.
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.

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)
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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about One Trust?
Ask anonymously on communities.

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, One-on-one Round and HR.
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, Javascript and Python.
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.

Overall Interview Experience Rating

3.5/5

based on 12 interview experiences

Difficulty level

Easy 43%
Moderate 43%
Hard 14%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 86 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 62 Interviews
Entrata Interview Questions
4.1
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CommVault Interview Questions
3.7
 • 28 Interviews
Twilio Interview Questions
3.9
 • 24 Interviews
View all

One Trust Reviews and Ratings

based on 125 reviews

3.0/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.1

Salary

2.1

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 125 Reviews and Ratings
Senior Software Engineer
213 salaries
unlock blur

₹23.5 L/yr - ₹38 L/yr

Devops Engineer
41 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Principal Software Engineer
35 salaries
unlock blur

₹33.5 L/yr - ₹51.8 L/yr

Software Engineer
33 salaries
unlock blur

₹7.9 L/yr - ₹17.5 L/yr

Quality Engineer
25 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare One Trust with

Celebal Technologies

3.1
Compare

NoBrokerHood

3.0
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare
write
Share an Interview