Welcome to Byte Beginnings!

At Byte Beginnings, we’re passionate about guiding you through the exciting world of technology. Whether you're just starting out or looking to deepen your knowledge, our channel offers a comprehensive dive into:

Software Development: Learn the foundations and advanced techniques to build robust, scalable applications.
Software System Design: Discover best practices and design principles for creating efficient and effective software systems.
Upcoming Technology: Stay ahead of the curve with insights into the latest trends and innovations in technology.
Join us as we break down complex concepts into bite-sized lessons, making it easier for you to understand and apply new skills. Our content is tailored for beginners and tech enthusiasts who are eager to build their knowledge and advance in the tech world.

Subscribe and start your journey with us today—let's make technology learning an adventure!


Byte Beginnings

Accenture On-Campus Interview Experience:

Resume Screening Round: The process began with a resume screening round. Be very particular about your PAN Card, one of my friends was not allowed to give the OA because of some PAN Card issue. So fill the form very carefully.

Round 1: Technical and Cognitive Assessment

This round consisted of 90 questions divided into the following sections:

English
Logical Reasoning - I didn't prepare for English and Logical Reasoning but my friends said that IndiaBix is a good website for it.
MS Office - You can refer to some random websites to find these, just search "Accenture MS Office questions"
Pseudocode - This was very calculation based, there were 18 questions afair, all involved calculation heavy bitwise operations. I will suggest you write down the binary representation of the first 20 natural numbers before attempting this round.
Network Security and Cloud - Same as MS Office, just search on random websites for this.

The test duration is 90 minutes. You will get a mock test link 2-3 days before the actual test, just attempt it, and you will get to know about the test structure.

Round 2: Coding Round

This round commences immediately after the first round(if you pass round 1). This round consists of 2 coding questions to be completed in 45 minutes. Easy questions, the first one was a basic question, and the next one was based on basic recursion (as far as I remember).

Round 3: Communication Assessment

Approximately two days after completing the online assessment, a link is provided for the communication assessment. This round is non-eliminatory. This again consisted of 5 sections.

Reading: In this, you will be asked to read out the given sentences.
Repeating sentences: A sentence will be spoken, and you will have to repeat it (it won't be displayed on the screen; this round is mainly to test your listening skills).
Jumbled sentences: 3-4 phrases will be spoken in a jumbled manner and you will have to arrange and repeat the correct sentence.
Summarizing Stories: A story will be spoken aloud and you will have to summarize it in your own words covering all the key aspects of it.
Question and Answer: 2 situation based questions (mine were - 1. Something around nuclear families v/s joint families 2. I don't remember)

You will easily find many youtube videos covering this round. One of those is here.

Round 4: Interview

In the interview, I was asked the following:

Introduction - Your name(if they have already addressed you once with your name then you can choose to avoid mentioning your name), your majors, minors(if any), hobbies, technology that you are working on/interested to work on.
Tell me about your projects - I told him,briefly about my motivation to do the project and how each project addressed some problem.
What challenges did you face in the project, and how did you resolve them? - Be honest in this.
How do you make your projects? - I answered by covering the following aspects: firstly, how I choose a project(observing a problem and deciding to solve it), how I approach the problem statement, exploring viable options, starting the actual implementation, and challenges resolution.
Hobbies
Do you have any questions? DO NOT SAY NO to this!! also, don't ask generic questions; ask questions specific to the company.

Mine was mainly HR based interview, I would suggest you to be ready to answer the following questions:

What are your strengths?
What are your weaknesses?
Where do you see yourself in next 5 years?
Why should we hire you?
How are you different from the other candidates?
Tell us about an incident where you demonstrated your leadership skills.
Tell us about an incident where you worked effectively under pressure.
How will you handle a situation when one of your teammates didn't complete the task assigned to him/her on time.
Why do you want to work in this company?
Why do you want to get a software role despite being in core branch?

These are few important HR questions which you must know, you can just search on LinkedIn for HR questions and you will find a bunch of docs/blogs covering the same.

They might also choose to ask you unconventional questions. I heard someone was asked how he felt about India's loss in the World Cup Final. The key is to just stay calm and be confident, they want to test your communication skills and how well you can articulate your thoughts.

11 months ago | [YT] | 0

Byte Beginnings

11 months ago | [YT] | 1

Byte Beginnings

Oracle Interview Experience for Java Developer:

Each round is an elimination round.

Round 1: OA

longest substring without repeating character.
Rest Api call ( Need to make a call to given uri with java code and fetch the json and work with it)
Got call for interview after 2 days.
For all the interview rounds, you have to write code on paper and explain
Round 2: F2F Interview (duration 1hr)

Print all subsets with given sum.
Exceptional Hierechy.
Questions on strings, find output from code snippets, string intern method.
Final vs Finally vs Finalize
Can we use try block without catch block.
Round 3: F2F on same day (duration 1hr)

Gievn two linked lists . Each represent two numbers. Return the linked list having sum of those two numbers.
Find nth highest employee salary from database table.
Suppose, you have given a list of employees. Find the name of employee having Nth highest salary.
What is AJAX in front end?
You are given an array of integers. Find all the leaders in order that appear in the array. Leader is an element which is greater than all its right elements.
Round 4: F2F on same day (duration 1.5 hr)

Explain all oops concepts with practical examples in your project.
Explain SOLID principles with practical examples in your project.
Exceptional hierechy in detail. Error vs Exception, Checked vs Unchecked
Given two arrays which contains names, cities of the employees (names[], cities[]) . Sort those arrays based on names, if names are equal then based on city.
Given an array of integers. Print the elements of the array in the order first_highest,first_smalest,second_highest, second_smallest and soon.
Steps involved from request to response.
Got a call after 2 days
Round 5: F2F ((duration 2hrs)

Explain and write code for each design pattern that you worked with in the project.
Exceptional hierechy.
Questions on code snippets, constructors, serialization,desrialization in depth, String vs StringBuffer vs StringBuilder, Functional interfaces, marker interfaces.
String pooling, String concatenation.
Given 3 digit integer. Find the combination of digits that sum to given value.
Verdict : Selected (got a call after 3 days).

Previous Experience:
TCS, 7.9LPA with 2 years 1 month
Oracle offered:
19 LPA fixed without any bonus, stocks.
offered role: Applications Engineer

Source : leetcode.com/discuss/interview-question/6311682/or…

IF (you == Like_our_effort)
{
Return Subscribe ;
}
else
{
return Subscribe;
}

11 months ago (edited) | [YT] | 0

Byte Beginnings

Which global event led to a massive increase in online shopping and e-commerce data?

1 year ago | [YT] | 2