I applied through college or university. I interviewed at Accenture (Bengaluru) in Dec 2024
Interview
The interview process consisted of multiple stages. It began with an initial screening to understand my background and interest in the role. This was followed by a technical round where my basic knowledge of relevant skills and problem-solving ability were assessed. Finally, there was an HR round focusing on communication skills, attitude, and cultural fit. Overall, the process was structured and focused on evaluating both technical and interpersonal skills.
Interview questions [1]
Question 1
First Question interviewer asked me was "Tell me about yourself.”
They asked medium level scenario based queries based on my 2 years of experience. They include topics as Autopilot ESSp, Windows Update, Bitlocker, Compliance Policy. More focused on troubleshooting rather then definitions, PS scripts and Graph api hands on general talk
Interview questions [1]
Question 1
How you can troubleshoot the issue regarding Bitlocker Encryption not working on Windows device applied via Intune Endpoint Security Policy.
3 interviews with manager and one Human resources.
then background check question.
#!/usr/bin/env python3 # Tells system to run script with Python3
# Import required Python libraries
import os # For file system checks and running shell commands
import sqlite3 # For database connection (SQLite example, replace if using Oracle/MySQL)
import smtplib # For sending emails
from email.mime.text import MIMEText # For formatting email body