Filter interviews by
I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.
20 marks for 20 questions first 10 questions was Aptitude and Other 10 of Coding related to Programming Language Basic questions
Program to print inverted pattern using array of strings
Create an array of strings to store the pattern
Use nested loops to iterate through the array and print the pattern
Decrease the number of asterisks in each row as the loop progresses
To rename a column in SQL, use the RENAME COLUMN statement.
Use the ALTER TABLE statement to specify the table name.
Use the RENAME COLUMN statement to specify the current column name and the new column name.
Example: ALTER TABLE table_name RENAME COLUMN old_column_name TO new_column_name
For loop and if else syntax in programming
For loop: used to iterate over a block of code for a fixed number of times
Syntax: for(initialization; condition; increment/decrement){code block}
If else: used to execute code based on a condition
Syntax: if(condition){code block} else{code block}
I am interested in iOS development using Swift language.
Swift programming language
iOS app development
Xcode IDE
UIKit framework
Core Data
RESTful APIs
Top trending discussions
There were three coding questions.
posted on 6 Jan 2025
I applied via Campus Placement
I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.
All basic question of aptitude
Unit x rasied to power i
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Question Related to the DP and the Graph
Find the Kth maximum element in an array of strings.
Sort the array in descending order.
Return the element at index K-1.
Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.
Use dynamic programming to build up solutions for smaller subproblems
Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount
Iterate through each coin denomination and update the array with the minimum number of coins need
Two sum problem DSA fromleetcode
Libuv is a multi-platform support library with a focus on asynchronous I/O.
Provides event loop, networking, and file system access APIs
Supports asynchronous operations for handling I/O events efficiently
Used in Node.js for handling non-blocking I/O operations
Async programming in JS allows for non-blocking operations, improving performance and user experience.
Use async/await to write asynchronous code in a synchronous manner
Promises are a common way to handle asynchronous operations
Callbacks can also be used for async programming, but can lead to callback hell
Utilize setTimeout and setInterval for delayed and repeated tasks
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
posted on 8 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: ability of a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for different data types
Abstraction: hiding the complex implementation details
Android Developer
8
salaries
| ₹3 L/yr - ₹5 L/yr |
Web Developer
6
salaries
| ₹2.4 L/yr - ₹3.5 L/yr |
IOS Developer
5
salaries
| ₹2.6 L/yr - ₹5.4 L/yr |
HR Manager
4
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Senior UI UX Designer
4
salaries
| ₹3.1 L/yr - ₹6.5 L/yr |
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group