Upload Button Icon Add office photos

Filter interviews by

Moonraft Innovation Labs Design Strategist Interview Questions and Answers

Updated 14 Jul 2024

Moonraft Innovation Labs Design Strategist Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the problem that you solved or wish to share with us?
  • Q2. What were the major insights that you have to share about your research?

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your portfolios like a pitch which is very crisp and clear and exhibits your clarity on the problem area. Start with the insights that helped you navigate form the problem area to the solution area and specifically share your experience around the problem area. Also exhibit your attitude towards ambiguity and uncertainty as a strategist is always surrounded by ambiguous problems which lacks clarity as your role is to guide the design and identify opportunity areas to overcome the challenges that are causing the problem.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Moonraft Innovation Labs?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. "Can you describe a complex system you have designed or worked on? what were the key architectural decisions you made?"
  • Q2. "How do you mentor junior developers and contribute to team growth?"
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

The first round was DSA round and they gave 2 DSA Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was based on oops concept Question with pen and paper.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was medium level aptitude . but still many of the students didn't qualify that.
qualify criteria was around 50% marks in aptitude test.
20 questions in 30 minutes

Round 3 - Coding Test 

2 coding questions of medium level from leetcode
1. inplace 90 degree matrix rotation
2. longest substring

it was on a paper , not an online mode

Round 4 - Group Discussion 

General gd round , mainly to check communication

Round 5 - Technical 

(1 Question)

  • Q1. Oops medium data structure sql questions
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 - One-on-one 

(2 Questions)

  • Q1. What is the difference between classes and struct
  • Q2. Dispatch Queue vs operations
  • Ans. 

    Dispatch Queue is a thread-safe way to execute tasks asynchronously, while Operations are a way to encapsulate tasks.

    • Dispatch Queue is a high-level API for managing concurrent operations.

    • Operations are objects that encapsulate a single task or multiple tasks.

    • Dispatch Queue is simpler to use and recommended for most use cases.

    • Operations provide more control over task dependencies and cancellation.

    • Both can be used togeth...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and problem-solving and is tested.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Realted to DSA, OOPS concept, DBMS
  • Q2. Coding questions from leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - keep yourself aware of DSA and basic DBMS concepts and also all the theoretical questions related to DSA, oops, DBMS

I applied via Approached by Company and was interviewed before Jun 2021. There were 3 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 - Technical 

(2 Questions)

  • Q1. Display inline block
  • Ans. 

    Inline-block is a CSS display property that allows elements to sit next to each other while maintaining block-level characteristics.

    • Elements with display: inline-block can have width and height set.

    • They respect vertical-align property, allowing alignment control.

    • Example: <div style='display: inline-block; width: 100px; height: 100px;'>Box 1</div>

    • Useful for creating horizontal navigation menus or galleries.

  • Answered by AI
  • Q2. Rem em used for, position,
  • Ans. 

    rem em is used for defining font size relative to the root element. It helps in creating responsive designs.

    • rem em is used to define font size relative to the root element

    • It helps in creating responsive designs as the font size adjusts according to the screen size

    • For example, if the root element font size is 16px, 1rem is equal to 16px

    • rem em is also used for defining position and spacing in CSS

  • Answered by AI
Round 3 - Assignment 

Home page design with responsive

Interview Preparation Tips

Topics to prepare for Contus UI Developer interview:
  • Selector
  • CSS3
  • Scss
  • HTML
  • W3C Standards
Interview preparation tips for other job seekers - Be bold to answer, animation effect
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Assignment 

Very simple questions from the javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - you can choose this company

Software Engineer Interview Questions & Answers

Contus user image MuRugenThiraN JayaM

posted on 29 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics questions , checking logical skills

Round 2 - Technical 

(1 Question)

  • Q1. Deep Java question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and company details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

Moonraft Innovation Labs Interview FAQs

How many rounds are there in Moonraft Innovation Labs Design Strategist interview?
Moonraft Innovation Labs interview process usually has 1 rounds. The most common rounds in the Moonraft Innovation Labs interview process are One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Zeus Learning Interview Questions
3.1
 • 36 Interviews
Appsierra Interview Questions
4.3
 • 32 Interviews
XenonStack Interview Questions
3.1
 • 29 Interviews
Moris Media Interview Questions
4.3
 • 26 Interviews
Contus Interview Questions
4.2
 • 25 Interviews
REI Systems Interview Questions
3.9
 • 25 Interviews
View all
Software Engineer
129 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Software Developer
31 salaries
unlock blur

₹5 L/yr - ₹12.4 L/yr

UX Designer
29 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹8 L/yr - ₹23.5 L/yr

Technical Lead
16 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Explore more salaries
Compare Moonraft Innovation Labs with

Northcorp Software

4.5
Compare

Apex CoVantage

3.0
Compare

Teleindia Networks

3.8
Compare

Avontix

3.8
Compare
write
Share an Interview