Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 3 interview rounds.
ITIL (Information Technology Infrastructure Library) is a set of best practices for IT service management.
ITIL is a framework that outlines best practices for IT service management.
It focuses on aligning IT services with the needs of the business.
ITIL defines processes for service design, transition, operation, and continual improvement.
A service in ITIL is a means of delivering value to customers by facilitating outco...
SQL joins are used to combine rows from two or more tables based on a related column between them. Shell scripting is a way to automate tasks using command line scripts.
SQL joins are used to retrieve data from multiple tables based on a related column
Common types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Shell scripting involves writing scripts to automate tasks using command line commands
She...
SQL keys are used to uniquely identify records in a table. They include primary, foreign, and unique keys.
Primary key: uniquely identifies each record in a table, must be unique and not null
Foreign key: links two tables together, ensures referential integrity
Unique key: ensures that all values in a column are unique
Top trending discussions
I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.
posted on 8 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
Use two go routines to print numbers 1-100 sequentially
Create two go routines, one for printing odd numbers and one for printing even numbers
Use channels to synchronize the two go routines and ensure sequential printing
Start the odd number go routine first, then start the even number go routine
Generator functions in Go language allow for efficient iteration over a sequence of values.
Use the 'yield' keyword to return values one at a time from the generator function.
Generator functions are defined with a 'func' keyword followed by the function name and 'chan' keyword.
Example: func myGenerator() chan int { }
Use a 'for' loop to iterate over the values returned by the generator function.
sync.Cond is used for signaling between goroutines and sync.Once is used for running initialization code only once.
sync.Cond is used for goroutines to wait for or signal each other when a certain condition is met
sync.Once is used to ensure a function is only executed once, typically used for initialization tasks
Example: Using sync.Cond to coordinate multiple goroutines accessing a shared resource
Example: Using sync.Onc...
posted on 11 Nov 2024
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
posted on 27 Nov 2024
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases to ensure all requirements are covered.
RTM is a document used in software testing to ensure that all requirements are covered by test cases.
It helps in tracking the progress of testing by linking each requirement to its corresponding test case.
RTM is a useful tool for ensuring comprehensive test coverage and for identifyin...
Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.
Regression testing is done to make sure that new code changes have not affected existing functionality.
Sanity testing is a cursory testing to make sure that the new functionality is working as expected.
Regression testing is comprehensive and covers all areas of the application.
...
Quality assurance focuses on preventing defects, while quality control focuses on identifying and fixing defects.
Quality assurance involves processes and procedures to prevent defects from occurring.
Quality control involves activities to identify defects and ensure they are fixed.
Quality assurance is proactive, while quality control is reactive.
Examples of quality assurance include code reviews, process audits, and tra...
Unit test is a type of testing where individual units or components of a software are tested in isolation.
Unit test is performed by developers to ensure that each unit of code is working correctly.
It helps in identifying bugs early in the development process.
Unit tests are usually automated and run frequently during the development cycle.
Examples of unit testing frameworks include JUnit for Java, NUnit for .NET, and py
Test plan outlines the overall testing approach, while test design specifies how individual test cases will be created and executed.
Test plan is a high-level document outlining testing objectives, resources, schedule, and scope
Test design is a detailed document specifying test cases, test data, and expected results
Test plan focuses on the overall testing strategy, while test design focuses on the specifics of individua
Automate a website when repetitive tasks need to be performed frequently and consistently.
Automate when manual testing becomes time-consuming and inefficient
Automate when the website has a large number of test cases that need to be executed regularly
Automate when the website undergoes frequent changes and regression testing is required
Automate when the website needs to be tested across multiple browsers and devices
posted on 31 Jul 2024
Aptitude test with aptitude based questions
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
This can lead to unexpected behavior if variables are accessed before they are declared.
Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.
Closures are created whenever a function is defined within another function.
Inner functions have access to the outer function's variables even after the outer function has returned.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outer...
Experienced Senior Design Engineer with a passion for innovation and problem-solving.
Over 10 years of experience in designing and developing products in various industries
Strong background in mechanical engineering and CAD software
Proven track record of leading successful design projects from concept to completion
Passionate about staying up-to-date with the latest technology and trends in the field
I have 5 years of experience working as a Senior Design Engineer at a leading technology company.
Led a team of engineers in developing new product designs
Collaborated with cross-functional teams to ensure project success
Implemented cost-effective design solutions to meet project goals
posted on 24 Jul 2024
To read an external text file, you can use file handling techniques in programming languages like Python or Java.
Use file handling functions like open(), read(), and close() in Python to read an external text file.
In Java, use classes like FileReader and BufferedReader to read text files.
Specify the file path and mode (read mode) when opening the file.
Read the contents of the file line by line or as a whole, depending ...
Java program to find occurrences of characters in a string
Create a HashMap to store characters and their counts
Iterate through the string and update the counts in the HashMap
Print the characters and their counts from the HashMap
based on 1 interview
Interview experience
Associate System Analyst
822
salaries
| ₹2.5 L/yr - ₹12 L/yr |
IT Supervisor
222
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
System Analyst
191
salaries
| ₹5 L/yr - ₹21 L/yr |
Associate Test Analyst
185
salaries
| ₹2.5 L/yr - ₹9.1 L/yr |
Associate
167
salaries
| ₹1.2 L/yr - ₹7.6 L/yr |
TCS
Infosys
Wipro
HCLTech