Upload Button Icon Add office photos

Filter interviews by

Singtel Interview Questions and Answers

Updated 6 Aug 2024

Singtel Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What do you know about Singtel?
  • Ans. 

    Singtel is a leading telecommunications company based in Singapore.

    • Singtel is the largest telecommunications company in Singapore.

    • It offers a wide range of services including mobile, broadband, and TV.

    • Singtel also provides cybersecurity solutions for businesses and individuals.

    • The company has a strong presence in the Asia-Pacific region.

    • Singtel has partnerships with various international telecommunications companies.

  • Answered by AI
  • Q2. Why do you want to work for Singtel?
  • Ans. 

    I want to work for Singtel because of their reputation for innovation and commitment to cybersecurity excellence.

    • Singtel is a leading telecommunications company with a strong focus on cybersecurity.

    • I am impressed by Singtel's track record of investing in cutting-edge technology and talent.

    • I believe that working at Singtel will provide me with valuable opportunities for professional growth and development.

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the OSI Layers.
  • Ans. 

    The OSI Layers refer to the seven layers of the Open Systems Interconnection model that define the functions of a network protocol stack.

    • Layer 1 - Physical Layer: Deals with physical connections and transmission of raw data over a physical medium (e.g. cables, wires)

    • Layer 2 - Data Link Layer: Responsible for node-to-node communication, error detection, and flow control (e.g. Ethernet switches)

    • Layer 3 - Network Layer: M...

  • Answered by AI
  • Q2. What happens when you search for something on the internet?
  • Ans. 

    When you search for something on the internet, your query is sent to a search engine which then retrieves relevant information from its index of websites.

    • User enters a search query into a search engine.

    • Search engine uses algorithms to find relevant websites from its index.

    • Search results are displayed to the user based on relevance and ranking.

    • User can click on search results to access the desired information.

  • Answered by AI
  • Q3. If the pinging is request is failed
  • Ans. 

    If the pinging request fails, it could be due to network issues, firewall restrictions, or incorrect IP address.

    • Check network connectivity to ensure the target device is reachable

    • Verify firewall settings to see if the ping request is being blocked

    • Ensure the correct IP address or hostname is being used in the ping command

  • Answered by AI

Skills evaluated in this interview

Cyber Security Engineer Interview Questions asked at other Companies

Q1. What is your approach to Vulnerability Assessment and Penetration Testing (VAPT) for web-based applications?
View answer (1)
Round 1 - One-on-one 

(2 Questions)

  • Q1. Interview about profile in past company
  • Q2. Current profile requiremen t

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview and simple process all interviewers were present in same online call

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)

Jobs at Singtel

View all

Interview questions from similar companies

Senior Advisor Geotechnical Interview Questions & Answers

Eskom user image Anonymous

posted on 25 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How have you dealt working with a difficult person?
  • Q2. Tell us about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is ur background
  • Ans. 

    I have a Bachelor's degree in Computer Science and have completed multiple internships in software development.

    • Bachelor's degree in Computer Science

    • Multiple internships in software development

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What makes you a good fit for this role?
  • Ans. 

    I have a strong background in fraud prevention and a keen eye for detecting suspicious activity.

    • Extensive experience in fraud prevention techniques

    • Strong analytical skills to identify patterns and anomalies

    • Excellent attention to detail

    • Ability to work well under pressure

    • Effective communication skills to interact with customers and colleagues

  • Answered by AI
  • Q2. Description of job
  • Ans. 

    Fraud Prevention Representative is responsible for identifying and preventing fraudulent activities within a company.

    • Monitor transactions for any suspicious activity

    • Investigate potential fraud cases

    • Communicate with customers to verify information

    • Implement fraud prevention strategies

    • Collaborate with law enforcement agencies if necessary

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. LTE Frame Structure
  • Q2. Type 1 and Type 2
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 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 

(5 Questions)

  • Q1. Difference btwn jdk , jre and jvm
  • Ans. 

    JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment for executing Java programs. JVM is a virtual machine that runs Java bytecode.

    • JDK (Java Development Kit) includes JRE (Java Runtime Environment) and development tools like compiler and debugger.

    • JRE (Java Runtime Environment) is a software package that provides the libraries and components necessary for ru...

  • Answered by AI
  • Q2. Difference btwn static and volatile
  • Ans. 

    Static variables are shared among all instances of a class, while volatile variables are used to indicate that a variable's value will be modified by different threads.

    • Static variables are initialized only once at the start of the program and retain their value throughout the program's execution.

    • Volatile variables are used to ensure visibility of changes to variables across multiple threads.

    • Static variables are accesse...

  • Answered by AI
  • Q3. What is final keyword
  • Ans. 

    Final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed once assigned

    • Prevents method overriding - method cannot be overridden in child classes

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
  • Q4. Difference btwn paralle stream and stream
  • Ans. 

    Parallel stream allows processing elements concurrently, while stream processes elements sequentially.

    • Parallel stream can improve performance by utilizing multiple threads for processing.

    • Stream processes elements one by one in a sequential manner.

    • Example: stream().parallel() vs stream().sequential()

  • Answered by AI
  • Q5. What is stream used for
  • Ans. 

    Streams are used in Java to process collections of objects in a functional style.

    • Streams allow for concise and readable code when working with collections.

    • They support operations like filter, map, reduce, and collect.

    • Streams can be sequential or parallel, depending on the processing requirements.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(S

  • Answered by AI

Skills evaluated in this interview

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. There were 5 interview rounds.

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 - Coding Test 

It was a combination of coding and aptitude test. The test had four section and each section had it's time limit.

Round 3 - Technical 

(3 Questions)

  • Q1. The interviewer asked me question based on my resume. He also asked me question related to DBMS, OS & DSA.
  • Q2. Define polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • For example, a parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

  • Answered by AI
  • Q3. Difference between SQL & NoSQL.
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases use structured query language for defining and manipulating the data.

    • NoSQL databases are schema-less and use various data models like key-value, document, columnar, or graph.

    • SQL databases are suitable for complex queries and transactions.

    • NoSQL databases are horizontally scalable and provide high perf...

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

(1 Question)

  • Q1. It was a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. It asked me some situational based questions.

Interview Preparation Tips

Topics to prepare for Telstra Associate Software Engineer interview:
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do revise core java concepts. Also be clear with what you know and what you don't. Hope you crack the interview. All the best :))

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There will be some mcq and coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. This is will be a 30 mins interview.
  • Q2. Questions on python,networking,ds,os
Round 3 - Technical 

(1 Question)

  • Q1. Coding question on c,c++,python. Basics of networking ,oops and os.

Interview Preparation Tips

Topics to prepare for CommScope Software Engineer interview:
  • Python
  • OOPS
  • Computer Networking
Interview preparation tips for other job seekers - Brush up your coding skills and networking then you will ace it. Best of luck.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Interview Questionnaire 

16 Questions

  • Q1. Introduce yourself
  • Q2. How many years of experience?
  • Q3. Are you technical or non technical?
  • Q4. Tell me your job Roles and responsibilities?
  • Q5. What is your current CTC?
  • Q6. What is your expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the job responsibilities, company size, and location.

    • My expected CTC is based on my experience, skills, and industry standards.

    • I am open to discussing the compensation package during the interview process.

    • I am looking for a competitive salary that aligns with my qualifications and the market rate.

  • Answered by AI
  • Q7. What's your graduation?
  • Q8. What's your preferred job location?
  • Q9. You're from which state?
  • Q10. Do ready for technical round?
  • Q11. Once compete your technical round will let you know
  • Q12. What it is your notice period?
  • Q13. What's is your current company?
  • Q14. What's your job rol
  • Q15. Are you able to do rotational shifts?
  • Ans. 

    Yes, I am able to do rotational shifts as required for the job.

    • I am flexible with my work schedule and can adapt to different shifts

    • I have previous experience working in rotational shifts

    • I understand the importance of maintaining network operations 24/7, which may require working different shifts

  • Answered by AI
  • Q16. Are you able to night shift?

Singtel Interview FAQs

How many rounds are there in Singtel interview?
Singtel interview process usually has 1-2 rounds. The most common rounds in the Singtel interview process are One-on-one Round, HR and Technical.
How to prepare for Singtel 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 Singtel. The most common topics and skills that interviewers at Singtel expect are CCTV Monitoring, Python, Linux Administration, MySQL and Analytical Chemistry.
What are the top questions asked in Singtel interview?

Some of the top questions asked at the Singtel interview -

  1. What happens when you search for something on the intern...read more
  2. If the pinging is request is fai...read more
  3. Explain the OSI Laye...read more

Tell us how to improve this page.

Singtel Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 835 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
Ericsson Interview Questions
4.1
 • 410 Interviews
Hathway Interview Questions
3.5
 • 42 Interviews
DEN Networks Interview Questions
3.6
 • 9 Interviews
Aircel Interview Questions
4.4
 • 8 Interviews
View all

Singtel Reviews and Ratings

based on 10 reviews

2.7/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.5

Salary

2.6

Job security

2.5

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 10 Reviews and Ratings
Lead Consultant - MM

Pune

8-13 Yrs

Not Disclosed

SAP FICO Consultant

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

Service Manager - Workplace

Kolkata,

Mumbai

+5

10-15 Yrs

Not Disclosed

Explore more jobs
Network Engineer
6 salaries
unlock blur

₹2.6 L/yr - ₹9 L/yr

Software Engineer
4 salaries
unlock blur

₹5.6 L/yr - ₹30 L/yr

Senior Consultant
4 salaries
unlock blur

₹50 L/yr - ₹60 L/yr

Senior Project Manager
4 salaries
unlock blur

₹17 L/yr - ₹17.1 L/yr

Devops Engineer
4 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Explore more salaries
Compare Singtel with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Tata Communications

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