Upload Button Icon Add office photos

Filter interviews by

Extropy Advisors Accounts Receivable Interview Questions and Answers

Updated 28 Nov 2024

Extropy Advisors Accounts Receivable Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

30 mins assessment and topic was on accounts receivable and excel

Round 2 - HR 

(3 Questions)

  • Q1. Talk about yourself.
  • Q2. Accounts receivable questions.
  • Q3. MS Excel advance questions like VLOOKUP
Round 3 - HR 

(3 Questions)

  • Q1. Talk about Yourself.
  • Q2. Accounting Questions.
  • Q3. Ms EXCEL knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough about MS Excel, before going for interview and they might advertise that they need freshers but they are looking for experienced.
Further, they took 2 HR rounds apart from on call round and assessment test and asked almost same questions.
Honestly It was great until they are not responding back anymore, last heard 2 weeks ago, i'e', in the last HR round. They should be able to address whether am I selected or not, like any other companies.
So piece of advice, Don't wait for their respond and apply in other companies.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Budget relationship management co working Associate said?

Round 2 - Coding Test 

PKG operations with our Networking with company T&C.

Round 3 - Case Study 

OEM partner our Networking meeting currently E-commerce our company relationship networking all partner and Co Associate.

Round 4 - Technical 

(5 Questions)

  • Q1. Earthing problem with the RPRD 2016-2020 and Short Wise to same operations.
  • Ans. 

    The RPRD 2016-2020 has an earthing problem and is short wise to the same operations.

    • Check the earthing connections of the RPRD 2016-2020 to ensure they are properly grounded.

    • Investigate if there are any short circuits in the operations related to the RPRD 2016-2020.

    • Consult with a qualified electrician to address the earthing problem and shorts in the operations.

  • Answered by AI
  • Q2. I am Amazon.in logistics management sequrity through for per logistics at Amazon.
  • Q3. Sequrity natural hard working copy and paste new logistics Ageing.
  • Q4. Per day Reco physical count and scan time opened and closed and cash Reco Bank immediately per day.
  • Q5. Audit C returns and logistics S-6 logistics hub Inbound both logistics/C returns.

Interview Preparation Tips

Interview preparation tips for other job seekers - Training operations co working out nature festival eg HBD and function.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. If a server patched with new kernel update after reboot server came up with old kernel only. How will you troubleshoot it ?
  • Ans. 

    To troubleshoot a server that booted up with the old kernel after a new kernel update, check the bootloader configuration, verify the kernel installation, and review the update process.

    • Check the bootloader configuration to ensure it is pointing to the correct kernel version.

    • Verify the kernel installation to see if the new kernel was successfully installed.

    • Review the update process to identify any errors or issues that ...

  • Answered by AI
  • Q2. What are the various commands to check the CPU , Memory utilization in Linux server ?
  • Ans. 

    Various commands to check CPU and Memory utilization in Linux server.

    • To check CPU utilization: top, mpstat, sar

    • To check Memory utilization: free, vmstat, sar -r

  • Answered by AI
  • Q3. How will you create and add new disk to the system using LVM ? Write the commands of the process.
  • Ans. 

    To add a new disk to the system using LVM, you need to initialize the disk, create a physical volume, extend the volume group, and finally extend the logical volume.

    • Initialize the disk using fdisk or parted command

    • Create a physical volume using pvcreate command

    • Extend the volume group using vgextend command

    • Extend the logical volume using lvextend command

    • Resize the filesystem using resize2fs or xfs_growfs command

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Linux Administrator with a passion for troubleshooting and optimizing systems.

    • Over 5 years of experience managing Linux servers in a corporate environment

    • Skilled in shell scripting, server configuration, and system monitoring tools like Nagios

    • Strong problem-solving skills and ability to work well under pressure

    • Certified in Red Hat Enterprise Linux (RHCE)

    • Passionate about staying up-to-date with the latest te

  • Answered by AI
  • Q2. Can you let us know the skills other than mentioned skills in resume?
  • Ans. 

    Some additional skills I possess include scripting languages, troubleshooting abilities, and strong communication skills.

    • Proficiency in scripting languages such as Python, Bash, or Perl can be beneficial for automating tasks and improving efficiency.

    • Strong troubleshooting abilities are essential for quickly identifying and resolving issues that may arise in a Linux environment.

    • Effective communication skills are importa...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Self introduction
  • Q2. What are your current roles and responsibilities?
Round 2 - Technical 

