i
UKG
Filter interviews by
1 coding question, 19 mcqs on dsa, c++, java, cs fundamnetals
Top trending discussions
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
4 sections verbal logical aptitude and coding(in C)
Creating patterns of triangle and diamond using characters
For triangle pattern, use nested loops to print spaces and characters in each row
For diamond pattern, divide the diamond into two triangles and print accordingly
Examples: Triangle pattern - * ** *** Diamond pattern - * *** ***** *** *
Online coding test with 2 coding questions
Files in RAM are stored temporarily for quick access by the CPU.
RAM (Random Access Memory) is volatile memory used for temporary storage of data and instructions.
Files stored in RAM are accessed much faster than files stored on a hard drive.
RAM is cleared when the computer is turned off, so files stored in RAM are not persistent.
Examples of files stored in RAM include open applications, running processes, and cached da
DSA,COMPUTER FUNDAMENTALS
Tree traversals are methods used to visit each node in a tree data structure in a specific order.
Inorder traversal: Visit left subtree, then root, then right subtree
Preorder traversal: Visit root, then left subtree, then right subtree
Postorder traversal: Visit left subtree, then right subtree, then root
I applied via Campus Placement and was interviewed before Jan 2023. There were 5 interview rounds.
Aptitude is pretty easy
Need to be good in communication skills
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
Hackerearth problem on reversing the string & one more array question
Reverse a given string
Use built-in functions like reverse() in Python
Iterate through the string in reverse order and append characters to a new string
Use stack data structure to reverse the string
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Coding round of 2 questions of medium level
I applied via Campus Placement
Easy to medium (30 mins, offline)
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
Pandas can read various file formats including CSV, Excel, JSON, HTML, and SQL.
Use pandas.read_csv() to read CSV files
Use pandas.read_excel() to read Excel files
Use pandas.read_json() to read JSON files
Use pandas.read_html() to read HTML tables
Use pandas.read_sql() to read SQL tables
Specify the file path or URL as the argument
Additional parameters can be used to customize the reading process
Lambda functions are anonymous functions that can be used to perform a single task or operation.
Lambda functions are defined using the lambda keyword.
They can take any number of arguments but can only have one expression.
Lambda functions are often used as arguments for higher-order functions.
Example: lambda x: x**2 defines a lambda function that squares its input.
Example: sorted(my_list, key=lambda x: x[1]) sorts a lis...
Interview experience
Senior Software Engineer
487
salaries
| ₹10.2 L/yr - ₹23 L/yr |
Lead Software Engineer
364
salaries
| ₹14.5 L/yr - ₹33 L/yr |
Principal Software Engineer
236
salaries
| ₹19.3 L/yr - ₹42.4 L/yr |
Lead Software Quality Assurance Engineer
102
salaries
| ₹12.5 L/yr - ₹25.6 L/yr |
Senior Software QA Engineer
99
salaries
| ₹9.2 L/yr - ₹18.4 L/yr |
Accenture
IBM
Infosys
TCS