Upload Button Icon Add office photos

Filter interviews by

eNTrust Software & Services Associate Software Engineer Interview Questions and Answers

Updated 25 May 2024

eNTrust Software & Services Associate Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Explain software development life cycle
  • Ans. 

    Software development life cycle is a process used to design, develop, and test software applications.

    • 1. Planning: Define project scope, requirements, and timeline.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design plan for the software.

    • 4. Implementation: Write code based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release the software to users.

    • 7. Mai...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Oops ,mvc C# related questions
  • Q2. 4 pilar of oops and features
  • Ans. 

    The 4 pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes from existing classes, inheriting their attributes and methods.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding the complex implementation details and showin

  • Answered by AI
  • Q3. Sql queries witj self join
  • Q4. Array max elementa code
Round 2 - Technical 

(1 Question)

  • Q1. Deep knowledge test with snippets ani sql queries and code
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 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 - Aptitude Test 

MCQ questions on Linux Networking and SQL

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about Linux Sql and Networking
  • Q2. Questions about the project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A normal aptitude test

Round 2 - Coding Test 

A normal coding interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data structutes

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Question on .net as of my project is in aap.net,oops concepts,some code snippets and their output,data structures algorithm,some logical questions,code for writing

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz do practice of oops concepts and ur project deeply. And data structures is must
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. I was asked questions on React, JavaScript, etc as I mentioned them in my resume. Also questions on SQL were asked. I was also given 1 easy level coding question to solve.

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.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two sum of an array
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q2. Stack balance parenthesis
Round 2 - Technical 

(2 Questions)

  • Q1. Is circular loop is there in a linkedList
  • Ans. 

    No, a circular loop is not present in a linked list.

    • A linked list does not have a circular loop by default.

    • If a linked list has a circular loop, it is considered a circular linked list.

    • Circular linked lists can be detected using Floyd's Cycle Detection Algorithm.

  • Answered by AI
  • Q2. How to identify the duplicates in circular linkedList
  • Ans. 

    To identify duplicates in a circular linked list, use a hash set to keep track of visited nodes.

    • Traverse the circular linked list while adding each node to a hash set.

    • If a node is already in the hash set, it is a duplicate.

    • Consider edge cases such as an empty list or a list with only one node.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well Prepared DSA Topics and Java and OOPs

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple Choice Questions

Round 2 - Coding Test 

Right side view of a binary search tree

Round 3 - Technical 

(1 Question)

  • Q1. Technical HR with the director

eNTrust Software & Services Interview FAQs

How many rounds are there in eNTrust Software & Services Associate Software Engineer interview?
eNTrust Software & Services interview process usually has 1 rounds. The most common rounds in the eNTrust Software & Services interview process are Technical.

Tell us how to improve this page.

eNTrust Software & Services Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
eNTrust Software & Services Associate Software Engineer Salary
based on 36 salaries
₹2.6 L/yr - ₹5 L/yr
26% less than the average Associate Software Engineer Salary in India
View more details

eNTrust Software & Services Associate Software Engineer Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.6

Salary

3.6

Job security

4.1

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Process Leader
141 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Process Associate
110 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Quality Associate
99 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Senior Process Lead
51 salaries
unlock blur

₹4.3 L/yr - ₹8.8 L/yr

Software Engineer
49 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare eNTrust Software & Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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