i
SunTec Business Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.
Code to pull-up mass data from one table and load into another table efficiently
Use INSERT INTO SELECT statement to pull data from source table and load into target table
Use WHERE clause to filter data if required
Use INDEXES on columns used in WHERE clause to improve performance
Use BULK COLLECT to fetch data in batches to improve performance
Use PARALLEL hint to execute the query in parallel if the table is large
Use NOL...
Top trending discussions
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
In first round, they ask a dynamic pattern question.
An attribute in HTML provides additional information about an element and is used to modify the element's behavior or appearance.
Attributes are added to HTML elements using the syntax attribute="value".
Attributes can be used to specify things like the size, color, or alignment of an element.
Examples of attributes include 'href' in Example and 'src' in .
Constructor in PHP is a special method used to initialize objects of a class.
Constructor is a special method with the same name as the class.
It is automatically called when an object is created.
Constructors can be used to initialize object properties or perform any necessary setup.
Example: class Car { public function __construct() { echo 'Car object created'; }}
posted on 5 Jun 2024
I applied via Campus Placement
Association and composition are two types of relationships between classes in object-oriented programming.
Association is a relationship where two classes are related in some way, but can exist independently. For example, a teacher and a student are associated as a teacher can teach multiple students.
Composition is a stronger form of association where one class is composed of one or more other classes. For example, a ca...
Thread safety in Java refers to the ability of a piece of code to function correctly during simultaneous execution by multiple threads.
Thread safety is important in multi-threaded environments to prevent race conditions and ensure data consistency.
Synchronization mechanisms like synchronized blocks, locks, and atomic variables can be used to achieve thread safety.
Example: Using synchronized keyword to ensure only one t...
Runnable is a functional interface used for running a task, while Callable is a functional interface used for returning a result.
Runnable does not return a result and cannot throw checked exceptions, while Callable can return a result and throw checked exceptions.
Callable interface is a generic interface that returns a result, while Runnable interface does not return a result.
Example: Runnable interface is commonly use...
posted on 11 Mar 2024
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Pseudocode problems and 2 coding questions
Java code to find even numbers in an array
Iterate through the array and check if each element is divisible by 2
Use the modulus operator (%) to check for even numbers
Store the even numbers in a separate array or print them out
posted on 28 May 2024
Very easy coding test just like class 2 standard
Moderate
Moderate level of questions are come
posted on 23 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
20 Question each of 20 marks for 1 hrs
posted on 25 Apr 2022
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
They shared an online assessment link.
It had 6 questions (4 mcq, 2 React coding question)
MCQs were related to javascript output questions.
In the react coding questions, I was asked to implement a counter using useReducer and a minor bug fixing question
posted on 17 Oct 2021
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Pattern question has been provided to me
HTML code for a basic form
Use the <form> tag to create a form
Include <input> tags for user input fields
Use <button> tag for submit button
Candidate key uniquely identifies a record in a table, while foreign key establishes a relationship between two tables.
Candidate key is a unique key that can be used to uniquely identify a record in a table.
Foreign key is a key that establishes a relationship between two tables.
Candidate key can be a primary key or a unique key, while foreign key references a primary key in another table.
Example: In a 'students' table,...
based on 1 review
Rating in categories
Software Engineer
171
salaries
| ₹3 L/yr - ₹12 L/yr |
Analyst
111
salaries
| ₹6 L/yr - ₹16 L/yr |
Architect
21
salaries
| ₹9.8 L/yr - ₹27.1 L/yr |
Softwaretest Engineer
21
salaries
| ₹4.7 L/yr - ₹10.6 L/yr |
Associate Software Engineer
18
salaries
| ₹4 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech