Upload Button Icon Add office photos

Filter interviews by

Ellie Mae Interview Questions and Answers

Updated 16 Dec 2021

Ellie Mae Interview Experiences

Popular Designations

4 interviews found

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

Interview Questionnaire 

4 Questions

  • Q1. Given a sorted array, find a given element in shortest possible time
  • Ans. 

    Use binary search algorithm to find the given element in a sorted array.

    • Start with the middle element of the array.

    • If the middle element is equal to the given element, return its index.

    • If the middle element is greater than the given element, search in the left half of the array.

    • If the middle element is smaller than the given element, search in the right half of the array.

    • Repeat the process until the element is found or

  • Answered by AI
  • Q2. Closures, Promises, Callback
  • Q3. Hoisting in JavaScript
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Hoisting applies to variable and function declarations, but not to variable assignments

    • Function declarations are hoisted before variable declarations

    • Hoisting can lead to unexpected behavior and should be avoided

  • Answered by AI
  • Q4. Specificity in CSS, pseudo selectors
  • Ans. 

    Specificity in CSS refers to the priority given to different CSS rules when multiple rules apply to the same element.

    • Specificity is determined by the number of ID, class, and element selectors in a rule

    • Pseudo selectors like :hover and :active can also affect specificity

    • Using !important can override specificity, but should be used sparingly

    • Understanding specificity is important for avoiding unexpected styling conflicts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR will low ball you. Even though salary expectation are confirmed before technical discussion, they will low ball you in HR round. Also they will offer you one level below designation than your experience. Even when you point this, they will argue that nothing can't be done. But as soon as you say no to opportunity, they will agree for it as favour.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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

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

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

Interview Questionnaire 

1 Question

  • Q1. API specifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t schedule for an interview with Ellie Mae. They will schedule all of the interviews at odd times and finally they will put you on hold. It has happened with me and many of my friends that after 5-6 rounds of interview they put profile on hold and will never get back to you. I have a feeling that they are just trying to create a name for themselves in market and they don’t have any actual positions open with them.
Hope it will save lot of time for you and will save you from unwanted tension.

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and previous job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - You have good self confidence and communication skills definitely get this job

Documentation Executive Interview Questions asked at other Companies

Q1. Whar is L/c . And how it's work in international trade finance business
View answer (1)

Ellie Mae interview questions for popular designations

 Associate Product Manager

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Documentation Executive

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 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 - Aptitude Test 

Logical Aptitude, Verbal, Numerical

Round 3 - Coding Test 

2 codes one small and easy , another big and medium difficultly

Round 4 - Behavioral 

(2 Questions)

  • Q1. Introduction , Academic Project,
  • Q2. Coding Questions, Company Related Questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Coding
Interview preparation tips for other job seekers - In aptitude focus on Logical and Verbal aptitude and work on projects and coding skills

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 30 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good problemtic Skills and knowledge check and sharpness

Round 2 - Coding Test 

C Language use for programs and Oracle and Java in learning process

Round 3 - HR 

(3 Questions)

  • Q1. Any coding Question and stay for job purpose
  • Q2. Any operators working or any logical program tell
  • Ans. 

    Yes, there are many operators and logical programs used in various fields.

    • Operators like +, -, *, / are used in mathematical calculations.

    • Logical programs like if-else, switch-case are used in programming.

    • Operators like AND, OR, NOT are used in boolean logic.

    • Operators like >, <, == are used in comparisons.

    • Examples of logical programs include sorting algorithms, search algorithms, etc.

  • Answered by AI
  • Q3. Check my comutication with others

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • c and
Interview preparation tips for other job seekers - good guide for my job purpose so best choose to our qualification

I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction for your reference
  • Q2. Introduction to the same
  • Q3. Introduction to the smoky

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction to the smoky and thanks for your

Interview Questionnaire 

1 Question

  • Q1. Training?

Interview Preparation Tips

Interview preparation tips for other job seekers - Best training in India. No doubt

Interview Questionnaire 

1 Question

  • Q1. Related to my subject

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

Ellie Mae Interview FAQs

How to prepare for Ellie Mae 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, AWS, Web Technologies, Software Development and C#.
What are the top questions asked in Ellie Mae interview?

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

  1. Given a sorted array, find a given element in shortest possible t...read more
  2. Specificity in CSS, pseudo select...read more
  3. Explain memory management in dot...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
View all

Ellie Mae Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

4.0

Salary

3.8

Job security

3.5

Company culture

3.7

Promotions

3.3

Work satisfaction

Explore 16 Reviews and Ratings
Document Processor
14 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹17 L/yr - ₹28 L/yr

Software Engineer
7 salaries
unlock blur

₹6.6 L/yr - ₹24 L/yr

Technical Support Analyst
6 salaries
unlock blur

₹9 L/yr - ₹10.9 L/yr

HR Recruiter
5 salaries
unlock blur

₹3.3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Ellie Mae with

TCS

3.7
Compare

Accenture

3.8
Compare

Infosys

3.6
Compare

Wipro

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