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

Filter interviews by

Clear (1)

eClerx Senior Analyst II Interview Questions and Answers

Updated 7 Jun 2024

eClerx Senior Analyst II Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find files accessed forast 365 days and delete it.
  • Ans. 

    Identify and delete files accessed in the last 365 days.

    • Use a command line tool like find to search for files accessed within the last 365 days.

    • Once identified, use the rm command to delete the files.

    • Be cautious when deleting files to avoid removing important data.

    • Consider creating a backup of the files before deletion.

  • Answered by AI
  • Q2. Grep 10 lines before and after the pattern match
  • Ans. 

    Using grep to extract 10 lines before and after a pattern match

    • Use the -B and -A flags with grep to specify the number of lines before and after the match

    • Example: grep -B 10 -A 10 'pattern' file.txt

    • This will display 10 lines before and after the lines containing 'pattern' in file.txt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total 3 rounds. First two are technical and last was HR round. Technical questions about SQL, UNIX shell scripting. They use jobtwine and hackerrank applications for interview.

Skills evaluated in this interview

HCLTech

There's no stopping you

We offer diverse programs to shape your career and future

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2021. There were 4 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 Resume tips
Round 2 - Aptitude Test 

It was a normal aptitude test with no negative marking.

Round 3 - Technical 

(1 Question)

  • Q1. Why are you looking for this job? (As I was a non-CS student, they didn't ask much technical questions.)
Round 4 - HR 

(1 Question)

  • Q1. Just few questions like am I available to work in rotational shift, as well as relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just answer the questions honestly. Don't take much stress.
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is BIOS and how it works?
  • Ans. 

    BIOS stands for Basic Input/Output System. It is a firmware that initializes hardware components during the boot process.

    • BIOS is a firmware embedded on a small chip on the motherboard of a computer.

    • It is responsible for initializing and testing hardware components like the CPU, memory, and storage devices during the boot process.

    • BIOS also provides a basic set of instructions for the operating system to interact with th...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is network?
  • Ans. 

    A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.

    • Networks can be classified based on their size (LAN, WAN, MAN)

    • They can be wired or wireless

    • Common network devices include routers, switches, and firewalls

    • Examples of networks include the internet, intranets, and extranets

  • Answered by AI
  • Q2. What is vpn and how to implement it?
  • Ans. 

    VPN stands for Virtual Private Network, a secure connection that allows users to access the internet privately and securely.

    • VPN creates a secure encrypted connection over a less secure network, such as the internet.

    • It masks your IP address and encrypts data to ensure privacy and security.

    • VPN can be implemented using VPN software or apps, configuring VPN settings on devices, or using VPN routers.

    • Examples of VPN services

  • Answered by AI
  • Q3. What is ipsec?and how to implement it?
  • Ans. 

    IPsec stands for Internet Protocol Security, a protocol suite used to secure Internet Protocol (IP) communications.

    • IPsec provides authentication, integrity, and confidentiality for data transmitted over a network.

    • It can be implemented through various protocols such as Authentication Header (AH) and Encapsulating Security Payload (ESP).

    • IPsec can be used to create Virtual Private Networks (VPNs) for secure communication ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Same question asked
  • Q2. Same question asked and how we can understand

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.How you identify rank for a serious of students,write a query
  • Ans. 

    Ranking students based on their performance using a query

    • Use the RANK() function in SQL to assign a rank to each student based on their performance

    • Order the students by their performance metric (e.g. grades) in descending order

    • Handle ties by using the DENSE_RANK() function instead of RANK()

    • Consider using the ROW_NUMBER() function if you want to assign unique ranks without handling ties

  • Answered by AI

Skills evaluated in this interview

Senior Analyst II Interview Questions & Answers

TCS user image Rahul Shankar Gupta

posted on 13 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Finance 

(1 Question)

  • Q1. What GAAP accounting standards
  • Ans. 

    GAAP accounting standards are a set of guidelines and rules used in the US to prepare and present financial statements.

    • GAAP stands for Generally Accepted Accounting Principles

    • GAAP ensures consistency and transparency in financial reporting

    • Examples of GAAP principles include revenue recognition, matching principle, and materiality

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Core Java questions with oops concepts covered

Round 2 - Technical 

(1 Question)

  • Q1. MCQ on all core Java questions and sql
Round 3 - HR 

(1 Question)

  • Q1. Package discussion based on experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well all the best
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your yourself
  • Q2. Tell me about your strength
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Data structure and linked list implementation and usage

Round 2 - HR 

(1 Question)

  • Q1. Pay discussion about current salary

Interview Preparation Tips

Topics to prepare for TCS Senior Analyst II interview:
  • Data Structures
  • Backend

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS
Contribute & help others!
anonymous
You can choose to be anonymous

eClerx Interview FAQs

How many rounds are there in eClerx Senior Analyst II interview?
eClerx interview process usually has 1 rounds. The most common rounds in the eClerx interview process are Technical.
What are the top questions asked in eClerx Senior Analyst II interview?

Some of the top questions asked at the eClerx Senior Analyst II interview -

  1. Find files accessed forast 365 days and delete ...read more
  2. grep 10 lines before and after the pattern ma...read more

Recently Viewed

JOBS

AU Small Finance Bank

No Jobs

SALARIES

TCS

INTERVIEWS

eClerx

No Interviews

SALARIES

Oracle

JOBS

VeeTechnologies

No Jobs

INTERVIEWS

eClerx

No Interviews

SALARIES

VeeTechnologies

REVIEWS

Oracle

No Reviews

JOBS

Muthoot Fincorp

No Jobs

LIST OF COMPANIES

NTT Data

Locations

Tell us how to improve this page.

eClerx Senior Analyst II Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Senior Analyst II Interview Questions from Similar Companies

View all
eClerx Senior Analyst II Salary
based on 11 salaries
₹3.3 L/yr - ₹5.2 L/yr
53% less than the average Senior Analyst II Salary in India
View more details

eClerx Senior Analyst II Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.8

Salary

3.7

Job security

2.6

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 6 Reviews and Ratings
Senior Analyst
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
4.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
4.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Process Manager
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Processing Manager
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare eClerx with

Genpact

3.8
Compare

WNS

3.4
Compare

TCS

3.7
Compare

Infosys

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