Upload Button Icon Add office photos
Engaged Employer

i

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

Ionaught Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ionaught Technologies Mern Full Stack Developer Interview Questions and Answers

Updated 28 May 2022

Ionaught Technologies Mern Full Stack Developer Interview Experiences

1 interview found

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 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - HR 

(1 Question)

  • Q1. Self Introduction Coding Knowledge Presentation skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself express yourself. You have to show every skill of yours to the recruiters.

Top trending discussions

View All
Interview Tips & Stories
1w
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 Ionaught Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is an constructor
  • Ans. 

    A constructor is a special method in a class that initializes objects when they are created.

    • Constructors have the same name as the class.

    • They do not have a return type, not even void.

    • Example: In Java, 'public ClassName() { }' is a constructor.

    • Constructors can be overloaded, allowing multiple ways to initialize an object.

    • Example: 'public ClassName(int value) { this.value = value; }' initializes with an integer.

  • Answered by AI
  • Q2. What is Object?
  • Ans. 

    An object is an instance of a class that encapsulates data and behavior in programming.

    • Objects are created from classes, which define their structure and behavior.

    • An object can have properties (attributes) and methods (functions).

    • Example: In JavaScript, 'let car = { make: 'Toyota', model: 'Corolla', drive: function() { console.log('Vroom!'); } }'.

    • Objects promote code reusability and modularity.

    • They can represent real-w...

  • Answered by AI

Mern Full Stack Developer Interview Questions Asked at Other Companies

asked in Bosch
Q1. What is the best way to save large files (e.g., photos) into a Mo ... read more
asked in Bosch
Q2. What are the request, response, and next parameters in an Express ... read more
asked in Bosch
Q3. Write a program to count the number of vowels in a string.
asked in Bosch
Q4. What is the difference between microservice and monolithic archit ... read more
asked in Devship
Q5. Have you worked on any file upload tasks previously? Explain the ... read more

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is php?,array,codeigniter framework,css,bootstrap etc..
  • Ans. 

    PHP is a server-side scripting language used for web development. It is widely used for creating dynamic web pages.

    • PHP is an acronym for Hypertext Preprocessor.

    • It is a popular scripting language for web development.

    • PHP can be embedded into HTML code.

    • It is used to perform various tasks on the server-side, such as processing form data, interacting with databases, and generating dynamic content.

    • Arrays in PHP are used to s...

  • Answered by AI
  • Q2. Array types
  • Q3. Index array,numeric array ,associative array

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly stress test.Interviewer was a very friendly person.
It latest for about 30 mins.Interviewer wanted to test my knowledge and communication skills.
most of the questions ask to my mca curriculam. and my project also.

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Q2. Talk about current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep fundamentals strong. Be confident and answer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Project Architecture
  • Q2. Questions on Kafka, AWS services used in the current project
  • Q3. Design Patterns
  • Q4. Coding question on collections
  • Q5. Multithreading - Executors and Completable future
  • Q6. Scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. How much time can you dedicate to our company?
  • Ans. 

    I can dedicate 20 hours a week to your company, balancing my studies and internship responsibilities effectively.

    • I am available for 4 hours each weekday after classes.

    • I can also commit to additional hours on weekends for projects or meetings.

    • I prioritize my tasks to ensure I meet deadlines and contribute effectively.

    • For example, I can adjust my schedule during exam weeks to maintain my commitment.

  • Answered by AI

I applied via Facebook and was interviewed before Mar 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Don't remember what it was. But these were generic get-to-know-you questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Bee attentive to detail, if you wish to apply and make sure you know what you're talking about.
Are these interview questions helpful?

I applied via Company Website and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About core java, advance java like, hashmap, collection, jdbc, getter setter, bean, parsers, SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core and advance java, spring boot, hibernate, mysql and good communication skills mandatory.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Are you aware of solidworks API ?
  • Ans. 

    Yes, I'm familiar with the SolidWorks API, which allows automation and customization of SolidWorks functionalities.

    • The SolidWorks API is based on COM (Component Object Model) technology.

    • It allows users to automate repetitive tasks, such as creating parts and assemblies programmatically.

    • For example, you can write a macro to generate a series of parts based on specific parameters.

    • The API supports multiple programming lan...

  • Answered by AI
  • Q2. What do you think when one says "design automation" ?
  • Ans. 

    Design automation involves creating systems that automate repetitive tasks, enhancing efficiency and accuracy in various processes.

    • Involves creating workflows that reduce manual intervention, e.g., automated testing frameworks.

    • Utilizes software tools to streamline processes, such as CI/CD pipelines in software development.

    • Can include hardware automation, like robotic arms in manufacturing for assembly tasks.

    • Focuses on ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you provide some information about yourself?
  • Ans. 

    I am a passionate Design Engineer with a strong background in mechanical design and a keen interest in innovative solutions.

    • Education: Bachelor's degree in Mechanical Engineering from XYZ University.

    • Experience: 3 years at ABC Corp, where I designed components for automotive applications.

    • Skills: Proficient in CAD software like SolidWorks and AutoCAD.

    • Projects: Led a team project to redesign a product, resulting in a 20% ...

  • Answered by AI
  • Q2. Can you describe the project you have worked on?

Ionaught Technologies Interview FAQs

How many rounds are there in Ionaught Technologies Mern Full Stack Developer interview?
Ionaught Technologies interview process usually has 4 rounds. The most common rounds in the Ionaught Technologies interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Ionaught Technologies Mern Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Ionaught Technologies with

Equator Property Managers

3.6
Compare

FliqaIndia©

4.5
Compare

Unboxfame India Private Limited

4.4
Compare

Design House India

4.0
Compare
write
Share an Interview