Questions TNP 2024 - 2
Questions TNP 2024 - 2
Questions TNP 2024 - 2
Total Rounds - 5
Round 1 _ Aptitude
Personal Information | Hobby Related | Basic OOP Concepts | Basic SQL Queries
Questions Solution
Array1 & Array2 is given. Find kth position in combined sorted array of both Arrays. https://www.geeksforgeeks.org/k-th-element-two-sorted-arrays/
(Using Merge Sort)
Input : Array1 = [3,2,1] , Array2 = [6,5,4], k = 2
Output : 2 (1 base indexing)
Total Round - 3
Round_1_Online test
Total 80 mcq (negative mark system - 0.5 for each wrong answer)
35 mcq - Aptitude
35 mcq - Reasoning
10 mcq - Techninal (Basic about language & Sql queries)
Round_2_Technical Interview
(Note: Dont use Programiz website for online compilation as it generate Wrong output in some case. Use other online compiler instead.)
Introduction | Basic About Any one language| Basic programs of String and array | OOPs Concept | Patterns Programs | Basic of Dbms & Sql queries | Projects
Important Tips:
Be careful while giving answer to the HR. They will ask question based on your answer so you should be prepare with answer of that.
Give Diplomatic answer of all the questions. make sure that you are not clarifying anything about any college/dept./company or specific person.
For more details: https://www.interviewbit.com/hr-interview-questions
Tark Technologies
Total Rounds - 4
Find the value which have same numbers of small and large element than that value.
All values are different and total number of element is odd.
Find the difference of second bigger element and second smallest element of array.
Section 3 : Functional implementation for two DSA problem statements with OOP concepts.
Implement functions for calculating different shapes perimeter.
Implement functions for removing given element from encapsulated LinkedList.
Write SQL query like Join, Order By,where,and
You have to solve two problem statement and write there algorithms and discuss with the interviewer.
e.g. You are participate in N KM long marathon it's your first marathon so your speed decrease by 10% of current speed after everykm.
There are many booster dose station available after some km which will increases your current spdee by some % but for that you have to wait for some minutes for your turn.
inputs : 1.length of marathon in km
2.Your starting speed in km/hr
3.Integer array for location of booster Dose e.g. [2,5,8,10]
4.Integer array for Effectiveness of the booster dose station e.g. [5,8,12,9]
5..Integer array for time to wait in minutes to avaiil e,g, [1,1,4,2]
Problem 1 : find minimum time to complete marathon with at most one booster dose. you can tack only one booster dose from one station.
Problem 2 : find minimum time to complete marathon with at most two booster dose. you can tack only one booster dose from one station.
Questions
What is BFS and DFS ?
How to implement model for courier transportation with OOP ?
What is Prim's and Kruskal's algorithm ?
pettern Question.
syntax of ArrayList (how to define it)
Round 4 : HR interview
Total 8 rounds for SE, 9 rounds for DevOps, 8 rounds for APS
Round - 1 Aptitude
mixed questions of Aptitude and Reasoning
Round 5 and 6 were different for each role (DevOps interview has 9 rounds)
Round 6(APS)
You were given some random topic and you have to make brief report and send it to the specified person and you can access internet
Round 8 - HR round
how was the interview process till now?
tell me about your family background
what is your goal in next 5 years?
what do you know about company?
questions related to project(s)
What did you learn from this interview?
GATEWAY
Total Rounds : 5
Round 1 : Communication
Technical Questions
Nested Dom Elements (https://stackoverflow.com/questions/62462345/how-to-check-if-dom-elements-are-correctly-nested)
SQL query which contains group by, having and order by
Round 4 : Hr Interview
Round 1 Aptitude
function in javascript
promise in javascript
seqvens of resoving promises in javascript
meta tag in html used of meta tag
api call in js
synchronous and asynchronous in javascript
get post method js also use of ..
react js
hooks
use of react
setTimeout
setinterval
useState
useEffect
use of [ ] condison in useeffect
if we don't use condition in useeffect what happens
props in react js
console.log("hii")
setTimeout(()=>{
console.log("hii2")
},1000)
setTimeout(()=>{
console.log("hii3")
},0)
write a output
let a = [1,2,3,4,5,6,7,8];
let b = [3,4,5,6];
let arr = [1,2,3,4,5,3,4,5,6,6,8,7];
let a = [1,2,3,4,5,6,7,8];
let b = [3,4,5,6];
write a code for above arr : unique validation in arr a and duplicate value in arr b
ans = competition like bubble sort
Tell me about the introduction and if the mention any project in resume tell about the project.
What is oop?
What are the 4 pillar of oop? and Explain about it.
What is polymorphism and Explain with real time example.
What is inheritance and what the type of the inheritance
Why we didn't use the multple inheritance & hierarchical inheritance in java ? and if we want to use how will achived in java.
What is over loading and what is over ridding method ?
What are the abstraction and encapsulation explain with the real time example
What is sql and ask about basic queries
What are the join and write an basic query of that in paper.
What are the Truncate,delete and Drop and explain difference it.
Can we join the Four table ?
In the coding question they are given the P , R and N for theand find the EMI per month if you take an loan for that.
Round 5 HR Round
Tell about the company and role of the company which your are work further
Discuss about the salary and bond duration
What are the leave you get and how many paid leave you will get during the 1 year.
(For On Campus )
Round 1 Aptitude
const a=10;
function example(){
let c=2,b=2;
a=c+b;
print(a);
}
print(a);
-----------
Cust_ID
Cust_Name
Address
order
---------------
Ord_id
Cust_id
Ord_date
Supplier
---------
Sup_id
Ord-Id
sup_name
3 tables customer, order, supplier and their attributes are given write sql to join first two tables, to join three tables with and without using subquery.
Write logic to print prime numbers
Series 1 - 1 2 4 1 1 4 3 2
Series 2 - 1 3 2 2 3 1 4 2
Write logic to convert first series into second.
Round 2-Discussion/Debate
Round 3 HR round
eSparkBiz - Software Developer
Round 5 HR Round
Aptitude+Oops+Programming
Round 2(Technical-1)
Round 3(Technical-2)
Merge two array but if any elements repeat in array then that element should appears only one time and put zeros in place of repeated elements
String Question (for ex input is 2b2a then output is bbaa)
<Prominent Pixel> - <Web Developer>