Upload Button Icon Add office photos

Filter interviews by

Blue Star Infotech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - HR 

(4 Questions)

  • Q1. If fresher your introduction they will check your communication and your graduate or not if experienced they will check work responsibilities of your last job and communication but in hightech city sutherl...
  • Q2. Tell me something about yourself
  • Q3. Tell me about your college days
  • Q4. Tell me about ur best friend
Round 2 - Aptitude Test 

Its actually based on your voice actually they are hiring for international voice process so you need to have an idea of how international people speak in their language if you have experience in email writing and able to understand british english then its easy for you to clear

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Customer Service Executive interview:
  • coomunication for confidence
  • prepare about your college days
  • learn about your best friend
Interview preparation tips for other job seekers - please be confident while you go for an interview please don't carry your resumes and documents in hand i have seen people keeping their resumes folded in thier barely without even having a stick file please keep it in file please its your document that present about your self i dont know how many people will see this but your first impression is last impression be confident communicate properly fluently before you go for an interview research about the hiring company and vacancy this is for gentle men when you go for any voice or non voice interviews please wear formal shoes they wont allow they will reject on the spot try to wear lite professional shirt and trouser i have seen in todays sutherland interview all the best
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Mcq questions on python aws database and networks ans os

Round 2 - Group Discussion 

8 members in a panel and they gave a topic generally a social issue or a general topic you can a lot about

Round 3 - Technical 

(4 Questions)

  • Q1. Project based questions
  • Q2. Python and pandas core question
  • Q3. Dsa question combination sum
  • Q4. Database queries
Round 4 - Manegerial 

(2 Questions)

  • Q1. Question to test your soft skills
  • Q2. About behavioral attitude and how likely you are to fit in their organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview at yash technologies is a scam
I appeared in process through campus at yash technologies indore in December2024. I had 4 rounds, OA, GD, F2F technical and mangerial round. All the rounds went well. Total 32 students appeared in last managerial round. After waiting for 20 days results were disclosed. 5 students selected SURPRISE
2 of them were those who didn't even cleared the first round
1one failed in technical interview and was not selected for managerial
1one didn't appeared in interview
But wovvv wov wov they were selected
They had a relatives working in yash
So to work with you need not to even appear in interview just have a relative working there.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - Technical 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Q3. Driver is static or non static
  • Q4. Difference between static and non static
  • Q5. Disadvantages of static and non static
  • Q6. Parallel execution in TestNG
  • Q7. Write the code for Parallel testing in TestNG
  • Q8. Difference between parallel methods and parallel tests
  • Q9. Upload file using rest assured
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Q15. Parameters used in cucumber
  • Q16. Datatable in cucumber
  • Q17. Have u created the testplan document when porject was started
  • Q18. Testing cycle when project was on initial level
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Q21. What is testing matrix and automation ROI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Singleton pattern ? in how many ways can this pattern be broken ?
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Singleton pattern can be implemented by making the constructor private and providing a static method to access the instance.

    • The pattern can be broken by using reflection to access the private constructor and create multiple instances.

    • Another way to break the Singleton pattern is by using multiple class loaders in Java.

    • Th...

  • Answered by AI
  • Q2. What is the internal implementation of hashmap? Let's assume that you want to store duplicate keys in the hashmap, how can we achieve the same in hashmap ?
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs. To store duplicate keys, we can use a custom implementation of HashMap.

    • HashMap internally uses an array of linked lists to handle collisions.

    • To store duplicate keys, we can create a custom HashMap implementation that allows multiple values for the same key.

    • One approach is to use a HashMap with values as lists, where each key can have multiple va

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage ...
  • Ans. 

    Use compensating transactions and distributed tracing for managing transaction and logging in case of service B failure.

    • Implement compensating transactions to rollback changes made by service B in case of failure.

    • Use distributed tracing to track the flow of requests and identify where the failure occurred.

    • Implement retry mechanisms to handle transient failures in service B.

    • Use circuit breakers to prevent cascading fail...

  • Answered by AI
  • Q2. System Design question : Design a booking wesite for.eg: bookin.com ?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain capital markets
  • Ans. 

    Capital markets are where financial securities are bought and sold, including stocks, bonds, and commodities.

    • Capital markets facilitate the buying and selling of financial securities such as stocks, bonds, and commodities.

    • They provide a platform for companies and governments to raise capital by issuing securities to investors.

    • Investors can trade these securities through exchanges like the New York Stock Exchange (NYSE)...

  • Answered by AI
  • Q2. Explain Reconciliation, explain bond market, futures and options
  • Ans. 

    Reconciliation involves comparing two sets of records to ensure they are in agreement. Bond market, futures, and options are financial instruments used for trading.

    • Reconciliation is the process of comparing two sets of records to ensure they are in agreement, typically used in accounting to verify transactions.

    • The bond market is where investors buy and sell debt securities issued by governments or corporations, with th...

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

(2 Questions)

  • Q1. How do you handle audit queries
  • Ans. 

    I handle audit queries by thoroughly reviewing the information, communicating effectively with stakeholders, and providing detailed responses.

    • Thoroughly review the audit query to understand the scope and requirements

    • Communicate with relevant stakeholders to gather necessary information and clarify any doubts

    • Provide detailed responses with supporting documentation and explanations

    • Follow up on any outstanding queries to

  • Answered by AI
  • Q2. How to handle team
  • Ans. 

    Handle team by setting clear expectations, providing support, fostering open communication, and recognizing achievements.

    • Set clear expectations and goals for the team members.

    • Provide necessary support and resources to help team members succeed.

    • Foster open communication and encourage feedback from team members.

    • Recognize and reward achievements to motivate the team.

    • Address conflicts and issues promptly to maintain a posi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't make mistake of joining this firm. I made and now again I have to find a job where atleast weekend you are not working.
Rather I was not even informed that here even some teams work on weekends. You do not get any compensation for working extra
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test lasts 30 minutes and focuses on topics relevant to data engineering, including Spark, SQL, Azure, and PySpark.

Round 2 - Coding Test 

The coding test is a one-hour examination on PySpark.

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between Cache() and Persist()?
  • Q2. What does the purpose of the Spark Submit command in Apache Spark?
  • Q3. What are window functions in SQL?
Round 4 - HR 

(2 Questions)

  • Q1. Could you provide more details about the daily responsibilities associated with this role?
  • Q2. How would you describe your work culture?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the potential of artificial intelligence (AI)?
  • Q2. What is advanced Excel?
  • Q3. What is the Hardwear Installation
  • Q4. What is the software installation process
  • Q5. Different between Software and Hardware

Power Automate Architect Interview Questions & Answers

Zensar Technologies user image Anonymous

posted on 13 Jan 2025

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. API related questions. focused on RPA
  • Q2. POwer Automate best practice
  • Q3. Deployment related questions
  • Q4. Diff types of API
  • Q5. Multiple datasource use in PA

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate difficult. Asked about API, custom connector, high level qus related to power automate.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Jetpack compose, kotlin, hilt, permission, Testing,
Round 2 - Technical 

(1 Question)

  • Q1. Questions on mvvm, clean architecture.
Round 3 - Technical 

(1 Question)

  • Q1. Client round with questions on android permission, Android security
Round 4 - HR 

(1 Question)

  • Q1. Salary discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge of Jetpack compose, Clea architecture, mvvm, kotlin
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

I applied through naukri and i got call from hr , the first was Aptitute Round, Basic Aptitude Questions are there and some Programing MCQ is there.

Round 2 - Technical 

(2 Questions)

  • Q1. Write a program for Palindrome String and Number, and Explain the whole logic of that program.
  • Ans. 

    Program to check if a given string or number is a palindrome.

    • Create a function to check if a given string is a palindrome by comparing characters from start and end.

    • For numbers, convert to string and then apply the same logic as for strings.

    • Examples: 'radar' is a palindrome string, 121 is a palindrome number.

  • Answered by AI
  • Q2. And Reasoning questions are there the interviewr the Questions are, if there is 8 ball with similar weight and one ball is lighter than rest , if you want to find defected ball how you found , if you can ...
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself , and about the role , and who take your technical interview , and about family background ,why you want to join that role beacause i am from IT background I am not selected after hr...

Tell us how to improve this page.

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
Publicis Sapient Interview Questions
3.5
 • 609 Interviews
NTT Data Interview Questions
3.9
 • 603 Interviews
GlobalLogic Interview Questions
3.7
 • 578 Interviews
UST Interview Questions
3.8
 • 508 Interviews
CGI Group Interview Questions
4.0
 • 484 Interviews
Atos Interview Questions
3.9
 • 367 Interviews
View all

Blue Star Infotech Reviews and Ratings

based on 19 reviews

4.2/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.5

Salary

4.7

Job security

4.4

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹2.7 L/yr - ₹7.3 L/yr

Software Developer
6 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Software Testing Engineer
6 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Oracle Financial Functional Consultant
5 salaries
unlock blur

₹4.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Blue Star Infotech with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Virtusa Consulting Services

3.8
Compare

CGI Group

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