Upload Button Icon Add office photos
Engaged Employer

i

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

Maveric Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Maveric Systems Associate Consultant Interview Questions and Answers

Updated 13 Oct 2024

Maveric Systems Associate Consultant Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Banking domain questions
  • Q2. Sanction procedure
Round 2 - One-on-one 

(2 Questions)

  • Q1. Financial ratios
  • Q2. Sanction procedure, banking domain and many related to banking domain corporate and retail
Round 3 - One-on-one 

(1 Question)

  • Q1. Simple about your thinking procedure
Round 4 - HR 

(1 Question)

  • Q1. As usual pay discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. Testing process
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more
Round 1 - One-on-one 

(1 Question)

  • Q1. General

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell the interviewer about your work experience.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly on projects, technologies used in my projects, questions on my field of interests etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep project well, show ability to learn new technologies and will to keep learning as the job requirement is to be a self learner and curious person. Focus on being a good communicator.

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

Round duration - 100 minutes
Round difficulty - Medium

The complete test will be Audio and Video Proctored, Please be available in front of the camera throughout the test duration. Assessment login details will be sent to the candidate’s registered email id prior to assessment. The Aptitude 25 questions - 35 Minutes, English 25 questions - 30 Minutes, Technical 25 questions - 35 Minutes. Those who clear the first test would have a second test of Psychometric duration 60 Mins on the same day of the test. Shortlisted candidates would have interviews post that.

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This round consisted of various technical questions such as questions on web technologies, databases, OOPS concepts, and coding questions.

  • Q1. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

I was asked to introduce myself and about my hobbies. They were very general questions. They asked me about my strengths and weakness. In the end, they asked me would I re-locate.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Tegh Bahadur Institute of Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 8+ CGPANewgen Software interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Object-oriented programming, Database management system, Python, Django, Machine Learning, web technologies, Problem-solving, AptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen DSA skills initially, know the basics and understand the working of different data structures
Tip 2 : Learn to implement them and enhance your coding skills. Make mistakes and learn from them instead of just cramming everything before practicing. 
Tip 3 : To enhance coding skills, try your best to crack a question instead of giving up and looking at the solution..this will improve your problem-solving skills.
Tip 4 : It's a must to do the standard coding questions under every category of data structure and algorithms
Tip 5 : To study the topics and practice coding questions refer to GeeksforGeeks and regularly take part in coding contests.
Tip 6 : Be thorough with OOPs, DBMS, and the technologies on which you have worked for the interview.
Tip 7 : Have at least 2 projects in your resume and make sure you can answer the questions related to them.
Tip 8 : For HR interviews prepare questions, prepare questions such as introduce yourself, your strengths, your weakness.
Confidence is the key you need to be an expert in. I was not aware of some things the interviewer asked during my interviews. But due to my confidence, he skipped that part.
Tip 9 : Be in formals with the properly ironed dress, and try to join 5 minutes early than the joining time. It will have a positive affect.

Application resume tips for other job seekers

Tip 1 : Make sure your resume fits everything into a single page. 
Tip 2 : Have at least 2 projects on your resume. 
Tip 3 : Only Mention only those technical skills that you are confident in. Do not put false things on your resume. 
Tip 4 : Mention the work you have done during your internships. 
Tip 5 : Include an objective in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience attending interview

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.

I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

General Math and Aptitude Question. Few Questions on English and Psychology.

Round 2 - Technical 

(1 Question)

  • Q1. Basic OOPs questions, Simple String Programs, and Logic building. About your current Project and Role if you are having experience. All questions will be limited to your resume.
Round 3 - Technical 

(1 Question)

  • Q1. Basic technical skills, communication, willingness to learn new things, and your expectations from the company. Few questions around your resume.
Round 4 - HR 

(1 Question)

  • Q1. Current location. Comfort with a hybrid working model. Available to join the organization. Negotiation for CTC will there is scope.

Interview Preparation Tips

Topics to prepare for Newgen Software Technologies Software Engineer interview:
  • Core Java
  • SQL
  • SQL Indexes
  • SQL Joins
  • SDLC Life Cycle
Interview preparation tips for other job seekers - Please prepare your resume very well. Do not mention topics and technologies just to show as the interviewer will ask questions on topics/technologies mentioned in the resume only. Basic coding practice should be done i.e. you should be able to write basic code and compile it successfully. Basics of Java/OOPs will help a lot.

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

Maveric Systems Interview FAQs

How many rounds are there in Maveric Systems Associate Consultant interview?
Maveric Systems interview process usually has 3 rounds. The most common rounds in the Maveric Systems interview process are One-on-one Round, Technical and HR.
How to prepare for Maveric Systems Associate Consultant 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 Maveric Systems. The most common topics and skills that interviewers at Maveric Systems expect are Agile, Automation Testing, Civil Engineering, Conflict Resolution and Consulting.
What are the top questions asked in Maveric Systems Associate Consultant interview?

Some of the top questions asked at the Maveric Systems Associate Consultant interview -

  1. Sanction procedure, banking domain and many related to banking domain corporate...read more
  2. Simple about your thinking proced...read more
  3. Banking domain questi...read more

Tell us how to improve this page.

Maveric Systems Associate Consultant Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Microland Interview Questions
3.4
 • 129 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Sonata Software Interview Questions
3.4
 • 116 Interviews
View all
Maveric Systems Associate Consultant Salary
based on 84 salaries
₹6.5 L/yr - ₹16 L/yr
5% less than the average Associate Consultant Salary in India
View more details

Maveric Systems Associate Consultant Reviews and Ratings

based on 10 reviews

4.4/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

4.2

Salary

4.2

Job security

4.3

Company culture

3.7

Promotions

4.3

Work satisfaction

Explore 10 Reviews and Ratings
Senior Test Engineer
847 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Software Engineer
614 salaries
unlock blur

₹4.2 L/yr - ₹16.9 L/yr

Test Engineer
496 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Software Engineer
430 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Test Lead
285 salaries
unlock blur

₹5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Maveric Systems with

ITC Infotech

3.6
Compare

Test Yantra Software Solutions

3.2
Compare

Microland

3.4
Compare

3i Infotech

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