Upload Button Icon Add office photos

Filter interviews by

Ellie Mae Interview Questions, Process, and Tips

Updated 16 Dec 2021

Top Ellie Mae Interview Questions and Answers

View all 8 questions

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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

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)

 Documentation Executive

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Q5. What is the latest news you have heard regarding technology?
  • Ans. 

    The latest news I heard regarding technology is the release of the new iPhone 13 with improved camera features.

    • Apple recently announced the release of the iPhone 13 series with upgraded camera capabilities.

    • The new iPhone 13 models come with improved low-light performance and cinematic mode for videos.

    • Apple also introduced the A15 Bionic chip for enhanced performance and battery life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Expected CTC
  • Q3. Why you left your previous company (Negative answers should be avoided)
Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on the concepts of payroll
  • Q2. Expected CTC
  • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
Round 3 - Behavioral 

(1 Question)

  • Q1. Regards to Payroll questions on what I did on daily basis.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

An aptitude test evaluates an individual's potential to excel in a specific area by assessing their strengths and weaknesses in particular abilities.

Round 2 - Aptitude Test 

An assessment that measures an individual's inherent abilities and potential for success in a specific activity.

Round 3 - Coding Test 

A coding test is a programming assessment designed to evaluate a candidate's coding skills. It is a standard component of the technical hiring process for software developers and programmers.

Round 4 - Coding Test 

Assessment that evaluates a candidate's coding skills

Round 5 - Group Discussion 

Group discussion (GD) topics for interviews may cover areas such as business, social issues, and current affairs. GDs serve to evaluate a candidate's communication, leadership, and teamwork abilities.

Round 6 - Assignment 

Discussion assignments are prompts that your teacher may assign to you. By participating in these discussions, you can reflect on your learning, share ideas and opinions, or ask and answer questions. Discussions may require you to respond to individual questions or provide multiple responses to an ongoing conversation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers can improve their chances by researching the job market, preparing their resume and cover letter, and networking.
Research
Know your goals: Consider your values, strengths, and ideal work environment.
Research the company: Anticipate common interview questions.
Prepare your resume
Tailor your resume: Customize your resume for each job application.
Highlight your skills: Highlight how your skills and experience match the job description.
Use keywords: Use relevant keywords in your resume and cover letter.
Prepare for interviews
Prepare your answers: Use the STAR method to prepare your answers.
Research the company: Anticipate common interview questions.
Network
Expand your professional network: You may find that more people can recommend you to a new position.
Use your professional network: You can use your network for career advice.
Other tips Don't limit your search to online resources, Optimize your LinkedIn profile, Use several job-search websites, Keep your resume up-to-date, and Develop your interview skills.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Questions
  • Q2. Terraform Questions
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to Outages
  • Q2. How to prevent application downtime
  • Ans. 

    To prevent application downtime, implement redundancy, monitoring, automation, and disaster recovery plans.

    • Implement redundancy by using load balancers, multiple servers, and failover systems.

    • Set up monitoring tools to detect issues proactively and alert the team.

    • Automate processes like deployments, scaling, and backups to reduce human errors.

    • Create disaster recovery plans with backups, replication, and failover strate...

  • Answered by AI
  • Q3. Monitoring tools

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no closure given to me, even though both of my interviews went good, I had to reach out to HR and as per the HR, I was kept on-hold as the hiring manager was on leave.

No updates further.
Please do not waste your time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Asking regarding self introduction.
  • Q2. Asking somthing as wish of interviewer.
  • Q3. So wonderful ,Iready for interview
  • Q4. Asking regarding my company.
  • Q5. Asking regarding my job roll.
Round 2 - Group Discussion 

Asking regarding electrical designing.

Round 3 - Technical 

(2 Questions)

  • Q1. Asking regarding cable try modelling.
  • Q2. Asking regarding equipment modelling.

Interview Preparation Tips

Topics to prepare for Acer India Electrical Designer interview:
  • Cable try modelling, equipment m
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is paython
  • Q2. What is oops concepts
Round 2 - Aptitude Test 

Aptitude test questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is machine learning
  • Q2. Machine learning example
Round 4 - Aptitude Test 

Aptitude test questions

Round 5 - One-on-one 

(2 Questions)

  • Q1. What is artificial intelligence
  • Q2. Type of artificial intelligence

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.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Equifax Interview Questions
3.3
 • 29 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

Wipro

3.7
Compare

Capgemini

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