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 Associate Software Engineer Interview Questions and Answers for Freshers

Updated 19 Dec 2024

One Trust Associate Software Engineer Interview Experiences for Freshers

1 interview found

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 questions from similar companies

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

5 coding questions you have to complete atleast 4

Round 2 - HR 

(1 Question)

  • Q1. About yourself and technology related questions ,it can 1 or 1 and half an hour round
Round 3 - Aptitude Test 

Basic aptitude questions

Interview Preparation Tips

Topics to prepare for Mindfire Solutions Associate Software Engineer interview:
  • Java
  • Laravel
  • PHP
  • Javascript
  • Javascript Frameworks
Interview preparation tips for other job seekers - Great place ,Great team and growth in work everything you can find here.

I applied via Job Fair and was interviewed in Oct 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of each skill mentioned in the resume

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding content on hackerrank of 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. I had virtual interview with the technical team member who asked all the questions starting from basic to the higher level covering all the skills mentioned in the resume and has provided with scenarios to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with all the skills mentioned in the resume.
when you don't know any question be honest.
when asked to code a paticular question example a binary search or other if you don't know how to code then just say that you can explain the concept and say i'm not sure if i can code it in one go.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First round was coding test conducted by their IDE where you can program in any language like on hackerrank IDE . 5 question were asked from easy to hard

Round 2 - Psychometric Test 

(2 Questions)

  • Q1. They ask me about my though on social media
  • Q2. They give me a situation to handle the work load
Round 3 - Technical 

(2 Questions)

  • Q1. Difference between stack and heap ?
  • Ans. 

    Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.

    • Stack memory is allocated in a contiguous block and is faster to access compared to heap memory.

    • Variables stored on the stack have limited scope and lifetime, while objects on the heap can persist beyond the scope of the function.

    • Stack memory is managed by the compiler, while heap m...

  • Answered by AI
  • Q2. Difference between complier and interpreter ?
  • Ans. 

    Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.

    • Compiler translates entire code into machine code before execution

    • Interpreter translates code line by line during execution

    • Compiler generates error messages after scanning entire code

    • Interpreter stops at first error encountered

    • Examples: C, C++ use compilers; Python, Ruby use interpreters

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. My introduction
  • Q2. I can i mange to work proficiency

Interview Preparation Tips

Interview preparation tips for other job seekers - be enough smart to give an answer and if don't know then say sorry don't know

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic and logical questions, SQL queries and python programs like find the node of the tree , flatten the array etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is more on practical than theory questions so do practice more :)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2022. 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 - Technical 

(3 Questions)

  • Q1. There were two interviewers. I was interviewed in python. Two coding questions on python and one SQL question and few questions on projects and previous working experience and knowledge on linux.
  • Q2. What is your work experience
  • Q3. What are the projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Your hardwork will definitely pays off.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Basic leet code easy-level questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Python basic questions Few more python based problem solving Database related queries Oops based questions
  • Q2. String, array-based problems
Round 3 - One-on-one 

(1 Question)

  • Q1. Database design round Mysql queries based on the design More python questions
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions and salary discussion

Interview Preparation Tips

Topics to prepare for Mindfire Solutions Senior Software Engineer interview:
  • Database
  • OOPS
  • Python
  • Javascript
  • MySQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 - Technical 

(2 Questions)

  • Q1. Some question were related to APIs
  • Q2. What is rest API
  • Ans. 

    REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company with remote work

Skills evaluated in this interview

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

(1 Question)

  • Q1. Current role and responsibilities

One Trust Interview FAQs

How many rounds are there in One Trust Associate Software Engineer interview for freshers?
One Trust interview process for freshers usually has 2 rounds. The most common rounds in the One Trust interview process for freshers are Aptitude Test and One-on-one Round.
What are the top questions asked in One Trust Associate Software Engineer interview for freshers?

Some of the top questions asked at the One Trust Associate Software Engineer interview for freshers -

  1. Diff between HTTP and HT...read more
  2. How to solve problem in the written t...read more
  3. dsa and core subjects like cn...read more

Tell us how to improve this page.

One Trust Associate Software Engineer Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more
One Trust Associate Software Engineer Salary
based on 15 salaries
₹6 L/yr - ₹9 L/yr
39% more than the average Associate Software Engineer Salary in India
View more details
Senior Software Engineer
193 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 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