Tip 1: Revise all core CSE subjects.
Tip 2: Practice interview experience questions.
Tip 3: Practice aptitude and reasoning questions.
Tip 1:Add projects with technologies used.
Tip 2: Add skills.
Tip 3: Add coding profiles along with the profile link.
The rounds was conducted remote and with six sections. Below were the sections
Numerical Ability.
Logical Reasoning
Verbal Ability
Aptitude
Computer Fundamentals/Technical/Pseudo code
Coding Questions
I was able to solve and code all questions in given time, and I made sure to keep pen and paper with me for this OA.
Difference between constant variable and a global variable.(Learn)
Tip 1: Read all options
Tip 2: Double check for options which looks similar.



Code to find Maximum Subarray Sum.
Tip 1: Practise DSA
Tip 2: Practice interview experiences.
Tip 3: Run a few edge cases before submitting.
What is the difference between DELETE and TRUNCATE statements. (Learn)
Tip 1:Practice SQL
Few images were given, and we had to predict the next image based on the pattern.
Tip 1: Focus and solve.
Tip 2: Don't guess, use pen and paper to solve.
Few SQL questions and we need to write the SQL queries to get the output.
Tip 1: Practice SQL questions and conduct regular revisions.
Tip 2: Use pen paper to write logic.
Question based on OS and differences.
Tip 1: Make notes
Tip 2: Do revision



If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
The consecutive count of every character in the input string is less than or equal to 9.
This for some basic edge cases, what if length is 0 or no duplicated
Explain approach to the interviewer
Discuss and code.
Run few cases.
Explain time complexity.
The HR round was conducted remotely. It began with an introduction and was followed by a series of questions related to my internship, projects, and skills.
Tip 1: mention skills
Tip 2: internship and learning (optional)
Tip 3: current learning tech
Tip 1: Mention the use case of your project.
Tip 2: Highlight the impact and uniqueness of your project.
Tip 3: Explain the skills you used and what you learned during the project.
Tip 1: Mention any preferences if applicable.
Tip 2: Keep the conversation engaging.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?