Upload Button Icon Add office photos

Filter interviews by

Atlassian Senior Support Engineer Interview Questions and Answers

Updated 3 Feb 2021

Atlassian Senior Support Engineer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Difference between git and Mercurial, How do you resolve merge conflicts, How do you start services in Linux/Windows, Java thread dump, heap dump, deadlock
  • Ans. 

    Answering questions on Git, Mercurial, Linux/Windows services, Java thread dump, heap dump, and deadlock

    • Git and Mercurial are both version control systems, but Git is more popular and has a steeper learning curve

    • Merge conflicts occur when two or more people make changes to the same file at the same time, and can be resolved using tools like Git's merge tool or Mercurial's merge tool

    • Starting services in Linux can be don...

  • Answered by AI

Skills evaluated in this interview

Senior Support Engineer Jobs at Atlassian

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. What is a stack?
  • Ans. 

    A stack is a data structure that follows the Last In, First Out (LIFO) principle, where elements are added and removed from the top.

    • Elements are added to the top of the stack and removed from the top as well

    • Common operations on a stack include push (add element) and pop (remove element)

    • Examples of stacks include the call stack in programming and a stack of plates

  • Answered by AI
  • Q2. What is vpc and why it is needed
  • Ans. 

    VPC stands for Virtual Private Cloud, it is needed to securely isolate resources within the cloud environment.

    • VPC allows you to create a private network in the cloud.

    • It provides control over network settings such as IP address range, subnets, route tables, and network gateways.

    • VPC helps in securing resources by setting up security groups and network access control lists.

    • It enables you to connect your on-premises networ...

  • Answered by AI
  • Q3. What is load balancer
  • Ans. 

    A load balancer is a device or software that distributes network or application traffic across multiple servers to ensure no single server is overwhelmed.

    • Balances traffic across multiple servers

    • Improves performance and reliability

    • Can be hardware or software based

    • Examples: F5 BIG-IP, NGINX, HAProxy

  • Answered by AI
  • Q4. What is IAM and policies
  • Ans. 

    IAM stands for Identity and Access Management. Policies are rules that determine who has access to what resources.

    • IAM is a framework for managing digital identities and controlling access to resources

    • IAM policies are rules that define the permissions and access levels for different users or groups

    • IAM policies can be attached to users, groups, or resources to control access

    • IAM helps organizations ensure that only author...

  • Answered by AI
  • Q5. What is DNS server
  • Ans. 

    DNS server is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS servers store a database of domain names and their corresponding IP addresses.

    • When a user enters a domain name in a web browser, the DNS server is queried to find the corresponding IP address.

    • DNS servers help in the efficient routing of internet traffic by translating domain names to IP ...

  • Answered by AI
  • Q6. What are the types of lookup tables
  • Ans. 

    Types of lookup tables include direct mapping, associative arrays, and hash tables.

    • Direct mapping: uses a key to directly access the corresponding value in the table

    • Associative arrays: store key-value pairs where keys are unique

    • Hash tables: use a hash function to map keys to values for efficient retrieval

  • Answered by AI
  • Q7. What are troubleshooting steps for network
  • Ans. 

    Troubleshooting steps for network issues

    • Check physical connections (cables, ports)

    • Verify network settings (IP address, subnet mask)

    • Restart networking devices (modem, router)

    • Run network diagnostics tools (ping, traceroute)

    • Check for software conflicts or firewall issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - get to know more on networking troubleshoot and cloud architecture

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic windows on DNS ,DHC, IP
  • Q2. Basics of Networking , SQL, firewall, Wireshark, procmon

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

I applied via Company Website and was interviewed before Oct 2021. 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 

(4 Questions)

  • Q1. First round will be either with Recruiter to check your CV and match it to profile or Directly with Manager after that to see you are fit culturally, technically. It wont be much technical just about your ...
  • Q2. Second will be with manager if first was with Recruiter/HR, where he will be asking you about your experience and exposure to RH and he will check if you are fit culturally as well as professionally to his...
  • Q3. If all fine, third would be Manager/HR drawing your offer letter without asking your expectation, you can do bargaining here though.
  • Q4. 1. How you would troubleshoot a process hanging? 2. How would you troubleshoot slow system performance? 3. Network latency issue? 4.Cluster failover issue? 4. Application unable to start issue? 5. Last tim...
  • Ans. 

    Troubleshooting various technical issues in a support role

    • For a process hanging, check the system logs and identify the process causing the issue. Use tools like strace or lsof to identify the root cause.

    • For slow system performance, check CPU, memory, and disk usage. Use tools like top, iostat, and vmstat to identify the bottleneck.

    • For network latency issues, use tools like ping, traceroute, and tcpdump to identify the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Red Hat Senior Support Engineer interview:
  • Openshift
  • RHEL
  • pacemaker
  • Incident management
  • Troubleshooting
  • SAP technicall
  • Linux
Interview preparation tips for other job seekers - 1. Go through JD
2. Check which RH solution needed, practice and prepare on it.
3. Show your strong willingness to work for RH as company.
4. Go through Opensource history and RH contribution and its history
5. Even if lack on some technical skills, Show your desire to learn it fast and you are more open to adjust to new challenges.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Networking questions
  • Q2. VMware VSphere questions
  • Q3. OS related questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Will you be ok working in shifts
Round 3 - HR 

(2 Questions)

  • Q1. Questions about values
  • Q2. Salary negotiations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Few linux commands
  • Q2. Explain few, Any command for example
  • Ans. 

    Some common commands for technical support engineers include ping, ipconfig, and tracert.

    • Ping: Used to test the reachability of a host on an IP network.

    • Ipconfig: Displays all current TCP/IP network configuration values.

    • Tracert: Shows the route that packets take to reach a specified destination.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

Versant round where you have to complete some given task given by them in a given time frame

Round 2 - HR 

(1 Question)

  • Q1. Talk about your last trip?, Memorable holiday or trip?, About your idol, college life, school life etc
Round 3 - Behavioral 

(1 Question)

  • Q1. Where manager will ask you some questions about anything but it will be questions mostly about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good in grammar and communication skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your expected salary?
  • Q2. Are you willing to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - After all the question they asked me the notice period and she said she needs immediate joiner
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Basic Communication 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Current Job role
Round 2 - HR 

(2 Questions)

  • Q1. Work Experience
  • Q2. Current Job roles and KPIs
Round 3 - Technical 

(2 Questions)

  • Q1. OS Troubleshooting
  • Q2. Network Troubleshooting

I applied via Company Website

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. ATM related questions
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is good company environment.

Atlassian Interview FAQs

How to prepare for Atlassian Senior Support Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Atlassian. The most common topics and skills that interviewers at Atlassian expect are Linux, Technical Support, DNS, Debugging and Troubleshooting.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
View all
Atlassian Senior Support Engineer Salary
based on 25 salaries
₹21 L/yr - ₹35 L/yr
214% more than the average Senior Support Engineer Salary in India
View more details

Atlassian Senior Support Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Support Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
161 salaries
unlock blur

₹18 L/yr - ₹44.7 L/yr

Senior Software Engineer
102 salaries
unlock blur

₹21.7 L/yr - ₹90 L/yr

Software Developer
100 salaries
unlock blur

₹21 L/yr - ₹85 L/yr

Sde1
55 salaries
unlock blur

₹26 L/yr - ₹86 L/yr

Software Development Engineer II
37 salaries
unlock blur

₹27.2 L/yr - ₹93 L/yr

Explore more salaries
Compare Atlassian with

Salesforce

4.1
Compare

Google

4.4
Compare

Amazon

4.1
Compare

Freshworks

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