Add office photos
Telecall Technology logo
Employer?
Claim Account for FREE

Telecall Technology

5.0
based on 10 Reviews
Filter interviews by
Designation
Experienced

10+ Telecall Technology Interview Questions and Answers

Updated 13 Feb 2025

Q1. Nth Highest Salary in SQL. Fetch Duplicate records in SQL. Write shell script to print febonicci series.

Ans.

SQL query to find Nth highest salary, fetch duplicate records, and shell script for Fibonacci series.

  • To find Nth highest salary in SQL, use the 'ROW_NUMBER()' function with 'ORDER BY' and 'LIMIT'. Example: SELECT salary FROM (SELECT salary, ROW_NUMBER() OVER (ORDER BY salary DESC) AS rn FROM employees) AS temp WHERE rn = N;

  • To fetch duplicate records in SQL, use the 'GROUP BY' and 'HAVING' clauses. Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, co...read more

Add your answer
right arrow

Q2. Write a shell script to check system health.

Ans.

A shell script to check system health

  • Check CPU usage using 'top' or 'ps' command

  • Check memory usage using 'free' or 'top' command

  • Check disk usage using 'df' command

  • Check network connectivity using 'ping' command

  • Check system load using 'uptime' command

  • Check running processes using 'ps' command

Add your answer
right arrow

Q3. Use For loop to fetch febonnici series

Ans.

Using a for loop to fetch the Fibonacci series.

  • Initialize variables for the first two numbers in the series (0 and 1).

  • Use a for loop to calculate the next number in the series by adding the previous two numbers.

  • Store each number in the series in an array.

  • Continue the loop until reaching the desired length of the series.

Add your answer
right arrow

Q4. Duplicate records delete In sql

Ans.

To delete duplicate records in SQL, you can use the DELETE statement with a subquery.

  • Identify the duplicate records using a SELECT statement with GROUP BY and HAVING clause.

  • Create a subquery to select the duplicate records.

  • Use the DELETE statement with the subquery to delete the duplicate records.

Add your answer
right arrow
Discover Telecall Technology interview dos and don'ts from real experiences

Q5. What will you do when application is down?

Ans.

I will investigate the root cause, communicate with stakeholders, and work on resolving the issue as quickly as possible.

  • Investigate the logs to identify the root cause of the issue

  • Communicate with stakeholders about the downtime and expected resolution time

  • Work on resolving the issue by troubleshooting and fixing the underlying problem

  • Implement preventive measures to avoid similar downtime in the future

Add your answer
right arrow

Q6. Highest salary in SQL

Ans.

The highest salary in SQL can vary depending on factors such as location, experience, and industry.

  • The highest salary in SQL is typically found in roles such as database administrators, data engineers, and data architects.

  • Factors that can influence the highest salary include the candidate's level of experience, the location of the job, and the industry.

  • For example, a senior database administrator in a major tech hub like Silicon Valley may command a higher salary compared to ...read more

Add your answer
right arrow
Are these interview questions helpful?

Q7. use dense rank function

Ans.

Dense rank function assigns a rank to each row within a partition of a result set, with no gaps in the ranking values.

  • Use the DENSE_RANK() function in SQL to assign a unique rank to each row within a partition

  • It is similar to the RANK() function but does not leave gaps in the ranking values

  • Example: SELECT column1, DENSE_RANK() OVER (PARTITION BY column2 ORDER BY column3) AS dense_rank FROM table_name

Add your answer
right arrow

Q8. Fetch second highest salary of an employee in oracle SQL.

Ans.

Use SQL query with subquery to fetch second highest salary of an employee in Oracle.

  • Use ORDER BY and LIMIT to get the second highest salary.

  • Use a subquery to exclude the highest salary and then find the maximum from the remaining salaries.

  • Example: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. Grep command in unjx

Ans.

Grep command is used in Unix to search for specific patterns in files.

  • Grep stands for Global Regular Expression Print.

  • It is a powerful command-line tool for searching text files.

  • It uses regular expressions to match patterns.

  • Grep can search for patterns in a single file or multiple files.

  • It can also search recursively in directories.

  • Grep has various options to control the search behavior.

  • Some common options include -i (ignore case), -r (recursive search), -l (list files with m...read more

Add your answer
right arrow

Q10. Awk command in unux

Ans.

Awk command in Unix is a powerful text processing tool used for extracting and manipulating data.

  • Awk command is used for pattern scanning and processing of text files.

  • It allows you to specify patterns and actions to be performed on those patterns.

  • Awk operates on a line-by-line basis, processing one line at a time.

  • It can be used to extract specific columns from a file, perform calculations, and generate reports.

  • Awk uses a set of built-in variables and functions for text proces...read more

Add your answer
right arrow

Q11. Use Having Clause

Ans.

The HAVING clause is used in SQL to filter groups based on a specified condition.

  • HAVING clause is used with the GROUP BY clause to filter groups based on a specified condition

  • It is used to filter the results after grouping has been done

  • It is similar to the WHERE clause but operates on grouped records

Add your answer
right arrow

Q12. Difference between primary and foreign key.

Ans.

Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

  • Primary key is a column in a table that uniquely identifies each record.

  • Foreign key is a column in a table that refers to the primary key in another table.

  • Primary key cannot have NULL values, while foreign key can have NULL values.

  • Primary key ensures data integrity and enforces uniqueness, while foreign key maintains referential integrity.

  • Example: In a 'students' table...read more

Add your answer
right arrow

Q13. Fetch and delete duplicate records in oracle SQL.

Ans.

Use a subquery to fetch and delete duplicate records in Oracle SQL.

  • Use a subquery to identify duplicate records based on a unique identifier

  • Use the DELETE statement with the subquery to remove the duplicate records

  • Ensure to backup the data before deleting duplicates

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Telecall Technology

based on 4 interviews
Interview experience
4.8
Excellent
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Cognizant Logo
3.7
 • 3.1k Interview Questions
HSBC Group Logo
3.9
 • 245 Interview Questions
Johnson Controls Logo
3.6
 • 192 Interview Questions
Atos Logo
3.9
 • 185 Interview Questions
Bosch Logo
4.2
 • 151 Interview Questions
Samvardhana Motherson Group Logo
3.7
 • 142 Interview Questions
View all
Recently Viewed
SALARIES
Agaram Technologies
SALARIES
Tiger Analytics
JOBS
Lagran Software Solutions
No Jobs
INTERVIEWS
Vipro Lifescience
No Interviews
INTERVIEWS
Vipro Lifescience
5.6k top interview questions
INTERVIEWS
Noodle Analytics
10 top interview questions
SALARIES
Agaram Technologies
JOBS
Fusion Plus Solutions
No Jobs
SALARIES
Agaram Technologies
JOBS
Agaram Technologies
No Jobs
Top Telecall Technology Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter