Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Triton Valves Limited Team. If you also belong to the team, you can get access from here

Triton Valves Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Triton Valves Limited Senior Associate Interview Questions and Answers for Experienced

Updated 7 Dec 2024

Triton Valves Limited Senior Associate Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me your self
  • Ans. 

    Experienced Senior Associate with a background in finance and project management.

    • Over 5 years of experience in finance industry

    • Strong project management skills, including leading cross-functional teams

    • Expertise in financial analysis and reporting

    • Proven track record of delivering results and meeting deadlines

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. Past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Office culture too bad there is no policy

Interview questions from similar companies

I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is embedded c and how is it different from normal c
  • Ans. 

    Embedded C is a variant of C programming language used for programming embedded systems.

    • Embedded C is used for programming microcontrollers, sensors, and other embedded systems.

    • It has limited resources and memory, so it requires efficient coding.

    • It has specific libraries and functions for hardware control.

    • Normal C is used for general-purpose programming and has no specific hardware dependencies.

    • Embedded C is compiled u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and prepare well on basic

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Case Study 

Chargeback rights and case study

Round 2 - Case Study 

Chargeback case study

Round 3 - Chargeback Dispute  

(1 Question)

  • Q1. Normal questionnaire and case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Chargeback dispute work flow

Interview Questionnaire 

5 Questions

  • Q1. Questions on Sales cycle and Oracle products like HCM, ERP, EPM and other cloud services
  • Q2. Questions on Current IT Trends
  • Q3. Questions on Financial Analytics (Profitability ratios and financial modeling) and product bench marking approach
  • Q4. Questions on CLoud, IoT, Blockchain Trends and applications across industries
  • Q5. Face to Face questions - Guesstimate and Case Study, 2 subsequent interviews on Case Study with Manager and Director
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is your favorite code
  • Ans. 

    My favorite code is the Fibonacci sequence generator.

    • Efficiently generates Fibonacci numbers

    • Uses recursion or iteration

    • Can be implemented in various programming languages

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude was on simple English vocabulary and basis maths

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very tough in the market to get a job without having skills.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was Technical + Aptitude MCQ round.The technical section consisted if MCQ related to DSA,OS,DBMS.The aptitude section consisted of questions related to basic mathematics.

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the given criteria.

    • Consider the ratings of adjacent students to decide the number of candies to distribute.

    • Calculate the total candies req...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was a technical interview testing the basic skills of OS and DBMS of candidates along with few project discussions from your CV.

  • Q1. Can you write 15 Linux commands along with their functions?
  • Ans. 

    List of 15 Linux commands with their functions

    • ls - list directory contents

    • pwd - print working directory

    • cd - change directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files and directories

    • mv - move or rename files and directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • ps - display information about running processes

    • top - display and update sorted information about pr...

  • Answered by AI
  • Q2. What are DDL (Data Definition Language) and DML (Data Manipulation Language)?
  • Ans. 

    DDL is used to define the structure of database objects, while DML is used to manipulate data within those objects.

    • DDL includes commands like CREATE, ALTER, DROP to define database objects like tables, indexes, etc.

    • DML includes commands like INSERT, UPDATE, DELETE to manipulate data within tables.

    • Example of DDL: CREATE TABLE employees (id INT, name VARCHAR(50));

    • Example of DML: INSERT INTO employees VALUES (1, 'John Doe

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. I applied for the job as System Engineer in BangaloreEligibility criteriaAbove 8 CGPACerner Corporation interview preparation:Topics to prepare for the interview - Data Structures, DBMS, Linux, Algorithms,Cloud computing, Operating systemsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be clear about the concepts of Linux and shell scripting.
Tip 2 : Learn about the basics of Data structures and Algorithm.
Tip 3 : Be prepared to explain your projects mentioned in your CV.

Application resume tips for other job seekers

Tip 1 : Use professional Keywords in your resume.
Tip 2 : Don't mention anything you are not confident in.

Final outcome of the interviewSelected

I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between abstract class and interface?
  • Ans. 

    Abstract class can have implementation while interface cannot. Classes can implement multiple interfaces but only one abstract class.

    • Abstract class can have constructors while interface cannot.

    • Abstract class can have non-abstract methods while interface cannot.

    • Interfaces are used for full abstraction while abstract classes are used for partial abstraction.

    • Example: Abstract class - Animal with method eat() and subclass ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about java and object oriented programming programming.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Linked list, data structure
  • Q2. Map,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and analysis

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to Java Programming OOPS
  • Q2. Questions related to Internships

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Group Discussion
Duration: 25 minutes

Skills: Programming Skills In Any Language Like C, Object Oriented Programming (OOP) Basics, Data Structures And Algorithms, Operating Systems
College Name: NIT Raipur

Triton Valves Limited Interview FAQs

How many rounds are there in Triton Valves Limited Senior Associate interview for experienced candidates?
Triton Valves Limited interview process for experienced candidates usually has 1 rounds. The most common rounds in the Triton Valves Limited interview process for experienced candidates are One-on-one Round.

Tell us how to improve this page.

Triton Valves Limited Senior Associate Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 869 Interviews
KPIT Technologies Interview Questions
3.3
 • 291 Interviews
Adobe Interview Questions
3.9
 • 237 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
Freshworks Interview Questions
3.5
 • 166 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
View all
Engineer
25 salaries
unlock blur

₹2.2 L/yr - ₹4.7 L/yr

Production Engineer
17 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Junior Engineer
15 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Assistant Manager
13 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Senior Engineer
12 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Explore more salaries
Compare Triton Valves Limited with

Oracle

3.7
Compare

KPIT Technologies

3.3
Compare

Intellect Design Arena

3.9
Compare

Oracle Cerner

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview