Upload Button Icon Add office photos
Engaged Employer

i

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

eClerx Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 4.7k Reviews

Filter interviews by

eClerx IT Analyst Interview Questions and Answers

Updated 16 Nov 2019

eClerx IT Analyst Interview Experiences

1 interview found

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2019

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to Wsus patch management
  • Q2. Related to os problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Mention only your strong points in your resume

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Many types of logical questions

Round 2 - Group Discussion 

Currently trending to the social media

Interview Preparation Tips

Interview preparation tips for other job seekers - Must learning to they programming language

IT Analyst Interview Questions & Answers

DXC Technology user image Satheesh Elangovan

posted on 2 May 2023

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

I applied via Job Fair and was interviewed in Apr 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 

(2 Questions)

  • Q1. What is basis ? Work process ?
  • Ans. 

    Basis is the technical foundation of SAP systems. Work process is a unit of work that executes in the SAP system.

    • Basis is responsible for the installation, configuration, and maintenance of SAP systems.

    • Work process is a unit of work that executes in the SAP system and is responsible for processing user requests.

    • There are different types of work processes such as dialog, background, spool, and update processes.

    • Dialog wo...

  • Answered by AI
  • Q2. What is basis ? Work process kernel
  • Ans. 

    Basis is the technical foundation of SAP systems. Work process kernel is the core component of SAP Basis.

    • Basis is responsible for the technical infrastructure of SAP systems.

    • It includes components like database management, system monitoring, and user administration.

    • Work process kernel is the core component of Basis that manages the work processes of SAP applications.

    • It ensures that the work processes are distributed ev...

  • Answered by AI
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 

Simple aptitude questions based on competitive exam. Difficulty was medium.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure about your communication skills. Do prepare with your resume.
What you have done in your college what you have mentation in your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jeppiaar Engineering College, Chennai and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was conducted by AMCAT third party company. More of logical reasoning questions were asked during the round 1 aptitude. Very less coding part.

Round 2 - Group Discussion 

Based on the number of Candidates they will conduct GD. Max 10 in a group and they used to give very random topics on tech, industry etc...

Round 3 - Technical 

(1 Question)

  • Q1. More puzzles and they will check your problem solving skills. Also some behavioral questions will be asked and more number of questions will come from your resume and the projects you have done.

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They just asked about SCCM and Intune
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenging part of your previous project
  • Q2. How to handle Scope creep
  • Ans. 

    Scope creep can be handled by clearly defining project scope, setting boundaries, regularly communicating with stakeholders, and managing changes effectively.

    • Clearly define project scope at the beginning

    • Set boundaries and communicate them to stakeholders

    • Regularly communicate with stakeholders to manage expectations

    • Implement a change control process to evaluate and approve changes

    • Prioritize requirements and focus on del

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself, explain your project journey, how many projects you have led what was your previous experience what is scrum how do you identify requirements gathering what is sprint
  • Ans. 

    I am an experienced business analyst with a track record of leading successful projects using Scrum methodology.

    • I have led 10+ projects in my career, ranging from small-scale to enterprise-level

    • My previous experience includes working as a business analyst for a Fortune 500 company

    • Scrum is an agile framework used for project management and product development

    • I identify requirements gathering by conducting stakeholder in...

  • Answered by AI
  • Q2. All scrum question
  • Q3. Client profile awareness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Write a code to create dataframe in adb using struct type
  • Ans. 

    Creating a dataframe in adb using struct type

    • Use the 'CREATE TABLE' statement to define the schema of the dataframe

    • Define the struct type using 'STRUCT' keyword

    • Insert data into the dataframe using 'INSERT INTO' statement

  • Answered by AI
  • Q2. Write a code to find max salary department wise and second highest salary department wise
  • Ans. 

    Code to find max and second highest salary department wise

    • Iterate through the list of employees and store max and second highest salary for each department

    • Use a hashmap to store department wise salaries

    • Sort the salaries in descending order to find max and second highest

  • Answered by AI
  • Q3. How do you call a variable from one note book to another note book in adb
  • Ans. 

    You can call a variable from one notebook to another in adb by using the %run magic command.

    • Use the %run magic command followed by the path to the notebook containing the variable you want to access.

    • Make sure the notebook containing the variable is in the same directory or provide the full path.

    • Once you run the %run command, the variables from the other notebook will be available in the current notebook.

  • Answered by AI
  • Q4. How do you do incremental load in adf
  • Ans. 

    Incremental load in ADF is achieved by using watermark columns to track the last loaded data and only loading new or updated records.

    • Use watermark columns to track the last loaded data

    • Compare the watermark column value with the source data to identify new or updated records

    • Use a filter condition in the source query to only select records with a timestamp greater than the watermark value

    • Update the watermark column value

  • Answered by AI
  • Q5. What's your project and what does you do in it
Round 2 - Behavioral 

(3 Questions)

  • Q1. Tell me about your self without going much into technical details of project
  • Q2. What is the reason for job change
  • Q3. How fast can you join

Interview Preparation Tips

Topics to prepare for Hexaware Technologies System Analyst interview:
  • Azure data factory
  • SQL Azure
  • Azure data bricks
Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics on hardware and software and Sql and excel
  • Q2. Basic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience

eClerx Interview FAQs

What are the top questions asked in eClerx IT Analyst interview?

Some of the top questions asked at the eClerx IT Analyst interview -

  1. Related to Wsus patch managem...read more
  2. Related to os probl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 eClerx interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

IT Analyst Interview Questions from Similar Companies

TCS IT Analyst Interview Questions
3.7
 • 325 Interviews
IBM IT Analyst Interview Questions
4.1
 • 2 Interviews
View all
eClerx IT Analyst Salary
based on 7 salaries
₹2.5 L/yr - ₹4 L/yr
68% less than the average IT Analyst Salary in India
View more details

eClerx IT Analyst Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

5.0

Skill development

2.9

Work-Life balance

2.9

Salary & Benefits

2.9

Job Security

2.9

Company culture

2.8

Promotions/Appraisal

2.8

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
5.4k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Financial Analyst
4.1k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Analyst
4k salaries
unlock blur

₹1 L/yr - ₹7.5 L/yr

Associate Process Manager
2.6k salaries
unlock blur

₹3.8 L/yr - ₹13 L/yr

Processing Manager
1.7k salaries
unlock blur

₹6 L/yr - ₹19.8 L/yr

Explore more salaries
Compare eClerx with

Genpact

3.9
Compare

WNS

3.4
Compare

TCS

3.7
Compare

Infosys

3.7
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