Upload Button Icon Add office photos

Filter interviews by

Sourcebits Technologies Interview Questions, Process, and Tips

Updated 24 Nov 2015

Top Sourcebits Technologies Interview Questions and Answers

View all 6 questions

Sourcebits Technologies Interview Experiences

Popular Designations

3 interviews found

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 Sourcebits Technologies Application Developer Interview Questions and Answers

Q1. 2-) What happens to the child process when parent gets terminated
View answer (1)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 4-&gt; NULL. Then the reverse linked list is 4 -&gt; 3 -&g... read more
View answer (6)

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

Top Sourcebits Technologies Application Developer Interview Questions and Answers

Q1. 2-) What happens to the child process when parent gets terminated
View answer (1)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 4-&gt; NULL. Then the reverse linked list is 4 -&gt; 3 -&g... read more
View answer (6)

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 ]

Mobile App Developer Interview Questions asked at other Companies

Q1. What is tera flop ? 5. If a 2.8 GHz processor is given, calculate the number of floating point calculations that it can do
View answer (1)

Interview questions from similar companies

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

(4 Questions)

  • Q1. Core Java concepts
  • Q2. Code optimization
  • Q3. How to remove duplicates from an array without using a library
  • Q4. What is the software development life cycle (SDLC)?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful company for over all growth and development.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Modern Education Societys College of Engineering, Pune and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by

Associate Data Engineer Interview Questions & Answers

Egen user image Sriramya Peddapally

posted on 13 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked questions based on arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related sortings
  • Q2. Questions related to projects
Round 3 - HR 

(1 Question)

  • Q1. Managerial questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(2 Questions)

  • Q1. Nonsense question
  • Q2. They don't have knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this organisation if you want to spoil your career than you go for it worst company Prashant is so cheap the VP he behaves like salesman

Mid/Senior AQA Interview Questions & Answers

Intellias user image Anonymous

posted on 11 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Can implicit and explicit waits be used within the framework?
  • Ans. 

    Yes, implicit and explicit waits can be used within the framework.

    • Implicit waits are used to wait for a certain amount of time before throwing an exception if the element is not found immediately.

    • Explicit waits are used to wait for a certain condition to be met before proceeding further.

    • Both types of waits can be used in test automation frameworks like Selenium for better synchronization and handling of dynamic element

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your professional aspirations?
  • Ans. 

    My professional aspiration is to become a lead AQA engineer and contribute to the development of cutting-edge software products.

    • Advance to a lead AQA engineer role

    • Contribute to the development of innovative software products

    • Continuously improve my skills and knowledge in AQA

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding DSA question
  • Q2. No of frequency of character in word

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. 2-) What happens to the child process when parent gets termina...read more
  2. 5-)What do you mean by incode , deadlock recovery and hierarchical file structu...read more
  3. 3-)What are various memory available in...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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Qburst Interview Questions
4.4
 • 17 Interviews
View all

Sourcebits Technologies Reviews and Ratings

based on 17 reviews

2.9/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.8

Salary

2.3

Job security

2.6

Company culture

2.7

Promotions

2.6

Work satisfaction

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

₹6.1 L/yr - ₹15 L/yr

Software Engineer
19 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Associate Technical Leader
10 salaries
unlock blur

₹8.9 L/yr - ₹16 L/yr

Senior Technical Lead
10 salaries
unlock blur

₹18.1 L/yr - ₹24 L/yr

Software Developer
8 salaries
unlock blur

₹4 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Sourcebits Technologies with

Robosoft Technologies

3.4
Compare

Qburst

4.4
Compare

Indus Net Technologies

3.5
Compare

LTIMindtree

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