Premium Employer

i

This company page is being actively managed by Model N Team. If you also belong to the team, you can get access from here

Model N Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Model N Member Technical Staff Interview Questions and Answers

Updated 20 Nov 2023

Model N Member Technical Staff Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

Leet code test link was sent

Round 3 - Technical 

(2 Questions)

  • Q1. What is a arraylist
  • Ans. 

    An ArrayList is a dynamic array in Java that can grow or shrink in size as needed.

    • ArrayList is a class in Java's Collection framework.

    • It allows for dynamic resizing of the array.

    • Elements can be added, removed, or accessed using index.

    • Example: ArrayList names = new ArrayList();

  • Answered by AI
  • Q2. What is hash map and how it works
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash map uses a hash function to map keys to indices in an array.

    • It allows for constant time average case complexity for insertion, deletion, and lookup operations.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Exam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well easy to medium leet code questions

Skills evaluated in this interview

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

I was interviewed before Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basically on core java and collections
Round 3 - Technical 

(1 Question)

  • Q1. Java program on data structures
  • Ans. 

    Java program on data structures

    • Use Java to implement common data structures like arrays, linked lists, stacks, queues, trees, and graphs

    • Practice implementing algorithms like sorting, searching, and traversal on these data structures

    • Understand the time and space complexity of different operations on data structures

  • Answered by AI

Skills evaluated in this interview

Member Technical Staff Interview Questions Asked at Other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest ... read more
asked in Salesforce
Q2. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
Q3. Check Permutation Problem Statement Given two strings 'STR1' and ... read more
asked in Salesforce
Q4. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Salesforce
Q5. Longest Happy String Problem Statement Given three non-negative i ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
Round 2 - Behavioral 

(1 Question)

  • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.

I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yr self, dream, why choose company, happy moment in your life, inspiration person, Apitutude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Really amazing experience, I working with Infosys last 18 month I learned different different training ,team work process knowledge and other skills I am proud be part of Infosys.

Interview Questionnaire 

1 Question

  • Q1. Tell about urself

I applied via Naukri.com and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Configuration Management, data modelling, CI relationships, Problem management process flow, SIAM, integration, cmdb reports, KPIs.
  • Q2. General introduction, projects handled in the past,

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to what u have worked on in your resume, ask about offered profile,

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Data transforms, integration, data pages, RAP, Case management

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and give your answer with confidence

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its from Java, Springboot, Microservices.. and touchbase of UI technologies such as Angular.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared for evry topic.. ask yourself what, when, why, how.
Thats how you can think logically.

then only you will be able to crack.
Contribute & help others!
anonymous
You can choose to be anonymous

Model N Interview FAQs

How many rounds are there in Model N Member Technical Staff interview?
Model N interview process usually has 3 rounds. The most common rounds in the Model N interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Model N Member Technical Staff 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 Model N. The most common topics and skills that interviewers at Model N expect are Semiconductor, Application Development, Computer science, Data Structures and Java.
What are the top questions asked in Model N Member Technical Staff interview?

Some of the top questions asked at the Model N Member Technical Staff interview -

  1. What is hash map and how it wo...read more
  2. Java program on data structu...read more
  3. What is a arrayl...read more

Recently Viewed

INTERVIEWS

VDart

No Interviews

REVIEWS

Model N

No Reviews

JOBS

Indium Software

No Jobs

INTERVIEWS

DISYS

No Interviews

REVIEWS

Model N

No Reviews

SALARIES

CloudMoyo

REVIEWS

CloudMoyo

No Reviews

REVIEWS

CloudMoyo

No Reviews

INTERVIEWS

DISYS

No Interviews

SALARIES

VDart

Tell us how to improve this page.

Model N Member Technical Staff Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Join Model N Setting the Standard for Revenue Optimization and Compliance

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 223 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
View all
Model N Member Technical Staff Salary
based on 43 salaries
Lock Unlock
₹7.5 L/yr - ₹18.6 L/yr
At par with the average Member Technical Staff Salary in India
View more details

Model N Member Technical Staff Reviews and Ratings

based on 9 reviews

4.5/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.5

Salary

4.9

Job security

4.8

Company culture

4.0

Promotions

4.8

Work satisfaction

Explore 9 Reviews and Ratings
Consultant
88 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Member Technical Staff
43 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Consultant
39 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
28 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate Member Technical Staff
24 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Model N with

Zuora

3.5
Compare

Veeva Systems

3.1
Compare

Salesforce

4.0
Compare

SAP

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