Upload Button Icon Add office photos

Filter interviews by

Emicon Advisory Services Interview Questions, Process, and Tips

Updated 27 Nov 2024

Top Emicon Advisory Services Interview Questions and Answers

View all 6 questions

Emicon Advisory Services Interview Experiences

Popular Designations

7 interviews found

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

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

Round 1 - Aptitude Test 

Logical, time, clock, speed

Round 2 - Coding Test 

Data structure, logics

Round 3 - HR 

(2 Questions)

  • Q1. Brief intro of yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. Internships projects

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Opps concepts friend function virtual function
  • Q2. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they belong to.

    • They are used to initialize the object's state.

    • Constructors can have parameters to set initial values for object properties.

    • Example: public class Car { public Car(String color) { this.color = color; } }

  • Answered by AI
  • Q3. What are friend function
  • Ans. 

    Friend functions are functions that are not members of a class but have access to the private and protected members of the class.

    • Friend functions are declared with the keyword 'friend' in the class definition.

    • They can access private and protected members of the class they are friends with.

    • Friend functions are not member functions of the class.

    • They are often used to allow external functions or classes to access private

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are OOPS pillars?
  • Ans. 

    OOPS pillars are the four main concepts of Object-Oriented Programming: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Animal class can be inherited by Dog class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in a class.

    • Abstract...

  • Answered by AI
  • Q2. Check if a number is prime or not
  • Ans. 

    A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • Check if the number is less than 2, if yes then it is not prime

    • Loop through numbers from 2 to square root of the number and check if the number is divisible by any of them

    • If the number is not divisible by any number in the loop, then it is prime

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Emicon Advisory Services interview questions for popular designations

 Software Developer

 (2)

 Associate Software Engineer

 (1)

 Data Analyst

 (1)

 Oracle Developer

 (1)

 Software Developer Intern

 (1)

 Software Developer Trainee

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Very harsh assignments

Round 2 - Technical 

(1 Question)

  • Q1. Sql queries dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good hiring process

Oracle Developer Interview Questions asked at other Companies

Q1. 1 Write a procedure using user defined exception 2 write a procedure to get error, if updating end of the month. Etc....
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What and why joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN re...

  • Answered by AI
  • Q2. What is ddl commands
  • Ans. 

    DDL commands are Data Definition Language commands used to define, modify, and delete database objects.

    • DDL stands for Data Definition Language

    • Common DDL commands include CREATE, ALTER, and DROP

    • Examples: CREATE TABLE, ALTER TABLE ADD COLUMN, DROP TABLE

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you think you are fit for this role
  • Ans. 

    I have a strong background in data analysis, with experience in various tools and techniques.

    • I have a degree in Statistics and have completed multiple data analysis projects during my studies.

    • I am proficient in using tools like Excel, SQL, and Python for data analysis.

    • I have experience in cleaning and analyzing large datasets to extract meaningful insights.

    • I have excellent problem-solving skills and attention to detail

  • Answered by AI
  • Q2. Are you ready to move
  • Ans. 

    Yes, I am ready to move for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals.

    • I have experience moving for previous job opportunities.

    • I am willing to consider different locations based on the job requirements.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

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

Interview Questionnaire 

1 Question

  • Q1. What project are you working
  • Ans. 

    I am currently working on a project to develop a mobile application for tracking personal fitness goals.

    • Developing a mobile application

    • Tracking personal fitness goals

    • Using technologies like React Native and Firebase

    • Implementing features such as goal setting, progress tracking, and reminders

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of CPP and MySQL and do one project

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal,logical thiniking questions

Round 2 - Coding Test 

Medium level questions like 2d array reverse , sort 2d array

Interview Preparation Tips

Interview preparation tips for other job seekers - concentrate on problem solving questions
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. -Testing concepts of automation Framework -Automation Questions (Waits ) -Java OOps concepts
  • Q2. Java -multi threading, java exeception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with everything
brush up your java skills and python skills
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 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 

Their are 30 questions which one has to done in 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Q1) About the project you have done
  • Q2. Q2) some technical questions related to core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well enough so that you are answerable to each question asked

Emicon Advisory Services Interview FAQs

How many rounds are there in Emicon Advisory Services interview?
Emicon Advisory Services interview process usually has 1-2 rounds. The most common rounds in the Emicon Advisory Services interview process are Technical, HR and Coding Test.
How to prepare for Emicon Advisory Services 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 Emicon Advisory Services. The most common topics and skills that interviewers at Emicon Advisory Services expect are Communication Skills, Javascript, PLSQL, Data migration and Employee Retention.
What are the top questions asked in Emicon Advisory Services interview?

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

  1. What and why joins in ...read more
  2. What are OOPS pilla...read more
  3. Check if a number is prime or ...read more

Tell us how to improve this page.

Emicon Advisory Services Interview Process

based on 6 interviews in last 1 year

Interview experience

3.2
  
Average
View more

People are getting interviews through

based on 5 Emicon Advisory Services interviews
Campus Placement
Job Portal
80%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k 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
 • 770 Interviews
BCG Interview Questions
3.8
 • 190 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Grant Thornton Interview Questions
3.7
 • 96 Interviews
BDO Interview Questions
3.3
 • 43 Interviews
View all

Emicon Advisory Services Reviews and Ratings

based on 12 reviews

2.9/5

Rating in categories

3.7

Skill development

2.5

Work-Life balance

2.4

Salary & Benefits

2.2

Job Security

3.1

Company culture

2.5

Promotions/Appraisal

2.7

Work Satisfaction

Explore 12 Reviews and Ratings
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