Upload Button Icon Add office photos

Ellie Mae

Compare button icon Compare button icon Compare

Filter interviews by

Ellie Mae Software Engineer Interview Questions and Answers

Updated 9 Apr 2021

Ellie Mae Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Explain memory management in dotnet
  • Ans. 

    Memory management in .NET involves automatic garbage collection and allocation of memory for objects.

    • Garbage collector automatically frees memory for objects that are no longer in use

    • Memory allocation is done by the Common Language Runtime (CLR)

    • CLR uses a heap to allocate memory for objects

    • Memory leaks can occur if objects are not properly disposed of

    • Managed code is protected from buffer overflows and other memory-rela...

  • Answered by AI
  • Q2. Explain webAPI
  • Ans. 

    WebAPI is a set of protocols and tools for building web applications and services.

    • WebAPI allows communication between different software systems over the internet.

    • It uses HTTP requests and responses to exchange data.

    • WebAPIs can be used to retrieve data, update data, or perform other operations.

    • Examples of WebAPIs include the Twitter API, the Google Maps API, and the Facebook Graph API.

  • Answered by AI
  • Q3. Explain put vs patch
  • Ans. 

    Put and Patch are HTTP methods used to update resources. Put replaces the entire resource while Patch updates only the specified fields.

    • Put is used to completely replace an existing resource with a new one

    • Patch is used to update only the specified fields of an existing resource

    • Put requires the entire resource to be sent in the request body

    • Patch requires only the fields to be updated to be sent in the request body

  • Answered by AI
  • Q4. Explain L in SOLID
  • Ans. 

    L stands for Liskov Substitution Principle in SOLID

    • Liskov Substitution Principle states that objects of a superclass should be able to be replaced with objects of its subclass without affecting the correctness of the program

    • This principle ensures that the behavior of the program remains consistent when new classes are added

    • Violating this principle can lead to unexpected behavior and bugs in the program

  • Answered by AI
  • Q5. Explain parallel programming in csharp
  • Ans. 

    Parallel programming in C# allows multiple tasks to be executed simultaneously for improved performance.

    • Parallel programming can be achieved using the Task Parallel Library (TPL) in C#.

    • TPL provides constructs like Parallel.For and Parallel.ForEach to execute loops in parallel.

    • Parallel.Invoke can be used to execute multiple methods in parallel.

    • Data parallelism can be achieved using PLINQ (Parallel LINQ) to execute LINQ ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for dotnet interview look at OOP concept ,SOLID principle, Singleton vs static, MVC features ,webAPI ,swagger,microservices knoledge,practice programming to show problem solving skills, prepare on LINQ ,focus on dotnet part than db.
Good luck!

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ellie Mae?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 - Assignment 

MCQ's and Coding Problem - 1 related with Java, RDBMS, JS

Round 3 - Technical 

(1 Question)

  • Q1. Basic Question on Java and Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Introduction, Discussion regarding the roles and salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics and be confident with the answers.

I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. String builder and string buffer When we create Arrays and when we create linked lists Treeset in Java Java 8 features Static keyword Dynamic method dispatch How to make a immutable cla...
  • Ans. 

    Questions related to Java programming language concepts and features.

    • StringBuilder and StringBuffer are used for efficient string manipulation.

    • Arrays are fixed in size while linked lists can grow dynamically.

    • TreeSet is a sorted set implementation in Java.

    • Java 8 introduced lambda expressions, streams, and functional interfaces.

    • Static keyword is used to create class-level variables and methods.

    • Dynamic method dispatch is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and rock!

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 5 years.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Company hostory

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills

Interview Questionnaire 

3 Questions

  • Q1. Java script
  • Q2. Ai
  • Q3. Machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with faceprep

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself. What are some of your achievments

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for good communciation skills. Have a cheerful attitude

Ellie Mae Interview FAQs

How to prepare for Ellie Mae Software Engineer 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 Ellie Mae. The most common topics and skills that interviewers at Ellie Mae expect are Java, Software Development, C#, .Net and AWS.
What are the top questions asked in Ellie Mae Software Engineer interview?

Some of the top questions asked at the Ellie Mae Software Engineer interview -

  1. Explain memory management in dot...read more
  2. Explain parallel programming in csh...read more
  3. explain put vs pa...read more

Tell us how to improve this page.

Ellie Mae Software Engineer Salary
based on 4 salaries
₹4.9 L/yr - ₹10.7 L/yr
9% less than the average Software Engineer Salary in India
View more details
Document Processor
14 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹17 L/yr - ₹24 L/yr

Technical Support Analyst
6 salaries
unlock blur

₹9 L/yr - ₹10.9 L/yr

Software Engineer
4 salaries
unlock blur

₹6.6 L/yr - ₹10.7 L/yr

Accountant
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Ellie Mae with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview