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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
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 Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)
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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

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)

Jobs at Emicon Advisory Services

View all

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 Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

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 Aptitude 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 8 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 797 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
View all

Emicon Advisory Services Reviews and Ratings

based on 15 reviews

2.6/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

2.1

Salary

2.0

Job security

2.7

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 15 Reviews and Ratings
ORACLE ERP CLOUD CONSULTANT

Mohali

1-3 Yrs

Not Disclosed

ORACLE FUSION CONSULTANT

Mohali

1-3 Yrs

Not Disclosed

ORACLE EBS CONSULTANT

Mohali

1-3 Yrs

Not Disclosed

Explore more jobs
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 Technical Consultant
4 salaries
unlock blur

₹4 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.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview