Upload Button Icon Add office photos

Filter interviews by

Systems Technology Group Inc. Software Developer Interview Questions and Answers for Experienced

Updated 2 Dec 2024

Systems Technology Group Inc. Software Developer Interview Experiences for Experienced

1 interview found

Software Developer Interview Questions & Answers

user image Narender Chari Vadla

posted on 2 Dec 2024

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

(2 Questions)

  • Q1. Self introduction
  • Q2. What is Abstraction
Round 2 - Coding Test 

Sorting Array and palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Join Blindly

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 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 - Aptitude Test 

Read apti books available in the market

Round 3 - Technical 

(2 Questions)

  • Q1. All Java related questions
  • Q2. Idea about AI and general HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Logical reasoning, pseudo codes, mathematical equations

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS in java
  • Ans. 

    OOPS in Java stands for Object-Oriented Programming System, which is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Java supports OOPS principles through classes and objects

  • Answered by AI
  • Q2. Data Structure, Basic SQL queries
  • Q3. Define abstract method and abstract class
  • Ans. 

    Abstract method is a method without implementation in abstract class which cannot be instantiated. Abstract class is a class with abstract methods.

    • Abstract method is declared in abstract class without implementation

    • Abstract class cannot be instantiated, only used as a base for other classes

    • Abstract class can have both abstract and non-abstract methods

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example:

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have successfully completed multiple projects using various programming languages and technologies.

    • I am a quick learner and always eager to expand my knowledge and skills in the field.

  • Answered by AI
  • Q2. What challenges your faced in life?
  • Ans. 

    I have faced challenges in balancing work and personal life, overcoming imposter syndrome, and adapting to new technologies.

    • Balancing work and personal life: Juggling deadlines at work while making time for family and friends.

    • Overcoming imposter syndrome: Feeling like I don't belong in the tech industry and constantly doubting my abilities.

    • Adapting to new technologies: Learning new programming languages and tools to st

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything from Coding, OOPs , data structure, sql queries, etc

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 135 minutes
Round difficulty - Medium

The test window was open from 2:00 p.m. to 05:30 PM IST on 28th of August 2020.We were also given a chance to take a practice test to know about working of the platform .It was a Proctored Assessment .The test platform was HackerEarth and there were around 28 MCQs, 1 programming question, and 2 SQL queries. MCQs majorly focused on OS, DBMS, C++, OOPS concepts.

  • Q1. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Find all pairs of elements in an array that add up to a given target.

    • Iterate through the array and use a hashmap to store the difference between the target and current element.

    • Check if the current element exists in the hashmap, if so, print the pair.

    • If no pair is found, print (-1, -1).

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

It was basically a technical interview. It was conducted around 11:00 a.m. on 31st august 2020. There was only 1 person who was interviewing me though I expected a panel. It started off by the question regarding our college and infrastructure of it and what do I like the most about it etc. Later continued by few technical subjective questions and a code along with a basic query. Technical questions regarding data structures like linked list, Array List , HashMap were asked along with concepts like backtracking were also covered. More about technologies related to projects that I have done were asked which is machine learning. the ratings i earned in online judges were also asked about.

  • Q1. 

    Sudoku Solver

    Given a 9x9 Sudoku board, your task is to fill the empty slots and return the completed Sudoku solution.

    A Sudoku is a grid composed of nine 3x3 smaller grids. The challenge is to fill in the...

  • Ans. 

    Implement a Sudoku solver to fill empty slots in a 9x9 grid with numbers 1-9 satisfying constraints.

    • Create a recursive function to solve the Sudoku puzzle by trying out different numbers in empty slots.

    • Use backtracking to backtrack and try a different number if a conflict is encountered.

    • Ensure each number appears only once per row, column, and 3x3 grid.

    • Return the completed Sudoku grid as the output.

  • Answered by AI
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

    • If the two pointers meet at any point, it indicates the presence of a cycle in the linked list.

    • If one of the pointers reaches the end of the list (null), it means there is no cycle in the linked list.

  • Answered by AI
Round 3 - Video Call 

Round duration - 40 minutes
Round difficulty - Medium

It is more of a Managerial round. This was not confined to any topic or a subject .It took place around 4:15 p.m. on 31st of August ,2020. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from B V Raju Institute of Technology. I applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 9 CGPA, female candidates only.Providence Global Center LLP interview preparation:Topics to prepare for the interview - Programming Languages: C,C++,Core JAVA, python(Beginner),Operating Systems, Data Structures and Algorithms , OOPs concepts, Dynamic programming, DBMS(queries), Computer Networks, Software development Methodologies.Time required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Try to get good grip on basics , never jump into advanced concepts unless you are clear with the basic subject.
Tip 2 : Always have every main concept that is included in your core curriculum ( for a cs student) covered, make sure you 
have idea about it and where you can apply it.
Tip 3 : Try to work on and know more about trending or booming technologies.
Tip 4 : Have short term goals when it comes to coding. Consider a topic for once ( like strings , pointers , dp etc.) and try to 
cover maximum variety of problems possible in a reasonable period of time.
Tip 5 : Try to search for tricky pseudo codes online and guess the outputs.
Tip 6 : Give mock interviews before hand and also gather information about the company you have applied to.

Application resume tips for other job seekers

Tip 1 : Do include only known and worked on concepts in your resume .Do not bluff or exaggerate.
Tip 2 : Our resume needs to show that we are flexible and have not just worked on a single domain. So try to do and add 
at least 2 projects to your resume that too of different domains.
Tip 3 : Resume needs to look professional do not include a lot of personal details.
Tip 4 : Career Objective is something that is unique and written on your own and not copied from any website or peers 
resume.
Tip 5 : A single page or 1 and a half page of resume would do good. Include certifications of any forefront technologies if possible

Final outcome of the interviewSelected

Skills evaluated in this interview

Systems Technology Group Inc. Interview FAQs

How many rounds are there in Systems Technology Group Inc. Software Developer interview for experienced candidates?
Systems Technology Group Inc. interview process for experienced candidates usually has 2 rounds. The most common rounds in the Systems Technology Group Inc. interview process for experienced candidates are One-on-one Round and Coding Test.
What are the top questions asked in Systems Technology Group Inc. Software Developer interview for experienced candidates?

Some of the top questions asked at the Systems Technology Group Inc. Software Developer interview for experienced candidates -

  1. How many years experience in jav...read more
  2. How many years experience in ...read more
  3. Tell about ur se...read more

Tell us how to improve this page.

Systems Technology Group Inc. Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Systems Technology Group Inc. Software Developer Salary
based on 13 salaries
₹4.8 L/yr - ₹17 L/yr
28% more than the average Software Developer Salary in India
View more details

Systems Technology Group Inc. Software Developer Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

3.1

Company culture

3.2

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
196 salaries
unlock blur

₹7.7 L/yr - ₹23.5 L/yr

Software Engineer
130 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

System Analyst
36 salaries
unlock blur

₹10.2 L/yr - ₹19 L/yr

Technical Lead
29 salaries
unlock blur

₹13 L/yr - ₹27 L/yr

Senior System Analyst
14 salaries
unlock blur

₹12.2 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Systems Technology Group Inc. with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

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