Upload Button Icon Add office photos

Filter interviews by

Accenture SQL Interview Questions and Answers

Updated 24 Aug 2023

Accenture SQL Interview Experiences

1 interview found

SQL Interview Questions & Answers

user image Madhumitha

posted on 24 Aug 2023

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

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(2 Questions)

  • Q1. Technical and HR
  • Q2. Sql questions for freshers

Interview Preparation Tips

Interview preparation tips for other job seekers - Tq

Interview questions from similar companies

SQL Interview Questions & Answers

Infosys user image Thought Spark

posted on 17 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. What is database?
  • Ans. 

    A database is a structured collection of data that is organized and managed to provide efficient retrieval and storage.

    • A database is a software system used to store, manage, and retrieve data.

    • It consists of tables, which are organized into rows and columns.

    • Data in a database is stored in a structured format, allowing for efficient querying and manipulation.

    • Examples of databases include MySQL, Oracle, and SQL Server.

  • Answered by AI
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
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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the skills that you have?
  • Q2. Why do you want to join wipro?
Round 2 - Aptitude Test 

Pearson test where our verbal skills are tested

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was by far the easiest but you need to have patience to make it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why want to work in Tech m
  • Q2. Why want to work in Tech M

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech Mahindra never focus in Noida, Gurgaon, they give priority to Pune, Mumbai.
They hired employees for Noida office and send them to other location also do not give relocation if person change his/her location. Gratuity bonus , they give only 20,000 per employees after depending 5 years in name of bonus
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. About your self
  • Q2. Family background
  • Q3. About product specialist
  • Q4. Why are you joining our company

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Discribe boot process
  • Q2. User management
Round 2 - Technical 

(2 Questions)

  • Q1. Describe about acl
  • Ans. 

    ACL stands for Access Control List, a set of permissions attached to an object that specifies which users or system processes are granted access to that object.

    • ACLs are used to control access to files, directories, and other resources on a system.

    • They define who can read, write, or execute a file or directory.

    • ACLs can be set on a per-user or per-group basis, allowing for more granular control over access permissions.

    • Ex...

  • Answered by AI
  • Q2. Discribe about lvm
  • Ans. 

    LVM (Logical Volume Manager) is a tool used in Linux to manage storage by creating logical volumes from physical volumes.

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

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • Physical volumes are divided into extents, which can be allocated to logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create physic...

  • Answered by AI

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture SQL interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Resume Shortlist and Technical.
What are the top questions asked in Accenture SQL interview?

Some of the top questions asked at the Accenture SQL interview -

  1. Sql questions for fresh...read more
  2. Technical and...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k 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
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
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Accenture SQL Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.2 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
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