Upload Button Icon Add office photos

Filter interviews by

Barclays Executive Assistant Interview Questions and Answers

Updated 4 May 2024

Barclays Executive Assistant Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How will you handle if your teammates have an argument

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is my job roll
  • Q2. And my salary
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Working Experience
  • Q2. Knowledge for financial services
Round 2 - One-on-one 

(2 Questions)

  • Q1. Working Experience
  • Q2. How Handel customer & staff
  • Ans. 

    Handle customers and staff with empathy, communication, and problem-solving skills.

    • Listen actively to customers and staff to understand their needs and concerns.

    • Communicate clearly and effectively to address any issues or questions.

    • Provide support and guidance to both customers and staff in a professional and respectful manner.

    • Resolve conflicts or challenges calmly and efficiently to maintain a positive work environmen...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Concepts of class, polymorphism, what are decorators, concepts of inheritance.
  • Q2. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used in machine learning to improve the performance of models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent mode...

  • Answered by AI
  • Q3. Python coding question to find the employee with second largest income
  • Ans. 

    Python code to find the employee with second largest income in a list of employees

    • Sort the list of employees by income in descending order

    • Return the employee at index 1 in the sorted list

  • Answered by AI
  • Q4. Detect the unique characters in the substring and their length
  • Ans. 

    The candidate needs to identify unique characters in a given substring and calculate their length.

    • Iterate through the substring and store each character in a set to keep track of unique characters

    • Calculate the length of the set to determine the number of unique characters

    • Return the set of unique characters and their length as an array of strings

  • Answered by AI
  • Q5. Concepts of mutable and immutable in python.
  • Ans. 

    In Python, mutable objects can be changed after creation, while immutable objects cannot be changed.

    • Mutable objects: lists, dictionaries, sets

    • Immutable objects: strings, tuples, numbers

    • Example: x = [1, 2, 3] (mutable), y = 'hello' (immutable)

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous work experience
  • Q2. About bank knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying you will get what u capable with it
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Salary discuss with hr
  • Q2. I m 3 years experience employee
  • Q3. Which profile will you get?
  • Q4. Which branch in jaipur
  • Q5. Salary package 4.5 lakh

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity comunication skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a docker file and explain each instructions?
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Use the FROM instruction to specify the base image

    • Use the RUN instruction to execute commands in the container

    • Use the COPY instruction to copy files from the host to the container

    • Use the CMD instruction to specify the command to run when the container starts

  • Answered by AI
  • Q2. Write yaml file for deployment kind
  • Ans. 

    Write a yaml file for deployment kind

    • Use 'kind: Deployment' to specify the type of deployment

    • Include metadata like name and labels

    • Define spec with containers, image, ports, etc.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Shell script to extract alphabet from alphanumeric word
  • Ans. 

    Use a shell script to extract alphabets from an alphanumeric word.

    • Use the tr command to delete all non-alphabetic characters from the word.

    • Store the result in an array of strings for multiple words.

    • Example: word='abc123'; result=$(echo $word | tr -d '0-9'); echo $result

  • Answered by AI
  • Q2. Networking in Kubernetes cluster
  • Ans. 

    Networking in Kubernetes cluster involves communication between pods and services.

    • Kubernetes uses a flat networking model where each pod gets its own IP address.

    • Pods can communicate with each other using their IP addresses.

    • Services act as a stable endpoint for pods, allowing them to communicate with each other.

    • Kubernetes networking plugins like Calico, Flannel, and Cilium help manage networking within the cluster.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Entire cicd process... Terraform modules... monitoring tools setup..
  • Q2. Security in Kubernetes cluster
  • Ans. 

    Security in Kubernetes cluster involves implementing RBAC, network policies, pod security policies, and regular security audits.

    • Implement Role-Based Access Control (RBAC) to control access to resources within the cluster

    • Use network policies to restrict traffic between pods and namespaces

    • Enforce Pod Security Policies to define security settings for pods

    • Regularly conduct security audits and vulnerability assessments to i

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Fitment round.. technical managerial round...blue green deployment use case?
  • Q2. Why u changed jobs at each organisation
Round 5 - HR 

(2 Questions)

  • Q1. Salary negotiation..
  • Q2. Why DB over other offers
  • Ans. 

    DB offers a challenging work environment, opportunities for growth, and a strong reputation in the industry.

    • DB offers a challenging work environment that will allow me to further develop my skills and knowledge.

    • DB provides opportunities for growth and advancement within the company, which is important for my career development.

    • DB has a strong reputation in the industry for its innovative solutions and commitment to exc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Need to clear assessment of where there have written mcq question

Round 2 - HR 

(1 Question)

  • Q1. Basic details and why wants to join DCB
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as HR and also the depth knowlege in oarticular field
Round 4 - Behavioral 

(1 Question)

  • Q1. Same as HR but checking the confidence

Interview Preparation Tips

Interview preparation tips for other job seekers - DCB is best place for work and learn a new things . A well adhere with HR policies and employee benefits.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 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 

(7 Questions)

  • Q1. About something
  • Q2. Self introduction
  • Q3. What you well do our bank
  • Q4. What is related about bank
  • Ans. 

    Banks are financial institutions that provide various services such as deposits, loans, and investments.

    • Banks offer services like savings accounts, checking accounts, and loans to individuals and businesses.

    • They play a crucial role in the economy by facilitating financial transactions and providing capital for investments.

    • Banks are regulated by government authorities to ensure stability and protect customers' funds.

    • The...

  • Answered by AI
  • Q5. How much experience
  • Q6. How can i handled
  • Q7. That's all thanks.

Interview Preparation Tips

Interview preparation tips for other job seekers - I want a government services
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me all your day
  • Q2. Tell me about the process you do

Barclays Interview FAQs

How many rounds are there in Barclays Executive Assistant interview?
Barclays interview process usually has 1 rounds. The most common rounds in the Barclays interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 621 Interviews
IndusInd Bank Interview Questions
3.6
 • 587 Interviews
Bandhan Bank Interview Questions
3.7
 • 519 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
View all
Barclays Executive Assistant Salary
based on 21 salaries
₹7 L/yr - ₹20.9 L/yr
164% more than the average Executive Assistant Salary in India
View more details

Barclays Executive Assistant Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 6 Reviews and Ratings
Assistant Vice President
2.3k salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Assistant Manager
987 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Process Advisor
895 salaries
unlock blur

₹1 L/yr - ₹8.3 L/yr

Analyst
787 salaries
unlock blur

₹11.6 L/yr - ₹20.6 L/yr

Explore more salaries
Compare Barclays with

Deutsche Bank

3.9
Compare

Accenture

3.9
Compare

Amazon

4.1
Compare

Deloitte

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