Upload Button Icon Add office photos

Sourcebits Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sourcebits Technologies Interview Questions and Answers

Updated 24 Nov 2015
Popular Designations

6 Interview questions

An Application Developer was asked
Q. What are the various types of memory available in an OS?
Ans. 

Various memory available in an OS include primary memory (RAM), secondary memory (hard disk), cache memory, and virtual memory.

  • Primary memory (RAM) is used to store data and instructions that are currently being used by the CPU.

  • Secondary memory (hard disk) is used for long-term storage of data and programs.

  • Cache memory is a small, high-speed memory that stores frequently accessed data to improve CPU performance.

  • Vi...

View all Application Developer interview questions
An Application Developer was asked
Q. Define paging.
Ans. 

Paging is a memory management technique used in computer systems to divide the physical memory into fixed-size blocks called pages.

  • Paging allows the operating system to allocate memory to processes in a more efficient manner.

  • Each page is a fixed-size block of memory, typically 4KB in size.

  • The logical address space of a process is divided into pages, and the physical memory is divided into frames of the same size.

  • W...

View all Application Developer interview questions
An Application Developer was asked
Q. What happens to a child process when its parent process is terminated?
Ans. 

When a parent process is terminated, the child process becomes an orphan and is adopted by the init process.

  • When a parent process is terminated, the child process is not automatically terminated.

  • The child process becomes an orphan and is adopted by the init process.

  • The init process becomes the new parent of the orphaned child process.

  • The orphaned child process continues to run independently until it completes or i...

View all Application Developer interview questions
An Application Developer was asked
Q. Write a program to find prime numbers.
Ans. 

Program to find prime numbers

  • Start with a loop to iterate through numbers

  • Check if each number is divisible by any number less than itself

  • If not divisible, it is a prime number

View all Application Developer interview questions
An Application Developer was asked
Q. Define web server.
Ans. 

A web server is a computer program that serves requested HTML pages or files to clients over the internet.

  • A web server is responsible for hosting websites and delivering web content to users.

  • It receives requests from clients (web browsers) and responds with the requested files or data.

  • Web servers use protocols like HTTP or HTTPS to communicate with clients.

  • Examples of web servers include Apache HTTP Server, Nginx,...

View all Application Developer interview questions
An Application Developer was asked
Q. 5-)What do you mean by incode , deadlock recovery and hierarchical file structure
Ans. 

Incode refers to the code that is embedded within a program. Deadlock recovery is the process of resolving deadlocks in a system. Hierarchical file structure is a way of organizing files in a hierarchical manner.

  • Incode refers to the code that is written within a program.

  • Deadlock recovery involves detecting and resolving deadlocks in a system.

  • Hierarchical file structure organizes files in a tree-like structure with...

View all Application Developer interview questions

Sourcebits Technologies Interview Experiences

3 interviews found

Interview Questionnaire 

10 Questions

  • Q1. Questions were asked on web based project and mobile based applications
  • Q2. Questions were put up according to subject area of interest . some of OS based questions are as follows-
  • Q3. 1-) Daemon process
  • Q4. 2-) What happens to the child process when parent gets terminated
  • Ans. 

    When a parent process is terminated, the child process becomes an orphan and is adopted by the init process.

    • When a parent process is terminated, the child process is not automatically terminated.

    • The child process becomes an orphan and is adopted by the init process.

    • The init process becomes the new parent of the orphaned child process.

    • The orphaned child process continues to run independently until it completes or is ter...

  • Answered by AI
  • Q5. 3-)What are various memory available in OS
  • Ans. 

    Various memory available in an OS include primary memory (RAM), secondary memory (hard disk), cache memory, and virtual memory.

    • Primary memory (RAM) is used to store data and instructions that are currently being used by the CPU.

    • Secondary memory (hard disk) is used for long-term storage of data and programs.

    • Cache memory is a small, high-speed memory that stores frequently accessed data to improve CPU performance.

    • Virtual...

  • Answered by AI
  • Q6. 4-)Define paging
  • Ans. 

    Paging is a memory management technique used in computer systems to divide the physical memory into fixed-size blocks called pages.

    • Paging allows the operating system to allocate memory to processes in a more efficient manner.

    • Each page is a fixed-size block of memory, typically 4KB in size.

    • The logical address space of a process is divided into pages, and the physical memory is divided into frames of the same size.

    • When a...

  • Answered by AI
  • Q7. 5-)What do you mean by incode , deadlock recovery and hierarchical file structure
  • Ans. 

    Incode refers to the code that is embedded within a program. Deadlock recovery is the process of resolving deadlocks in a system. Hierarchical file structure is a way of organizing files in a hierarchical manner.

    • Incode refers to the code that is written within a program.

    • Deadlock recovery involves detecting and resolving deadlocks in a system.

    • Hierarchical file structure organizes files in a tree-like structure with pare...

  • Answered by AI
  • Q8. Question about PHP, APACHE TOMCAT
  • Q9. Questions related to my projects were asked
  • Q10. Had you done any projects outside your Curriculum

Interview Preparation Tips

Round: Test
Experience: Few questions were their based on C program else their were questions on general aptitude based.

Round: HR Interview
Experience: It was a Skype based interview.
Tips: As far as source bit is concerned they are seriously into mobile apps and web.So prepare yourself according to that. Speak about project which best satisfies their expectations.

