Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Mckinley Rice Full Stack Developer Interview Questions and Answers

Updated 5 Jul 2024

Mckinley Rice Full Stack Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Eq and iq test that contain you emotions management

Round 2 - Technical 

(2 Questions)

  • Q1. $lookup in mongodb
  • Ans. 

    The $lookup operator in MongoDB is used to perform a left outer join between two collections.

    • Used to combine data from two collections based on a common field

    • Requires a local field and a foreign field to match documents

    • Returns an array of documents that include matched data from both collections

  • Answered by AI
  • Q2. $graphlookup in mongo db
  • Ans. 

    The $graphlookup operator in MongoDB is used to perform recursive queries on graph-like data structures.

    • Used to perform recursive queries on graph-like data structures

    • Can be used to traverse relationships between documents in a collection

    • Helps in querying hierarchical data structures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple. Please be confident

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic structure of an HTML page
  • Ans. 

    Basic structure of an HTML page includes doctype declaration, html, head, and body tags.

    • DOCTYPE declaration specifies the HTML version

    • HTML tag wraps the entire content of the page

    • Head tag contains meta information, title, and links to external resources

    • Body tag contains the visible content of the page

  • Answered by AI
  • Q2. What is the difference between padding and margin?
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding is used to create space between an element's content and its border.

    • Margin is used to create space between an element's border and the adjacent elements.

    • Padding is affected by the background color of the element, while margin is not.

    • Padding can be set individually for each side of an element (top, right, bottom, left), while ma...

  • Answered by AI
  • Q3. What is Box Model?
  • Ans. 

    Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Box Model consists of content, padding, border, and margin.

    • Content is the actual content of the box.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border.

  • Answered by AI
  • Q4. What are different types of directives in Angular?
  • Ans. 

    Directives in Angular are markers on DOM elements that tell Angular to attach a specified behavior to that element.

    • There are three types of directives in Angular: Component, Structural, and Attribute.

    • Component directives are used to create reusable UI components.

    • Structural directives are used to change the structure of the DOM.

    • Attribute directives are used to change the appearance or behavior of an element.

    • Examples of ...

  • Answered by AI
  • Q5. Difference between JIT compiler and AOT?
  • Ans. 

    JIT compiles code at runtime while AOT compiles code before runtime.

    • JIT stands for Just-In-Time compilation and compiles code at runtime.

    • AOT stands for Ahead-Of-Time compilation and compiles code before runtime.

    • JIT is used in Java Virtual Machine (JVM) while AOT is used in languages like C and C++.

    • JIT can result in slower startup time but faster execution while AOT can result in faster startup time but slower execution...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer 80 % of the questions you are asked, you will be able to crack the interview

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

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

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 2 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 Resume tips
Round 2 - Coding Test 

Python coding test

Interview Preparation Tips

Topics to prepare for Deloitte Software Developer interview:
  • Python
Interview preparation tips for other job seekers - always practice coding
ex: python, java etc

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Which is the oldest programming language?
  • Ans. 

    Fortran is the oldest programming language.

    • Fortran was developed in the 1950s by IBM.

    • It stands for Formula Translation.

    • It was primarily used for scientific and engineering calculations.

    • Other old programming languages include COBOL and Lisp.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's fairly simple to get through. Just a good basic knowledge of IT is enough

Interview Questionnaire 

1 Question

  • Q1. Totally HR basic questions

Interview Preparation Tips

Round: Test
Experience: Quant LR verbal IQ
Duration: 1 hour

Round: HR Interview
Experience: Related to personal life and activities with achievements etc.

College Name: Tsec

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

Contribute & help others!
anonymous
You can choose to be anonymous

Mckinley Rice Interview FAQs

How many rounds are there in Mckinley Rice Full Stack Developer interview?
Mckinley Rice interview process usually has 2 rounds. The most common rounds in the Mckinley Rice interview process are Aptitude Test and Technical.
What are the top questions asked in Mckinley Rice Full Stack Developer interview?

Some of the top questions asked at the Mckinley Rice Full Stack Developer interview -

  1. $graphlookup in mongo...read more
  2. $lookup in mong...read more

Recently Viewed

INTERVIEWS

Khazana Jewellery

No Interviews

INTERVIEWS

KPMG India

No Interviews

LIST OF COMPANIES

Agastya Technology and Transmission

Overview

LIST OF COMPANIES

Korecent Solutions

Overview

INTERVIEWS

Cyber Toddler

No Interviews

INTERVIEWS

Kashtam Technologies

No Interviews

INTERVIEWS

Ninestars Information Technologies

No Interviews

INTERVIEWS

Rieco Industries

No Interviews

INTERVIEWS

Deloitte

No Interviews

INTERVIEWS

Stryker

No Interviews

Tell us how to improve this page.

Mckinley Rice Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Mckinley Rice Full Stack Developer Salary
based on 5 salaries
₹3.6 L/yr - ₹11 L/yr
28% less than the average Full Stack Developer Salary in India
View more details
Blockchain Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mckinley Rice with

BCG

3.7
Compare

Bain & Company

3.8
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent