Upload Button Icon Add office photos

Filter interviews by

Emicon Advisory Services Software Developer Trainee Interview Questions and Answers

Updated 15 Oct 2024

Emicon Advisory Services Software Developer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Seth Jai Prakash Mukund Lal Institute of Engineering and Technology, Yamunanagar and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About coding oops
  • Q2. Binary search,array

Interview Preparation Tips

Topics to prepare for Emicon Advisory Services Software Developer Trainee interview:
  • Opps
  • Java
  • Javascript
Interview preparation tips for other job seekers - Prepare Basic que

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. What is the difference between== and === in javascript?
  • Ans. 

    In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.

    • == checks for equality after type coercion, while === checks for equality without type coercion

    • === is more strict and recommended for use to avoid unexpected behavior

    • Example: 1 == '1' will return true, but 1 === '1' will return false

  • Answered by AI
  • Q2. == refers to only value comparison and === refers to both data type and value comparison
  • Ans. 

    True. == compares only values, while === compares both values and data types.

    • == is used for value comparison, while === is used for both value and data type comparison

    • Example: 5 == '5' will return true, but 5 === '5' will return false

    • Example: 5 === 5 will return true, as both value and data type are the same

  • Answered by AI
Round 2 - Coding Test 

5 technical questions were asked out of which 3 tests are to be cleared

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is NVM?
  • Ans. 

    NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.

    • NVM allows developers to easily switch between different versions of Node.js for different projects.

    • It helps in avoiding conflicts between different projects that require different versions of Node.js.

    • NVM is commonly used in development environments where different projects have different Node.js version requirem

  • Answered by AI
  • Q2. Node version Manager where we can handle higher node js version in a lower node js version
  • Ans. 

    Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.

    • NVM allows you to easily switch between different Node.js versions on your machine.

    • It helps in handling higher Node.js versions in a lower Node.js version environment.

    • You can install, uninstall, and switch between Node.js versions using NVM.

    • Example: 'nvm install 12.18.3' to install a specific Node.js version.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. So you have prior experience with Javascript ?
  • Ans. 

    Yes, I have prior experience with Javascript.

    • I have worked on various projects using Javascript.

    • I am familiar with popular Javascript libraries and frameworks like React and Node.js.

    • I have experience in writing clean and efficient Javascript code.

    • I have used Javascript for both front-end and back-end development.

  • Answered by AI
Round 2 - Coding Test 

In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.

Round 3 - One-on-one 

(1 Question)

  • Q1. The HR discusses salary and commutation and other things

Interview Preparation Tips

Interview preparation tips for other job seekers - You can simply memorize the answers and clear the tests.

Note: after joining, you will still have to give (and clear) 2-3 tests every week before you are confirmed. If you fail to clear, you will be fired immediately.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Javascript and MERN Stack questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Basic, Asked About Project
  • Q2. Write a code to call an api and display the data.
  • Ans. 

    Code to call an API and display data

    • Use a library like Axios or Fetch to make the API call

    • Parse the response data and display it on the frontend

    • Handle any errors that may occur during the API call

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Not asked any thing other than introduction, the interview is of only 10 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - They do not give proper reason to reject.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

C, C++, Java, Object-Oriented Programming (OOP), and aptitude questions.(online)

Round 2 - Coding Test 

Two coding questions involve strings and arrays, specifically the buy and sell stock problem, followed by a focus on binary, and then another string-related question.

Round 3 - HR 

(5 Questions)

  • Q1. All the questions are came from resume and mysql , sql , nosql ,habit , java basics, projects, html tags , project flow chart. , what is spring orm etc 45 minutes one on one round
  • Q2. Difference between mysql and nosql and sql
  • Ans. 

    MySQL is a relational database management system, NoSQL is a non-relational database management system, and SQL is a query language used to interact with databases.

    • MySQL is a traditional relational database that uses structured query language (SQL) for querying and managing data.

    • NoSQL databases are non-relational and can handle unstructured data. They are more flexible and scalable than MySQL.

    • SQL is a language used to ...

  • Answered by AI
  • Q3. What is the uses of this project
  • Ans. 

    This project is used for managing and tracking software development tasks and projects.

    • Helps in organizing tasks and deadlines

    • Allows team collaboration and communication

    • Tracks progress and milestones

    • Generates reports for project analysis

  • Answered by AI
  • Q4. Write 10 html tag
  • Ans. 

    List of 10 HTML tags commonly used in web development

    • <html>

    • <head>

    • <title>

    • <body>

    • <div>

    • <p>

    • <a>

    • <img>

    • <ul>

    • <li>

  • Answered by AI
  • Q5. Why you use microservices
  • Ans. 

    Microservices offer scalability, flexibility, and easier maintenance in software development.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for faster innovation and adaptation to changing requirements.

    • Easier maintenance: With smaller, more focused...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic String and Array related questions.

Round 2 - Assignment 

A project will be assigned, a basic CRUD operation.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Which will you prefer MySQL or Mongo for your database and why?
  • Ans. 

    I would prefer MySQL for structured data and complex queries, while MongoDB for unstructured data and scalability.

    • MySQL is better for structured data and complex queries

    • MongoDB is better for unstructured data and scalability

    • MySQL supports ACID transactions, while MongoDB is eventually consistent

    • MySQL is widely used in traditional relational databases, while MongoDB is popular for NoSQL databases

  • Answered by AI
  • Q2. What is Virtual Dom and explain?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the virtual DOM, a diffing algorithm is used to identify the minimal changes needed to update the actual DOM.

    • This approach reduces the number of updates needed and improve

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2023. 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. Java Questions Basically
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 Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 5 coding questions in which you have to score minimum 3 to qualify for the next rounds.

Round 2 - Assignment 

An assignment was give which we have to complete it with in 7 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About project tech stacks.
  • Q2. Php, laravel, MySQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Laravel Middleware?
  • Ans. 

    Laravel Middleware is a filter that is executed before or after an HTTP request enters the application.

    • Middleware can modify the request before it reaches the route handler.

    • It can also modify the response before it is sent back to the client.

    • Middleware can be used for authentication, logging, CORS, etc.

    • Example: 'auth' middleware in Laravel checks if the user is authenticated before allowing access to a route.

  • Answered by AI
  • Q2. What is Laravel Sanctum?
  • Ans. 

    Laravel Sanctum is a lightweight package for API authentication using tokens in Laravel applications.

    • Provides a simple API token authentication system for SPAs and mobile apps

    • Uses API tokens to authenticate users without the need for passwords

    • Supports token abilities for fine-grained access control

    • Easy to integrate and use in Laravel applications

  • Answered by AI

Skills evaluated in this interview

Emicon Advisory Services Interview FAQs

How many rounds are there in Emicon Advisory Services Software Developer Trainee interview?
Emicon Advisory Services interview process usually has 1 rounds. The most common rounds in the Emicon Advisory Services interview process are HR.
What are the top questions asked in Emicon Advisory Services Software Developer Trainee interview?

Some of the top questions asked at the Emicon Advisory Services Software Developer Trainee interview -

  1. Binary search,ar...read more
  2. About coding o...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Emicon Advisory Services interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.3k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 776 Interviews
BCG Interview Questions
3.8
 • 192 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Grant Thornton Interview Questions
3.7
 • 97 Interviews
View all
Software Engineer
22 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Associate Consultant
6 salaries
unlock blur

₹4.4 L/yr - ₹7 L/yr

Software Developer
4 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Technical Consultant
4 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Oracle SCM Functional Consultant
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Emicon Advisory Services with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview