Upload Button Icon Add office photos

Filter interviews by

ST Infosys Interview Questions and Answers

Updated 19 Jul 2022

ST Infosys Interview Experiences

1 interview found

Round 1 - Technical 

(3 Questions)

  • Q1. What is computer language. Give examples.
  • Ans. 

    Computer language is a set of rules and instructions used to communicate with computers. Examples include Java, Python, and C++.

    • Computer language is used to write programs and software.

    • It consists of syntax, keywords, and commands.

    • Examples include Java, Python, C++, and HTML.

    • Different languages are used for different purposes, such as web development, data analysis, and game design.

  • Answered by AI
  • Q2. What is loop. Prepare any program.
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a specific condition is met.

    • There are three types of loops in programming: for, while, and do-while.

    • A for loop is used when the number of iterations is known.

    • A while loop is used when the number of iterations is unknown.

    • A do-while loop is similar to a while loop, but it always executes at least once.

    • Example: for (int i = 0; i < 10; i++) { //code

  • Answered by AI
  • Q3. Wht is array. Solve given example
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including strings, integers, and floats.

    • Arrays are accessed using an index, starting from 0.

    • Example: string[] names = {"John", "Jane", "Bob"};

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to do this job
  • Q2. Are you currently doing any course, if yes then how you manage job and study

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with knowledge and positive attitude. Prepare all given questions.

Skills evaluated in this interview

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

Interview questions from similar companies

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

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you planning pregnancy?
  • Ans. 

    It is not appropriate to ask about pregnancy in a job interview as it is a personal matter.

    • Politely redirect the conversation back to your qualifications and experience

    • Explain that personal matters such as family planning are not relevant to the job

    • Express that you are focused on your career and committed to your work

  • Answered by AI
  • Q2. Are you comfortable working late nights?

Interview Preparation Tips

Interview preparation tips for other job seekers - Here the finance team is the worst. I mean they had a GST raid in office and the team members were hiding under the office table
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Questions about my technical experience
  • Q2. 3 reasons why I want to work for the company
  • Q3. Why I left my previous organization
  • Q4. Design Principles - Case-based question
  • Q5. Write a class (structure) for the case - based question
  • Ans. 

    Class structure for a case-based question

    • Create a class with attributes representing the different aspects of the case

    • Include methods for processing and analyzing the case data

    • Consider using inheritance or composition for complex cases

  • Answered by AI
  • Q6. How would I design an application(case)?
  • Ans. 

    Designing an application involves identifying requirements, creating a user-friendly interface, implementing necessary features, and testing for functionality.

    • Identify the requirements and objectives of the application.

    • Design a user-friendly interface that is easy to navigate.

    • Implement necessary features and functionalities based on the requirements.

    • Test the application thoroughly to ensure functionality and usability.

    • ...

  • Answered by AI
  • Q7. If a square was divided in 4 parts and you remove one part, how would you divide the remaining in 4 parts?

Interview Preparation Tips

Topics to prepare for SAS Senior Associate Software Developer interview:
  • Javascript
Interview preparation tips for other job seekers - This was just a pre-screening round. They have L1, L2 technical rounds, an EVP - employee value proposition round and the final HR round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about past experience
  • Q2. Understanding about banking sector

Electrical Engineer- Design Interview Questions & Answers

Amco Saft India user image Anonymous

posted on 19 Jun 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question asked was totally irrelevant with thier work.
  • Q2. Electrical calculations
Round 2 - HR 

(1 Question)

  • Q1. Only salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Name some plugin for SEO in wordpress
  • Ans. 

    Some popular SEO plugins for WordPress include Yoast SEO, All in One SEO Pack, and Rank Math.

    • Yoast SEO is one of the most popular SEO plugins for WordPress, offering features like XML sitemap generation, meta tag optimization, and content analysis.

    • All in One SEO Pack is another widely used plugin that provides similar features to Yoast SEO, such as XML sitemap support and meta tag optimization.

    • Rank Math is a newer SEO ...

  • Answered by AI

Skills evaluated in this interview

OMAN Interview Questions & Answers

Al Khalili Group user image Anonymous

posted on 20 Dec 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 3 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. How can you check pump empier
  • Ans. I will check any pump empier bhai series connection
  • Answered Anonymously
  • Q2. I will check running pump empier with ampere metre and digital metre by series wire connection
Round 3 - HR 

(1 Question)

  • Q1. HR check my body and my mind and my working stamina
  • Ans. Health good body good working stamina 10 hour to 12 hour
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Al Khalili Group OMAN interview:
  • Innovative
Interview preparation tips for other job seekers - Yes
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. My Interview to MSF area Field officer
  • Q2. What is your qualification
Round 2 - My Interview give to Adani DSO 

(1 Question)

  • Q1. What is your Qualification

ST Infosys Interview FAQs

How many rounds are there in ST Infosys interview?
ST Infosys interview process usually has 2 rounds. The most common rounds in the ST Infosys interview process are Technical and HR.
What are the top questions asked in ST Infosys interview?

Some of the top questions asked at the ST Infosys interview -

  1. What is computer language. Give exampl...read more
  2. What is loop. Prepare any progr...read more
  3. Wht is array. Solve given exam...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 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
 • 802 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

ST Infosys Reviews and Ratings

based on 17 reviews

3.4/5

Rating in categories

2.9

Skill development

3.7

Work-life balance

2.8

Salary

4.0

Job security

3.1

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 17 Reviews and Ratings
Software Developer
6 salaries
unlock blur

₹3 L/yr - ₹16 L/yr

System Administrator
6 salaries
unlock blur

₹4.1 L/yr - ₹5 L/yr

Senior Accounts Executive
6 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Executive Accountant
6 salaries
unlock blur

₹2.6 L/yr - ₹4.5 L/yr

Technical Support Executive
5 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Explore more salaries
Compare ST Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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