(2 Questions)

  • Q1. What is property and casualty insurance?
  • Ans. 

    Property and casualty insurance provides coverage for property damage and liability risks.

    • Property insurance covers damage to physical property such as homes, buildings, and personal belongings.

    • Casualty insurance covers liability risks such as bodily injury or property damage caused to others.

    • Examples include homeowners insurance, auto insurance, and commercial property insurance.

  • Answered by AI
  • Q2. What is the endorsement and policy lifecycle in insurance?
  • Ans. 

    Endorsement and policy lifecycle in insurance involves making changes to an existing policy and managing it throughout its duration.

    • Endorsements are changes made to an existing insurance policy, such as adding or removing coverage, changing policy limits, or updating personal information.

    • The policy lifecycle includes the issuance of the policy, endorsements, renewals, and eventual cancellation or expiration.

    • Insurance c...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is lvm how it is work?
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used to manage disk storage in Linux systems.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It consists of physical volumes, volume groups, and logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create and manage LVM.

    • LVM provides flexibility in managing storage space by allowing logical volumes to span multiple physical disks.

  • Answered by AI
  • Q2. How to mount nfs?
  • Ans. 

    To mount NFS, use the 'mount' command with the NFS server IP address and the mount point on the local machine.

    • Use the 'mount' command followed by the NFS server IP address and the mount point on the local machine

    • For example: sudo mount 192.168.1.100:/shared_folder /mnt/nfs_share

    • Ensure that the NFS server is properly configured and accessible from the local machine

  • Answered by AI
  • Q3. How to do patching.
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the appropriate patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule downtime for applying patches to minimize disruption

    • Document the patching process for future reference

  • Answered by AI
  • Q4. How to rollback package
  • Ans. 

    To rollback a package, use package manager to uninstall current version and install previous version.

    • Use package manager to uninstall current version of the package

    • Install the previous version of the package using package manager

    • Check for any dependencies that may need to be rolled back as well

  • Answered by AI
  • Q5. How to remove older kernel
  • Ans. 

    To remove older kernels in Linux, use package management tools like apt or yum.

    • Use 'apt autoremove' command in Debian-based systems to remove old kernels

    • Use 'yum remove ' command in Red Hat-based systems to remove old kernels

    • Check available kernels with 'uname -r' command before removing

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can I grant SFTP access exclusively to the user David?
  • Ans. 

    Grant SFTP access exclusively to user David

    • Create a new group specifically for David, e.g. 'davidgroup'

    • Set the ChrootDirectory in the SSH configuration file to restrict David's access to a specific directory

    • Add David to the 'davidgroup' and configure the necessary permissions for SFTP access

  • Answered by AI
  • Q2. How can a user be locked out after 6 unsuccessful password attempts for a duration of 30 minutes?
  • Ans. 

    To lock a user out after 6 unsuccessful password attempts for 30 minutes, modify the PAM configuration file.

    • Edit the PAM configuration file (/etc/pam.d/common-auth) to include the 'pam_tally2' module.

    • Set the 'deny' option in the 'pam_tally2' module to lock the user out after 6 failed attempts.

    • Specify the 'unlock_time' option in the 'pam_tally2' module to set the duration of the lockout period to 30 minutes.

    • Example: aut

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Java, java Stream, spring boot, hibernate, JVM, JRE,string function annotations

Round 2 - Technical 

(3 Questions)

  • Q1. What is JRE & JDK?
  • Ans. 

    JRE stands for Java Runtime Environment, which is used to run Java applications. JDK stands for Java Development Kit, which is used to develop Java applications.

    • JRE is necessary to run Java applications on a computer

    • JDK is necessary to develop Java applications, as it includes tools like compiler and debugger

    • JDK includes JRE, so if you have JDK installed, you also have JRE

  • Answered by AI
  • Q2. Nothing
  • Q3. Nothinh
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Tell me something about yourself
  • Q2. Mock call opening pitch
  • Q3. What if you get angry customer explain how will you handle the call
  • Q4. Tell me something about the area you reside in, how you spend your weekends
  • Ans. 

    I reside in a vibrant urban neighborhood with plenty of cafes, parks, and cultural events. On weekends, I enjoy exploring new restaurants, attending art exhibits, and taking long walks in the park.

    • My neighborhood is known for its diverse culinary scene, with a mix of trendy cafes and traditional eateries

    • There are several parks nearby where I like to relax and read a book or have a picnic

    • I often attend art exhibits and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first impression decides everything, just learn to be confident in any situation and that's it. Your tone should always be confident. And besides prepared study and do your research.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure NFS
  • Ans. 

    NFS can be configured by setting up the NFS server, exporting directories, and configuring client access.

    • Install NFS server package on the server

    • Edit /etc/exports file to specify directories to be shared

    • Restart NFS service to apply changes

    • Configure client access by mounting NFS shares on client machines

  • Answered by AI
  • Q2. How to perform patching
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the necessary patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule a maintenance window to apply the patches

    • Apply the patches using tools like yum, apt-get, or Windows Update

    • Verify that the pat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Privious knowledge
  • Q2. Tell me about your work experience in which command
  • Ans. 

    I have over 5 years of experience in sales and have consistently exceeded targets through effective communication and relationship building.

    • Managed a portfolio of key accounts, increasing revenue by 20% year over year

    • Developed and implemented successful sales strategies to penetrate new markets

    • Led a team of sales representatives to achieve monthly targets

    • Utilized CRM software to track customer interactions and identify...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't force the freshers

Extropy Advisors Interview FAQs

How many rounds are there in Extropy Advisors Accounts Receivable interview?
Extropy Advisors interview process usually has 3 rounds. The most common rounds in the Extropy Advisors interview process are HR and Aptitude Test.
What are the top questions asked in Extropy Advisors Accounts Receivable interview?

Some of the top questions asked at the Extropy Advisors Accounts Receivable interview -

  1. MS Excel advance questions like VLOO...read more
  2. Accounts receivable questio...read more
  3. Accounting Questio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Finance Manager
5 salaries
unlock blur

₹9.9 L/yr - ₹26.9 L/yr

Executive Accountant
3 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Accounts Payable Executive
3 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Extropy Advisors with

KPMG India

3.5
Compare

PwC

3.4
Compare

Deloitte

3.8
Compare

Ernst & Young

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