Upload Button Icon Add office photos
Engaged Employer

i

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

Excellis IT Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 24 Reviews

Filter interviews by

Excellis IT Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview 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 Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the concept of a session in PHP?
  • Ans. 

    A session in PHP is a way to store information (variables) to be used across multiple pages.

    • Sessions are used to store user data on the server for later use

    • Sessions are identified by a unique session ID, usually stored in a cookie

    • Session data is stored on the server side, making it more secure than using cookies alone

  • Answered by AI
  • Q2. What is the difference between variables and constants in PHP?
  • Ans. 

    Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.

    • Variables can be reassigned with new values, while constants cannot be changed once defined

    • Constants are defined using the define() function, while variables are assigned using the $ symbol

    • Constants are case-sensitive by default, while variables are case-insensitive

  • Answered by AI
  • Q3. What will be the output of the code below and why?
  • Ans. 

    The code will output 'Hello World!' because the variable $x is set to true.

    • The code will check if $x is true, which it is, so it will output 'Hello World!'

    • The if statement will only execute if the condition is true, in this case $x is true.

  • Answered by AI
Round 2 - Coding Test 

What are the differences between echo and print in PHP?

Interview Preparation Tips

Interview preparation tips for other job seekers - As mentioned, please prepare all questions and be ready for the live coding session.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions were based QMS & ISMS and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions to be solved online
  • Q2. Python theoritical questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Projects worked on my current organization
  • Ans. 

    Developed web applications for data visualization and analysis

    • Created interactive dashboards using Plotly and Dash

    • Implemented data processing pipelines with Pandas and NumPy

    • Utilized Flask for backend development

    • Collaborated with data scientists to integrate machine learning models

  • Answered by AI
  • Q2. Database and AWS infra

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a terrible experience with the hiring process at next year data centre and cloud technologies. After clearing an online technical technical interview and one-on-one technical interview. I was informed by the HR Deeksha Kamath that I was selected. She explicitly told me to resign from the current job and confirm my joining date with them before they would issue an offer letter.

Trusting their word, I resigned from my job which was immediately accepted by my current employer. However, when I tried to contact N data centre and cloud technologies HR team to confirm my joining date, I was met with complete silence despite repeated follow-ups and voice calls mails and even visiting their office. I was bluntly ignored even after following up with Deeksha. I didn't get any response from her.

This behaviour is not only unprofessional but also highly unethical. They misled me into resigning from my job without any intention of providing an offer letter leaving me in a difficult position. I strongly advise others to be extremely cautious when dealing with this company as they clearly have no regard for the time, effort and the carriers of the potential candidates.

This experience has been a massive red flag, and I would not recommend data centre and cloud centre to anyone looking for a trustworthy and ethical employer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It includes questions from aptitude as well as coding related questions, JAVA was the most common language in which majority of the coding questions were

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to the skills mentioned under Resume
  • Q2. One DSA question is must, like Pallyndrome
Round 3 - Technical 

(2 Questions)

  • Q1. Questions regarding your project
  • Q2. Questions regarding your internship experience and if any difficulties faced during internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident during the interview and prepare everything that you mentioned in your Resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy you will have enough time to solve the questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join our company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario of microservice saga pattern
  • Q2. Given an integer array segregate odd and even numbers without using another array
  • Ans. 

    Segregate odd and even numbers in an integer array without using another array

    • Iterate through the array and maintain two pointers, one for odd numbers and one for even numbers

    • Swap elements at the odd and even pointers until all odd numbers are on one side and even numbers on the other

    • Example: Input array [3, 6, 8, 5, 4], Output array [6, 8, 4, 5, 3]

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Reverse the string and find occurance of character in java
  • Ans. 

    To reverse a string and find the occurrence of a character in Java.

    • Use StringBuilder to reverse the string.

    • Use a loop to iterate through the string and count the occurrences of the character.

    • Use the charAt() method to access individual characters in the string.

  • Answered by AI
  • Q2. Write screenshot script in selenium
  • Ans. 

    To take a screenshot in Selenium, use the getScreenshotAs method

    • Create a WebDriver instance

    • Use the getScreenshotAs method to capture the screenshot

    • Save the screenshot to a file using File class

  • Answered by AI
  • Q3. Write getter an setter method
  • Ans. 

    Getter and setter methods are used to access and modify the values of private variables in a class.

    • Create a method with the prefix 'get' followed by the variable name to retrieve its value.

    • Create a method with the prefix 'set' followed by the variable name to set its value.

    • Ensure the getter method returns the value of the variable and the setter method updates the variable with the passed value.

  • Answered by AI
  • Q4. Opps concept and its pillar
  • Ans. 

    Object-oriented programming paradigm and its four pillars: Inheritance, Encapsulation, Abstraction, Polymorphism

    • Inheritance: Allows a class to inherit properties and behavior from another class

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

    • Polymorphism: Ability to present the same interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply with this company because they are doing time pass all complete all the coding challenges they rejected me

Skills evaluated in this interview

Senior ML Engineer Interview Questions & Answers

Hike user image Anonymous

posted on 6 Nov 2024

Interview experience
3
Average
Difficulty level
Hard
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 - Technical 

(2 Questions)

  • Q1. Explain the architecture of transformer models.
  • Q2. What's the role of attention in transformers? Additionally, which one of the two networks has a faster training process - RNNs or transformers?
Round 2 - Coding Test 

Duration was 1 hour. First asked verbal technical questions based on deep learning concepts, then asked me to code an easy leet code problem.

Round 3 - Case Study 

This round was with the hiring manager. It was mostly like a technical discussion, but he started by discussing the projects that I had worked on from my resume. Then it eventually turned into a system design type of a round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript ques like 3-4
Round 2 - Technical 

(1 Question)

  • Q1. LLD frontend on docs
Round 3 - Technical 

(1 Question)

  • Q1. Manager discussion
Round 4 - Technical 

(1 Question)

  • Q1. Frontend code quality
  • Ans. 

    Frontend code quality is crucial for performance, maintainability, and scalability of web applications.

    • Consistent coding style and conventions improve readability and maintainability.

    • Modular and reusable code components enhance scalability and reduce duplication.

    • Regular code reviews and testing ensure high quality and bug-free code.

    • Optimizing performance by minimizing file sizes, reducing HTTP requests, and using effic...

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Manager diccussion

Skills evaluated in this interview

Excellis IT Interview FAQs

How to prepare for Excellis IT 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 Excellis IT. The most common topics and skills that interviewers at Excellis IT expect are Communication Skills, PHP, Recruitment, Wordpress and Call Monitoring.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DotPe Interview Questions
3.3
 • 36 Interviews
View all

Excellis IT Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.5

Salary

2.9

Job security

3.1

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 24 Reviews and Ratings
Call Quality Analyst_Aussie Shift

Kolkata

1-5 Yrs

₹ 2.25-3.25 LPA

Explore more jobs
Web Consultant
7 salaries
unlock blur

₹1.4 L/yr - ₹2.5 L/yr

Graphic Designer
5 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

SEO Executive
5 salaries
unlock blur

₹1.9 L/yr - ₹2.5 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Data Scientist
4 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Excellis IT with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview