Upload Button Icon Add office photos

Filter interviews by

TJSB Sahakari Bank IT Officer Interview Questions and Answers

Updated 15 Oct 2024

TJSB Sahakari Bank IT Officer Interview Experiences

1 interview found

IT Officer Interview Questions & Answers

user image Devendra Choubisa

posted on 16 Nov 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About application infrastructure
  • Q2. How application works
  • Ans. 

    An application works by executing code to perform specific tasks and interact with users or other systems.

    • Applications are designed with specific functionalities in mind.

    • They are built using programming languages and frameworks.

    • Applications can interact with databases, APIs, and other systems.

    • Users interact with applications through user interfaces.

    • Applications can be web-based, mobile, desktop, or server-based.

    • Example...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About salary expectation
  • Q2. About previous experience

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Finding possible options of moving horse in chess board

Round 2 - Coding Test 

Write the polyfill of bind (custom bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare Ds algo - array, link list, stack, queue. And advance things of your domain

Round 2 - Coding Test 

DS apti questions oral

Round 3 - One-on-one 

(1 Question)

  • Q1. Ds algo plus your domain discussion. Previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Given
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Leetcode medium 2 question in 60 minutes.

Round 2 - Coding Test 

Leet code hard 1 question

Round 3 - One-on-one 

(2 Questions)

  • Q1. Design a hashmap and internal working .. then few questions on linked hashmap
  • Q2. Assignment to make a snake and ladder
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. 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 

It was quantitative aptitude test with some coding questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. This round was to majorly check our confidence and communication style. I was asked to explain the projects that I have done..then some general analytical based questions that were non technical.
  • Q2. Why didn't you want to pursue higher studies?
  • Q3. Tell me about urself and the projects you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no much work pressure and it's a fine place for experienced employees..but not a fine play freshers who are just graduated.. since there is less challenging or learn space..
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

One linked list and one bst ques

Interview experience
5
Excellent
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 - Coding Test 

There was a Coding test on Hackerrank platform of 2 hrs

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared and don't hesitate and rock the interview with a calm mind
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Oct 2022.

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 

(4 Questions)

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

    JVM is the Java Virtual Machine that executes Java bytecode, JDK is the Java Development Kit for developing Java applications, and JRE is the Java Runtime Environment for running Java applications.

    • JVM is a virtual machine that executes Java bytecode, providing a runtime environment for Java programs.

    • JDK is a development kit that includes tools for developing, debugging, and monitoring Java applications.

    • JRE is a runtime...

  • Answered by AI
  • Q2. Basic concepts of core java
  • Q3. About the previous roles and responsibilities
  • Q4. About their project discription

Interview Preparation Tips

Interview preparation tips for other job seekers - Please follow some more about the scenarios

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding round consisted of three problems with easy to moderate level difficulty.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Variation of Minimum number of platforms required for railway station.
  • Ans. 

    Minimum number of platforms required for a railway station depends on the maximum number of trains arriving and departing at the same time.

    • Calculate the maximum number of trains arriving and departing at the same time.

    • Determine the time intervals for each train's arrival and departure.

    • Add extra platforms for buffer and unexpected delays.

    • Consider factors like train length, frequency, and scheduling conflicts.

    • Example: If...

  • Answered by AI
  • Q2. Rearrange the array such that the negative numbers are shifted to the beginning.
  • Ans. 

    Rearrange array with negative numbers at the beginning

    • Iterate through the array and move negative numbers to the beginning

    • Use two pointers approach to swap elements

    • Maintain the order of negative numbers while shifting them to the beginning

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

(2 Questions)

  • Q1. Implement a simple program using multithreading.
  • Ans. 

    A simple program using multithreading can be implemented to demonstrate parallel execution of tasks.

    • Create a class that implements the Runnable interface in Java.

    • Override the run() method to define the task that will run in a separate thread.

    • Create instances of the class and start them using the Thread class.

    • Use synchronization mechanisms like locks or semaphores to manage shared resources in a thread-safe manner.

  • Answered by AI
  • Q2. Explain in details about the Java Collections API.
  • Ans. 

    Java Collections API provides a set of classes and interfaces to store and manipulate collections of objects.

    • Includes interfaces like List, Set, and Map for different types of collections

    • Provides classes like ArrayList, HashSet, and HashMap for implementing collections

    • Offers utility classes like Collections for common operations on collections

    • Introduced in Java 2 and has been expanded in subsequent versions

  • Answered by AI

Skills evaluated in this interview

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

Leetcode medium questions using priority queue. I don't remeber exact now

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview round was vry simple binary tree mirror question
Round 3 - HR 

(1 Question)

  • Q1. 5 mins round. basics like location

Interview Preparation Tips

Interview preparation tips for other job seekers - OA is hard, rest process is easy

TJSB Sahakari Bank Interview FAQs

How many rounds are there in TJSB Sahakari Bank IT Officer interview?
TJSB Sahakari Bank interview process usually has 3 rounds. The most common rounds in the TJSB Sahakari Bank interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in TJSB Sahakari Bank IT Officer interview?

Some of the top questions asked at the TJSB Sahakari Bank IT Officer interview -

  1. How application wo...read more
  2. About application infrastruct...read more

Tell us how to improve this page.

TJSB Sahakari Bank IT Officer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

DBS Bank Interview Questions
3.8
 • 157 Interviews
City Union Bank Interview Questions
3.2
 • 88 Interviews
CSB Bank Interview Questions
3.2
 • 75 Interviews
View all

Fast track your campus placements

View all
TJSB Sahakari Bank IT Officer Salary
based on 7 salaries
₹2 L/yr - ₹11.5 L/yr
27% more than the average IT Officer Salary in India
View more details

TJSB Sahakari Bank IT Officer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

3.8

Skill development

5.0

Work-life balance

2.2

Salary

4.6

Job security

4.6

Company culture

2.2

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Officer
162 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Operations Executive
53 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Clerk
50 salaries
unlock blur

₹1 L/yr - ₹3.2 L/yr

Credit Officer
49 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Training Officer
44 salaries
unlock blur

₹1.7 L/yr - ₹3.2 L/yr

Explore more salaries
Compare TJSB Sahakari Bank with

AU Small Finance Bank

4.2
Compare

Equitas Small Finance Bank

4.5
Compare

ESAF Small Finance Bank

3.7
Compare

DBS Bank

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