General Tips: Questions asked to other candidates (ceg and mit) are-
1-) About Data structure.
2-) How to transpose a matrix without extra space.
3-) Prime number generation.
Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: "Aptitude test :
Half the questions were for quantitative aptitude, the other half were programming based.



Round: Technical Interview
Experience:

Technical Interview :
Was asked to write a basic sort algorithm code. Wrote it in Python, managed to get through in 15 minutes



Round: HR Interview
Experience:
HR Interview :
Skype interview. Was asked to talk about projects mostly, was questioned about what projects I had done, technical details. Lasted for 20 minutes. Not too taxing. "

Skill Tips: The aptitude test questions posted on online discussion sites REPEATED word for word, so do take a look. They DID NOT change the aptitude test by even one question from what they had used for some other college.
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Interview Questionnaire 

6 Questions

  • Q1. Explain final year project in a detailed manner
  • Q2.  Questions realted to inodes, debugs and filesystem were asked
  • Q3. Questions on OS like what is a class and asked me to write a class for a particular roomspray
  • Q4. Generate a program for finding the prime numbers
  • Ans. 

    Program to find prime numbers

    • Start with a loop to iterate through numbers

    • Check if each number is divisible by any number less than itself

    • If not divisible, it is a prime number

  • Answered by AI
  • Q5. Define web server
  • Ans. 

    A web server is a computer program that serves requested HTML pages or files to clients over the internet.

    • A web server is responsible for hosting websites and delivering web content to users.

    • It receives requests from clients (web browsers) and responds with the requested files or data.

    • Web servers use protocols like HTTP or HTTPS to communicate with clients.

    • Examples of web servers include Apache HTTP Server, Nginx, and ...

  • Answered by AI
  • Q6. Tell me something about yourself( weakness, strength, hobbies)

Interview Preparation Tips

Round: Test
Experience: The written test was easy and had both technical and aptitude questions( problems based on factorials, average , power , arithmetic progression) were asked.
Tips: Aptitude based questions -
1-) A times ath term of an AP is equal to b times bth term, then what is the (a+b)th term.
2-) Question based on the total number of coins and the denomination of each coin .
Technical question-
void change(char *ch)
{
ch=”helloworld”;
}
int main()
{
char *ch=”msgtoall”;
change(ch);
cout<}


Round: Technical Interview
Tips: Apart from technical stuff questions can be put on about your college preference and about you.

Round: HR Interview
Experience: HR interview was skype based.


Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Sourcebits Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding question on array , tree

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1. written
2. Technical (Java/spring boot)
3. Technical ( Coding, DS, array, tree etc and time complexity)
4. Managerial technical ( Situation based technical ques, Puzzles, Project related que)
5. Salary discussion

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 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 - Coding Test 

Remote online test based on aptitude and programming snippets

Round 3 - Group Discussion 

Either group discussion round to check the communication

Round 4 - HR 

(2 Questions)

  • Q1. Are you ready to relocate?
  • Q2. Why you wanna join coditas?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good organization for fresher so work hard and give your best...
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Coding Test 

This is a aptitude and coding round which is comparatively easy

Round 2 - Group Discussion 

They give you a topic for which you have to talk to for atleast 2 minutes

Round 3 - Group Discussion 

There are 2 GD rounds , idk why they take 2 GD rounds

Round 4 - One-on-one 

(2 Questions)

  • Q1. This is the interview round one on one online
  • Q2. Oops concepts, Sql - 3rd highest salary question, Dsa - reverse a string, DBMS concepts
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 - Group Discussion 

Topic was given and we had to talk for 3 minutes on that topic.

Round 3 - Aptitude Test 

Test was easy to crack

Round 4 - Technical 

(1 Question)

  • Q1. Oops concepts was asked

I applied via Referral and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Nice

Round 2 - Group Discussion 

Nice

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and focus on basic skills.

Sourcebits Technologies Interview FAQs

What are the top questions asked in Sourcebits Technologies interview?

Some of the top questions asked at the Sourcebits Technologies interview -

  1. 5-)What do you mean by incode , deadlock recovery and hierarchical file structu...read more
  2. 2-) What happens to the child process when parent gets termina...read more
  3. 3-)What are various memory available in...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
Diverse Lynx Interview Questions
3.6
 • 20 Interviews
Spektra Systems Interview Questions
4.0
 • 13 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Apps Associates Interview Questions
3.9
 • 10 Interviews
View all

Sourcebits Technologies Reviews and Ratings

based on 17 reviews

2.9/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.8

Salary

2.1

Job security

2.7

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 17 Reviews and Ratings
Senior Software Engineer
31 salaries
unlock blur

₹6.1 L/yr - ₹15 L/yr

Software Engineer
16 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Senior Technical Lead
8 salaries
unlock blur

₹18.1 L/yr - ₹24 L/yr

QA Lead
7 salaries
unlock blur

₹13 L/yr - ₹14 L/yr

Technical Lead
6 salaries
unlock blur

₹13.2 L/yr - ₹31 L/yr

Explore more salaries
Compare Sourcebits Technologies with

Arcesium

3.5
Compare

Coditas Technologies

3.1
Compare

Mobile Programming

2.9
Compare

Solartis Technology Services

3.5
Compare
write
Share an Interview